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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-3-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (floating) DIV id='container'",
11 "rect": [408, 88, 200, 300],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
16 "rect": [508, 88, 100, 300],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutBlockFlow (floating) DIV id='remove' class='outer'",
21 "rect": [508, 88, 100, 300],
22 "reason": "layoutObject removal"
23 },
24 {
25 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
26 "rect": [408, 88, 100, 300],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
31 "rect": [508, 88, 100, 220],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
36 "rect": [408, 88, 100, 220],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'",
41 "rect": [508, 208, 100, 100],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutBlockFlow DIV id='keep_child'", 10 "object": "LayoutBlockFlow DIV id='keep_child'",
46 "rect": [508, 208, 100, 100], 11 "rect": [508, 208, 100, 100],
47 "reason": "bounds change" 12 "reason": "bounds change"
48 }, 13 },
49 { 14 {
50 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'", 15 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'",
51 "rect": [508, 88, 100, 100], 16 "rect": [508, 88, 100, 100],
52 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
53 }, 18 },
54 { 19 {
55 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'", 20 "object": "LayoutBlockFlow DIV id='keep_child'",
56 "rect": [408, 208, 100, 100], 21 "rect": [408, 208, 100, 100],
57 "reason": "bounds change" 22 "reason": "bounds change"
58 }, 23 },
59 { 24 {
60 "object": "LayoutBlockFlow DIV id='keep_child'", 25 "object": "LayoutBlockFlow (floating) DIV id='container'",
61 "rect": [408, 208, 100, 100], 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'",
62 "reason": "bounds change" 42 "reason": "bounds change"
63 } 43 }
64 ] 44 ]
65 } 45 }
66 ] 46 ]
67 } 47 }
68 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698