| Index: third_party/WebKit/LayoutTests/fast/text/word-wrap-whitespace-pre-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/word-wrap-whitespace-pre-expected.html b/third_party/WebKit/LayoutTests/fast/text/word-wrap-whitespace-pre-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e76cf85b0fa781ba803e01ee0b70a9d1839ea1e8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/word-wrap-whitespace-pre-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Tests that word-wrap is ignored for white-space: pre</title>
|
| + <style>
|
| + div {
|
| + width: 100px;
|
| + border: 1px solid black;
|
| + }
|
| + </style>
|
| + </head>
|
| + <body>
|
| + <div style="white-space: normal;">white-space: normal - this text should wrap</div>
|
| + <div style="white-space: normal;">white-space: normal - this text should wrap</div>
|
| + <div style="white-space: nowrap;">white-space: pre - this text should not wrap</div>
|
| + <div style="white-space: nowrap;">white-space: nowrap - this text should not wrap</div>
|
| + </body>
|
| +</html>
|
|
|