| Index: third_party/WebKit/LayoutTests/compositing/iframes/floating-self-painting-frame-complex.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/floating-self-painting-frame-complex.html b/third_party/WebKit/LayoutTests/compositing/iframes/floating-self-painting-frame-complex.html
|
| deleted file mode 100644
|
| index 2a32bc7c56635ecae172626e098154defce8bdac..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/compositing/iframes/floating-self-painting-frame-complex.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="../../resources/run-after-layout-and-paint.js"></script>
|
| -<!-- This is similar to floating-self-painting-frame.html, but contains multiple
|
| -containing blocks and sibling blocks in which the floating objects overhangs
|
| -and intrudes. Tests shouldPaint flag is set on at most one ancestor containing
|
| -block. Passes if no crash (on display items with duplicated ids because the
|
| -iframe would be painted multiple times). -->
|
| -<style>div {height: 100px; background-color: white;}</style>
|
| -<div>
|
| - <div>
|
| - <div>
|
| - <iframe id="target" style="float: left; width: 400px; height: 100px"
|
| - srcdoc="<div style='width: 300px; height:400px; background: blue'></div>"></iframe>
|
| - <div></div>
|
| - <div></div>
|
| - </div>
|
| - </div>
|
| -</div>
|
| -<script>
|
| -if (window.internals)
|
| - window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| -runAfterLayoutAndPaint(function() {
|
| - target.style.height = "500px";
|
| -}, true);
|
| -</script>
|
|
|