Index: LayoutTests/fast/repaint/iframe-throttling-timer.html |
diff --git a/LayoutTests/fast/repaint/iframe-throttling-timer.html b/LayoutTests/fast/repaint/iframe-throttling-timer.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..07e58fa03b139bebeda4789cbe4af9ae01bb7b99 |
--- /dev/null |
+++ b/LayoutTests/fast/repaint/iframe-throttling-timer.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<!-- Check that a constantly invalidating out-of-view frame does not cause repaints. --> |
+<style> |
+iframe |
+{ |
+ margin-top: 2000px; |
+} |
+</style> |
+ |
+<script src="resources/text-based-repaint.js"></script> |
+<script src="resources/ensure-no-repaints.js"></script> |
+ |
+<!-- Use sandboxing to allow rendering pipeline throtting. --> |
+<iframe src="resources/frame-invalidated-by-timer.html" sandbox="allow-scripts" width="64" height="64"></iframe> |