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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-path.html

Issue 2078343005: Fix positioning of CSS reference clips in composited layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add virtual expectation Created 4 years, 6 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/compositing/overflow/accelerated-scrolling-with-clip-path.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-path.html b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-path.html
index 10a05b31c821d9cf8bb31ce4e2d9445c56afde28..632cf047ee2d5c5ed2e6550dd0807c1ad5526720 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-path.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/accelerated-scrolling-with-clip-path.html
@@ -4,6 +4,7 @@
<style>
.clip-path {
-webkit-clip-path: polygon(61px 237px,9px 313px,115px 386px,621px 356px,280px 339px,505px 187px,414px 61px,164px 143px,84px 42px,2px 189px);
+ clip-path: polygon(61px 237px,9px 313px,115px 386px,621px 356px,280px 339px,505px 187px,414px 61px,164px 143px,84px 42px,2px 189px);
overflow: scroll;
}

Powered by Google App Engine
This is Rietveld 408576698