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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-2-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' class='item'", 12 "object": "LayoutBlockFlow DIV id='keep' class='item'",
11 "rect": [348, 88, 100, 100], 13 "rect": [348, 88, 100, 100],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow DIV id='to_remove' class='item'", 17 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
16 "rect": [348, 88, 100, 100], 18 "rect": [348, 88, 100, 100],
17 "reason": "layoutObject removal" 19 "reason": "layoutObject removal"
18 }, 20 },
19 { 21 {
20 "object": "LayoutBlockFlow DIV id='keep' class='item'", 22 "object": "LayoutBlockFlow DIV id='keep' class='item'",
21 "rect": [88, 88, 100, 100], 23 "rect": [88, 88, 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='node' class='outer'",
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
38 "reason": "bounds change"
39 },
40 {
41 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='ke ep_inner' class='inner'",
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to _remove_inner' class='inner'",
46 "reason": "layoutObject removal"
47 },
48 {
49 "object": "LayoutBlockFlow DIV",
50 "reason": "bounds change"
51 } 25 }
52 ] 26 ]
53 } 27 }
28 ],
29 "objectPaintInvalidations": [
30 {
31 "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_rem ove_inner' class='inner'",
36 "reason": "layoutObject removal"
37 },
38 {
39 "object": "LayoutBlockFlow (floating) DIV id='node' class='outer'",
40 "reason": "layoutObject removal"
41 },
42 {
43 "object": "LayoutBlockFlow (floating) DIV id='container'",
44 "reason": "bounds change"
45 },
46 {
47 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
48 "reason": "bounds change"
49 },
50 {
51 "object": "LayoutBlockFlow DIV",
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_i nner' class='inner'",
56 "reason": "bounds change"
57 },
58 {
59 "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
60 "reason": "bounds change"
61 },
62 {
63 "object": "LayoutBlockFlow DIV id='keep' class='item'",
64 "reason": "bounds change"
65 }
54 ] 66 ]
55 } 67 }
56 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698