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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win7/svg/text/append-text-node-to-tspan-expected.txt

Issue 1953813003: Rebaseline some tests on win7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 63, 306, 374],
12 "reason": "location change"
13 },
14 {
15 "object": "LayoutSVGText text",
16 "rect": [10, 63, 306, 374],
17 "reason": "style change"
18 },
19 {
20 "object": "InlineFlowBox",
21 "reason": "full"
22 },
23 {
24 "object": "InlineFlowBox",
25 "reason": "full"
26 },
27 {
28 "object": "InlineFlowBox",
29 "reason": "full"
30 },
31 {
32 "object": "InlineTextBox ''",
33 "reason": "full"
34 },
35 {
36 "object": "InlineTextBox ''",
37 "reason": "full"
38 },
39 {
40 "object": "InlineTextBox 'PA'",
41 "reason": "full"
42 },
43 {
44 "object": "InlineTextBox 'PASS'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox 'PASS'",
49 "reason": "full"
50 },
51 {
52 "object": "InlineTextBox 'SS'",
53 "reason": "location change"
54 },
55 {
56 "object": "RootInlineBox",
57 "reason": "full"
58 },
59 {
60 "object": "RootInlineBox",
61 "reason": "full"
62 }
63 ]
64 }
65 ]
66 }
67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698