diff options
author | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
---|---|---|
committer | James Graham <james@hoppipolla.co.uk> | 2015-07-27 17:47:31 +0100 |
commit | df03062d626f485dd896ce9c4374dfce447dc657 (patch) | |
tree | a96bdde06c6cd88dd68bc5ef4de8277fc6250a60 /tests/wpt/css-tests/css-images-3_dev/html/reference | |
parent | 662c00a8109c49d4c57343156b774441f4f48640 (diff) | |
download | servo-df03062d626f485dd896ce9c4374dfce447dc657.tar.gz servo-df03062d626f485dd896ce9c4374dfce447dc657.zip |
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
Diffstat (limited to 'tests/wpt/css-tests/css-images-3_dev/html/reference')
8 files changed, 12 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico Binary files differnew file mode 100644 index 00000000000..691f61166f0 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/green.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg new file mode 100644 index 00000000000..e7bd34342c1 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100.svg @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg new file mode 100644 index 00000000000..f77cfcbb9d4 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/h100_r1-1.svg @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg new file mode 100644 index 00000000000..7f4b4516635 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/r1-1.svg @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico Binary files differnew file mode 100644 index 00000000000..22a7b36fe3e --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/red.ico diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg new file mode 100644 index 00000000000..0b91c8539d2 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100.svg @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg new file mode 100644 index 00000000000..f094372ec6a --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_h100.svg @@ -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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg new file mode 100644 index 00000000000..5d44b4ffa01 --- /dev/null +++ b/tests/wpt/css-tests/css-images-3_dev/html/reference/support/w100_r1-1.svg @@ -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>
\ No newline at end of file |