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

Side by Side Diff: LayoutTests/fast/repaint/iframe-throttling-timer.html

Issue 1246173002: Throttle rendering pipeline for invisible iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add layout tests. Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- Check that a constantly invalidating out-of-view frame does not cause repai nts. -->
3 <style>
4 iframe
5 {
6 margin-top: 2000px;
7 }
8 </style>
9
10 <script src="resources/text-based-repaint.js"></script>
11 <script src="resources/ensure-no-repaints.js"></script>
12
13 <!-- Use sandboxing to allow rendering pipeline throtting. -->
14 <iframe src="resources/frame-invalidated-by-timer.html" sandbox="allow-scripts" width="64" height="64"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698