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

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

Issue 59383002: Remove TreatNullAs=NullString for HTMLAreaElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullanchor
Patch Set: 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]
(...skipping 22 matching lines...) Expand all
33 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.code] 33 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.code]
34 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]
35 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.height ] 35 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.height ]
36 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.hspace ] 36 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.hspace ]
37 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.name] 37 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.name]
38 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.object ] 38 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.object ]
39 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace ] 39 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace ]
40 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width] 40 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width]
41 41
42 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKe y] 42 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKe y]
43 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.alt] 43 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
44 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.coords] 44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href] 45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
46 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.shape] 46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
47 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.target] 47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
48 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
48 49
49 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup] 50 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] 51 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] 52 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
52 53
53 TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target] 54 TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target]
54 55
55 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te] 56 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te]
56 57
57 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 58 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 269 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
269 270
270 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 271 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
271 272
272 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 273 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
273 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 274 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
274 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 275 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
275 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 276 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
276 277
277 278
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