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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/iframe-scroll-repaint-expected.txt

Issue 2139073002: Auto-rebaseline for r404741 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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": "LayoutIFrame IFRAME",
5 "reason": "invalidate paint rectangle"
6 },
7 {
4 "object": "LayoutView #document", 8 "object": "LayoutView #document",
5 "reason": "subtree" 9 "reason": "subtree"
6 }, 10 },
7 { 11 {
8 "object": "LayoutBlockFlow HTML", 12 "object": "LayoutBlockFlow HTML",
9 "reason": "subtree" 13 "reason": "subtree"
10 }, 14 },
11 { 15 {
12 "object": "LayoutBlockFlow BODY", 16 "object": "LayoutBlockFlow BODY",
13 "reason": "subtree" 17 "reason": "subtree"
14 }, 18 },
15 { 19 {
16 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
17 "reason": "subtree" 21 "reason": "subtree"
18 } 22 }
19 ] 23 ]
20 } 24 }
21 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698