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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/scrolled-iframe-scrollbar-change-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "objectPaintInvalidations": [ 2 "objectPaintInvalidations": [
3 { 3 {
4 "object": "VerticalScrollbar", 4 "object": "VerticalScrollbar",
5 "reason": "scroll" 5 "reason": "scroll"
6 }, 6 },
7 { 7 {
8 "object": "LayoutView #document", 8 "object": "LayoutView #document",
9 "reason": "style change" 9 "reason": "style change"
10 }, 10 },
(...skipping 13 matching lines...) Expand all
24 "object": "LayoutBlockFlow (positioned) DIV id='overlay'", 24 "object": "LayoutBlockFlow (positioned) DIV id='overlay'",
25 "reason": "layoutObject insertion" 25 "reason": "layoutObject insertion"
26 }, 26 },
27 { 27 {
28 "object": "LayoutView #document", 28 "object": "LayoutView #document",
29 "reason": "scroll" 29 "reason": "scroll"
30 } 30 }
31 ] 31 ]
32 } 32 }
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698