| Index: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
|
| deleted file mode 100644
|
| index be78ad97a4e88a91ec10fb6835d475cc1b1ac160..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<style>
|
| -img {
|
| - max-width: 100%;
|
| -}
|
| -.relative {
|
| - position: relative;
|
| -}
|
| -/* Not needed but helps to see the bug. */
|
| -.paddingTop {
|
| - padding: 50px;
|
| -}
|
| -</style>
|
| -<body>
|
| - <p><a href="https://code.google.com/p/chromium/issues/detail?id=353933">issue 353933</a>: Pages missing invalidations<br>
|
| - The test checks that removing a renderer correctly invalidate the existing shifted content.
|
| - The image should be correctly invalidated below.</p>
|
| - <div class="relative">
|
| - <div class="relative paddingTop">
|
| - <img src="resources/ducky.png"></img>
|
| - </div>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|