Title: [148517] branches/safari-536.30-branch/LayoutTests

Diff

Modified: branches/safari-536.30-branch/LayoutTests/fast/block/body-inline-block-crash.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/fast/block/body-inline-block-crash.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/fast/block/body-inline-block-crash.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -1,8 +1,8 @@
 <html>
 Test passes if it does not crash.
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 function crash() {
     body1 = document.createElement("body");

Modified: branches/safari-536.30-branch/LayoutTests/fast/multicol/recursive-split-flow-crash.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/fast/multicol/recursive-split-flow-crash.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/fast/multicol/recursive-split-flow-crash.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -15,8 +15,8 @@
 </div>
 </table>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 document.head.appendChild(document.createElement("style"));
 var styleSheet0 = document.styleSheets[0];

Modified: branches/safari-536.30-branch/LayoutTests/fast/multicol/remove-child-split-flow-crash.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/fast/multicol/remove-child-split-flow-crash.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/fast/multicol/remove-child-split-flow-crash.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -8,8 +8,8 @@
 .class4 { section; -webkit-column-span: all; }
 </style>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 function crash() {
     i1 = document.createElement('i');

Modified: branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-1.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-1.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-1.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -17,6 +17,6 @@
 // Tests a case where an inline element that sets white-space:normal nested
 // in a block that sets white-space:pre works correctly when there is a
 // line break at the start of the inline element.
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 </script>

Modified: branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-2.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-2.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/fast/text/whitespace/pre-block-normal-inline-crash-2.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -29,6 +29,6 @@
 // Tests a case where an inline element that sets white-space:normal nested
 // in a block that sets white-space:pre works correctly when there is a
 // line break at the start of the inline element.
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 </script>

Modified: branches/safari-536.30-branch/LayoutTests/svg/as-image/animated-use-as-image-crash.html (148516 => 148517)


--- branches/safari-536.30-branch/LayoutTests/svg/as-image/animated-use-as-image-crash.html	2013-04-16 16:16:04 UTC (rev 148516)
+++ branches/safari-536.30-branch/LayoutTests/svg/as-image/animated-use-as-image-crash.html	2013-04-16 16:45:08 UTC (rev 148517)
@@ -3,12 +3,12 @@
   <p>Test passes if loaded into Chromium with Asan enabled and does not crash.</p>
   <img src=''></img>
   <script type="text/_javascript_">
-    if (window.testRunner) {
-      testRunner.waitUntilDone();
-      testRunner.dumpAsText();
+    if (window.layoutTestController) {
+      layoutTestController.waitUntilDone();
+      layoutTestController.dumpAsText();
     }
 
-    setTimeout(function() { if (window.testRunner) testRunner.notifyDone(); }, 500);
+    setTimeout(function() { if (window.layoutTestController) layoutTestController.notifyDone(); }, 500);
   </script>
 </html>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to