mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
parent
662c00a810
commit
df03062d62
10934 changed files with 428309 additions and 254265 deletions
|
@ -2,7 +2,7 @@
|
|||
<html><head>
|
||||
<title>CSS Grid Layout Test: auto tracks</title>
|
||||
<link href="mailto:myst.dg@gmail.com" rel="author" title="Leo Deng">
|
||||
<link href="http://www.w3.org/TR/css-grid-1/#auto-tracks" rel="help">
|
||||
<link href="http://www.w3.org/TR/css-grid-1/#track-sizing" rel="help">
|
||||
<link href="reference/grid-layout-auto-tracks-ref.htm" rel="match">
|
||||
<meta content="the layout should behave the same as reference." name="assert">
|
||||
<style>
|
||||
|
@ -19,8 +19,8 @@
|
|||
width: 100px;
|
||||
background: #eee;
|
||||
display: grid;
|
||||
grid-definition-columns: 100px;
|
||||
grid-definition-rows: auto;
|
||||
grid-template-columns: 100px;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
.a {
|
||||
background: blue;
|
||||
|
@ -47,4 +47,5 @@
|
|||
<div class="c"> </div>
|
||||
</div>
|
||||
|
||||
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue