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

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

Issue 1235603003: Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase it(2). Created 5 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 unified diff | Download patch
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 the empty string. [tested Node.textContent] 4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
5 5
6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
9 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML] 9 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML]
10 10
11 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey] 11 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title] 12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang] 13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
14 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 14 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
15 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText] 15 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
16 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerT ext' property on 'HTMLElement': The element has no parent.) was thrown as expect ed. [tested HTMLElement.outerText] 16 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerT ext' property on 'HTMLElement': The element has no parent.) was thrown as expect ed. [tested HTMLElement.outerText]
17 TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' prop erty on 'HTMLElement': The value provided ('null') is not one of 'true', 'false' , 'plaintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.c ontentEditable] 17 TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' prop erty on 'HTMLElement': The value provided ('null') is not one of 'true', 'false' , 'plaintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.c ontentEditable]
18 18
19 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.chars et] 19 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.chars et]
20 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coord s] 20 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coord s]
21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.downl oad] 21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.downl oad]
22 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA nchorElement.href] 22 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA nchorElement.href]
23 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hrefl ang] 23 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hrefl ang]
24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name] 24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel] 25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev] 26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ] 27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ]
29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t] 28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t]
30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type] 29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
31 30
32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt] 31 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords] 32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
34 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href] 33 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href]
35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
36 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape] 34 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target] 35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
38 36
39 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup] 37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup]
40 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d] 38 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
41 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src] 39 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
42 40
43 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href] 41 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href]
44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target] 42 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
45 43
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
297 295
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
299 297
300 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
301 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 299 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
302 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 300 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
303 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 301 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
304 302
305 303
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698