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

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

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

Powered by Google App Engine
This is Rietveld 408576698