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

Unified Diff: LayoutTests/fast/repaint/in-scaled-iframe-expected.txt

Issue 1209133002: Traverse into child LayoutViews during invalidateTreeIfNeeded (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: public invalidateTreeIfNeeded Created 5 years, 6 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
« no previous file with comments | « LayoutTests/fast/repaint/in-scaled-iframe.html ('k') | Source/core/frame/FrameView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/in-scaled-iframe-expected.txt
diff --git a/LayoutTests/fast/repaint/resize-with-border-expected.txt b/LayoutTests/fast/repaint/in-scaled-iframe-expected.txt
similarity index 66%
copy from LayoutTests/fast/repaint/resize-with-border-expected.txt
copy to LayoutTests/fast/repaint/in-scaled-iframe-expected.txt
index 91811ef8d46ae3caeb97dc4860ac01d6c8d4c244..c732ae9e3c788ec589563a9dddf1b59e61e83a07 100644
--- a/LayoutTests/fast/repaint/resize-with-border-expected.txt
+++ b/LayoutTests/fast/repaint/in-scaled-iframe-expected.txt
@@ -1,13 +1,12 @@
{
- "bounds": [800, 600],
+ "bounds": [785, 825],
"children": [
{
- "bounds": [800, 600],
+ "bounds": [785, 825],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [320, 100, 200, 220],
- [310, 100, 210, 220]
+ [209, 209, 100, 100]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='div'"
« no previous file with comments | « LayoutTests/fast/repaint/in-scaled-iframe.html ('k') | Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698