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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/overflow-wrap-break-word-fit-content-001-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: overflow-wrap: break-word with fit-content</title> 3 <title>CSS Text Test: overflow-wrap: break-word with fit-content</title>
4 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com"> 4 <link rel="author" title="Koji Ishii" href="kojiishi@gmail.com">
5 <style> 5 <style>
6 .test { 6 .test {
7 display: inline-block; 7 display: inline-block;
8 font-size: 20px; 8 font-size: 20px;
9 line-height: 1; 9 line-height: 1;
10 margin-bottom: .2em; 10 margin-bottom: .2em;
11 } 11 }
12 </style> 12 </style>
13 <body> 13 <body>
14 <div id="log"></div> 14 <div id="log"></div>
15 <p class="instructions" style="display:none">Tests pass if all lines do not wrap . 15 <p class="instructions">Tests pass if all lines do not wrap.
16 <div><div class="test">&#x1D70B;</div></div> 16 <div><div class="test">&#x1D70B;</div></div>
17 <div><div class="test">𝜋</div></div> 17 <div><div class="test">𝜋</div></div>
18 </body> 18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698