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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (floating) DIV id='container'", 10 "object": "LayoutBlockFlow (floating) DIV id='container'",
11 "rect": [408, 84, 200, 300], 11 "rect": [408, 84, 200, 300],
12 "reason": "location change" 12 "reason": "location change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '", 15 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
16 "rect": [408, 84, 100, 300],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
21 "rect": [508, 84, 100, 300], 16 "rect": [508, 84, 100, 300],
22 "reason": "location change" 17 "reason": "location change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow (floating) DIV id='remove' class='outer'", 20 "object": "LayoutBlockFlow (floating) DIV id='remove' class='outer'",
26 "rect": [508, 84, 100, 300], 21 "rect": [508, 84, 100, 300],
27 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'", 25 "object": "LayoutBlockFlow (floating) DIV id='keep_outer' class='outer '",
31 "rect": [408, 204, 100, 100], 26 "rect": [408, 84, 100, 300],
27 "reason": "location change"
28 },
29 {
30 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
31 "rect": [508, 84, 100, 220],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
36 "rect": [408, 84, 100, 220],
32 "reason": "location change" 37 "reason": "location change"
33 }, 38 },
34 { 39 {
35 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'", 40 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'",
36 "rect": [508, 204, 100, 100], 41 "rect": [508, 204, 100, 100],
37 "reason": "location change" 42 "reason": "location change"
38 }, 43 },
39 { 44 {
45 "object": "LayoutBlockFlow DIV id='keep_child'",
46 "rect": [508, 204, 100, 100],
47 "reason": "location change"
48 },
49 {
40 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'", 50 "object": "LayoutBlockFlow (positioned) DIV id='remove_child'",
41 "rect": [508, 84, 100, 100], 51 "rect": [508, 84, 100, 100],
42 "reason": "layoutObject removal" 52 "reason": "layoutObject removal"
43 }, 53 },
44 { 54 {
45 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'", 55 "object": "LayoutBlockFlow (positioned) DIV id='abs_pos'",
46 "rect": [408, 84, 100, 220], 56 "rect": [408, 204, 100, 100],
47 "reason": "location change"
48 },
49 {
50 "object": "LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
51 "rect": [508, 84, 100, 220],
52 "reason": "location change" 57 "reason": "location change"
53 }, 58 },
54 { 59 {
55 "object": "LayoutBlockFlow DIV id='keep_child'", 60 "object": "LayoutBlockFlow DIV id='keep_child'",
56 "rect": [408, 204, 100, 100], 61 "rect": [408, 204, 100, 100],
57 "reason": "location change" 62 "reason": "location change"
58 },
59 {
60 "object": "LayoutBlockFlow DIV id='keep_child'",
61 "rect": [508, 204, 100, 100],
62 "reason": "location change"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ] 66 ]
67 } 67 }
68 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698