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

Unified Diff: LayoutTests/css3/flexbox/box-sizing.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css3/flexbox/auto-margins.html ('k') | LayoutTests/css3/flexbox/columns-auto-size.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/box-sizing.html
diff --git a/LayoutTests/css3/flexbox/box-sizing.html b/LayoutTests/css3/flexbox/box-sizing.html
index fad9a9f5b270fec61c65404fff34f0bf1f263872..88e578298564ce2033d06f1009e6165c8b31641f 100644
--- a/LayoutTests/css3/flexbox/box-sizing.html
+++ b/LayoutTests/css3/flexbox/box-sizing.html
@@ -80,9 +80,9 @@ All blue boxes are 100x100px with box-sizing: border-box and 2px border (4px bor
<h3>flex-flow: column, flex-box has box-sizing: border-box, flex items have flex: 1</h3>
<div class="flexbox column" style="box-sizing: border-box; border: 2px solid lightblue; padding: 3px; height: 343px; width: 100px;" data-expected-width=100 data-expected-height=343>
- <div style="-webkit-flex: 1; -moz-flex: 1" data-expected-height=111></div>
- <div style="-webkit-flex: 1; -moz-flex: 1" data-expected-height=111></div>
- <div style="-webkit-flex: 1; -moz-flex: 1" data-expected-height=111></div>
+ <div style="flex: 1;" data-expected-height=111></div>
+ <div style="flex: 1;" data-expected-height=111></div>
+ <div style="flex: 1;" data-expected-height=111></div>
</div>
<script>
« no previous file with comments | « LayoutTests/css3/flexbox/auto-margins.html ('k') | LayoutTests/css3/flexbox/columns-auto-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698