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

Side by Side Diff: LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test setting various attributes of a elements to JavaScript null. 1 This test setting various attributes of a elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
4 TEST SUCCEEDED: The value was null. [tested Node.prefix] 4 TEST SUCCEEDED: The value was null. [tested Node.prefix]
5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 6
7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title] 7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title]
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] 8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] 9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
11 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.className] 11 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.className]
12 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML] 12 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML]
13 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText] 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
14 TEST SUCCEEDED: Exception (Error: SyntaxError: DOM Exception 12) was thrown as e xpected. [tested HTMLElement.contentEditable] 14 TEST SUCCEEDED: Exception (SyntaxError: An invalid or illegal string was specifi ed.) was thrown as expected. [tested HTMLElement.contentEditable]
15 15
16 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.access Key] 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.access Key]
17 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.charse t] 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.charse t]
18 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords ] 18 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords ]
19 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href] 19 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href]
20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.hrefla ng] 20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.hrefla ng]
21 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name] 21 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name]
22 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel] 22 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel]
23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev] 23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev]
24 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape] 24 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape]
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue] 248 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue]
249 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey] 249 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey]
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ] 250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ]
251 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e] 251 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e]
252 252
253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text] 253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text]
254 254
255 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 255 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
256 256
257 257
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/document-set-body-expected.txt ('k') | LayoutTests/fast/dom/importNode-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698