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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-3-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 DIV id='keep_child'", 12 "object": "LayoutBlockFlow DIV id='keep_child'",
11 "rect": [508, 208, 100, 100], 13 "rect": [508, 208, 100, 100],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'", 17 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'",
16 "rect": [508, 88, 100, 100], 18 "rect": [508, 88, 100, 100],
17 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV id='keep_child'", 22 "object": "LayoutBlockFlow DIV id='keep_child'",
21 "rect": [408, 208, 100, 100], 23 "rect": [408, 208, 100, 100],
22 "reason": "bounds change" 24 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutBlockFlow (floating) DIV id='container'",
26 "reason": "bounds change"
27 },
28 {
29 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
30 "reason": "bounds change"
31 },
32 {
33 "object": "LayoutBlockFlow (floating) DIV id='remove' class='outer'",
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'",
38 "reason": "bounds change"
39 },
40 {
41 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
42 "reason": "bounds change"
43 } 25 }
44 ] 26 ]
45 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'",
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutBlockFlow (floating) DIV id='remove' class='outer'",
36 "reason": "layoutObject removal"
37 },
38 {
39 "object": "LayoutBlockFlow (floating) DIV id='container'",
40 "reason": "bounds change"
41 },
42 {
43 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
48 "reason": "bounds change"
49 },
50 {
51 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'",
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutBlockFlow DIV id='keep_child'",
56 "reason": "bounds change"
57 }
46 ] 58 ]
47 } 59 }
48 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698