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

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

Issue 58493002: Remove TreatNullAs=NullString for HTMLAnchorElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix tests Created 7 years, 1 month 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 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 (SyntaxError: An invalid or illegal string was specifi ed.) was thrown as expected. [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 string 'null'. [tested HTMLAnchorElement.chars et]
18 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords ] 18 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coord s]
19 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.downl oad]
19 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href] 20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href]
20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.hrefla ng] 21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hrefl ang]
21 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name] 22 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
22 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel] 23 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev] 24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
24 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape] 25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
25 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.target ] 26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ]
26 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.type] 27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
27 29
28 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.align] 30 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.align]
29 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.alt] 31 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.alt]
30 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.archiv e] 32 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.archiv e]
31 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.code] 33 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.code]
32 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.codeBa se] 34 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.codeBa se]
33 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.height ] 35 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.height ]
34 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.hspace ] 36 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.hspace ]
35 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.name] 37 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.name]
36 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.object ] 38 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.object ]
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 268 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
267 269
268 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 270 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
269 271
270 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 272 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
271 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 273 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
272 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 274 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
273 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 275 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
274 276
275 277
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/dom/ping-attribute-dom-binding.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698