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

Unified Diff: LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.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-expected.html
diff --git a/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html b/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html
index becdb211795b3e0a4ec8fe137fce3ed334664c9a..124ecf843c848a71918559c0b853032184a5e5b1 100644
--- a/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html
+++ b/LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout-expected.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<style>
#column {
- display: -webkit-flex;
+ display: flex;
flex-direction: column;
border: 5px solid yellow;
width: 200px;
}
#row {
- display: -webkit-flex;
+ display: flex;
flex-direction: row;
border: 5px solid blue;
}
« no previous file with comments | « LayoutTests/css3/flexbox/nested-orthogonal-flexbox-relayout.html ('k') | LayoutTests/css3/flexbox/nested-stretch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698