aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2017-11-01 18:17:08 -0400
committerJosh Matthews <josh@joshmatthews.net>2017-11-02 09:22:26 -0400
commit12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch)
tree982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht
parent00940911c5755651df7038c7bf4b51c77a44c225 (diff)
downloadservo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz
servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht')
-rw-r--r--tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht b/tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht
deleted file mode 100644
index f2e4d2ba449..00000000000
--- a/tests/wpt/css-tests/css-ui-3_dev/xhtml1/text-overflow-005.xht
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html class="reftest-wait" xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8" />
-<title>CSS-UI test: text-overflow reflow</title>
-<meta content="Text overflow should disappear when the container becomes large enough. This test is targetted at bug #14952 in Servo's incremental reflow engine." name="assert" />
-<link href="mailto:michael@notriddle.com" rel="author" title="Michael Howell" />
-<link href="http://www.w3.org/TR/css3-ui/#text-overflow" rel="help" title="8.2. Overflow Ellipsis: the 'text-overflow' property" />
-<link href="reference/text-overflow-005-ref.xht" rel="match" />
-<meta content="ahem" name="flags" />
-<style>html{font-family:Ahem}</style>
-</head><body><div style="width:5em" id="goat"><p style="text-overflow:ellipsis;overflow:hidden">XXXXXXXXXX</p></div>
-<script>
-var goat = document.getElementById("goat");
-requestAnimationFrame(function() {
- goat.style.width = "20em";
- document.documentElement.className = "";
-});
-</script>
-
-</body></html> \ No newline at end of file