| Index: third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html b/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
|
| index 50796f68586abbff1dd70521602340fc30f979f6..f2919be5549810d9d89f770b810755180db0d640 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/has-non-layer-viewport-constrained-objects.html
|
| @@ -1,4 +1,2 @@
|
| <div style="position:fixed;">Fixed obj</div>
|
| -<div id="scrollable" style="overflow: scroll; height:200px; will-change:transform;">
|
| - <iframe id="iframe"></iframe>
|
| -</div>
|
| +<div id="scrollable" style="overflow: scroll; height:200px; will-change:transform;"></div>
|
|
|