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

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

Issue 1878163002: Auto-rebaseline for r386594 (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 "repaintRects": [ 8 "paintInvalidations": [
9 [11, 33, 79, 17], 9 {
10 [11, 11, 61, 17], 10 "object": "InlineTextBox 'First cell'",
11 [11, 11, 57, 17] 11 "rect": [0, 0, 0, 0],
12 ], 12 "reason": "selection"
13 "paintInvalidationClients": [ 13 },
14 "LayoutBlockFlow HTML", 14 {
15 "LayoutBlockFlow BODY", 15 "object": "InlineTextBox 'Second cell'",
16 "LayoutTable TABLE", 16 "rect": [0, 0, 0, 0],
17 "LayoutTableCell TD id='firstCell'", 17 "reason": "selection"
18 "LayoutText #text", 18 },
19 "InlineTextBox 'First cell'", 19 {
20 "LayoutTableCell TD id='secondCell'", 20 "object": "LayoutBlockFlow BODY",
21 "LayoutText #text", 21 "rect": [0, 0, 0, 0],
22 "InlineTextBox 'Second cell'" 22 "reason": "selection"
23 },
24 {
25 "object": "LayoutBlockFlow HTML",
26 "rect": [0, 0, 0, 0],
27 "reason": "selection"
28 },
29 {
30 "object": "LayoutTable TABLE",
31 "rect": [0, 0, 0, 0],
32 "reason": "selection"
33 },
34 {
35 "object": "LayoutTableCell TD id='firstCell'",
36 "rect": [0, 0, 0, 0],
37 "reason": "selection"
38 },
39 {
40 "object": "LayoutTableCell TD id='secondCell'",
41 "rect": [0, 0, 0, 0],
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [11, 11, 61, 17],
47 "reason": "selection"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [11, 11, 57, 17],
52 "reason": "selection"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [11, 33, 79, 17],
57 "reason": "selection"
58 }
23 ] 59 ]
24 } 60 }
25 ] 61 ]
26 } 62 }
27 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698