| Index: LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
|
| diff --git a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt b/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
|
| index 147729f9ef0a9f718adcbf1a9ac16d6d6e9cab66..3ce00c5cf56e37ceef4881933011c7db35763da5 100644
|
| --- a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
|
| +++ b/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt
|
| @@ -1,8 +1,22 @@
|
|
|
| -svg-rect: {
|
| +svg-rect{
|
| "paths": [
|
| {
|
| - "path": ["M", 130, 270, "L", 190, 270, "L", 190, 350, "L", 130, 350, "Z"],
|
| + "path": [
|
| + "M",
|
| + 130,
|
| + 270,
|
| + "L",
|
| + 190,
|
| + 270,
|
| + "L",
|
| + 190,
|
| + 350,
|
| + "L",
|
| + 130,
|
| + 350,
|
| + "Z"
|
| + ],
|
| "fillColor": "rgba(255, 0, 0, 0)",
|
| "outlineColor": "rgba(128, 0, 0, 0)"
|
| }
|
| @@ -17,4 +31,3 @@ svg-rect: {
|
| }
|
| }
|
|
|
| -
|
|
|