Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-001-expected.html |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-001-expected.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-001-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e9bc3e807b9321ec4ddfcba8c9b049dc56453165 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-001-expected.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<meta charset="utf-8"> |
+<title>CSS Text Test Reference File</title> |
+<link rel="author" title="Intel" href="http://www.intel.com"> |
+<style> |
+ #test { |
+ border: 5px solid orange; |
+ font: 20px/1 Ahem; |
+ width: 200px; |
+ } |
+</style> |
+<body> |
+ <p class="instructions" style="display:none">Test passes if the black box is within the orange box.</p> |
+ <p id="test">FillerText<br>FillerText<br>FillerText<br>FillerText</p> |
+</body> |