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

Unified Diff: LayoutTests/fast/repaint/iframe-throttling-raf-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-raf-expected.txt
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform-expected.txt b/LayoutTests/fast/repaint/iframe-throttling-raf-expected.txt
similarity index 73%
copy from LayoutTests/compositing/repaint/should-not-repaint-composited-transform-expected.txt
copy to LayoutTests/fast/repaint/iframe-throttling-raf-expected.txt
index 862ad803e3e70366ca6248704c5122cc2c4fded7..bdf04763081b3ba27d3e94624830eca7874c7b26 100644
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform-expected.txt
+++ b/LayoutTests/fast/repaint/iframe-throttling-raf-expected.txt
@@ -1,20 +1,20 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 2076],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 2076],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [8, 8],
- "bounds": [102, 102],
+ "bounds": [68, 68],
"drawsContent": true,
"transform": [
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
- [100, 100, 0, 1]
+ [0, 2000, 0, 1]
]
}
]

Powered by Google App Engine
This is Rietveld 408576698