Index: LayoutTests/css3/flexbox/percent-margins.html |
diff --git a/LayoutTests/css3/flexbox/percent-margins.html b/LayoutTests/css3/flexbox/percent-margins.html |
index 07199113d7def6f5da145654c36cff9d845d300a..7bfe41a8a24992179bed553b6e3d83b97770cb4b 100644 |
--- a/LayoutTests/css3/flexbox/percent-margins.html |
+++ b/LayoutTests/css3/flexbox/percent-margins.html |
@@ -2,18 +2,18 @@ |
<script src="../../resources/check-layout.js"></script> |
<body onload="checkLayout('.flexbox')"> |
-<div class="flexbox" style="display:-webkit-flex; -webkit-flex-direction: column; background-color: salmon; height: 300px; width: 400px;"> |
- <div style="margin: 10%; background-color: orange; height: 5px; -webkit-flex: 1" data-expected-width=320 data-expected-height=135></div> |
+<div class="flexbox" style="display:flex; flex-direction: column; background-color: salmon; height: 300px; width: 400px;"> |
+ <div style="margin: 10%; background-color: orange; height: 5px; flex: 1" data-expected-width=320 data-expected-height=135></div> |
<div style="margin: 10%; background-color: orange; height: 5px;" data-expected-width=320 data-expected-height=5></div> |
</div> |
-<div class="flexbox" style="display:-webkit-flex; background-color: salmon; height: 300px; width: 400px;"> |
- <div style="margin: 10%; background-color: orange; height: 5px; -webkit-flex: 1 5px" data-expected-width=235 data-expected-height=5></div> |
+<div class="flexbox" style="display:flex; background-color: salmon; height: 300px; width: 400px;"> |
+ <div style="margin: 10%; background-color: orange; height: 5px; flex: 1 5px" data-expected-width=235 data-expected-height=5></div> |
<div style="margin: 10%; background-color: orange; height: 5px; width: 5px" data-expected-width=5 data-expected-height=5></div> |
</div> |
-<div class="flexbox" style="display:-webkit-flex; background-color: salmon; height: 300px; width: 400px; padding: 100px;"> |
- <div style="margin: 10%; background-color: orange; height: 5px; -webkit-flex: 1 5px" data-expected-width=235 data-expected-height=5></div> |
+<div class="flexbox" style="display:flex; background-color: salmon; height: 300px; width: 400px; padding: 100px;"> |
+ <div style="margin: 10%; background-color: orange; height: 5px; flex: 1 5px" data-expected-width=235 data-expected-height=5></div> |
<div style="margin: 10%; background-color: orange; height: 5px; width: 5px" data-expected-width=5 data-expected-height=5></div> |
</div> |