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

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

Issue 101423002: Remove TreatNullAs=NullString for HTMLTextAreaElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase on top of HTMLSelectElement patch Created 7 years 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]
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgCo lor] 290 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgCo lor]
291 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.ch] 291 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.ch]
292 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.chOf f] 292 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.chOf f]
293 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.vAli gn] 293 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.vAli gn]
294 294
295 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. align] 295 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. align]
296 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. ch] 296 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. ch]
297 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. chOff] 297 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. chOff]
298 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. vAlign] 298 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. vAlign]
299 299
300 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue]
301 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey] 300 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey]
302 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ] 301 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.def aultValue]
302 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dir Name]
303 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inp utMode]
304 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.nam e]
305 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.pla ceholder]
303 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e] 306 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e]
307 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wra p]
304 308
305 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text] 309 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
306 310
307 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind] 311 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind]
308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label] 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
309 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src] 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src]
310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
311 315
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 316 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
313 317
314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 318 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 319 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
316 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 320 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 321 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
318 322
319 323
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/forms/textarea/textarea-inputmode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698