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; |
} |