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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/stacked-diacritics-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='stacked'",
11 "rect": [18, 153, 201, 47],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutText #text", 10 "object": "LayoutText #text",
16 "rect": [18, 153, 132, 47], 11 "rect": [18, 153, 132, 47],
17 "reason": "layoutObject removal" 12 "reason": "layoutObject removal"
18 }, 13 },
19 { 14 {
20 "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'", 15 "object": "InlineTextBox '\u1EA6\u1EA4\u1EAA\u1EA8\u1EB0'",
21 "reason": "full" 16 "reason": "full"
22 }, 17 },
23 { 18 {
24 "object": "RootInlineBox", 19 "object": "RootInlineBox",
25 "reason": "full" 20 "reason": "full"
26 } 21 }
27 ] 22 ]
28 } 23 }
29 ] 24 ]
30 } 25 }
31 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698