| Index: LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
|
| diff --git a/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html b/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
|
| index 8f3b08ef4fdab4a14ba6d23196b59d79b36b1db9..1dced9f653c8953ec73a84bc85ca668b03a87ca4 100644
|
| --- a/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
|
| +++ b/LayoutTests/fast/dom/DOMImplementation/missing-arguments.html
|
| @@ -10,9 +10,7 @@
|
| "createDocument('http://example.com/')",
|
| "createDocumentType()",
|
| "createDocumentType('svg:svg')",
|
| - "createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN')",
|
| - "hasFeature()",
|
| - "hasFeature('')"
|
| + "createDocumentType('svg:svg', '-//W3C//DTD SVG 1.1//EN')"
|
| ].forEach(function(expr)
|
| {
|
| shouldThrow("document.implementation." + expr);
|
|
|