diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-11-01 18:17:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-02 09:22:26 -0400 |
commit | 12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch) | |
tree | 982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm')
-rw-r--r-- | tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm deleted file mode 100644 index cd4af13a49d..00000000000 --- a/tests/wpt/css-tests/css21_dev/html4/reference/fixed-table-layout-003f02-ref.htm +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> - - <style type="text/css"> - div - { - height: 24px; - margin-left: 50px; - } - - div#blue-stripe - { - background-color: blue; - border-left: orange solid 60px; - border-right: orange solid 60px; - width: 80px; - } - - div#reference - { - background-color: black; - width: 200px; - } - </style> - - </head> - - <body> - - <p>Test passes if the 2 orange slivers and blue stripe are as a whole <strong>exactly as wide as</strong> the black stripe.</p> - - <div id="blue-stripe"></div> - - <div id="reference"></div> - - </body> -</html>
\ No newline at end of file |