Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.html b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
similarity index 70%
copy from third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
copy to third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
index cf520946ee4990f1b3aae74ab781e473de673cf9..be78ad97a4e88a91ec10fb6835d475cc1b1ac160 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.html
@@ -12,19 +12,10 @@ img {
padding: 50px;
}
</style>
-<script src="resources/text-based-repaint.js" type="text/javascript"></script>
-<script>
-function repaintTest()
-{
- iframe.style.display = "none";
-}
-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 removing a renderer correctly invalidate the existing shifted content.
The image should be correctly invalidated below.</p>
- <iframe id="iframe" width="728" height="90"></iframe>
<div class="relative">
<div class="relative paddingTop">
<img src="resources/ducky.png"></img>

Powered by Google App Engine
This is Rietveld 408576698