Title: [146388] branches/safari-536.30-branch/LayoutTests
Revision
146388
Author
[email protected]
Date
2013-03-20 14:16:08 -0700 (Wed, 20 Mar 2013)

Log Message

<rdar://problem/13465764> Many merged tests are failing

Rubber stamped by Mark Rowe.

Change all instances of "testRunner" back to "layoutTestController".

* editing/style/apply-style-crash.html:
* fast/backgrounds/background-clip-text-on-body.html:
* fast/backgrounds/transformed-body-background.html:
* fast/backgrounds/transformed-body-html-background.html:
* fast/backgrounds/transformed-html-body-background.html:
* fast/block/colspan-under-button-crash.html:
* fast/block/float/float-not-removed-from-pre-block.html:
* fast/block/line-layout/double-line-break-obj-removal-crash.html:
* fast/canvas/canvas-measureText.html:
* fast/css-generated-content/bug-106384.html:
* fast/css/image-set-value-not-removed-crash.html:
* fast/dom/Geolocation/watchPosition-unique.html:
* fast/dom/ready-state-change-crash.html:
* fast/dom/window-load-crash.html:
* fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html:
* fast/frames/frame-unload-crash2.html:
* fast/images/crossfade-client-not-removed-crash.html:
* fast/js/concat-large-strings-crash.html:
* fast/js/concat-large-strings-crash2.html:
* fast/multicol/continuation-crash.html:
* fast/multicol/float-not-removed-crash.html:
* fast/multicol/span/list-multi-column-crash.html:
* fast/parser/foster-parent-adopted.html:
* fast/parser/foster-parent-adopted2.html:
* http/tests/security/xssAuditor/script-tag-with-actual-comma.html:
* http/tests/security/xssAuditor/script-tag-with-source-data-url3.html:
* plugins/plugin-remove-readystatechange.html:
* svg/animations/animate-keytimes-crash.html:
* svg/custom/elementTimeControl-nan-crash.html:

Modified Paths

Diff

Modified: branches/safari-536.30-branch/LayoutTests/ChangeLog (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-20 21:16:08 UTC (rev 146388)
@@ -1,3 +1,41 @@
+2013-03-20  Eric Carlson  <[email protected]>
+
+        <rdar://problem/13465764> Many merged tests are failing
+
+        Rubber stamped by Mark Rowe.
+
+        Change all instances of "testRunner" back to "layoutTestController".
+
+        * editing/style/apply-style-crash.html:
+        * fast/backgrounds/background-clip-text-on-body.html:
+        * fast/backgrounds/transformed-body-background.html:
+        * fast/backgrounds/transformed-body-html-background.html:
+        * fast/backgrounds/transformed-html-body-background.html:
+        * fast/block/colspan-under-button-crash.html:
+        * fast/block/float/float-not-removed-from-pre-block.html:
+        * fast/block/line-layout/double-line-break-obj-removal-crash.html:
+        * fast/canvas/canvas-measureText.html:
+        * fast/css-generated-content/bug-106384.html:
+        * fast/css/image-set-value-not-removed-crash.html:
+        * fast/dom/Geolocation/watchPosition-unique.html:
+        * fast/dom/ready-state-change-crash.html:
+        * fast/dom/window-load-crash.html:
+        * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html:
+        * fast/frames/frame-unload-crash2.html:
+        * fast/images/crossfade-client-not-removed-crash.html:
+        * fast/js/concat-large-strings-crash.html:
+        * fast/js/concat-large-strings-crash2.html:
+        * fast/multicol/continuation-crash.html:
+        * fast/multicol/float-not-removed-crash.html:
+        * fast/multicol/span/list-multi-column-crash.html:
+        * fast/parser/foster-parent-adopted.html:
+        * fast/parser/foster-parent-adopted2.html:
+        * http/tests/security/xssAuditor/script-tag-with-actual-comma.html:
+        * http/tests/security/xssAuditor/script-tag-with-source-data-url3.html:
+        * plugins/plugin-remove-readystatechange.html:
+        * svg/animations/animate-keytimes-crash.html:
+        * svg/custom/elementTimeControl-nan-crash.html:
+
 2013-03-15  Lucas Forschler  <[email protected]>
 
         Merge r132724

Modified: branches/safari-536.30-branch/LayoutTests/editing/style/apply-style-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/editing/style/apply-style-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/editing/style/apply-style-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html>
 <script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
+if (window.layoutTestController) {
+    layoutTestController.dumpAsText();
+    layoutTestController.waitUntilDone();
 }
 
 _onload_ = function() {
@@ -18,8 +18,8 @@
     document.body.offsetTop;
     document.body.innerHTML = "PASS. WebKit didn't crash.";
 
-    if (window.testRunner)
-        testRunner.notifyDone();
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
 }, 0)
 </script>
 <div id="x"><iframe src=""

Modified: branches/safari-536.30-branch/LayoutTests/fast/backgrounds/background-clip-text-on-body.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/backgrounds/background-clip-text-on-body.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/backgrounds/background-clip-text-on-body.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -10,8 +10,8 @@
     }
 </style>
 <script>
-    if (window.testRunner)
-        testRunner.dumpAsText(true);
+    if (window.layoutTestController)
+        layoutTestController.dumpAsText(true);
 
     function doTest()
     {

Modified: branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-background.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-background.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-background.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -17,8 +17,8 @@
         }
     </style>
     <script>
-        if (window.testRunner)
-            testRunner.dumpAsText(true);
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText(true);
     </script>
 </head>
 <body>

Modified: branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-html-background.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-html-background.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-body-html-background.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -21,8 +21,8 @@
         }
     </style>
     <script>
-        if (window.testRunner)
-            testRunner.dumpAsText(true);
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText(true);
     </script>
 </head>
 <body>

Modified: branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-html-body-background.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-html-body-background.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/backgrounds/transformed-html-body-background.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -20,8 +20,8 @@
         }
     </style>
     <script>
-        if (window.testRunner)
-            testRunner.dumpAsText(true);
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText(true);
     </script>
 </head>
 <body>

Modified: branches/safari-536.30-branch/LayoutTests/fast/block/colspan-under-button-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/block/colspan-under-button-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/block/colspan-under-button-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -27,8 +27,8 @@
     document.documentElement.removeChild(pElem);
 
     document.body.innerHTML = "PASS if no crash or assert in debug";
-    if (window.testRunner)
-        testRunner.dumpAsText();
+    if (window.layoutTestController)
+        layoutTestController.dumpAsText();
 }
 </script>
 </html>

Modified: branches/safari-536.30-branch/LayoutTests/fast/block/float/float-not-removed-from-pre-block.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/block/float/float-not-removed-from-pre-block.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/block/float/float-not-removed-from-pre-block.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -14,8 +14,8 @@
   </q>
 </div>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 document.body.offsetTop;
 test3.style.display = "table-footer-group";

Modified: branches/safari-536.30-branch/LayoutTests/fast/block/line-layout/double-line-break-obj-removal-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/block/line-layout/double-line-break-obj-removal-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/block/line-layout/double-line-break-obj-removal-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -12,8 +12,8 @@
     multicolElem.parentNode.removeChild(multicolElem);
     document.body.offsetTop;
     document.body.innerHTML = 'PASS if no crash or assert in debug';
-    if (window.testRunner)
-        testRunner.dumpAsText();
+    if (window.layoutTestController)
+        layoutTestController.dumpAsText();
 }
 </script>
 </html>

Modified: branches/safari-536.30-branch/LayoutTests/fast/canvas/canvas-measureText.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/canvas/canvas-measureText.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/canvas/canvas-measureText.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -6,8 +6,8 @@
 <canvas id="test"></canvas>
 </body>
 <script>
-if (window.testRunner)
-   testRunner.dumpAsText();
+if (window.layoutTestController)
+   layoutTestController.dumpAsText();
 
 var canvas = document.getElementById("test");
 var context = canvas.getContext("2d");

Modified: branches/safari-536.30-branch/LayoutTests/fast/css/image-set-value-not-removed-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/css/image-set-value-not-removed-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/css/image-set-value-not-removed-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -19,8 +19,8 @@
 }
 </style>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var docElement = document.body;
 docElement.contentEditable = "true";

Modified: branches/safari-536.30-branch/LayoutTests/fast/css-generated-content/bug-106384.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/css-generated-content/bug-106384.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/css-generated-content/bug-106384.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -12,8 +12,8 @@
 </p>
 
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 _onload_ = function() {
     var ruby = document.createElement('ruby');

Modified: branches/safari-536.30-branch/LayoutTests/fast/dom/Geolocation/watchPosition-unique.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/dom/Geolocation/watchPosition-unique.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/dom/Geolocation/watchPosition-unique.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -8,8 +8,8 @@
 
 description("Tests that navigator.geolocation.watchPosition returns unique results within its script execution context.");
 
-if (window.testRunner)
-    testRunner.setMockGeolocationPosition(51.478, -0.166, 100.0);
+if (window.layoutTestController)
+    layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100.0);
 
 var watchID1 = navigator.geolocation.watchPosition(function() { });
 var watchID2 = navigator.geolocation.watchPosition(function() { });

Modified: branches/safari-536.30-branch/LayoutTests/fast/dom/ready-state-change-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/dom/ready-state-change-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/dom/ready-state-change-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -8,8 +8,8 @@
 </div>
 
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var listenerActive = false;
 var fDoc = document.getElementById('f').contentDocument;

Modified: branches/safari-536.30-branch/LayoutTests/fast/dom/window-load-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/dom/window-load-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/dom/window-load-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -3,16 +3,16 @@
 Test passes if it does not crash.
 <base href=""
 <script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
+if (window.layoutTestController) {
+    layoutTestController.dumpAsText();
+    layoutTestController.waitUntilDone();
 }
 
 function crash()
 {
     GCController.collect();
-    if (window.testRunner)
-        testRunner.notifyDone();
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
 }
 </script>
 <iframe _onload_=crash() src="" srcdoc="<script>window._onload_ = function() { frames[0].document.getElementsByTagName('a')[0].click(); }</script><iframe seamless srcdoc='<a href=""

Modified: branches/safari-536.30-branch/LayoutTests/fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -3,8 +3,8 @@
 </head>
 <body>
 <script>
-testRunner.dumpAsText();
-testRunner.waitUntilDone();
+layoutTestController.dumpAsText();
+layoutTestController.waitUntilDone();
 var docElement = document.documentElement;
 textArea = document.createElement("textarea");
 textArea.setAttribute("autofocus", "");
@@ -14,7 +14,7 @@
 document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null).adoptNode(textArea);
 window.setTimeout(function() {
     document.body.innerHTML = "PASS unless crash.";
-    testRunner.notifyDone();
+    layoutTestController.notifyDone();
 }, 0);
 </script>
 </body>
\ No newline at end of file

Modified: branches/safari-536.30-branch/LayoutTests/fast/frames/frame-unload-crash2.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/frames/frame-unload-crash2.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/frames/frame-unload-crash2.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -2,14 +2,14 @@
 <html>
 <iframe srcdoc=""></iframe>
 <script>
-if (window.testRunner) {
-    testRunner.waitUntilDone();
-    testRunner.dumpAsText();
+if (window.layoutTestController) {
+    layoutTestController.waitUntilDone();
+    layoutTestController.dumpAsText();
 }
 
 function finish() {
-    if (window.testRunner)
-        testRunner.notifyDone();
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
 }
 
 frames[0]._onunload_ = function () {

Modified: branches/safari-536.30-branch/LayoutTests/fast/images/crossfade-client-not-removed-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/images/crossfade-client-not-removed-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/images/crossfade-client-not-removed-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -11,8 +11,8 @@
 }
 </style>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var docElement = document.body;
 docElement.contentEditable = "true";

Modified: branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -1,7 +1,7 @@
 <html>
     <script>
-        if (window.testRunner)
-            testRunner.dumpAsText();
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
     </script>
     <p>Test for <a href="" 102963</a>. This test passed if you see the word PASS below.</p>
     <script>

Modified: branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash2.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash2.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/js/concat-large-strings-crash2.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -1,7 +1,7 @@
 <html>
     <script>
-        if (window.testRunner)
-            testRunner.dumpAsText();
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
     </script>
     <p>Test for <a href="" 102963</a>. This test passed if you see the word PASS below.</p>
     <script>

Modified: branches/safari-536.30-branch/LayoutTests/fast/multicol/continuation-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/multicol/continuation-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/multicol/continuation-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -13,7 +13,7 @@
     <div class="column-span-all"></div>
 </div>
 <script>
-    if (window.testRunner)
-        testRunner.dumpAsText();
+    if (window.layoutTestController)
+        layoutTestController.dumpAsText();
 </script>
 </html>

Modified: branches/safari-536.30-branch/LayoutTests/fast/multicol/float-not-removed-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/multicol/float-not-removed-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/multicol/float-not-removed-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -7,9 +7,9 @@
 .class3 { -webkit-column-count: 65536; }
 </style>
 <script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
+if (window.layoutTestController) {
+    layoutTestController.dumpAsText();
+    layoutTestController.waitUntilDone();
 }
 
 function crash() {
@@ -33,7 +33,7 @@
     document.documentElement.offsetTop;
     setTimeout('test3.appendChild(test4);', 0);
     setTimeout('test2.appendChild(test7);', 2);
-    setTimeout('if (window.testRunner) testRunner.notifyDone();', 4);
+    setTimeout('if (window.layoutTestController) layoutTestController.notifyDone();', 4);
 }
 
 window._onload_ = crash;

Modified: branches/safari-536.30-branch/LayoutTests/fast/multicol/span/list-multi-column-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/multicol/span/list-multi-column-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/multicol/span/list-multi-column-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -14,8 +14,8 @@
 }
 </style>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 list = document.createElement('p');
 list.setAttribute('class', 'list');

Modified: branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -6,8 +6,8 @@
       <table>
           <tr>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var tr = document.querySelector('tr');
 var doc = document.implementation.createHTMLDocument();

Modified: branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted2.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted2.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/fast/parser/foster-parent-adopted2.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -6,8 +6,8 @@
       <table>
           <tr>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var doc = document.implementation.createHTMLDocument();
 var div = document.createElement('div');

Modified: branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-actual-comma.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-actual-comma.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-actual-comma.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -2,9 +2,9 @@
 <html>
 <head>
 <script>
-if (window.testRunner) {
-  testRunner.dumpAsText();
-  testRunner.setXSSAuditorEnabled(true);
+if (window.layoutTestController) {
+  layoutTestController.dumpAsText();
+  layoutTestController.setXSSAuditorEnabled(true);
 }
 </script>
 </head>

Modified: branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url3.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url3.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-data-url3.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -2,9 +2,9 @@
 <html>
 <head>
 <script>
-if (window.testRunner) {
-  testRunner.dumpAsText();
-  testRunner.setXSSAuditorEnabled(true);
+if (window.layoutTestController) {
+  layoutTestController.dumpAsText();
+  layoutTestController.setXSSAuditorEnabled(true);
 }
 </script>
 </head>

Modified: branches/safari-536.30-branch/LayoutTests/plugins/plugin-remove-readystatechange.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/plugins/plugin-remove-readystatechange.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/plugins/plugin-remove-readystatechange.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -7,8 +7,8 @@
 </div>
 <embed id="viewer" src=""
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 
 var i = 0;
 document.addEventListener('readystatechange', function() {

Modified: branches/safari-536.30-branch/LayoutTests/svg/animations/animate-keytimes-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/svg/animations/animate-keytimes-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/svg/animations/animate-keytimes-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -8,15 +8,15 @@
   </rect>
 </svg>
 <script>
-  if (window.testRunner())
-    testRunner.waitUntilDone();
+  if (window.layoutTestController())
+    layoutTestController.waitUntilDone();
 
   setTimeout(function() {
     var svg = document.getElementById('svg');
     svg.pauseAnimations();
     svg.setCurrentTime(10);
-    if (window.testRunner)
-      testRunner.notifyDone();
+    if (window.layoutTestController)
+      layoutTestController.notifyDone();
   }, 1);
 </script>
 </html>

Modified: branches/safari-536.30-branch/LayoutTests/svg/custom/elementTimeControl-nan-crash.html (146387 => 146388)


--- branches/safari-536.30-branch/LayoutTests/svg/custom/elementTimeControl-nan-crash.html	2013-03-20 21:13:44 UTC (rev 146387)
+++ branches/safari-536.30-branch/LayoutTests/svg/custom/elementTimeControl-nan-crash.html	2013-03-20 21:16:08 UTC (rev 146388)
@@ -8,8 +8,8 @@
         animate.endElementAt(NaN);
         animate.beginElementAt(NaN);
         svg.setCurrentTime(2);
-        if (window.testRunner)
-            testRunner.dumpAsText();
+        if (window.layoutTestController)
+            layoutTestController.dumpAsText();
     }
 </script>
 </head>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to