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

Side by Side Diff: LayoutTests/platform/win-xp/fast/repaint/delete-into-nested-block-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 [8, 167, 784, 20],
10 [8, 167, 30, 19],
11 [8, 147, 784, 40],
12 [8, 147, 784, 20],
13 [8, 147, 23, 19],
14 [8, 127, 784, 40],
15 [8, 127, 784, 20],
16 [8, 127, 30, 19],
17 [8, 127, 22, 19],
18 [7, 126, 786, 102],
19 [7, 126, 3, 21]
20 ],
21 "paintInvalidationClients": [
22 "LayoutBlockFlow HTML",
23 "InlineTextBox 'one'",
24 "LayoutText #text",
25 "RootInlineBox",
26 "InlineTextBox 'two'",
27 "LayoutText #text",
28 "RootInlineBox",
29 "LayoutBlockFlow DIV",
30 "InlineTextBox 'three'",
31 "LayoutText #text",
32 "RootInlineBox",
33 "InlineTextBox '\n'",
34 "LayoutBR BR",
35 "RootInlineBox",
36 "LayoutBlockFlow DIV",
37 "LayoutBlockFlow DIV id='two'",
38 "InlineTextBox '\n'",
39 "RootInlineBox",
40 "InlineTextBox '\n'",
41 "LayoutBR BR",
42 "InlineTextBox 'three'",
43 "RootInlineBox",
44 "InlineTextBox 'three'",
45 "LayoutText #text",
46 "LayoutInline SPAN",
47 "RootInlineBox",
48 "LayoutBlockFlow DIV",
49 "LayoutBlockFlow DIV id='one'",
50 "LayoutText #text",
51 "InlineTextBox 'three'",
52 "LayoutBlockFlow DIV id='one'"
53 ]
54 }
55 ]
56 }
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698