Index: LayoutTests/fast/dom/HTMLSelectElement/exceptions.html |
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/exceptions.html b/LayoutTests/fast/dom/HTMLSelectElement/exceptions.html |
index 18aaa8f6521a51d6f05ae831a174476f545e8b40..d579b5fbf9fad7d91545c7e5a7b88cd26bf71074 100644 |
--- a/LayoutTests/fast/dom/HTMLSelectElement/exceptions.html |
+++ b/LayoutTests/fast/dom/HTMLSelectElement/exceptions.html |
@@ -10,6 +10,7 @@ |
var el = document.createElement('select'); |
shouldThrow("el[1] = 0;"); |
+ shouldThrow("el.namedItem()"); |
</script> |
</body> |
</html> |