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

Side by Side Diff: LayoutTests/fast/repaint/video-mute-repaint-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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
(...skipping 10 matching lines...) Expand all
21 { 21 {
22 "position": [8, 8], 22 "position": [8, 8],
23 "bounds": [700, 520], 23 "bounds": [700, 520],
24 "drawsContent": true, 24 "drawsContent": true,
25 "repaintRects": [ 25 "repaintRects": [
26 [628, 493, 24, 24], 26 [628, 493, 24, 24],
27 [570, 493, 89, 24], 27 [570, 493, 89, 24],
28 [570, 493, 89, 24], 28 [570, 493, 89, 24],
29 [570, 493, 24, 24], 29 [570, 493, 24, 24],
30 [535, 490, 35, 30] 30 [535, 490, 35, 30]
31 ],
32 "paintInvalidationClients": [
33 "LayoutButton INPUT",
34 "LayoutSlider INPUT",
35 "LayoutFlexibleBox DIV",
36 "LayoutBlockFlow DIV id='thumb'"
31 ] 37 ]
32 } 38 }
33 ] 39 ]
34 } 40 }
35 ] 41 ]
36 } 42 }
37 ] 43 ]
38 } 44 }
39 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698