| 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>");
|
|
|
|
|