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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-005-expected.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 Reference File</title> 3 <title>CSS Text Test Reference File</title>
4 <link rel="author" title="Intel" href="http://www.intel.com"> 4 <link rel="author" title="Intel" href="http://www.intel.com">
5 <style> 5 <style>
6 #test { 6 #test {
7 border: 5px solid orange; 7 border: 5px solid orange;
8 font: 20px/1 Ahem; 8 font: 20px/1 Ahem;
9 width: 20em; 9 width: 20em;
10 } 10 }
11 </style> 11 </style>
12 <body> 12 <body>
13 <p class="instructions" style="display:none">Test passes if the black box disp layed in two rows within the orange box.</p> 13 <p class="instructions">Test passes if the black box displayed in two rows wit hin the orange box.</p>
14 <p id="test">FillerTextFillerText<br>FillerTextFillerText</p> 14 <p id="test">FillerTextFillerText<br>FillerTextFillerText</p>
15 </body> 15 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698