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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/fast/repaint/selection-change-in-iframe-with-relative-parent-expected.txt

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 [18, 238, 40, 10], 9 [98, 238, 11, 10],
10 [18, 218, 30, 10], 10 [61, 218, 11, 10],
11 [18, 198, 30, 10], 11 [48, 198, 10, 10],
12 [8, 8, 284, 50] 12 [18, 238, 81, 10],
13 [18, 228, 10, 10],
14 [18, 218, 44, 10],
15 [18, 208, 10, 10],
16 [18, 198, 30, 10]
13 ], 17 ],
14 "paintInvalidationClients": [ 18 "paintInvalidationClients": [
15 "LayoutBlockFlow HTML", 19 "LayoutBlockFlow HTML",
16 "LayoutBlockFlow BODY", 20 "LayoutBlockFlow BODY",
17 "LayoutText #text", 21 "LayoutText #text",
18 "InlineTextBox 'Foo'", 22 "InlineTextBox 'Foo'",
19 "LayoutBR BR", 23 "LayoutBR BR",
20 "InlineTextBox '\n'", 24 "InlineTextBox '\n'",
21 "LayoutBR BR", 25 "LayoutBR BR",
22 "InlineTextBox '\n'", 26 "InlineTextBox '\n'",
23 "LayoutText #text", 27 "LayoutText #text",
24 "InlineTextBox 'Bar'", 28 "InlineTextBox 'Bar'",
25 "LayoutBR BR", 29 "LayoutBR BR",
26 "InlineTextBox '\n'", 30 "InlineTextBox '\n'",
27 "LayoutBR BR", 31 "LayoutBR BR",
28 "InlineTextBox '\n'", 32 "InlineTextBox '\n'",
29 "LayoutText #text", 33 "LayoutText #text",
30 "InlineTextBox 'Bazz'", 34 "InlineTextBox 'Bazz'",
31 "LayoutBR BR", 35 "LayoutBR BR",
32 "InlineTextBox '\n'" 36 "InlineTextBox '\n'"
33 ] 37 ]
34 } 38 }
35 ] 39 ]
36 } 40 }
37 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698