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

@ -16,7 +16,7 @@
</style>
</head>
<body>
<p>PASS is there a space between the border.</p>
<p>PASS if there a space between the border.</p>
<div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 232 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" height="100" viewBox="0 0 100 100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 254 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" viewBox="0 0 100 100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 231 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" height="100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 244 B

View file

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" style="background: green" width="100" viewBox="0 0 100 100">
<g xmlns:html="http://www.w3.org/1999/xhtml" id="testmeta"><html:link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"/></g></svg>

After

Width:  |  Height:  |  Size: 253 B