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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/selection-in-non-composited-scrolling-container-expected.txt

Issue 2286203004: Revert of Fix paint invalidation and painting for composited-scrolling input elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 "children": [
11 {
12 "name": "LayoutTextControl INPUT id='target'",
13 "position": [7, 7],
14 "bounds": [66, 24],
15 "drawsContent": true,
16 "backgroundColor": "#FFFFFF",
17 "paintInvalidations": [
18 {
19 "object": "LayoutTextControl INPUT id='target'",
20 "rect": [0, 0, 66, 24],
21 "reason": "subtree"
22 },
23 {
24 "object": "LayoutTextControl INPUT id='target'",
25 "rect": [0, 0, 64, 22],
26 "reason": "full"
27 },
28 {
29 "object": "LayoutBlockFlow DIV id='inner-editor'",
30 "rect": [3, 4, 60, 16],
31 "reason": "subtree"
32 },
33 {
34 "object": "LayoutText #text",
35 "rect": [3, 4, 60, 16],
36 "reason": "subtree"
37 }
38 ]
39 }
40 ]
41 }
42 ],
43 "objectPaintInvalidations": [
44 {
45 "object": "LayoutBlockFlow HTML",
46 "reason": "selection"
47 },
48 {
49 "object": "LayoutBlockFlow BODY",
50 "reason": "selection"
51 },
52 {
53 "object": "LayoutTextControl INPUT id='target'",
54 "reason": "subtree"
55 },
56 {
57 "object": "LayoutBlockFlow DIV id='inner-editor'",
58 "reason": "subtree"
59 },
60 {
61 "object": "RootInlineBox",
62 "reason": "subtree"
63 },
64 {
65 "object": "HorizontalScrollbar",
66 "reason": "scroll"
67 },
68 {
69 "object": "LayoutText #text",
70 "reason": "subtree"
71 },
72 {
73 "object": "InlineTextBox 'test test test'",
74 "reason": "subtree"
75 }
76 ]
77 }
78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698