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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/absolute-position-change-containing-block-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, 2016], 3 "bounds": [800, 2016],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 2016], 7 "bounds": [800, 2016],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow BODY", 12 "object": "LayoutBlockFlow BODY",
11 "rect": [8, 8, 784, 2000], 13 "rect": [8, 8, 784, 2000],
12 "reason": "style change" 14 "reason": "style change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", 17 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
16 "rect": [108, 5100, 100, 100], 18 "rect": [108, 5100, 100, 100],
17 "reason": "subtree" 19 "reason": "subtree"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'", 22 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
21 "rect": [100, 100, 100, 100], 23 "rect": [100, 100, 100, 100],
22 "reason": "subtree" 24 "reason": "subtree"
23 }, 25 },
24 { 26 {
25 "object": "LayoutBlockFlow (positioned) DIV id='container' class='fixe d blue'", 27 "object": "LayoutBlockFlow (positioned) DIV id='container' class='fixe d blue'",
26 "rect": [8, 5000, 100, 100], 28 "rect": [8, 5000, 100, 100],
27 "reason": "subtree" 29 "reason": "subtree"
28 }, 30 },
29 { 31 {
30 "object": "LayoutBlockFlow DIV id='container' class='fixed blue'", 32 "object": "LayoutBlockFlow DIV id='container' class='fixed blue'",
31 "rect": [8, 8, 100, 100], 33 "rect": [8, 8, 100, 100],
32 "reason": "subtree" 34 "reason": "subtree"
33 },
34 {
35 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
36 "reason": "style change"
37 },
38 {
39 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
40 "reason": "subtree"
41 },
42 {
43 "object": "LayoutBlockFlow DIV id='container' class='fixed blue'",
44 "reason": "style change"
45 } 35 }
46 ] 36 ]
47 } 37 }
38 ],
39 "objectPaintInvalidations": [
40 {
41 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutBlockFlow (positioned) DIV id='container' class='fixed bl ue'",
46 "reason": "subtree"
47 },
48 {
49 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
50 "reason": "subtree"
51 },
52 {
53 "object": "LayoutBlockFlow DIV id='container' class='fixed blue'",
54 "reason": "style change"
55 },
56 {
57 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
58 "reason": "style change"
59 },
60 {
61 "object": "LayoutBlockFlow BODY",
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutBlockFlow DIV id='container' class='fixed blue'",
66 "reason": "subtree"
67 },
68 {
69 "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
70 "reason": "subtree"
71 }
48 ] 72 ]
49 } 73 }
50 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698