mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 48e3fd2f4d41fa00640d27738bdda07db95594cc
This commit is contained in:
parent
3bf1085c72
commit
fe2a1a9e9d
768 changed files with 50260 additions and 12336 deletions
|
@ -0,0 +1,28 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<meta charset=utf-8>
|
||||
<title>test reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
|
||||
<style>
|
||||
div { font-size: 50px; }
|
||||
.green { background: green; }
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: min-content max-content;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>This test passes if there are two green rectangles and no red.
|
||||
|
||||
<div class=grid>
|
||||
<div style="grid-area: 1/1"> </div>
|
||||
<div style="grid-area: 2/2"id=test class="grid">
|
||||
<div> </div>
|
||||
<div class=green></div>
|
||||
<div class=green></div>
|
||||
<div> </div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue