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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/fast/repaint/text-match-document-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 [295, 172, 15, 300], 9 [295, 172, 15, 300],
10 [295, 102, 15, 400], 10 [295, 102, 15, 400],
11 [295, 102, 15, 141], 11 [295, 102, 15, 141],
12 [295, 102, 15, 70], 12 [295, 102, 15, 70],
13 [18, 164, 269, 338], 13 [18, 164, 269, 338],
14 [18, 146, 269, 356], 14 [18, 146, 269, 356],
15 [18, 128, 269, 36], 15 [18, 128, 269, 36],
16 [18, 128, 269, 18], 16 [18, 128, 269, 18],
17 [18, 128, 258, 36], 17 [18, 128, 258, 36],
18 [18, 128, 84, 18] 18 [18, 128, 84, 18],
19 [10, 102, 285, 400]
20 ],
21 "paintInvalidationClients": [
22 "InlineTextBox 'To be changed: findme (Manual testing:'",
23 "InlineTextBox 'Find-in-page 'findme', then click here)'",
24 "LayoutText #text",
25 "RootInlineBox",
26 "RootInlineBox",
27 "VerticalScrollbar",
28 "LayoutIFrame (positioned) IFRAME id='iframe'",
29 "VerticalScrollbar",
30 "LayoutIFrame (positioned) IFRAME id='iframe'",
31 "VerticalScrollbar",
32 "LayoutIFrame (positioned) IFRAME id='iframe'",
33 "VerticalScrollbar",
34 "LayoutIFrame (positioned) IFRAME id='iframe'",
35 "LayoutBlockFlow HTML",
36 "LayoutBlockFlow DIV id='to-be-changed'",
37 "LayoutText #text",
38 "InlineTextBox 'After change'",
39 "LayoutBlockFlow DIV"
19 ] 40 ]
20 } 41 }
21 ] 42 ]
22 } 43 }
23 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698