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

Side by Side Diff: LayoutTests/svg/animations/animate-viewport-overflow-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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <head>
3 <style>
4 div {
5 height:100px; width:100px;
6 }
7 </style>
8 </head>
9 <body>
10 <div>
11 <svg id="svg" height="300" width="100">
12 <rect y="200" width="100" height="100" fill="green"/>
13 </svg>
14 </div>
15 </body>
OLDNEW
« no previous file with comments | « LayoutTests/svg/animations/animate-viewport-overflow-2-expected.html ('k') | LayoutTests/svg/in-html/overflow-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698