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

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

Issue 101493002: Remove TreatNullAs=NullString for HTMLTable*Element (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] 249 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name] 250 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name]
251 251
252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ] 252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ]
253 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src] 253 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src]
254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] 254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
255 255
256 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media] 256 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media]
257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type] 257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type]
258 258
259 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCaptionElement. align] 259 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCaptionElement .align]
260 260
261 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.abb r] 261 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ab br]
262 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ali gn] 262 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.al ign]
263 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.axi s] 263 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ax is]
264 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgC olor] 264 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgC olor]
265 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.ch] 265 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ch ]
266 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.chO ff] 266 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ch Off]
267 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.hea ders] 267 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.hea ders]
268 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.hei ght] 268 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.he ight]
269 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.sco pe] 269 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.sc ope]
270 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.vAl ign] 270 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.vA lign]
271 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.wid th] 271 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.wi dth]
272 272
273 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableColElement.alig n] 273 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.ali gn]
274 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableColElement.ch] 274 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.ch]
275 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableColElement.chOf f] 275 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.chO ff]
276 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableColElement.vAli gn] 276 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.vAl ign]
277 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableColElement.widt h] 277 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.wid th]
278 278
279 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.align] 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.align]
280 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.bgColor ] 280 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.bgColor ]
281 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.border] 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.border ]
282 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellPad ding] 282 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellPad ding]
283 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellSpa cing] 283 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellSpa cing]
284 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.frame] 284 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.frame]
285 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.rules] 285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.rules]
286 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.summary ] 286 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.summar y]
287 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.width] 287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.width]
288 288
289 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.alig n] 289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.ali gn]
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 string 'null'. [tested HTMLTableRowElement.ch]
292 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.chOf f] 292 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.chO ff]
293 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.vAli gn] 293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.vAl ign]
294 294
295 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. align] 295 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .align]
296 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. ch] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .ch]
297 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. chOff] 297 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .chOff]
298 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableSectionElement. vAlign] 298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .vAlign]
299 299
300 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa ultValue] 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] 301 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey]
302 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ] 302 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name ]
303 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e] 303 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e]
304 304
305 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text] 305 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
306 306
307 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind] 307 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind]
308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label] 308 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] 309 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] 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
311 311
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
313 313
314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 314 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] 315 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] 316 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] 317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
318 318
319 319
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLTableCaptionElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698