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

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

Issue 2104493003: Import csswg-test@0589ea025a684e31742740ca3b599230bcc25e5d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update TestExpectations, delete background Created 4 years, 5 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <title>CSS Text Test: overflow-wrap - normal (white space)</title> 3 <title>CSS Text Test: overflow-wrap - normal (white space)</title>
4 <link rel="author" title="Intel" href="http://www.intel.com"> 4 <link rel="author" title="Intel" href="http://www.intel.com">
5 <link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@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"> 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"> 7 <link rel="match" href="overflow-wrap-003-ref.html">
8 <meta name="flags" content="ahem"> 8 <meta name="flags" content="ahem">
9 <meta name="assert" content="The 'overflow-wrap' property set 'normal' will brea k line at white space"> 9 <meta name="assert" content="The 'overflow-wrap' property set 'normal' will brea k line at white space">
10 <style> 10 <style>
11 #test { 11 #test {
12 border: 5px solid orange; 12 border: 5px solid orange;
13 font: 20px/1 Ahem; 13 font: 20px/1 Ahem;
14 overflow-wrap: normal; 14 overflow-wrap: normal;
15 width: 20em; 15 width: 20em;
16 } 16 }
17 </style> 17 </style>
18 <body> 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> 19 <p class="instructions">Test passes if the black box displayed in two rows wit hin the orange box.</p>
20 <p id="test">FillerTextFillerText FillerTextFillerText</p> 20 <p id="test">FillerTextFillerText FillerTextFillerText</p>
21 </body> 21 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698