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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.txt

Issue 2081773002: 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 DIV id='innerDiv'", 12 "object": "LayoutBlockFlow DIV id='innerDiv'",
11 "rect": [8, 8, 769, 300], 13 "rect": [8, 8, 769, 300],
12 "reason": "subtree" 14 "reason": "subtree"
13 }, 15 },
14 { 16 {
(...skipping 23 matching lines...) Expand all
38 }, 40 },
39 { 41 {
40 "object": "LayoutTableCell TD", 42 "object": "LayoutTableCell TD",
41 "rect": [10, 8, 302, 300], 43 "rect": [10, 8, 302, 300],
42 "reason": "subtree" 44 "reason": "subtree"
43 }, 45 },
44 { 46 {
45 "object": "LayoutBlockFlow DIV id='innerDiv'", 47 "object": "LayoutBlockFlow DIV id='innerDiv'",
46 "rect": [762, 8, 15, 300], 48 "rect": [762, 8, 15, 300],
47 "reason": "scroll" 49 "reason": "scroll"
48 },
49 {
50 "object": "VerticalScrollbar",
51 "reason": "scroll"
52 } 50 }
53 ] 51 ]
54 } 52 }
53 ],
54 "objectPaintInvalidations": [
55 {
56 "object": "LayoutBlockFlow DIV id='innerDiv'",
57 "reason": "subtree"
58 },
59 {
60 "object": "VerticalScrollbar",
61 "reason": "scroll"
62 },
63 {
64 "object": "LayoutTable TABLE",
65 "reason": "subtree"
66 },
67 {
68 "object": "LayoutTableSection TBODY",
69 "reason": "subtree"
70 },
71 {
72 "object": "LayoutTableRow TR",
73 "reason": "subtree"
74 },
75 {
76 "object": "LayoutTableCell TD",
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutTableRow TR",
81 "reason": "subtree"
82 },
83 {
84 "object": "LayoutTableCell TD",
85 "reason": "subtree"
86 }
55 ] 87 ]
56 } 88 }
57 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698