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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div { width: 0px; word-break: keep-all; }
6 </style>
7 </head>
8 <body>
9 <div>
10 &#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;&#x ae00; &#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
11 </div>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698