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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/scrolled-iframe-scrollbar-change-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 "objectPaintInvalidations": [
3 {
4 "object": "VerticalScrollbar",
5 "reason": "scroll"
6 },
7 {
8 "object": "LayoutView #document",
9 "reason": "style change"
10 },
11 {
12 "object": "LayoutBlockFlow HTML",
13 "reason": "forced by layout"
14 },
15 {
16 "object": "LayoutBlockFlow BODY class='noScroll'",
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='container'",
21 "reason": "incremental"
22 },
23 {
24 "object": "LayoutBlockFlow (positioned) DIV id='overlay'",
25 "reason": "layoutObject insertion"
26 },
27 {
28 "object": "LayoutView #document",
29 "reason": "scroll"
30 }
31 ]
32 }
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698