Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/delete-into-nested-block-expected.txt

Issue 1544763002: Auto-rebaseline for r366396 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 [8, 155, 784, 19], 9 [8, 155, 784, 19],
10 [8, 155, 32, 19], 10 [8, 155, 32, 19],
(...skipping 27 matching lines...)
38 "InlineTextBox '\n'", 38 "InlineTextBox '\n'",
39 "LayoutBR BR", 39 "LayoutBR BR",
40 "InlineTextBox 'three'", 40 "InlineTextBox 'three'",
41 "RootInlineBox", 41 "RootInlineBox",
42 "InlineTextBox 'three'", 42 "InlineTextBox 'three'",
43 "LayoutText #text", 43 "LayoutText #text",
44 "LayoutInline SPAN", 44 "LayoutInline SPAN",
45 "RootInlineBox", 45 "RootInlineBox",
46 "LayoutBlockFlow DIV", 46 "LayoutBlockFlow DIV",
47 "LayoutBlockFlow DIV id='one'", 47 "LayoutBlockFlow DIV id='one'",
48 "RootInlineBox",
48 "LayoutText #text", 49 "LayoutText #text",
49 "InlineTextBox 'three'", 50 "InlineTextBox 'three'",
50 "LayoutBlockFlow DIV id='one'" 51 "LayoutBlockFlow DIV id='one'"
51 ] 52 ]
52 } 53 }
53 ] 54 ]
54 } 55 }
55 56
OLDNEW

Powered by Google App Engine