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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html
diff --git a/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html
new file mode 100644
index 0000000000000000000000000000000000000000..006d16685f3faaa9fb826dc153a2002a49557cf4
--- /dev/null
+++ b/LayoutTests/fast/css3-text/css3-word-break/css3-word-break-keep-all-2.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ div { width: 320px; border: solid black thin; word-break: keep-all; }
+ </style>
+ </head>
+ <body>
+ <div>
+ &#x898b;&#x51fa;&#x3057;&#x306e;&#x7ae0;&#x30fb;&#x7bc0;&#x540d;&#x3084;&#xff0c;&#x56f3;&#x7248;&#x306e;&#x8aac;&#x660e;&#xff08;&#xfeff;&#xff43;&#xff41;&#xff50;&#xff54;&#xff49;&#xff4f;&#xff4e;&#xff09;&#x306a;&#x3069;&#x3067;&#x306f;&#x7701;&#x3044;&#x3067;&#x3082;&#x3088;&#x3044;&#xff0e;&#x3057;&#x304b;&#x3057;&#xff0c;&#x56f3;&#x7248;&#x306e;&#xff43;&#xff41;&#xff50;&#xff54;&#xff49;&#xff4f;&#xff4e;&#x304c;&#xff12;&#x884c;&#x3084;&#xff13;&#x884c;&#x306b;&#x306a;&#x308b;&#x3068;&#x304d;&#x000a;
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698