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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/selection/invalidation-rect-includes-newline-for-vertical-rl-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutText #text",
13 "rect": [8, 8, 32, 48],
14 "reason": "selection"
15 },
16 {
17 "object": "LayoutText #text",
18 "rect": [8, 40, 32, 16],
19 "reason": "incremental"
20 }
21 ]
22 }
23 ],
24 "objectPaintInvalidations": [
25 {
26 "object": "LayoutBlockFlow HTML",
27 "reason": "selection"
28 },
29 {
30 "object": "LayoutBlockFlow BODY",
31 "reason": "selection"
32 },
33 {
34 "object": "LayoutBlockFlow DIV id='container'",
35 "reason": "selection"
36 },
37 {
38 "object": "LayoutText #text",
39 "reason": "selection"
40 },
41 {
42 "object": "InlineTextBox 'xx'",
43 "reason": "selection"
44 },
45 {
46 "object": "InlineTextBox 'y'",
47 "reason": "selection"
48 },
49 {
50 "object": "LayoutText #text",
51 "reason": "incremental"
52 },
53 {
54 "object": "InlineTextBox 'xx'",
55 "reason": "incremental"
56 },
57 {
58 "object": "InlineTextBox 'y'",
59 "reason": "incremental"
60 }
61 ]
62 }
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698