Title: [114415] trunk/LayoutTests
Revision
114415
Author
schen...@chromium.org
Date
2012-04-17 12:30:21 -0700 (Tue, 17 Apr 2012)

Log Message

Paddings and borders on root SVG element with viewbox causes child SVG elements to be rendered with the incorrect size
https://bugs.webkit.org/show_bug.cgi?id=78613

Unreviewed Chromium expectations update.

* platform/chromium-linux/svg/custom/circle-move-invalidation-expected.png:
* platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
* platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png: Added.
* platform/chromium-win/svg/custom/circle-move-invalidation-expected.png:
* platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114414 => 114415)


--- trunk/LayoutTests/ChangeLog	2012-04-17 19:24:33 UTC (rev 114414)
+++ trunk/LayoutTests/ChangeLog	2012-04-17 19:30:21 UTC (rev 114415)
@@ -1,5 +1,20 @@
 2012-04-17  Stephen Chenney  <schen...@chromium.org>
 
+        Paddings and borders on root SVG element with viewbox causes child SVG elements to be rendered with the incorrect size
+        https://bugs.webkit.org/show_bug.cgi?id=78613
+
+        Unreviewed Chromium expectations update.
+
+        * platform/chromium-linux/svg/custom/circle-move-invalidation-expected.png:
+        * platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
+        * platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png: Added.
+        * platform/chromium-win/svg/custom/circle-move-invalidation-expected.png:
+        * platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
+2012-04-17  Stephen Chenney  <schen...@chromium.org>
+
         onclick is not reliable for transformed SVG elements
         https://bugs.webkit.org/show_bug.cgi?id=34714
 

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (114414 => 114415)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-17 19:24:33 UTC (rev 114414)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-04-17 19:30:21 UTC (rev 114415)
@@ -1174,8 +1174,6 @@
 
 BUGWK79068 : svg/transforms/transform-origin-css-property.xhtml = FAIL
 
-BUGWK78613 : svg/custom/circle-move-invalidation.svg = IMAGE IMAGE+TEXT
-
 // Flaky on MAC
 BUGWK82911 MAC : svg/W3C-SVG-1.1/animate-elem-80-t.svg = TEXT IMAGE+TEXT IMAGE PASS
 

Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/circle-move-invalidation-expected.png


(Binary files differ)

Added: trunk/LayoutTests/platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png ___________________________________________________________________

Added: svn:mime-type

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/circle-move-invalidation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/circle-move-invalidation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt (114414 => 114415)


--- trunk/LayoutTests/platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt	2012-04-17 19:24:33 UTC (rev 114414)
+++ trunk/LayoutTests/platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt	2012-04-17 19:30:21 UTC (rev 114415)
@@ -4,8 +4,8 @@
   RenderBlock {html} at (0,0) size 800x359
     RenderBody {body} at (8,8) size 784x343
       RenderBlock (anonymous) at (0,0) size 784x307
-        RenderSVGRoot {svg} at (196,196) size 79x79
-          RenderSVGPath {circle} at (197,197) size 77x77 [fill={[type=SOLID] [color=#FF0000]}] [cx=300.00] [cy=300.00] [r=50.00]
+        RenderSVGRoot {svg} at (195,195) size 78x78
+          RenderSVGEllipse {circle} at (196,196) size 76x76 [fill={[type=SOLID] [color=#FF0000]}] [cx=300.00] [cy=300.00] [r=50.00]
         RenderText {#text} at (302,287) size 4x19
           text run at (302,287) width 4: " "
         RenderBR {br} at (306,287) size 0x19
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to