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

Unified Diff: LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt

Issue 83743002: Have the HTMLSelectElement setter throw TypeError. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt b/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt
index 2e6c7b38321834a421fe00396857fe4ec9d145e6..8506a3e67fff76ea22cec6e35da952c4441b7b23 100644
--- a/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt
+++ b/LayoutTests/fast/dom/HTMLSelectElement/exceptions-expected.txt
@@ -3,7 +3,7 @@ This test should trigger the single exception on HTMLSelectElement, and verify t
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS el[1] = 0; threw exception TypeMismatchError: Failed to set the '1' property on 'HTMLSelectElement': The value provided was not an HTMLOptionElement..
+PASS el[1] = 0; threw exception TypeError: Failed to set the '1' property on 'HTMLSelectElement': The value provided was not an HTMLOptionElement..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698