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

Unified Diff: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.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.html
diff --git a/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html
new file mode 100644
index 0000000000000000000000000000000000000000..850ba1ff1d409076b9ee69538bc62760cbe1dd54
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ div { width: 0px; word-break: keep-all; }
+ </style>
+ </head>
+ <body>
+ <div>
+ &#x8fd9;&#x662f;&#x4e00;&#x4e9b;&#x6c49;&#x5b57;, and some Latin, &#x0648; &#x06a9;&#x0645;&#x06cc; &#x0646;&#x0648;&#x0634;&#x062a;&#x0646; &#x0639;&#x0631;&#x0628;&#x06cc;, &#xadf8;&#xb9ac;&#xace0; &#xc0d8;&#xd50c; &#xd55c;&#xae00; &#xbb38;&#xc7a5;, &#x65e5;&#x672c;&#x8a9e;&#x306e;&#x6587;&#x5b57;.
jungshik at Google 2015/04/23 13:36:33 nit: could you use real characters in UTF-8 (for a
yunsik 2015/04/24 07:01:15 I don't think it's good idea. And some other layou
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698