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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-expected.txt

Issue 2081773002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 {
2 "objectPaintInvalidations": [
3 {
4 "object": "VerticalScrollbar",
5 "reason": "scroll"
6 },
7 {
8 "object": "LayoutView #document",
9 "reason": "full"
10 },
11 {
12 "object": "LayoutView #document",
13 "reason": "style change"
14 },
15 {
16 "object": "LayoutBlockFlow HTML",
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutBlockFlow BODY class='noScroll'",
21 "reason": "style change"
22 },
23 {
24 "object": "LayoutBlockFlow DIV id='container'",
25 "reason": "incremental"
26 },
27 {
28 "object": "LayoutBlockFlow (positioned) DIV id='overlay'",
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutView #document",
33 "reason": "scroll"
34 }
35 ]
36 }
1 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698