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

Unified Diff: LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt

Issue 26693003: Make HTMLOutputElement.htmlFor settable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/HTMLOutputElement/script-tests/dom-settable-token-list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt b/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
index 8ec624c8f5d38f273768558df14bc898b45269d3..5bfcc58ecec41255b8c73f9e9902d9cf8e220929 100644
--- a/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
+++ b/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
@@ -4,7 +4,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
- Tests from http://simon.html5.org/test/html/dom/reflecting/DOMTokenList/
+PASS element.htmlFor.value is "x"
PASS String(element.htmlFor) is "x"
+PASS element.htmlFor.value is "y"
+PASS String(element.htmlFor) is "y"
PASS element.htmlFor.length is 0
PASS element.htmlFor.length is 1
PASS element.htmlFor.length is 2
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLOutputElement/script-tests/dom-settable-token-list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698