Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
|
@ -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>
|
||||
|
||||
|
|
After Width: | Height: | Size: 894 B |
|
@ -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 |
|
@ -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 |
|
@ -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 |
BIN
tests/wpt/css-tests/css-ui-3_dev/html/reference/support/red.ico
Normal file
After Width: | Height: | Size: 894 B |
|
@ -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 |
|
@ -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 |
|
@ -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 |