Title: [98286] trunk/LayoutTests
Revision
98286
Author
[email protected]
Date
2011-10-24 15:15:51 -0700 (Mon, 24 Oct 2011)

Log Message

Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263

Unreviewed test expectations update.

* platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes
an empty text node.
* platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (98285 => 98286)


--- trunk/LayoutTests/ChangeLog	2011-10-24 22:07:24 UTC (rev 98285)
+++ trunk/LayoutTests/ChangeLog	2011-10-24 22:15:51 UTC (rev 98286)
@@ -1,3 +1,13 @@
+2011-10-24  Levi Weintraub  <[email protected]>
+
+        Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263
+
+        Unreviewed test expectations update.
+
+        * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes
+        an empty text node.
+        * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added.
+
 2011-10-24  Joshua Bell  <[email protected]>
 
         IndexedDB: Throw DATA_ERR on invalid keys, remove null key support

Modified: trunk/LayoutTests/platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt (98285 => 98286)


--- trunk/LayoutTests/platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt	2011-10-24 22:07:24 UTC (rev 98285)
+++ trunk/LayoutTests/platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt	2011-10-24 22:15:51 UTC (rev 98286)
@@ -11,5 +11,4 @@
             RenderBody {BODY} at (8,8) size 768x104
               RenderSVGRoot {svg} at (8,8) size 100x100
                 RenderSVGPath {circle} at (8,8) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=50.00] [cy=50.00] [r=50.00]
-              RenderText {#text} at (0,0) size 0x0
       RenderText {#text} at (0,0) size 0x0

Added: trunk/LayoutTests/platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt (0 => 98286)


--- trunk/LayoutTests/platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt	2011-10-24 22:15:51 UTC (rev 98286)
@@ -0,0 +1,14 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x171
+  RenderBlock {HTML} at (0,0) size 800x171
+    RenderBody {BODY} at (8,8) size 784x155
+      RenderPartObject {IFRAME} at (0,0) size 784x150
+        layer at (0,0) size 784x150
+          RenderView at (0,0) size 784x150
+        layer at (0,0) size 784x121
+          RenderBlock {HTML} at (0,0) size 784x121
+            RenderBody {BODY} at (8,8) size 768x105
+              RenderSVGRoot {svg} at (8,8) size 100x100
+                RenderSVGPath {circle} at (8,8) size 100x100 [fill={[type=SOLID] [color=#0000FF]}] [cx=50.00] [cy=50.00] [r=50.00]
+      RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to