| Index: third_party/WebKit/LayoutTests/compositing/layer-creation/iframe-clip-removed-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/iframe-clip-removed-expected.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/iframe-clip-removed-expected.html
|
| deleted file mode 100644
|
| index 46460bdfd97323988da82d36783c0272260afc6d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/layer-creation/iframe-clip-removed-expected.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| - #subframe {
|
| - width: 400px;
|
| - height: 500px;
|
| - background-color: blue;
|
| - position: relative;
|
| - }
|
| -
|
| - #scroller {
|
| - height: 200px;
|
| - width: 300px;
|
| - position: absolute;
|
| - overflow: scroll;
|
| - }
|
| -
|
| - #clip {
|
| - position: absolute;
|
| - }
|
| -</style>
|
| -<script>
|
| - if (window.testRunner && window.internals) {
|
| - internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| - }
|
| -
|
| -</script>
|
| -
|
| -<div id="scroller">
|
| - <div id="clip">
|
| - <iframe id="subframe"></iframe>
|
| - </div>
|
| -</div>
|
|
|