tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / regions / no-split-line-box.html
index 4b35e0d..6938487 100755 (executable)
@@ -10,7 +10,7 @@
     line-height:14px;
   }
   .region{
-    content:-webkit-from-flow("thread");
+    -webkit-flow-from: thread;
     width:4em;
     height:35px;  /*2.5x line height*/
     background-color:lightgray;
@@ -29,7 +29,7 @@
   <div class="divider"></div> 
   <div id="secondRegion" class="region"></div> 
   <div class="article"> 
-    mnopqr mnopqr <span id="testSpan">m</span>nopqr mnopqr mnopqr mnopqr
+    mnopqr mnopqr <span id="testSpan">m</span>nopqr mnopqr
   </div>
   <p class="description">The two regions on either side of the divider should each have two text lines.</p>
   <p class="description">There should be no text line split between the regions.</p>
@@ -39,7 +39,7 @@
 
 <script>
   if (window.layoutTestController)
-    layoutTestController.dumpAsText(true);
+    layoutTestController.dumpAsText();
     
   var testElement = document.getElementById("testSpan")
   var testRect = testElement.getBoundingClientRect();