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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/stacking-context-lost-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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [0, 0, 100, 100]
10 ],
11 "paintInvalidationClients": [
12 "LayoutBlockFlow (relative positioned) DIV id='inner'"
13 ],
14 "children": [
15 {
16 "position": [278, 278],
17 "bounds": [100, 100],
18 "contentsOpaque": true,
19 "drawsContent": true,
20 "backfaceVisibility": "hidden",
21 "backgroundColor": "#008000",
22 "repaintRects": [
23 [0, 0, 100, 100],
24 [0, 0, 100, 100],
25 [0, 0, 100, 100]
26 ],
27 "paintInvalidationClients": [
28 "LayoutBlockFlow (relative positioned) DIV id='outer'",
29 "LayoutBlockFlow (relative positioned) DIV id='inner'",
30 "LayoutBlockFlow (relative positioned) DIV id='outer'"
31 ]
32 }
33 ]
34 }
35 ]
36 }
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698