Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: third_party/WebKit/LayoutTests/fast/text/whitespace/pre-break-word.html

Issue 1452343002: Ignore break-word when white-space pre/nowrap is specified (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/whitespace/pre-break-word.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/whitespace/pre-break-word.html b/third_party/WebKit/LayoutTests/fast/text/whitespace/pre-break-word.html
deleted file mode 100644
index b0b6058239755ca63cbca01c3a51707da872ca87..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/whitespace/pre-break-word.html
+++ /dev/null
@@ -1 +0,0 @@
-<div style="border:2px solid red;width:150px;word-wrap:break-word;white-space:pre">Even though this div is white-space pre, the text inside should still wrap to multiple lines because of the word-wrap:break-word CSS property.</div>

Powered by Google App Engine
This is Rietveld 408576698