| Index: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition.html b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.html
|
| similarity index 75%
|
| copy from third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition.html
|
| copy to third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.html
|
| index 91d2ec04b115d931161db21311cb663493d80318..973434fd1def3ca3b392da245871a4b504a64bb6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.html
|
| @@ -12,19 +12,11 @@ img {
|
| padding: 50px;
|
| }
|
| </style>
|
| -<script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| -<script>
|
| -function repaintTest()
|
| -{
|
| - iframe.style.display = "block";
|
| -}
|
| -window.addEventListener("load", runRepaintTest, false);
|
| -</script>
|
| <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 creating a new renderer correctly invalidate the existing shifted content.
|
| The image should be correctly invalidated below.</p>
|
| - <iframe id="iframe" width="728" height="90" style="display: none"></iframe>
|
| + <iframe id="iframe" width="728" height="90" style="display: block"></iframe>
|
| <div class="relative">
|
| <div class="relative paddingTop">
|
| <img src="resources/ducky.png"></img>
|
|
|