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

Side by Side Diff: LayoutTests/svg/in-html/overflow-svg-root-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 <style>
3 div {
4 height:100px; width:250px;
5 }
6 </style>
7 <div><svg height="100" width="250">
8 <path d="M210 10 L90 10 L90 90" fill="blue"/>
9 </svg></div>
10
11 <div><svg id="clip1" height="100" width="250">
12 <path d="M210 10 L90 10 L90 90" fill="blue"/>
13 </svg></div>
14
15 <div><svg id="clip2" height="100" width="250">
16 <path d="M210 10 L90 10 L90 90" fill="blue"/>
17 </svg></div>
OLDNEW
« no previous file with comments | « LayoutTests/svg/in-html/overflow-svg-root-attr-expected.html ('k') | LayoutTests/svg/in-html/overflow-svg-root-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698