Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: LayoutTests/svg/zoom/xy-getcomputedstyle.html

Issue 1006493002: [svg2] Exclude <pattern> from having x and y presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix nit Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/svg/SVGPatternElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/zoom/xy-getcomputedstyle.html
diff --git a/LayoutTests/svg/zoom/xy-getcomputedstyle.html b/LayoutTests/svg/zoom/xy-getcomputedstyle.html
index d79c34136b08c9740735e352c096868c94e6f871..e38e3301c76cefd6c5f6b1646bd0108717c95510 100644
--- a/LayoutTests/svg/zoom/xy-getcomputedstyle.html
+++ b/LayoutTests/svg/zoom/xy-getcomputedstyle.html
@@ -10,7 +10,6 @@
<rect class="test" x="37px" y="50%" width="100" height="100"/>
<use class="test" x="17" y="51mm" xlink:href="#circle"/>
<svg class="test" x="22%" y="4cm" width="100" height="100"/>
- <pattern class="test" x="27px" y="2in" width="100" height="100"/>
<mask class="test" x="15pc" y="27pt"/>
<image class="test" y="57"/>
<foreignObject class="test" x="32%" y="1"/>
@@ -22,7 +21,6 @@
[ "37px", "50%" ],
[ "17px", "192.755905151367px" ],
[ "22%", "151.181106567383px" ],
- [ "27px", "192px" ],
[ "240px", "36px" ],
[ "0px", "57px" ],
[ "32%", "1px" ],
« no previous file with comments | « no previous file | Source/core/svg/SVGPatternElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698