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

Unified Diff: LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html

Issue 252903004: Avoid using SVGElementInstance in calcViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase one more time Created 6 years, 8 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
Index: LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html
diff --git a/LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html b/LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..da9688389a73e5467ac574cd0d8214bde137fed8
--- /dev/null
+++ b/LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+This test passes if there are two green squares below:<br>
+<svg width="300" height="300">
+ <svg id="svg" width="100" height="100">
+ <rect width="100%" height="100%" fill="green"/>
+ </svg>
+ <svg id="svg" x="100" y="100" width="100" height="100">
+ <rect width="100%" height="100%" fill="green"/>
+ </svg>
+</svg>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/custom/use-dynamic-attribute-setting.html ('k') | Source/core/rendering/svg/RenderSVGViewportContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698