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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt

Issue 1920463002: Manual rebaselines for r388291 #2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [18, 27, 238, 18], 11 "rect": [18, 27, 237, 18],
12 "reason": "selection" 12 "reason": "selection"
13 }, 13 },
14 { 14 {
15 "object": "InlineTextBox 'Should have blue, not gray, highlight'", 15 "object": "InlineTextBox 'Should have blue, not gray, highlight'",
16 "reason": "selection" 16 "reason": "selection"
17 }, 17 },
18 { 18 {
19 "object": "LayoutBlockFlow BODY", 19 "object": "LayoutBlockFlow BODY",
20 "reason": "selection" 20 "reason": "selection"
21 }, 21 },
22 { 22 {
23 "object": "LayoutBlockFlow DIV id='t'", 23 "object": "LayoutBlockFlow DIV id='t'",
24 "reason": "selection" 24 "reason": "selection"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow HTML", 27 "object": "LayoutBlockFlow HTML",
28 "reason": "selection" 28 "reason": "selection"
29 } 29 }
30 ] 30 ]
31 } 31 }
32 ] 32 ]
33 } 33 }
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698