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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-overflow-expected.txt

Issue 1544763002: Auto-rebaseline for r366396 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 [114, 114, 38, 18], 9 [114, 114, 38, 18],
10 [114, 84, 38, 48], 10 [114, 84, 38, 48],
(...skipping 15 matching lines...) Expand all
26 "InlineTextBox ' eleifend lacus,'", 26 "InlineTextBox ' eleifend lacus,'",
27 "RootInlineBox", 27 "RootInlineBox",
28 "InlineTextBox 'at sagittis eros leo pulvinar'", 28 "InlineTextBox 'at sagittis eros leo pulvinar'",
29 "RootInlineBox", 29 "RootInlineBox",
30 "InlineTextBox 'velit. Integer sollicitudin nisi'", 30 "InlineTextBox 'velit. Integer sollicitudin nisi'",
31 "RootInlineBox", 31 "RootInlineBox",
32 "InlineTextBox 'ut urna blandit convallis.'", 32 "InlineTextBox 'ut urna blandit convallis.'",
33 "RootInlineBox", 33 "RootInlineBox",
34 "LayoutBlockFlow BODY", 34 "LayoutBlockFlow BODY",
35 "LayoutBlockFlow DIV", 35 "LayoutBlockFlow DIV",
36 "RootInlineBox",
36 "LayoutInline SPAN id='t'", 37 "LayoutInline SPAN id='t'",
37 "InlineFlowBox", 38 "InlineFlowBox",
38 "LayoutText #text", 39 "LayoutText #text",
39 "InlineTextBox 'purus'", 40 "InlineTextBox 'purus'",
40 "LayoutText #text", 41 "LayoutText #text",
41 "InlineTextBox ' eleifend'", 42 "InlineTextBox ' eleifend'",
42 "InlineTextBox 'lacus, at sagittis eros leo'", 43 "InlineTextBox 'lacus, at sagittis eros leo'",
43 "InlineTextBox 'pulvinar velit. Integer'", 44 "InlineTextBox 'pulvinar velit. Integer'",
44 "InlineTextBox 'sollicitudin nisi ut urna blandit'", 45 "InlineTextBox 'sollicitudin nisi ut urna blandit'",
45 "InlineTextBox 'convallis.'" 46 "InlineTextBox 'convallis.'"
46 ] 47 ]
47 } 48 }
48 ] 49 ]
49 } 50 }
50 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698