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

Unified Diff: LayoutTests/css3/flexbox/negative-flex-rounding-assert.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
Index: LayoutTests/css3/flexbox/negative-flex-rounding-assert.html
diff --git a/LayoutTests/css3/flexbox/negative-flex-rounding-assert.html b/LayoutTests/css3/flexbox/negative-flex-rounding-assert.html
index 1391dc07760d30316970277ac21b637a61fddb81..1daafb9582b724a5133a3f06cfbd3e2e3c505dc3 100644
--- a/LayoutTests/css3/flexbox/negative-flex-rounding-assert.html
+++ b/LayoutTests/css3/flexbox/negative-flex-rounding-assert.html
@@ -2,14 +2,14 @@
<html>
<style>
.math {
- display: -webkit-inline-flex;
+ display: inline-flex;
}
.math > * {
padding-bottom: 0.35em;
}
.mfrac {
- display: -webkit-inline-flex;
- -webkit-flex-direction: column;
+ display: inline-flex;
+ flex-direction: column;
}
.mfrac > :first-child {
-webkit-margin-after: 0.2em;

Powered by Google App Engine
This is Rietveld 408576698