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

Side by Side Diff: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.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: 320px; border: solid black thin; word-break: keep-all; }
6 </style>
7 </head>
8 <body>
9 <div>
10 &#x898b;&#x51fa;&#x3057;&#x306e;&#x7ae0;&#x30fb;&#x7bc0;&#x540d;&#x3 084;&#xff0c;&#x56f3;&#x7248;&#x306e;&#x8aac;&#x660e;&#xff08;&#xfeff;&#xff43;&#xf f41;&#xff50;&#xff54;&#xff49;&#xff4f;&#xff4e;&#xff09;&#x306a;&#x3069;&#x3067;&#x3 06f;&#x7701;&#x3044;&#x3067;&#x3082;&#x3088;&#x3044;&#xff0e;&#x3057;&#x304b;&#x3 057;&#xff0c;&#x56f3;&#x7248;&#x306e;&#xff43;&#xff41;&#xff50;&#xff54;&#xff49;&#xf f4f;&#xff4e;&#x304c;&#xff12;&#x884c;&#x3084;&#xff13;&#x884c;&#x306b;&#x306a;&#x3 08b;&#x3068;&#x304d;&#x000a;
11 </div>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698