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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/overflow-wrap-003.html

Issue 1575873005: Import csswg-test@55da5c7bcd5a9d903e4611c3bcc1080cd6a97ad7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 <meta charset="utf-8">
3 <title>CSS Text Test: overflow-wrap - break-word (white space)</title>
4 <link rel="author" title="Intel" href="http://www.intel.com">
5 <link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
6 <link rel="help" title="6.2. Overflow Wrapping: the 'word-wrap'/'overflow-wrap' property" href="http://www.w3.org/TR/css-text-3/#overflow-wrap">
7 <link rel="match" href="overflow-wrap-003-ref.html">
8 <meta name="flags" content="ahem">
9 <meta name="assert" content="The 'overflow-wrap' property set 'break-word' break s line at white space">
10 <style>
11 #test {
12 border: 5px solid orange;
13 font: 20px/1 Ahem;
14 overflow-wrap: break-word;
15 width: 20em;
16 }
17 </style>
18 <body>
19 <p class="instructions" style="display:none">Test passes if the black box disp layed in two rows within the orange box.</p>
20 <p id="test">FillerTextFillerText FillerTextFillerText</p>
21 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698