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

Side by Side Diff: LayoutTests/fast/flexbox/021-vertical.html

Issue 8477022: Merge 98033 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/021-vertical-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 box-orient: vertical; 5 box-orient: vertical;
6 -moz-box-orient: vertical; 6 -moz-box-orient: vertical;
7 -webkit-box-orient: vertical; 7 -webkit-box-orient: vertical;
8 display: -moz-box; 8 display: -moz-box;
9 display: -webkit-box; 9 display: -webkit-box;
10 display: box; 10 display: box;
(...skipping 24 matching lines...) Expand all
35 </head> 35 </head>
36 <body> 36 <body>
37 <!-- You should see a 100x100 green square below. If you see any red, the test has failed. This test is checking 37 <!-- You should see a 100x100 green square below. If you see any red, the test has failed. This test is checking
38 for visibility:collapse support with vertical orientation. This test is expected to fail but not crash! --> 38 for visibility:collapse support with vertical orientation. This test is expected to fail but not crash! -->
39 <div> 39 <div>
40 <div class="first"></div> 40 <div class="first"></div>
41 <div class="second"></div> 41 <div class="second"></div>
42 </div> 42 </div>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/flexbox/021-vertical-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698