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

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

Issue 30693003: Test setting string properties to null on <audio>, <video>, <source> and <track> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 26 matching lines...) Expand all
37 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace ] 37 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace ]
38 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width] 38 TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width]
39 39
40 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKe y] 40 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKe y]
41 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.alt] 41 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.alt]
42 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.coords] 42 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.coords]
43 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href] 43 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
44 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.shape] 44 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.shape]
45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.target] 45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.target]
46 46
47 TEST SUCCEEDED: The value was the empty string. [tested HTMLAudioElement.mediaGr oup]
48 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
49 TEST SUCCEEDED: The value was the empty string. [tested HTMLAudioElement.src]
50
47 TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target] 51 TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target]
48 52
49 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te] 53 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te]
50 54
51 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 55 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
52 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.backgrou nd] 56 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.backgrou nd]
53 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor] 57 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
54 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link] 58 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
55 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text] 59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
56 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink] 60 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.text] 198 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.text]
195 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.htmlFo r] 199 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.htmlFo r]
196 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.event] 200 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.event]
197 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.charse t] 201 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.charse t]
198 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.src] 202 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.src]
199 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type] 203 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type]
200 204
201 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] 205 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
202 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name] 206 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name]
203 207
208 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ]
209 TEST SUCCEEDED: The value was the empty string. [tested HTMLSourceElement.src]
210 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
211
204 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media] 212 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media]
205 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.type] 213 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.type]
206 214
207 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCaptionElement. align] 215 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCaptionElement. align]
208 216
209 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.abb r] 217 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.abb r]
210 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ali gn] 218 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ali gn]
211 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.axi s] 219 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.axi s]
212 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgC olor] 220 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgC olor]
213 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ch] 221 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ch]
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. chOff] 253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. chOff]
246 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. vAlign] 254 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. vAlign]
247 255
248 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue] 256 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue]
249 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey] 257 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey]
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ] 258 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ]
251 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e] 259 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e]
252 260
253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text] 261 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text]
254 262
263 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind]
264 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
265 TEST SUCCEEDED: The value was the empty string. [tested HTMLTrackElement.src]
266 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
267
255 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 268 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
256 269
270 TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.mediaGr oup]
271 TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.poster]
272 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
273 TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.src]
257 274
275
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698