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

Unified Diff: LayoutTests/css3/flexbox/inline-flex.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/floated-flexitem.html ('k') | LayoutTests/css3/flexbox/inline-flex-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/inline-flex.html
diff --git a/LayoutTests/css3/flexbox/inline-flex.html b/LayoutTests/css3/flexbox/inline-flex.html
index b7b01ff311fade513fe2ba8523e35df2add9dac4..1f56974b11906bbc5fc9063c900f5fdfd8f0cbe3 100644
--- a/LayoutTests/css3/flexbox/inline-flex.html
+++ b/LayoutTests/css3/flexbox/inline-flex.html
@@ -8,7 +8,7 @@
outline: 2px solid darkgreen;
}
#testcase > div > div {
- -webkit-flex: 1;
+ flex: 1;
}
</style>
<script src="../../resources/check-layout.js"></script>
@@ -17,7 +17,7 @@
<div id="testcase" style="position: relative">
<div data-offset-y="0" data-offset-x="0" data-expected-width="50" data-expected-height="50" style="display: inline-block">
-</div><div data-offset-y="0" data-offset-x="50" data-expected-width="50" data-expected-height="50" style="display: -webkit-inline-flex;">
+</div><div data-offset-y="0" data-offset-x="50" data-expected-width="50" data-expected-height="50" style="display: inline-flex;">
<div data-expected-width="25"></div>
<div data-expected-width="25"></div>
</div><div data-offset-y="0" data-offset-x="100" data-expected-width="50" data-expected-height="50" style="display: inline-block"></div>
« no previous file with comments | « LayoutTests/css3/flexbox/floated-flexitem.html ('k') | LayoutTests/css3/flexbox/inline-flex-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698