Index: LayoutTests/fast/dom/Element/missing-arguments.html |
diff --git a/LayoutTests/fast/dom/Element/missing-arguments.html b/LayoutTests/fast/dom/Element/missing-arguments.html |
index fc4c2aa64688a900b49f923d3faad9cd0b0ea7d2..02e016012428fc95251d7c085d23bd78d23599c5 100644 |
--- a/LayoutTests/fast/dom/Element/missing-arguments.html |
+++ b/LayoutTests/fast/dom/Element/missing-arguments.html |
@@ -20,6 +20,7 @@ var element = document.createElementNS("http://example.com/", "example"); |
"removeAttributeNS()", |
"removeAttributeNS('http://example.com/')", |
"setAttribute()", |
+ "setAttribute('example')", |
"setAttributeNS()", |
"setAttributeNS('http://example.com/')", |
"setAttributeNS('http://example.com/', 'example')" |