diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001-ref.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001-ref.html b/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001-ref.html deleted file mode 100644 index 92f18552688..00000000000 --- a/tests/wpt/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-001-ref.html +++ /dev/null @@ -1,16 +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> - #test { - border: 5px solid orange; - font: 20px/1 Ahem; - width: 200px; - } -</style> -<body> - <p class="instructions">Test passes if the black box is within the orange box.</p> - <p id="test">FillerText<br>FillerText<br>FillerText<br>FillerText</p> -</body> |