Index: LayoutTests/paint/invalidation/animated-gif-offscreen.html |
diff --git a/LayoutTests/paint/invalidation/animated-gif-offscreen.html b/LayoutTests/paint/invalidation/animated-gif-offscreen.html |
deleted file mode 100644 |
index 7a1974ed813c7c425fe4daae6dfaabdfac07786a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/paint/invalidation/animated-gif-offscreen.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!doctype HTML> |
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script> |
-<script> |
-window.testIsAsync = true; |
- |
-// The image should not show a repaint if offscreen if Slimming Paint is on. |
-// Otherwise it should, during this 200ms waiting period. |
-function repaintTest() { |
- window.scrollTo(0, 1000); // Put the image offscreen. |
- setTimeout(finishRepaintTest, 200); // The initial red frame of the GIF has a 100ms duration. |
-} |
-</script> |
-<body onload="runRepaintTest()"> |
-<div style="height: 2000px; width: 2000px;"> |
-<image src="../../fast/backgrounds/resources/red-green-animated.gif"> |
-</div> |
-</div> |