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

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

Issue 59903003: Remove TreatNullAs=NullString for HTMLButtonElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullb
Patch Set: update 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]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
60 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.backgro und] 60 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.backgro und]
61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor] 61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link] 62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
63 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text] 63 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
64 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink] 64 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
65 65
66 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear] 66 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]
67 67
68 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.access Key] 68 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.access Key]
69 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.name] 69 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB uttonElement.formAction]
70 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.value] 70 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLButtonElement.formEnctype]
71 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMe thod]
72 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formT arget]
73 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name]
74 TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.typ e]
75 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value ]
71 76
72 TEST SUCCEEDED: The value was the empty string. [tested HTMLDivElement.align] 77 TEST SUCCEEDED: The value was the empty string. [tested HTMLDivElement.align]
73 78
74 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.align] 79 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.align]
75 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.name] 80 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.name]
76 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.src] 81 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.src]
77 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.type] 82 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.type]
78 83
79 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color] 84 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
80 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.face] 85 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.face]
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 275 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
271 276
272 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 277 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
273 278
274 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
275 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 280 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
276 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 281 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
277 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 282 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
278 283
279 284
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/forms/submit-form-attributes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698