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

Unified Diff: LayoutTests/svg/in-html/overflow-repaint-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
« no previous file with comments | « LayoutTests/svg/in-html/overflow-repaint.html ('k') | LayoutTests/svg/in-html/overflow-svg-root.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/in-html/overflow-repaint-expected.html
diff --git a/LayoutTests/svg/in-html/overflow-repaint-expected.html b/LayoutTests/svg/in-html/overflow-repaint-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..abd2fcfa5ede6bdbf0fcb90515b8afbb9e5610ea
--- /dev/null
+++ b/LayoutTests/svg/in-html/overflow-repaint-expected.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<head>
+ <style>
+ div {
+ height:100px; width:100px;
+ }
+ div + div { background: green; }
+ </style>
+</head>
+<body>
+ <div>
+ <svg id="svg" height="100" width="100" viewbox="0 0 100 100">
+ <rect y="100" width="100" height="100" fill="red"/>
+ </svg>
+ </div>
+ <div></div>
+</body>
« no previous file with comments | « LayoutTests/svg/in-html/overflow-repaint.html ('k') | LayoutTests/svg/in-html/overflow-svg-root.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698