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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/selection-partial-invalidation-between-blocks-expected.txt

Issue 1880263003: Auto-rebaseline for r386782 (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": "InlineTextBox 'First cell'", 10 "object": "InlineTextBox 'First cell'",
(...skipping 30 matching lines...) Expand all
41 "rect": [0, 0, 0, 0], 41 "rect": [0, 0, 0, 0],
42 "reason": "selection" 42 "reason": "selection"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [11, 11, 61, 18], 46 "rect": [11, 11, 61, 18],
47 "reason": "selection" 47 "reason": "selection"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [11, 11, 57, 18],
52 "reason": "selection"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [11, 33, 79, 18], 51 "rect": [11, 33, 79, 18],
57 "reason": "selection" 52 "reason": "selection"
58 } 53 }
59 ] 54 ]
60 } 55 }
61 ] 56 ]
62 } 57 }
63 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698