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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-text-3/overflow-wrap/overflow-wrap-break-word-001-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 Reference File</title>
4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
5 <style>
6 div {
7 position: relative;
8 width: 100px;
9 height: 100px;
10 background: green;
11 }
12 </style>
13 <body>
14 <p>Test passes if there is a <strong>filled green square</strong> and <strong> no red</strong>.</p>
15 <div></div>
16 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698