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

Unified Diff: LayoutTests/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml

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/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml
diff --git a/LayoutTests/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml b/LayoutTests/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml
index 48524e5acb89b3e595cae93a0f2e3aa864d2dacd..d2ad0cac4defb5a2f05fb98af828bddcdd412817 100644
--- a/LayoutTests/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml
+++ b/LayoutTests/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml
@@ -1,6 +1,6 @@
<!--
Verify default overflow rules for the outermost <svg> element in non-standalone documents.
- You should see a 400x400 green rectangle, not covering the whole screen size.
+ The green rectangle should cover the entire screen, since no clipping is done for overflow:visible.
Spec reference:
When an outermost 'svg' element is embedded inline within a parent XML grammar which uses CSS layout [CSS2-LAYOUT]

Powered by Google App Engine
This is Rietveld 408576698