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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1550373002: Auto-rebaseline for r367105 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "children": [ 8 "children": [
9 { 9 {
10 "position": [300, 300], 10 "position": [300, 300],
(...skipping 21 matching lines...) Expand all
32 "LayoutBlockFlow DIV id='target'" 32 "LayoutBlockFlow DIV id='target'"
33 ] 33 ]
34 } 34 }
35 ] 35 ]
36 }, 36 },
37 { 37 {
38 "bounds": [200, 200], 38 "bounds": [200, 200],
39 "children": [ 39 "children": [
40 { 40 {
41 "position": [185, 0], 41 "position": [185, 0],
42 "bounds": [15, 200], 42 "bounds": [15, 200]
43 "repaintRects": [
44 [0, 0, 15, 200]
45 ]
46 } 43 }
47 ] 44 ]
48 } 45 }
49 ] 46 ]
50 } 47 }
51 ] 48 ]
52 } 49 }
53 ] 50 ]
54 } 51 }
55 52
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698