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

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

Issue 102763002: Remove TreatNullAs=NullString for HTMLElement (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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLElement.idl » ('j') | 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 Element.id]
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] 8 TEST SUCCEEDED: The value was the empty string. [tested Element.className]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] 9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 10 TEST SUCCEEDED: Exception (NoModificationAllowedError: An attempt was made to mo dify an object where modifications are not allowed.) was thrown as expected. [te sted Element.outerHTML]
11 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.className] 11
12 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML] 12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
14 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
15 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.dir]
13 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText] 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
14 TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' prop erty on 'HTMLElement': The value provided ('') is not one of 'true', 'false', 'p laintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.conte ntEditable] 17 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerT ext' property on 'HTMLElement': The element has no parent.) was thrown as expect ed. [tested HTMLElement.outerText]
18 TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' prop erty on 'HTMLElement': The value provided ('null') is not one of 'true', 'false' , 'plaintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.c ontentEditable]
15 19
16 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.access Key]
17 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.chars et] 20 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.chars et]
18 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coord s] 21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coord s]
19 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.downl oad] 22 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.downl oad]
20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href] 23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href]
21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hrefl ang] 24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hrefl ang]
22 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name] 25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
23 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping] 26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel] 27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev] 28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ] 29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ]
27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t] 30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type] 31 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
29 32
30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.align ] 33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.align ]
31 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.alt] 34 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.alt]
32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.archi ve] 35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.archi ve]
33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.code] 36 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.code]
34 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.codeBase] 37 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.codeBase]
35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.heigh t] 38 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.heigh t]
36 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.name] 39 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.name]
37 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.object] 40 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA ppletElement.object]
38 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width ] 41 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width ]
39 42
40 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKe y]
41 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt] 43 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
42 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords] 44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
43 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href] 45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping] 46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
45 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape] 47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target] 48 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
47 49
48 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup] 50 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup]
49 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d] 51 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
50 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src] 52 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
51 53
52 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href] 54 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href]
53 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target] 55 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
54 56
55 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB lockquoteElement.cite] 57 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB lockquoteElement.cite]
56 58
57 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
58 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]
59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor] 61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
60 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link] 62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text] 63 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink] 64 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
63 65
64 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear] 66 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]
65 67
66 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.access Key]
67 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB uttonElement.formAction] 68 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB uttonElement.formAction]
68 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLButtonElement.formEnctype] 69 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLButtonElement.formEnctype]
69 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMe thod] 70 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMe thod]
70 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formT arget] 71 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formT arget]
71 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name] 72 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name]
72 TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.typ e] 73 TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.typ e]
73 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value ] 74 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value ]
74 75
75 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLDivElement.align] 76 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLDivElement.align]
76 77
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.border] 137 TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.border]
137 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.crossO rigin] 138 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.crossO rigin]
138 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.longDesc] 139 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.longDesc]
139 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.lowsrc] 140 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.lowsrc]
140 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.name] 141 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.name]
141 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.src] 142 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI mageElement.src]
142 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.srcset ] 143 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.srcset ]
143 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.useMap ] 144 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.useMap ]
144 145
145 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.accept ] 146 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.accept ]
146 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.accessK ey]
147 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.align] 147 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.align]
148 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.alt] 148 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.alt]
149 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.autoco mplete] 149 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.autoco mplete]
150 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.defaul tValue] 150 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.defaul tValue]
151 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.dirNam e] 151 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.dirNam e]
152 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.formAction] 152 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.formAction]
153 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLInputElement.formEnctype] 153 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLInputElement.formEnctype]
154 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLInputElement.formMet hod] 154 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLInputElement.formMet hod]
155 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.formTa rget] 155 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.formTa rget]
156 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.max] 156 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.max]
157 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.min] 157 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.min]
158 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name] 158 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name]
159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n] 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n]
160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older] 160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older]
161 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src] 161 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src]
162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step] 162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step]
163 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] 163 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ] 164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ]
165 165
166 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] 166 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]
167 167
168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge] 168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge]
169 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.keyty pe] 169 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.keyty pe]
170 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name] 170 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]
171 171
172 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK ey]
173 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r] 172 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r]
174 173
175 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access Key]
176 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ] 174 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ]
177 175
178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] 176 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]
179 177
180 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ] 178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ]
181 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href] 179 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href]
182 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflan g] 180 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflan g]
183 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media] 181 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media]
184 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rel] 182 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rel]
185 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rev] 183 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rev]
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgCo lor] 288 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgCo lor]
291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.ch] 289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.ch]
292 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.chO ff] 290 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.chO ff]
293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.vAl ign] 291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.vAl ign]
294 292
295 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .align] 293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .align]
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .ch] 294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .ch]
297 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .chOff] 295 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .chOff]
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .vAlign] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement .vAlign]
299 297
300 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce ssKey]
301 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.def aultValue] 298 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] 299 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] 300 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] 301 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] 302 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.pla ceholder]
306 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]
307 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wra p] 304 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wra p]
308 305
309 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text] 306 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
310 307
311 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind] 308 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind]
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label] 309 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
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' resolved as a URL. [tested HTMLT rackElement.src]
314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
315 312
316 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
317 314
318 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
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 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
320 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
321 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
322 319
323 320
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698