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

Side by Side Diff: LayoutTests/css3/flexbox/order-painting.html

Issue 1088633002: Unprefix flexbox tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: whoops, a > went missing Created 5 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p>This test passes if there is no red showing.</p> 4 <p>This test passes if there is no red showing.</p>
5 5
6 <div style="display: -webkit-flex; width: 100px;"> 6 <div style="display: flex; width: 100px;">
7 <div style="-webkit-order: 2; background-color: green; width: 100px; height: 100px; margin-left: -50px;"></div> 7 <div style="-webkit-order: 2; background-color: green; width: 100px; height: 100px; margin-left: -50px;"></div>
8 <div style="-webkit-order: 1; background-color: red; width: 50px; height: 100px;"></div> 8 <div style="-webkit-order: 1; background-color: red; width: 50px; height: 100px;"></div>
9 </div> 9 </div>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/nested-stretch.html ('k') | LayoutTests/css3/flexbox/orthogonal-flex-directions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698