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

Side by Side Diff: LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations 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 [150, 52, 50, 300], 9 [150, 52, 50, 300],
10 [0, 52, 200, 300], 10 [0, 52, 200, 300],
11 [0, 52, 150, 300], 11 [0, 52, 150, 300],
12 [0, 52, 150, 150], 12 [0, 52, 150, 150],
13 [0, 16, 800, 336], 13 [0, 16, 800, 336],
14 [0, 0, 800, 352], 14 [0, 0, 800, 352],
15 [-50, 52, 250, 300], 15 [-50, 52, 250, 300],
16 [-50, 52, 150, 300], 16 [-50, 52, 150, 300],
17 [-50, 52, 150, 150], 17 [-50, 52, 150, 150],
18 [-50, 16, 850, 336], 18 [-50, 16, 850, 336],
19 [-50, 0, 850, 352] 19 [-50, 0, 850, 352]
20 ],
21 "paintInvalidationClients": [
22 "LayoutBlockFlow HTML",
23 "LayoutBlockFlow BODY",
24 "LayoutGrid DIV id='container'",
25 "LayoutBlockFlow DIV class='item1'",
26 "LayoutBlockFlow DIV",
27 "LayoutBlockFlow DIV class='item2'"
20 ] 28 ]
21 } 29 }
22 ] 30 ]
23 } 31 }
24 32
OLDNEW
« no previous file with comments | « LayoutTests/fast/repaint/justify-self-change-expected.txt ('k') | LayoutTests/fast/repaint/layer-full-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698