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

Unified Diff: LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt

Issue 163883006: Add context to generated named and indexed property operations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Ugh. Created 6 years, 10 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/HTMLOptionElement/collection-setter-getter-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt b/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
index 53f5996c81215a71c3e14a2d38b593418485c3b7..1c70229c46cfd3b5c8bb4ae347c14158f5d0e758 100644
--- a/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
+++ b/LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt
@@ -13,7 +13,7 @@ PASS set_options.length is 3
4) trying to set an element to a non-Option value: null
PASS set_options.length is 3
5) trying to set an element to a non-Option value: form (object of incorrect type)
-PASS set_options[10] = my_form threw exception TypeError: The provided value is not of type 'HTMLOptionElement'..
+PASS set_options[10] = my_form threw exception TypeError: Failed to set an indexed property on 'HTMLOptionsCollection': The provided value is not of type 'HTMLOptionElement'..
PASS set_options.length is 3
PASS successfullyParsed is true
« 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