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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-flexbox-1/Flexible-order-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><title>CSS Test: Change the value of 'order' property</title> 3 <head><title>CSS Test: Change the value of 'order' property</title>
4 <link rel="author" title="KeynesQu" href="mailto:keynesqu@sohu.com" /> 4 <link rel="author" title="KeynesQu" href="mailto:keynesqu@sohu.com" />
5 5
6 <style> 6 <style>
7 7
8 .box { 8 .box {
9 margin:0 auto; 9 margin:0 auto;
10 background:#CCC; 10 background:#CCC;
(...skipping 22 matching lines...) Expand all
33 33
34 34
35 35
36 </style> 36 </style>
37 37
38 </head> 38 </head>
39 39
40 <body> 40 <body>
41 41
42 42
43 <!-- FLEX CONTAINER --> 43 <!-- FLEX CONTAINER -->
44 <div class="box"> 44 <div class="box">
45 <div class="blue">B</div> 45 <div class="blue">B</div>
46 <div class="red">A</div> 46 <div class="red">A</div>
47 <div class="black">C</div> 47 <div class="black">C</div>
48 </div> 48 </div>
49 49
50 50
51 51
52 </body> 52 </body>
53 </html> 53 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698