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

Unified Diff: LayoutTests/svg/animations/animate-viewport-overflow-2-expected.html

Issue 220853002: SVG does not respect overflow:visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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/animations/animate-viewport-overflow-2-expected.html
diff --git a/LayoutTests/svg/animations/animate-viewport-overflow-2-expected.html b/LayoutTests/svg/animations/animate-viewport-overflow-2-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..baf3109fb8b6d26e16b58e3f35bd0f4902a10a35
--- /dev/null
+++ b/LayoutTests/svg/animations/animate-viewport-overflow-2-expected.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<head>
+ <style>
+ div {
+ height:100px; width:100px;
+ }
+ </style>
+</head>
+<body>
+ <div>
+ <svg id="svg" height="300" width="100">
+ <rect y="150" width="100" height="100" fill="blue"/>
+ </svg>
+ </div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698