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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/word-wrap-002-expected.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 Reference File</title>
4 <link rel="author" title="Intel" href="http://www.intel.com">
5 <style>
6 #ref {
7 border: 5px solid orange;
8 font: 20px/1 Ahem;
9 width: 200px;
10 }
11 #test {
12 border: 5px solid blue;
13 font: 20px/1 Ahem;
14 width: 200px;
15 }
16 </style>
17 <body>
18 <p class="instructions" style="display:none">Test passes if the black box over flows the blue border box, but fits within the orange border box.</p>
19 <p id="ref">FillerText<br>FillerText<br>FillerText<br>FillerText</p>
20 <p id="test">FillerTextFillerTextFillerTextFillerText</p>
21 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698