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 |
deleted file mode 100644 |
index 3ce00c5cf56e37ceef4881933011c7db35763da5..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe-expected.txt |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
- |
-svg-rect{ |
- "paths": [ |
- { |
- "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)" |
- } |
- ], |
- "showRulers": true, |
- "showExtensionLines": true, |
- "elementInfo": { |
- "tagName": "rect", |
- "idValue": "svg-rect", |
- "nodeWidth": "60", |
- "nodeHeight": "80" |
- } |
-} |
- |