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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html

Issue 2624383002: Apply SVG viewport clips in PaintLayer; paint background of replaced like boxes. (Closed)
Patch Set: none Created 3 years, 11 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: third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html
diff --git a/third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html b/third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html
index d349fb9898d2589e5426f753b9389e9b52ac028c..ca24e7c70c0018e4099dd3c959b04b179fb35a9d 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html
+++ b/third_party/WebKit/LayoutTests/svg/filters/svg-filter-root-box-reflect.html
@@ -11,6 +11,7 @@
#reflect {
-webkit-box-reflect: right;
box-reflect: right;
+ overflow: visible;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698