Title: [107218] trunk/LayoutTests
Revision
107218
Author
[email protected]
Date
2012-02-09 04:26:17 -0800 (Thu, 09 Feb 2012)

Log Message

2012-02-09  Nikolas Zimmermann  <[email protected]>

        Switch svg/custom tests to repaint harness
        https://bugs.webkit.org/show_bug.cgi?id=78115

        Not reviewed. Fix last minute typo, in nested-embedded-svg-size-changes.html, that may lead to flakiness.

        * svg/as-object/nested-embedded-svg-size-changes.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107217 => 107218)


--- trunk/LayoutTests/ChangeLog	2012-02-09 12:24:27 UTC (rev 107217)
+++ trunk/LayoutTests/ChangeLog	2012-02-09 12:26:17 UTC (rev 107218)
@@ -1,3 +1,12 @@
+2012-02-09  Nikolas Zimmermann  <[email protected]>
+
+        Switch svg/custom tests to repaint harness
+        https://bugs.webkit.org/show_bug.cgi?id=78115
+
+        Not reviewed. Fix last minute typo, in nested-embedded-svg-size-changes.html, that may lead to flakiness.
+
+        * svg/as-object/nested-embedded-svg-size-changes.html:
+
 2012-02-08  Pavel Feldman  <[email protected]>
 
         Web Inspector: toggle Edit as HTML on F2, drag nodes up / down upon Ctrl(Cmd) Up / Down.

Modified: trunk/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html (107217 => 107218)


--- trunk/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html	2012-02-09 12:24:27 UTC (rev 107217)
+++ trunk/LayoutTests/svg/as-object/nested-embedded-svg-size-changes.html	2012-02-09 12:26:17 UTC (rev 107218)
@@ -4,7 +4,7 @@
 <script src=""
 <script src=""
 </head>
-<body style="margin: 0px" _onload_="runRepaintTest()">
+<body style="margin: 0px">
 
 <script type="text/_javascript_">
     function test1() {
@@ -67,7 +67,7 @@
     }
 </script>
 
-<object style="border: 1px red solid; width: 400px; height: 200px;"  data=""
+<object style="border: 1px red solid; width: 400px; height: 200px;" _onload_="runRepaintTest()" data=""
 <p id="description"></p>
 <div id="console"></div>
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to