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

Unified Diff: LayoutTests/css3/flexbox/floated-flexitem.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-flexbox.html ('k') | LayoutTests/css3/flexbox/inline-flex.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/flexbox/floated-flexitem.html
diff --git a/LayoutTests/css3/flexbox/floated-flexitem.html b/LayoutTests/css3/flexbox/floated-flexitem.html
index ecfee1afc2db2e2eeab51305d388ca234cad575f..f953ecf5cbb38b09f943a7301460d2d83c5329c2 100644
--- a/LayoutTests/css3/flexbox/floated-flexitem.html
+++ b/LayoutTests/css3/flexbox/floated-flexitem.html
@@ -3,7 +3,7 @@
<style>
#flexbox {
background-color: lightgrey;
- -webkit-align-items: flex-start;
+ align-items: flex-start;
}
#flexbox > * {
border: 1px solid green;
@@ -14,7 +14,7 @@
This example is from the spec. There should be four flex items. Anonymous item 3 shouldn't have
a green border because the anonymous block is the flex item.
</p>
-<div id="flexbox" style="display: -webkit-flex">
+<div id="flexbox" style="display: flex">
<!-- flex item: block child -->
<div id="item1">block</div>
« no previous file with comments | « LayoutTests/css3/flexbox/floated-flexbox.html ('k') | LayoutTests/css3/flexbox/inline-flex.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698