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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scroll-stacking-context-backface-visiblity-leaves-traces-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, 5054], 2 "bounds": [785, 5054],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 5054], 5 "bounds": [785, 5054],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 26], 10 "position": [8, 26],
11 "bounds": [769, 1974], 11 "bounds": [769, 1974],
12 "drawsContent": true, 12 "drawsContent": true,
13 "backfaceVisibility": "hidden", 13 "backfaceVisibility": "hidden",
14 "paintInvalidations": [ 14 "paintInvalidations": [
15 { 15 {
16 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'", 16 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
17 "rect": [10, 1424, 150, 150],
18 "reason": "full"
19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
22 "rect": [10, 1824, 150, 150], 17 "rect": [10, 1824, 150, 150],
23 "reason": "full" 18 "reason": "full"
24 }, 19 },
25 { 20 {
26 "object": "LayoutBlockFlow DIV id='recentlink'", 21 "object": "LayoutBlockFlow DIV id='recentlink'",
22 "rect": [10, 1824, 150, 150],
23 "reason": "full"
24 },
25 {
26 "object": "LayoutBlockFlow (positioned) DIV id='searchbar'",
27 "rect": [10, 1424, 150, 150], 27 "rect": [10, 1424, 150, 150],
28 "reason": "full" 28 "reason": "full"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow DIV id='recentlink'", 31 "object": "LayoutBlockFlow DIV id='recentlink'",
32 "rect": [10, 1824, 150, 150], 32 "rect": [10, 1424, 150, 150],
33 "reason": "full" 33 "reason": "full"
34 } 34 }
35 ] 35 ]
36 } 36 }
37 ] 37 ]
38 } 38 }
39 ] 39 ]
40 } 40 }
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698