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