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

Unified Diff: LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.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/nested-orthogonal-flexbox-relayout.html
diff --git a/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.html b/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.html
index 6cc5dc3adc73a01cc059fc8449793d78f04ecd4b..775e93a19b9fd3a78f9a025ca655894a34cadbc5 100644
--- a/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.html
+++ b/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<style>
#column {
- display: -webkit-flex;
+ display: flex;
flex-direction: column;
border: 5px solid yellow;
}
#row {
- display: -webkit-flex;
+ display: flex;
flex-direction: row;
border: 5px solid blue;
}

Powered by Google App Engine
This is Rietveld 408576698