Chromium Code Reviews| Index: LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html | 
| diff --git a/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html b/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..5392a5f15919c48d91cfedacd515e016a1b46cb5 | 
| --- /dev/null | 
| +++ b/LayoutTests/inspector/elements/resources/highlight-svg-content-iframe.html | 
| @@ -0,0 +1,15 @@ | 
| +<html> | 
| +<head> | 
| +<style> | 
| +body { | 
| + margin: 0; | 
| +} | 
| +</style> | 
| +</head> | 
| + | 
| +<body> | 
| +<svg width="200px" height="200px"> | 
| + <rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rect> | 
| +</svg> | 
| +</body> | 
| + |