Title: [127284] branches/safari-536.26-branch/LayoutTests
Revision
127284
Author
[email protected]
Date
2012-08-31 10:50:56 -0700 (Fri, 31 Aug 2012)

Log Message

Rename testRunner to layoutTestController for a test on the branch.

Patch by Brady Eidson <[email protected]> on 2012-08-31
Rubberstamped by Tim Hatcher.

* platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html:

Modified Paths

Diff

Modified: branches/safari-536.26-branch/LayoutTests/ChangeLog (127283 => 127284)


--- branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-08-31 17:50:50 UTC (rev 127283)
+++ branches/safari-536.26-branch/LayoutTests/ChangeLog	2012-08-31 17:50:56 UTC (rev 127284)
@@ -1,3 +1,11 @@
+2012-08-31  Brady Eidson  <[email protected]>
+
+        Rename testRunner to layoutTestController for a test on the branch.
+
+        Rubberstamped by Tim Hatcher.
+
+        * platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html:
+
 2012-08-31  Timothy Hatcher  <[email protected]>
 
         Merge r127047.

Modified: branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html (127283 => 127284)


--- branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html	2012-08-31 17:50:50 UTC (rev 127283)
+++ branches/safari-536.26-branch/LayoutTests/platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html	2012-08-31 17:50:56 UTC (rev 127284)
@@ -1,9 +1,9 @@
 <head>
 <script src=""
 <script>
-if (window.testRunner) {
-    testRunner.dumpAsText();
-    testRunner.waitUntilDone();
+if (window.layoutTestController) {
+    layoutTestController.dumpAsText();
+    layoutTestController.waitUntilDone();
 }
 
 window.resizeTo(200,500);
@@ -42,8 +42,8 @@
 
 function finishTest()
 {
-    if (window.testRunner)
-        testRunner.notifyDone();
+    if (window.layoutTestController)
+        layoutTestController.notifyDone();
 }
 
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to