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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt

Issue 1162813005: Auto-rebaseline for r196449 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 "repaintRects": [
9 [762, 8, 15, 300], 9 [762, 8, 15, 300],
10 [10, 8, 302, 300], 10 [10, 8, 302, 300],
11 [8, 8, 769, 300], 11 [8, 8, 769, 300],
12 [8, 8, 306, 300], 12 [8, 8, 306, 300],
13 [8, 8, 306, 300], 13 [8, 8, 306, 300],
14 [8, 8, 306, 300] 14 [8, 8, 306, 300]
15 ], 15 ],
16 "paintInvalidationClients": [ 16 "paintInvalidationClients": [
17 "LayoutBlockFlow DIV id='innerDiv'",
18 "LayoutTable TABLE",
19 "LayoutTableSection TBODY",
20 "LayoutTableRow TR",
21 "LayoutTableCell TD",
22 "LayoutTableRow TR",
23 "LayoutTableCell TD",
24 "VerticalScrollbar", 17 "VerticalScrollbar",
25 "LayoutBlockFlow DIV id='innerDiv'", 18 "LayoutBlockFlow DIV id='innerDiv'",
26 "LayoutTable TABLE", 19 "LayoutTable TABLE",
27 "LayoutTableSection TBODY", 20 "LayoutTableSection TBODY",
28 "LayoutTableRow TR", 21 "LayoutTableRow TR",
29 "LayoutTableCell TD", 22 "LayoutTableCell TD",
30 "LayoutTableRow TR", 23 "LayoutTableRow TR",
31 "LayoutTableCell TD" 24 "LayoutTableCell TD"
32 ] 25 ]
33 } 26 }
34 ] 27 ]
35 } 28 }
36 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698