Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham 2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View file

@ -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">&nbsp;</div>
</div>
</body></html>