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

Unified Diff: LayoutTests/fast/repaint/iframe-throttling-unthrottled-expected.txt

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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/repaint/iframe-throttling-unthrottled-expected.txt
diff --git a/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt b/LayoutTests/fast/repaint/iframe-throttling-unthrottled-expected.txt
similarity index 62%
copy from LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt
copy to LayoutTests/fast/repaint/iframe-throttling-unthrottled-expected.txt
index e49c4def8e0b44c1e88a60a1eb393aad27032698..150840eb66818145cb002b3c77bdbba8448ebeff 100644
--- a/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt
+++ b/LayoutTests/fast/repaint/iframe-throttling-unthrottled-expected.txt
@@ -1,16 +1,17 @@
{
- "bounds": [808, 2016],
+ "bounds": [785, 2068],
"children": [
{
- "bounds": [808, 2016],
+ "bounds": [785, 2068],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 8, 800, 2000],
- [0, 0, 808, 2016]
+ [10, 2002, 64, 64],
+ [10, 2002, 64, 8]
],
"paintInvalidationClients": [
"LayoutView #document",
+ "LayoutBlockFlow HTML",
"LayoutBlockFlow BODY"
]
}

Powered by Google App Engine
This is Rietveld 408576698