Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: LayoutTests/fast/dom/HTMLSelectElement/exceptions.html

Issue 1230763008: The name argument for HTMLSelectElement namedItem() api should not be optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698