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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/flexbox_align-items-stretch-writing-modes-expected.html

Issue 1471763006: update-w3c-deps import using blink f0408c3aa2c878571a05e341363c5a0319959733: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update W3CImportExpectations Created 5 years 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 <html> 2 <html>
3 <head> 3 <head>
4 <title>Reference file</title> 4 <title>Reference file</title>
5 <link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com "> 5 <link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com ">
6 <style> 6 <style>
7 .test { 7 .test {
8 height: 100px; 8 height: 100px;
9 width: 250px; 9 width: 250px;
10 background-color: green; 10 background-color: green;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <p>The test passes if you see a green rectangle and no red.</p> 15 <p>The test passes if you see a green rectangle and no red.</p>
16 <div class="test"></div> 16 <div class="test"></div>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698