| Index: third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html b/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
|
| index 81ba912a21e1b330e49f41f79283f2120edf2623..97241b8d2f5b67a37d20f608e08588b9ec03c504 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/getsvgdocument-null.html
|
| @@ -7,7 +7,7 @@
|
| <script>
|
| description("This tests that 'getSVGDocument' returns null on elements that don't contain SVG documents.");
|
|
|
| - var types = ['object', 'frame', 'iframe', 'embed'];
|
| + var types = ['object', 'iframe', 'embed'];
|
|
|
| types.forEach(function(type) {
|
| shouldBeNull("document.createElement('" + type + "').getSVGDocument()");
|
|
|