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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/ttwf-reftest-flex-inline-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 <html> 2 <html>
3 <head> 3 <head>
4 <title>CSS Flexible Box Test: display proprety - inline-flex</title> 4 <title>CSS Flexible Box Test: display proprety - inline-flex</title>
5 <link rel="author" title="haosdent" href="mailto:haosdent@gmail.com"> 5 <link rel="author" title="haosdent" href="mailto:haosdent@gmail.com">
6 <style type="text/css"> 6 <style type="text/css">
7 /* Positioned container allows for the self-describing statement to stil l 7 /* Positioned container allows for the self-describing statement to stil l
8 be visible in the case of failure */ 8 be visible in the case of failure */
9 .container { 9 .container {
10 position: relative; 10 position: relative;
11 } 11 }
12 .greenSquare { 12 .greenSquare {
13 display: inline-block; 13 display: inline-block;
14 margin-top: -200px; 14 margin-top: -200px;
15 background: green; 15 background: green;
16 } 16 }
17 </style> 17 </style>
18 </head> 18 </head>
19 <body> 19 <body>
20 <p>The test passed if you see a green block which its text is 'Success!'.</p > 20 <p>The test passed if you see a green block which its text is 'Success!'.</p >
21 <div class="container"> 21 <div class="container">
22 <!-- This is the square that should not be visible if the test passes -- > 22 <!-- This is the square that should not be visible if the test passes -->
23 <div class="greenSquare">Success!</div> 23 <div class="greenSquare">Success!</div>
24 </div> 24 </div>
25 </body> 25 </body>
26 </html> 26 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698