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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp

Issue 2859483006: cc: Enable composited border-radius scrolling.
Patch Set: test-rebaseline Created 3 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/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
index 8f6387e3580cbd5928ee1f70384e61e6f7b896aa..285ea92e79a58e2459505d96d06e4b4247a30933 100644
--- a/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
+++ b/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp
@@ -921,8 +921,9 @@ TEST_P(CompositedLayerMappingTest,
true);
SetBodyInnerHTML(
"<div id='container' style='overflow: scroll; width: 300px; height: "
- "300px; border-radius: 5px; background: white; will-change: transform;'>"
- " <div style='background-color: blue; width: 2000px; height: "
+ "300px; background: white; will-change: transform;'>"
+ " <div style='background-color: blue; clip-path: circle(600px at "
+ "1000px 1000px); width: 2000px; height: "
"2000px;'></div>"
"</div>");

Powered by Google App Engine
This is Rietveld 408576698