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

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

Issue 61643028: Remove TreatNullAs=NullString for HTMLFontElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.align] 77 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.align]
78 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.height ] 78 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.height ]
79 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.name] 79 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.name]
80 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLE mbedElement.src] 80 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLE mbedElement.src]
81 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.type] 81 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.type]
82 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width] 82 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]
83 83
84 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.nam e] 84 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.nam e]
85 85
86 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color] 86 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
87 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.face] 87 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face]
88 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.size] 88 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]
89 89
90 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.name] 90 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.name]
91 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.acceptCh arset] 91 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.acceptCh arset]
92 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.action] 92 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.action]
93 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding] 93 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding]
94 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype] 94 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype]
95 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method] 95 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
96 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.target] 96 TEST SUCCEEDED: The value was the empty string. [tested HTMLFormElement.target]
97 97
98 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.frameBo rder] 98 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.frameBo rder]
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 277 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
278 278
279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
280 280
281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
282 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 282 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
283 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 283 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
285 285
286 286
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLFontElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698