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

Side by Side Diff: LayoutTests/fast/repaint/padding-margin-expected.txt

Issue 340323002: Don't force full invalidation on padding or margin change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Based on https://codereview.chromium.org/350043003/ Created 6 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [300, 150, 40, 140],
10 [220, 470, 60, 60],
11 [220, 320, 60, 60],
12 [220, 320, 60, 60],
13 [220, 170, 100, 100],
14 [220, 20, 100, 100],
15 [220, 20, 100, 100],
16 [200, 450, 100, 100],
17 [200, 300, 100, 100],
18 [200, 300, 100, 100],
19 [200, 250, 140, 40],
20 [200, 150, 100, 100],
21 [200, 0, 100, 100],
22 [200, 0, 100, 100],
23 [100, 150, 40, 140],
24 [20, 320, 60, 60],
25 [20, 20, 100, 100],
26 [0, 300, 100, 100],
27 [0, 250, 140, 40],
28 [0, 0, 100, 100]
29 ]
30 }
31 ]
32 }
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698