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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt

Issue 2080783003: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (positioned) DIV", 12 "object": "LayoutBlockFlow (positioned) DIV",
11 "rect": [8, 211, 106, 53], 13 "rect": [8, 211, 106, 53],
12 "reason": "incremental" 14 "reason": "incremental"
13 }, 15 },
14 { 16 {
(...skipping 26 matching lines...) Expand all
41 "rect": [61, 11, 50, 50], 43 "rect": [61, 11, 50, 50],
42 "reason": "incremental" 44 "reason": "incremental"
43 }, 45 },
44 { 46 {
45 "object": "LayoutBlockFlow DIV id='target2' class='short'", 47 "object": "LayoutBlockFlow DIV id='target2' class='short'",
46 "rect": [11, 211, 50, 50], 48 "rect": [11, 211, 50, 50],
47 "reason": "incremental" 49 "reason": "incremental"
48 } 50 }
49 ] 51 ]
50 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow (positioned) DIV",
57 "reason": "incremental"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='target1' class='narrow'",
61 "reason": "incremental"
62 },
63 {
64 "object": "LayoutBlockFlow (positioned) DIV",
65 "reason": "incremental"
66 },
67 {
68 "object": "LayoutBlockFlow DIV id='target2' class='short'",
69 "reason": "incremental"
70 },
71 {
72 "object": "LayoutBlockFlow DIV",
73 "reason": "became visible"
74 },
75 {
76 "object": "LayoutBlockFlow DIV id='target3'",
77 "reason": "layoutObject insertion"
78 }
51 ] 79 ]
52 } 80 }
53 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698