diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002-ref.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002-ref.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002-ref.html deleted file mode 100644 index afb4c6835c2..00000000000 --- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-002-ref.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>CSS Text Test Reference File</title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> -<style> - #ref { - border: 5px solid orange; - font: 20px/1 Ahem; - width: 200px; - } - #test { - border: 5px solid blue; - font: 20px/1 Ahem; - width: 200px; - } -</style> -<body> - <p class="instructions">Test passes if the black box overflows the blue border box, but fits within the orange border box.</p> - <p id="ref">FillerText<br>FillerText<br>FillerText<br>FillerText</p> - <p id="test">FillerTextFillerTextFillerTextFillerText</p> -</body> |