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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt

Issue 2327223002: Move all remaining fast/repaint tests 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
1 Hi! 1 Hi!
2 { 2 {
3 "name": "Content Root Layer", 3 "name": "Content Root Layer",
4 "bounds": [785, 4021], 4 "bounds": [785, 4021],
5 "children": [ 5 "children": [
6 { 6 {
7 "name": "LayoutView #document", 7 "name": "LayoutView #document",
8 "bounds": [785, 4021], 8 "bounds": [785, 4021],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "object": "LayoutText #text", 89 "object": "LayoutText #text",
90 "reason": "subtree" 90 "reason": "subtree"
91 }, 91 },
92 { 92 {
93 "object": "InlineTextBox 'Hi!'", 93 "object": "InlineTextBox 'Hi!'",
94 "reason": "subtree" 94 "reason": "subtree"
95 } 95 }
96 ] 96 ]
97 } 97 }
98 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698