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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [150, 52, 50, 300],
10 [0, 52, 200, 300],
11 [0, 52, 150, 300],
12 [0, 52, 150, 150],
13 [0, 16, 800, 336],
14 [0, 0, 800, 352],
15 [-50, 52, 250, 300],
16 [-50, 52, 150, 300],
17 [-50, 52, 150, 150],
18 [-50, 16, 850, 336],
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'"
28 ]
29 }
30 ]
31 }
32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698