Title: [149756] trunk/LayoutTests
Revision
149756
Author
[email protected]
Date
2013-05-08 12:19:32 -0700 (Wed, 08 May 2013)

Log Message

Unreviewed gardening, mac port.
These tests should use testRunner, not layoutTestController.

* fast/js/parse-error-external-script-in-eval.html:
* fast/js/parse-error-external-script-in-new-Function.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (149755 => 149756)


--- trunk/LayoutTests/ChangeLog	2013-05-08 19:11:17 UTC (rev 149755)
+++ trunk/LayoutTests/ChangeLog	2013-05-08 19:19:32 UTC (rev 149756)
@@ -1,3 +1,11 @@
+2013-05-08  Roger Fong  <[email protected]>
+
+        Unreviewed gardening, mac port.
+        These tests should use testRunner, not layoutTestController.
+
+        * fast/js/parse-error-external-script-in-eval.html:
+        * fast/js/parse-error-external-script-in-new-Function.html:
+
 2013-05-08  Darin Adler  <[email protected]>
 
         REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html

Modified: trunk/LayoutTests/fast/js/parse-error-external-script-in-eval.html (149755 => 149756)


--- trunk/LayoutTests/fast/js/parse-error-external-script-in-eval.html	2013-05-08 19:11:17 UTC (rev 149755)
+++ trunk/LayoutTests/fast/js/parse-error-external-script-in-eval.html	2013-05-08 19:19:32 UTC (rev 149756)
@@ -1,15 +1,15 @@
 <html>
 <head>
 <script>
-if (window.layoutTestController) {
-    layoutTestController.dumpAsText();
-    layoutTestController.waitUntilDone();
+if (window.testRunner) {
+    testRunner.dumpAsText();
+    testRunner.waitUntilDone();
 }
 </script>
 <script src=""
 <script>
-if (window.layoutTestController) {
-    layoutTestController.notifyDone();
+if (window.testRunner) {
+    testRunner.notifyDone();
 }
 </script>
 </head>

Modified: trunk/LayoutTests/fast/js/parse-error-external-script-in-new-Function.html (149755 => 149756)


--- trunk/LayoutTests/fast/js/parse-error-external-script-in-new-Function.html	2013-05-08 19:11:17 UTC (rev 149755)
+++ trunk/LayoutTests/fast/js/parse-error-external-script-in-new-Function.html	2013-05-08 19:19:32 UTC (rev 149756)
@@ -1,15 +1,15 @@
 <html>
 <head>
 <script>
-if (window.layoutTestController) {
-    layoutTestController.dumpAsText();
-    layoutTestController.waitUntilDone();
+if (window.testRunner) {
+    testRunner.dumpAsText();
+    testRunner.waitUntilDone();
 }
 </script>
 <script src=""
 <script>
-if (window.layoutTestController) {
-    layoutTestController.notifyDone();
+if (window.testRunner) {
+    testRunner.notifyDone();
 }
 </script>
 </head>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to