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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/tabgroup-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutSVGRoot svg",
11 "rect": [7, 7, 736, 573],
12 "reason": "became visible"
13 },
14 {
15 "object": "LayoutSVGPath path", 10 "object": "LayoutSVGPath path",
16 "rect": [389, 37, 316, 82], 11 "rect": [389, 37, 316, 82],
17 "reason": "layoutObject insertion" 12 "reason": "layoutObject insertion"
18 }, 13 },
19 { 14 {
20 "object": "LayoutSVGPath path", 15 "object": "LayoutSVGPath path",
21 "rect": [389, 37, 316, 82], 16 "rect": [389, 37, 316, 82],
22 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
23 }, 18 },
24 { 19 {
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 }, 979 },
985 { 980 {
986 "object": "LayoutSVGText text", 981 "object": "LayoutSVGText text",
987 "reason": "layoutObject removal" 982 "reason": "layoutObject removal"
988 }, 983 },
989 { 984 {
990 "object": "LayoutSVGHiddenContainer g id='oversizeContent'", 985 "object": "LayoutSVGHiddenContainer g id='oversizeContent'",
991 "reason": "layoutObject removal" 986 "reason": "layoutObject removal"
992 }, 987 },
993 { 988 {
994 "object": "LayoutSVGRoot svg",
995 "reason": "became visible"
996 },
997 {
998 "object": "LayoutSVGContainer g id='tabgroupRect'", 989 "object": "LayoutSVGContainer g id='tabgroupRect'",
999 "reason": "became visible" 990 "reason": "became visible"
1000 }, 991 },
1001 { 992 {
1002 "object": "LayoutSVGContainer g", 993 "object": "LayoutSVGContainer g",
1003 "reason": "layoutObject insertion" 994 "reason": "layoutObject insertion"
1004 }, 995 },
1005 { 996 {
1006 "object": "LayoutSVGContainer g", 997 "object": "LayoutSVGContainer g",
1007 "reason": "layoutObject insertion" 998 "reason": "layoutObject insertion"
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 "object": "InlineTextBox 'Biography'", 1981 "object": "InlineTextBox 'Biography'",
1991 "reason": "layoutObject insertion" 1982 "reason": "layoutObject insertion"
1992 }, 1983 },
1993 { 1984 {
1994 "object": "LayoutSVGContainer g id='tabgroupRectRound__0_content'", 1985 "object": "LayoutSVGContainer g id='tabgroupRectRound__0_content'",
1995 "reason": "layoutObject insertion" 1986 "reason": "layoutObject insertion"
1996 } 1987 }
1997 ] 1988 ]
1998 } 1989 }
1999 1990
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698