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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (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": "InlineBox", 4 "object": "LayoutBlockFlow BODY",
5 "reason": "full" 5 "reason": "forced by layout"
6 }, 6 },
7 { 7 {
8 "object": "RootInlineBox", 8 "object": "RootInlineBox",
9 "reason": "full" 9 "reason": "forced by layout"
10 },
11 {
12 "object": "LayoutBlockFlow BODY",
13 "reason": "invalidate paint rectangle"
14 }, 10 },
15 { 11 {
16 "object": "LayoutEmbeddedObject OBJECT", 12 "object": "LayoutEmbeddedObject OBJECT",
17 "reason": "style change" 13 "reason": "style change"
18 } 14 }
19 ] 15 ]
20 } 16 }
21 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698