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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 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
(...skipping 11 matching lines...) Expand all
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] 25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel] 26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev] 27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ] 28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ]
29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t] 29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t]
30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type] 30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
31 31
32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.align ]
33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.alt]
34 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.archi ve]
35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.code]
36 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.codeBase]
37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.heigh t]
38 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.name]
39 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.object]
40 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width ]
41
42 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt] 32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
43 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords] 33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
44 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href] 34 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href]
45 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping] 35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape] 36 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target] 37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
48 38
49 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup] 39 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup]
50 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d] 40 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
51 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src] 41 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
307 297
308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
309 299
310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 300 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
311 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 301 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
312 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 302 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 303 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
314 304
315 305
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/dom/html-collections-named-getter.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698