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/css-ui-3_dev/html/text-overflow.htm | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-ui-3_dev/html/text-overflow.htm')
-rw-r--r-- | tests/wpt/css-tests/css-ui-3_dev/html/text-overflow.htm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/wpt/css-tests/css-ui-3_dev/html/text-overflow.htm b/tests/wpt/css-tests/css-ui-3_dev/html/text-overflow.htm deleted file mode 100644 index dafad976254..00000000000 --- a/tests/wpt/css-tests/css-ui-3_dev/html/text-overflow.htm +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html><head><title>CSS Basic User Interface Test: text-overflow - ellipsis</title> - <link href="mailto:yreenchan@gmail.com" rel="author" title="YreenChan"> - <link href="mailto:simonp@opera.com" rel="reviewer" title="Simon Pieters"> - <link href="mailto:lstorset@opera.com" rel="reviewer" title="Leif Arne Storset"> - <link href="http://www.w3.org/TR/css3-ui/#text-overflow" rel="help" title="8.2. the 'text-overflow' property"> - <link href="reference/text-overflow-ref.htm" rel="match"> - <meta content="font ahem" name="flags"> - <meta content="'text-overflow:ellipsis' renders U+2026 when text is overflowing." name="assert"> - <style> - div { - font-size:10px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - width: 50px; - } - span { font-family: Ahem; font-size:30px; } - </style> -</head><body> - <p>PREREQUISITE: The font used must have a glyph for the U+2026 character.</p> - <p>Test passes if there is <strong>ellipsis</strong> after a black square.</p> - <div> - <span>AAAA</span> - </div> - - -</body></html>
\ No newline at end of file |