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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/fixed-scroll-in-empty-root-layer-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": [785, 2016], 2 "bounds": [785, 2016],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 2016], 5 "bounds": [785, 2016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [785, 2016], 9 "bounds": [785, 2016],
10 "drawsContent": true, 10 "drawsContent": true,
11 "paintInvalidations": [ 11 "paintInvalidations": [
12 { 12 {
13 "object": "LayoutBlockFlow (positioned) DIV", 13 "object": "LayoutBlockFlow (positioned) DIV",
14 "rect": [0, 250, 100, 100],
15 "reason": "full"
16 },
17 {
18 "object": "LayoutBlockFlow (positioned) DIV",
14 "rect": [0, 50, 100, 100], 19 "rect": [0, 50, 100, 100],
15 "reason": "full" 20 "reason": "full"
16 },
17 {
18 "object": "LayoutBlockFlow (positioned) DIV",
19 "rect": [0, 250, 100, 100],
20 "reason": "full"
21 } 21 }
22 ], 22 ],
23 "children": [ 23 "children": [
24 { 24 {
25 "position": [0, 250], 25 "position": [0, 250],
26 "bounds": [100, 100], 26 "bounds": [100, 100],
27 "contentsOpaque": true, 27 "contentsOpaque": true,
28 "drawsContent": true, 28 "drawsContent": true,
29 "backfaceVisibility": "hidden", 29 "backfaceVisibility": "hidden",
30 "backgroundColor": "#FF0000" 30 "backgroundColor": "#FF0000"
31 }, 31 },
32 { 32 {
33 "bounds": [785, 2016], 33 "bounds": [785, 2016],
34 "drawsContent": true, 34 "drawsContent": true,
35 "paintInvalidations": [ 35 "paintInvalidations": [
36 { 36 {
37 "object": "LayoutBlockFlow (positioned) DIV", 37 "object": "LayoutBlockFlow (positioned) DIV",
38 "rect": [0, 250, 100, 100],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutBlockFlow (positioned) DIV",
38 "rect": [0, 50, 100, 100], 43 "rect": [0, 50, 100, 100],
39 "reason": "full" 44 "reason": "full"
40 },
41 {
42 "object": "LayoutBlockFlow (positioned) DIV",
43 "rect": [0, 250, 100, 100],
44 "reason": "full"
45 } 45 }
46 ] 46 ]
47 } 47 }
48 ] 48 ]
49 } 49 }
50 ] 50 ]
51 } 51 }
52 ] 52 ]
53 } 53 }
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698