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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-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": [785, 5054], 3 "bounds": [785, 5054],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [785, 5054], 7 "bounds": [785, 5054],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (relative positioned) HEADER",
10 "position": [8, 26], 13 "position": [8, 26],
11 "bounds": [769, 1974], 14 "bounds": [769, 1974],
12 "drawsContent": true, 15 "drawsContent": true,
13 "backfaceVisibility": "hidden", 16 "backfaceVisibility": "hidden",
14 "paintInvalidations": [ 17 "paintInvalidations": [
15 { 18 {
16 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 19 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
17 "rect": [10, 1824, 150, 150], 20 "rect": [10, 1824, 150, 150],
18 "reason": "subtree" 21 "reason": "subtree"
19 }, 22 },
20 { 23 {
21 "object": "LayoutBlockFlow DIV id='recentlink'", 24 "object": "LayoutBlockFlow DIV id='recentlink'",
22 "rect": [10, 1824, 150, 150], 25 "rect": [10, 1824, 150, 150],
23 "reason": "subtree" 26 "reason": "subtree"
24 }, 27 },
25 { 28 {
26 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 29 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
27 "rect": [10, 1424, 150, 150], 30 "rect": [10, 1424, 150, 150],
28 "reason": "subtree" 31 "reason": "subtree"
29 }, 32 },
30 { 33 {
31 "object": "LayoutBlockFlow DIV id='recentlink'", 34 "object": "LayoutBlockFlow DIV id='recentlink'",
32 "rect": [10, 1424, 150, 150], 35 "rect": [10, 1424, 150, 150],
33 "reason": "subtree" 36 "reason": "subtree"
34 } 37 }
35 ] 38 ]
36 } 39 }
37 ] 40 ]
38 } 41 }
42 ],
43 "objectPaintInvalidations": [
44 {
45 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
46 "reason": "subtree"
47 },
48 {
49 "object": "LayoutBlockFlow DIV id='recentlink'",
50 "reason": "subtree"
51 }
39 ] 52 ]
40 } 53 }
41 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698