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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/reflection-redraw-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 [381, 267, 284, 59],
10 [306, 377, 124, 156],
11 [306, 34, 124, 182],
12 [71, 267, 284, 59]
13 ],
14 "paintInvalidationClients": [
15 "LayoutText #text",
16 "InlineTextBox 'The color of this text'",
17 "InlineTextBox 'in the reflection'",
18 "InlineTextBox 'should be green'",
19 "LayoutText #text",
20 "InlineTextBox 'The color of this text'",
21 "InlineTextBox 'in the reflection'",
22 "InlineTextBox 'should be green'",
23 "LayoutText #text",
24 "InlineTextBox 'The color of this text'",
25 "InlineTextBox 'in the reflection'",
26 "InlineTextBox 'should be green'",
27 "LayoutText #text",
28 "InlineTextBox 'The color of this text'",
29 "InlineTextBox 'in the reflection'",
30 "InlineTextBox 'should be green'"
31 ]
32 }
33 ]
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698