Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / flexbox / flex-order.html
index 300b305..3c3869b 100644 (file)
@@ -30,10 +30,6 @@ body {
     background-color: #030;
 }
 </style>
-<script>
-if (window.testRunner)
-    testRunner.dumpAsTextWithPixelResults();
-</script>
 <body>
 
 <div class="horizontal-box">
@@ -110,6 +106,13 @@ if (window.testRunner)
   <div class="fourth" style=""></div>
 </div>
 
+<div class="horizontal-box">
+  <div class="third"  style="-webkit-order: calc(-2147483640 - 5)"></div>
+  <div class="first"  style="-webkit-order: calc(-2147483640 - 6)"></div>
+  <div class="second" style="-webkit-order: calc(-2147483640 - 7)"></div>
+  <div class="fourth" style=""></div>
+</div>
+
 <!-- This should not crash. -->
 <div class="horizontal-box"></div>