Title: [146649] branches/safari-536.30-branch/LayoutTests
Revision
146649
Author
eric.carl...@apple.com
Date
2013-03-22 13:30:15 -0700 (Fri, 22 Mar 2013)

Log Message

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

Change all instances of "testRunner" back to "layoutTestController" in svg files, which
my initial commit missed.

* fast/css/font-size-nan.svg:
* svg/custom/stale-resource-data-crash.svg:
* svg/custom/use-href-update-crash.svg:
* svg/custom/use-rebuild-resources-crash.svg:
* svg/text/alt-glpyh-on-fallback-font-crash.svg:

Modified Paths

Diff

Modified: branches/safari-536.30-branch/LayoutTests/ChangeLog (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/ChangeLog	2013-03-22 20:30:15 UTC (rev 146649)
@@ -1,5 +1,18 @@
 2013-03-22  Eric Carlson  <eric.carl...@apple.com>
 
+        <rdar://problem/13465764> Many merged tests are failing
+
+        Change all instances of "testRunner" back to "layoutTestController" in svg files, which
+        my initial commit missed.
+
+        * fast/css/font-size-nan.svg:
+        * svg/custom/stale-resource-data-crash.svg:
+        * svg/custom/use-href-update-crash.svg:
+        * svg/custom/use-rebuild-resources-crash.svg:
+        * svg/text/alt-glpyh-on-fallback-font-crash.svg:
+
+2013-03-22  Eric Carlson  <eric.carl...@apple.com>
+
         Add the newline at end of the test results, apparently lost when merging r131709.
 
         * fast/forms/textarea/textarea-autofocus-removal-while-focusing-with-style-expected.txt:

Modified: branches/safari-536.30-branch/LayoutTests/fast/css/font-size-nan.svg (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/fast/css/font-size-nan.svg	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/fast/css/font-size-nan.svg	2013-03-22 20:30:15 UTC (rev 146649)
@@ -1,8 +1,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <script>
-if (window.testRunner)
-    testRunner.dumpAsText();
+if (window.layoutTestController)
+    layoutTestController.dumpAsText();
 </script>
 </head>
 <samp style="-webkit-line-clamp: 69; font: 27160em Ahem;"><emptycustomtag><foobar style="-webkit-box-shadow: 1662977863 125px 111px mediumorchid, 112 130px 6px royalblue; zoom: 183.924360629; "><acronym style="-webkit-hyphenate-limit-lines: 207; -webkit-text-size-adjust: none;"><code><highlight></highlight><href></href></code></acronym></foobar>

Modified: branches/safari-536.30-branch/LayoutTests/svg/custom/stale-resource-data-crash.svg (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/svg/custom/stale-resource-data-crash.svg	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/svg/custom/stale-resource-data-crash.svg	2013-03-22 20:30:15 UTC (rev 146649)
@@ -18,10 +18,10 @@
     light =  document.getElementById('light');
     newDefs = document.getElementById('defs').cloneNode(true);
 
-    if (window.testRunner) {
-      testRunner.dumpAsText();
+    if (window.layoutTestController) {
+      layoutTestController.dumpAsText();
       // Force a paint at this point to generate cached filter results.
-      testRunner.display();
+      layoutTestController.display();
     }
 
     docElement.appendChild(newDefs);

Modified: branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/svg/custom/use-href-update-crash.svg	2013-03-22 20:30:15 UTC (rev 146649)
@@ -11,7 +11,7 @@
     use = null;
     gc();
 
-    if (window.testRunner)
-      testRunner.dumpAsText();
+    if (window.layoutTestController)
+      layoutTestController.dumpAsText();
   </script>
 </svg>

Modified: branches/safari-536.30-branch/LayoutTests/svg/custom/use-rebuild-resources-crash.svg (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/svg/custom/use-rebuild-resources-crash.svg	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/svg/custom/use-rebuild-resources-crash.svg	2013-03-22 20:30:15 UTC (rev 146649)
@@ -23,8 +23,8 @@
       document.getElementById('svg').appendChild(clone);
     }
 
-    if (window.testRunner)
-      testRunner.dumpAsText();
+    if (window.layoutTestController)
+      layoutTestController.dumpAsText();
 
     document.addEventListener("DOMContentLoaded", initCF, false);
   </script>

Modified: branches/safari-536.30-branch/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg (146648 => 146649)


--- branches/safari-536.30-branch/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg	2013-03-22 20:28:29 UTC (rev 146648)
+++ branches/safari-536.30-branch/LayoutTests/svg/text/alt-glpyh-on-fallback-font-crash.svg	2013-03-22 20:30:15 UTC (rev 146649)
@@ -14,8 +14,8 @@
     </g>
   </g>
   <script>
-    if (window.testRunner)
-      testRunner.dumpAsText();
+    if (window.layoutTestController)
+      layoutTestController.dumpAsText();
 
     var docElement = document.body ? document.body : document.documentElement;
     if (docElement) docElement.offsetTop;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to