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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/japanese-rl-selection-clear-expected.txt

Issue 2178363002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutText #text", 12 "object": "LayoutText #text",
13 "rect": [441, 522, 336, 5], 13 "rect": [441, 523, 336, 4],
14 "reason": "incremental" 14 "reason": "incremental"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text", 17 "object": "LayoutText #text",
18 "rect": [442, 123, 335, 404], 18 "rect": [442, 123, 335, 404],
19 "reason": "selection" 19 "reason": "selection"
20 } 20 }
21 ] 21 ]
22 } 22 }
23 ], 23 ],
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "object": "InlineTextBox '\u308C\u3066\u3057\u307E\u3063\u305F\u7D4C\u9A13 \u306F\u3042\u308A\u307E\u3059\u304B \u306A\u3089\u30BF\u30A4'", 138 "object": "InlineTextBox '\u308C\u3066\u3057\u307E\u3063\u305F\u7D4C\u9A13 \u306F\u3042\u308A\u307E\u3059\u304B \u306A\u3089\u30BF\u30A4'",
139 "reason": "incremental" 139 "reason": "incremental"
140 }, 140 },
141 { 141 {
142 "object": "InlineTextBox '\u30C8\u30EB\u3068\u30A2\u30C9\u30EC\u30B9\u3060 \u3051\u3067\u306A\u304F\u3001\u8A2A\u554F'", 142 "object": "InlineTextBox '\u30C8\u30EB\u3068\u30A2\u30C9\u30EC\u30B9\u3060 \u3051\u3067\u306A\u304F\u3001\u8A2A\u554F'",
143 "reason": "incremental" 143 "reason": "incremental"
144 } 144 }
145 ] 145 ]
146 } 146 }
147 147
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698