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

Unified Diff: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-expected.html

Issue 1094863007: Implement "word-break: keep-all" in CSS3 Text (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failure on mac Created 5 years, 8 months 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: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-expected.html
diff --git a/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-expected.html b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f78653281af5582e7f4dcc8e05208fd423b9b863
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <div>
+ &#x8fd9;&#x662f;&#x4e00;&#x4e9b;&#x6c49;&#x5b57;,<br>and<br>some<br>Latin,<br>&#x0648;<br>&#x06a9;&#x0645;&#x06cc;<br>&#x0646;&#x0648;&#x0634;&#x062a;&#x0646;<br>&#x0639;&#x0631;&#x0628;&#x06cc;,<br>&#xadf8;&#xb9ac;&#xace0;<br>&#xc0d8;&#xd50c;<br>&#xd55c;&#xae00;<br>&#xbb38;&#xc7a5;,<br>&#x65e5;&#x672c;&#x8a9e;&#x306e;&#x6587;&#x5b57;.
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698