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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-properties-expected.txt

Issue 2768373005: Set default document urls to 'about:blank'. (Closed)
Patch Set: Created 3 years, 9 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 Found 699 tests; 695 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
3 PASS testDiv.nodeType
4 PASS testDiv.ownerDocument
5 PASS testDiv.parentNode
6 PASS testDiv.parentElement
7 PASS testDiv.childNodes.length
8 PASS testDiv.childNodes[0]
9 PASS testDiv.childNodes[1]
10 PASS testDiv.childNodes[2]
11 PASS testDiv.childNodes[3]
12 PASS testDiv.childNodes[4]
13 PASS testDiv.childNodes[5]
14 PASS testDiv.previousSibling
15 PASS testDiv.nextSibling
16 PASS testDiv.textContent
17 PASS testDiv.namespaceURI
18 PASS testDiv.prefix
19 PASS testDiv.localName
20 PASS testDiv.tagName
21 PASS testDiv.id
22 PASS testDiv.children[0]
23 PASS testDiv.children[1]
24 PASS testDiv.children[2]
25 PASS testDiv.children[3]
26 PASS testDiv.children[4]
27 PASS testDiv.previousElementSibling
28 PASS testDiv.childElementCount
29 PASS testDiv.nodeName
30 PASS testDiv.nodeValue
31 PASS testDiv.children.length
32 PASS testDiv.className
33 PASS testDiv.firstElementChild
34 PASS testDiv.lastElementChild
35 PASS testDiv.firstChild
36 PASS testDiv.lastChild
37 PASS testDiv.hasChildNodes()
38 PASS detachedDiv.nodeType
39 PASS detachedDiv.ownerDocument
40 PASS detachedDiv.parentNode
41 PASS detachedDiv.parentElement
42 PASS detachedDiv.childNodes.length
43 PASS detachedDiv.childNodes[0]
44 PASS detachedDiv.childNodes[1]
45 PASS detachedDiv.previousSibling
46 PASS detachedDiv.nextSibling
47 PASS detachedDiv.textContent
48 PASS detachedDiv.namespaceURI
49 PASS detachedDiv.prefix
50 PASS detachedDiv.localName
51 PASS detachedDiv.tagName
52 PASS detachedDiv.children[0]
53 PASS detachedDiv.children[1]
54 PASS detachedDiv.previousElementSibling
55 PASS detachedDiv.nextElementSibling
56 PASS detachedDiv.childElementCount
57 PASS detachedDiv.nodeName
58 PASS detachedDiv.nodeValue
59 PASS detachedDiv.children.length
60 PASS detachedDiv.id
61 PASS detachedDiv.className
62 PASS detachedDiv.firstElementChild
63 PASS detachedDiv.lastElementChild
64 PASS detachedDiv.firstChild
65 PASS detachedDiv.lastChild
66 PASS detachedDiv.hasChildNodes()
67 PASS detachedPara1.nodeType
68 PASS detachedPara1.ownerDocument
69 PASS detachedPara1.parentNode
70 PASS detachedPara1.parentElement
71 PASS detachedPara1.childNodes.length
72 PASS detachedPara1.previousSibling
73 PASS detachedPara1.nextSibling
74 PASS detachedPara1.textContent
75 PASS detachedPara1.namespaceURI
76 PASS detachedPara1.prefix
77 PASS detachedPara1.localName
78 PASS detachedPara1.tagName
79 PASS detachedPara1.previousElementSibling
80 PASS detachedPara1.nextElementSibling
81 PASS detachedPara1.childElementCount
82 PASS detachedPara1.nodeName
83 PASS detachedPara1.nodeValue
84 PASS detachedPara1.children.length
85 PASS detachedPara1.id
86 PASS detachedPara1.className
87 PASS detachedPara1.lastElementChild
88 PASS detachedPara1.firstElementChild
89 PASS detachedPara1.firstChild
90 PASS detachedPara1.lastChild
91 PASS detachedPara1.hasChildNodes()
92 PASS detachedPara2.nodeType
93 PASS detachedPara2.ownerDocument
94 PASS detachedPara2.parentNode
95 PASS detachedPara2.parentElement
96 PASS detachedPara2.childNodes.length
97 PASS detachedPara2.previousSibling
98 PASS detachedPara2.nextSibling
99 PASS detachedPara2.textContent
100 PASS detachedPara2.namespaceURI
101 PASS detachedPara2.prefix
102 PASS detachedPara2.localName
103 PASS detachedPara2.tagName
104 PASS detachedPara2.previousElementSibling
105 PASS detachedPara2.nextElementSibling
106 PASS detachedPara2.childElementCount
107 PASS detachedPara2.nodeName
108 PASS detachedPara2.nodeValue
109 PASS detachedPara2.children.length
110 PASS detachedPara2.id
111 PASS detachedPara2.className
112 PASS detachedPara2.lastElementChild
113 PASS detachedPara2.firstElementChild
114 PASS detachedPara2.firstChild
115 PASS detachedPara2.lastChild
116 PASS detachedPara2.hasChildNodes()
117 PASS document.nodeType
118 PASS document.childNodes.length
119 PASS document.childNodes[0]
120 PASS document.childNodes[1]
121 PASS document.URL
122 PASS document.compatMode
123 PASS document.characterSet
124 PASS document.contentType
125 PASS document.doctype
126 PASS document.nodeName
127 PASS document.textContent
128 PASS document.nodeValue
129 PASS document.nextSibling
130 PASS document.previousSibling
131 PASS document.parentElement
132 PASS document.parentNode
133 PASS document.ownerDocument
134 PASS document.documentURI
135 PASS document.inputEncoding
136 PASS document.charset
137 PASS document.firstChild
138 PASS document.lastChild
139 PASS document.hasChildNodes()
140 PASS foreignDoc.nodeType
141 PASS foreignDoc.childNodes.length
142 PASS foreignDoc.childNodes[0]
143 PASS foreignDoc.childNodes[1]
144 PASS foreignDoc.childNodes[2]
145 FAIL foreignDoc.URL assert_equals: expected "about:blank" but got ""
146 PASS foreignDoc.compatMode
147 PASS foreignDoc.characterSet
148 PASS foreignDoc.contentType
149 PASS foreignDoc.nodeName
150 PASS foreignDoc.textContent
151 PASS foreignDoc.nodeValue
152 PASS foreignDoc.nextSibling
153 PASS foreignDoc.previousSibling
154 PASS foreignDoc.parentElement
155 PASS foreignDoc.parentNode
156 PASS foreignDoc.ownerDocument
157 FAIL foreignDoc.documentURI assert_equals: expected (string) "about:blank" but g ot (object) null
158 PASS foreignDoc.inputEncoding
159 PASS foreignDoc.charset
160 PASS foreignDoc.firstChild
161 PASS foreignDoc.lastChild
162 PASS foreignDoc.hasChildNodes()
163 PASS foreignPara1.nodeType
164 PASS foreignPara1.ownerDocument
165 PASS foreignPara1.parentNode
166 PASS foreignPara1.parentElement
167 PASS foreignPara1.childNodes.length
168 PASS foreignPara1.previousSibling
169 PASS foreignPara1.nextSibling
170 PASS foreignPara1.textContent
171 PASS foreignPara1.namespaceURI
172 PASS foreignPara1.prefix
173 PASS foreignPara1.localName
174 PASS foreignPara1.tagName
175 PASS foreignPara1.previousElementSibling
176 PASS foreignPara1.nextElementSibling
177 PASS foreignPara1.childElementCount
178 PASS foreignPara1.nodeName
179 PASS foreignPara1.nodeValue
180 PASS foreignPara1.children.length
181 PASS foreignPara1.id
182 PASS foreignPara1.className
183 PASS foreignPara1.lastElementChild
184 PASS foreignPara1.firstElementChild
185 PASS foreignPara1.firstChild
186 PASS foreignPara1.lastChild
187 PASS foreignPara1.hasChildNodes()
188 PASS foreignPara2.nodeType
189 PASS foreignPara2.ownerDocument
190 PASS foreignPara2.parentNode
191 PASS foreignPara2.parentElement
192 PASS foreignPara2.childNodes.length
193 PASS foreignPara2.previousSibling
194 PASS foreignPara2.nextSibling
195 PASS foreignPara2.textContent
196 PASS foreignPara2.namespaceURI
197 PASS foreignPara2.prefix
198 PASS foreignPara2.localName
199 PASS foreignPara2.tagName
200 PASS foreignPara2.previousElementSibling
201 PASS foreignPara2.nextElementSibling
202 PASS foreignPara2.childElementCount
203 PASS foreignPara2.nodeName
204 PASS foreignPara2.nodeValue
205 PASS foreignPara2.children.length
206 PASS foreignPara2.id
207 PASS foreignPara2.className
208 PASS foreignPara2.lastElementChild
209 PASS foreignPara2.firstElementChild
210 PASS foreignPara2.firstChild
211 PASS foreignPara2.lastChild
212 PASS foreignPara2.hasChildNodes()
213 PASS xmlDoc.nodeType
214 PASS xmlDoc.childNodes.length
215 PASS xmlDoc.childNodes[0]
216 PASS xmlDoc.childNodes[1]
217 PASS xmlDoc.childNodes[2]
218 PASS xmlDoc.childNodes[3]
219 FAIL xmlDoc.URL assert_equals: expected "about:blank" but got ""
220 PASS xmlDoc.compatMode
221 PASS xmlDoc.characterSet
222 PASS xmlDoc.contentType
223 PASS xmlDoc.nodeName
224 PASS xmlDoc.textContent
225 PASS xmlDoc.nodeValue
226 PASS xmlDoc.nextSibling
227 PASS xmlDoc.previousSibling
228 PASS xmlDoc.parentElement
229 PASS xmlDoc.parentNode
230 PASS xmlDoc.ownerDocument
231 FAIL xmlDoc.documentURI assert_equals: expected (string) "about:blank" but got ( object) null
232 PASS xmlDoc.inputEncoding
233 PASS xmlDoc.charset
234 PASS xmlDoc.firstChild
235 PASS xmlDoc.lastChild
236 PASS xmlDoc.hasChildNodes()
237 PASS xmlElement.nodeType
238 PASS xmlElement.ownerDocument
239 PASS xmlElement.parentNode
240 PASS xmlElement.parentElement
241 PASS xmlElement.childNodes.length
242 PASS xmlElement.childNodes[0]
243 PASS xmlElement.previousSibling
244 PASS xmlElement.nextSibling
245 PASS xmlElement.textContent
246 PASS xmlElement.namespaceURI
247 PASS xmlElement.prefix
248 PASS xmlElement.localName
249 PASS xmlElement.tagName
250 PASS xmlElement.previousElementSibling
251 PASS xmlElement.nextElementSibling
252 PASS xmlElement.childElementCount
253 PASS xmlElement.nodeName
254 PASS xmlElement.nodeValue
255 PASS xmlElement.children.length
256 PASS xmlElement.id
257 PASS xmlElement.className
258 PASS xmlElement.lastElementChild
259 PASS xmlElement.firstElementChild
260 PASS xmlElement.firstChild
261 PASS xmlElement.lastChild
262 PASS xmlElement.hasChildNodes()
263 PASS detachedXmlElement.nodeType
264 PASS detachedXmlElement.ownerDocument
265 PASS detachedXmlElement.parentNode
266 PASS detachedXmlElement.parentElement
267 PASS detachedXmlElement.childNodes.length
268 PASS detachedXmlElement.previousSibling
269 PASS detachedXmlElement.nextSibling
270 PASS detachedXmlElement.textContent
271 PASS detachedXmlElement.namespaceURI
272 PASS detachedXmlElement.prefix
273 PASS detachedXmlElement.localName
274 PASS detachedXmlElement.tagName
275 PASS detachedXmlElement.previousElementSibling
276 PASS detachedXmlElement.nextElementSibling
277 PASS detachedXmlElement.childElementCount
278 PASS detachedXmlElement.nodeName
279 PASS detachedXmlElement.nodeValue
280 PASS detachedXmlElement.children.length
281 PASS detachedXmlElement.id
282 PASS detachedXmlElement.className
283 PASS detachedXmlElement.lastElementChild
284 PASS detachedXmlElement.firstElementChild
285 PASS detachedXmlElement.lastChild
286 PASS detachedXmlElement.firstChild
287 PASS detachedXmlElement.hasChildNodes()
288 PASS detachedTextNode.nodeType
289 PASS detachedTextNode.ownerDocument
290 PASS detachedTextNode.parentNode
291 PASS detachedTextNode.parentElement
292 PASS detachedTextNode.previousSibling
293 PASS detachedTextNode.nextSibling
294 PASS detachedTextNode.nodeValue
295 PASS detachedTextNode.wholeText
296 PASS detachedTextNode.nodeName
297 PASS detachedTextNode.childNodes.length
298 PASS detachedTextNode.data
299 PASS detachedTextNode.textContent
300 PASS detachedTextNode.length
301 PASS detachedTextNode.lastChild
302 PASS detachedTextNode.firstChild
303 PASS detachedTextNode.hasChildNodes()
304 PASS foreignTextNode.nodeType
305 PASS foreignTextNode.ownerDocument
306 PASS foreignTextNode.parentNode
307 PASS foreignTextNode.parentElement
308 PASS foreignTextNode.previousSibling
309 PASS foreignTextNode.nextSibling
310 PASS foreignTextNode.nodeValue
311 PASS foreignTextNode.wholeText
312 PASS foreignTextNode.nodeName
313 PASS foreignTextNode.childNodes.length
314 PASS foreignTextNode.data
315 PASS foreignTextNode.textContent
316 PASS foreignTextNode.length
317 PASS foreignTextNode.lastChild
318 PASS foreignTextNode.firstChild
319 PASS foreignTextNode.hasChildNodes()
320 PASS detachedForeignTextNode.nodeType
321 PASS detachedForeignTextNode.ownerDocument
322 PASS detachedForeignTextNode.parentNode
323 PASS detachedForeignTextNode.parentElement
324 PASS detachedForeignTextNode.previousSibling
325 PASS detachedForeignTextNode.nextSibling
326 PASS detachedForeignTextNode.nodeValue
327 PASS detachedForeignTextNode.wholeText
328 PASS detachedForeignTextNode.nodeName
329 PASS detachedForeignTextNode.childNodes.length
330 PASS detachedForeignTextNode.data
331 PASS detachedForeignTextNode.textContent
332 PASS detachedForeignTextNode.length
333 PASS detachedForeignTextNode.lastChild
334 PASS detachedForeignTextNode.firstChild
335 PASS detachedForeignTextNode.hasChildNodes()
336 PASS xmlTextNode.nodeType
337 PASS xmlTextNode.ownerDocument
338 PASS xmlTextNode.parentNode
339 PASS xmlTextNode.parentElement
340 PASS xmlTextNode.previousSibling
341 PASS xmlTextNode.nextSibling
342 PASS xmlTextNode.nodeValue
343 PASS xmlTextNode.wholeText
344 PASS xmlTextNode.nodeName
345 PASS xmlTextNode.childNodes.length
346 PASS xmlTextNode.data
347 PASS xmlTextNode.textContent
348 PASS xmlTextNode.length
349 PASS xmlTextNode.lastChild
350 PASS xmlTextNode.firstChild
351 PASS xmlTextNode.hasChildNodes()
352 PASS detachedXmlTextNode.nodeType
353 PASS detachedXmlTextNode.ownerDocument
354 PASS detachedXmlTextNode.parentNode
355 PASS detachedXmlTextNode.parentElement
356 PASS detachedXmlTextNode.previousSibling
357 PASS detachedXmlTextNode.nextSibling
358 PASS detachedXmlTextNode.nodeValue
359 PASS detachedXmlTextNode.wholeText
360 PASS detachedXmlTextNode.nodeName
361 PASS detachedXmlTextNode.childNodes.length
362 PASS detachedXmlTextNode.data
363 PASS detachedXmlTextNode.textContent
364 PASS detachedXmlTextNode.length
365 PASS detachedXmlTextNode.lastChild
366 PASS detachedXmlTextNode.firstChild
367 PASS detachedXmlTextNode.hasChildNodes()
368 PASS processingInstruction.nodeType
369 PASS processingInstruction.ownerDocument
370 PASS processingInstruction.parentNode
371 PASS processingInstruction.parentElement
372 PASS processingInstruction.previousSibling
373 PASS processingInstruction.nextSibling
374 PASS processingInstruction.nodeValue
375 PASS processingInstruction.target
376 PASS processingInstruction.nodeName
377 PASS processingInstruction.childNodes.length
378 PASS processingInstruction.data
379 PASS processingInstruction.textContent
380 PASS processingInstruction.length
381 PASS processingInstruction.lastChild
382 PASS processingInstruction.firstChild
383 PASS processingInstruction.hasChildNodes()
384 PASS detachedProcessingInstruction.nodeType
385 PASS detachedProcessingInstruction.ownerDocument
386 PASS detachedProcessingInstruction.parentNode
387 PASS detachedProcessingInstruction.parentElement
388 PASS detachedProcessingInstruction.previousSibling
389 PASS detachedProcessingInstruction.nextSibling
390 PASS detachedProcessingInstruction.nodeValue
391 PASS detachedProcessingInstruction.target
392 PASS detachedProcessingInstruction.nodeName
393 PASS detachedProcessingInstruction.childNodes.length
394 PASS detachedProcessingInstruction.data
395 PASS detachedProcessingInstruction.textContent
396 PASS detachedProcessingInstruction.length
397 PASS detachedProcessingInstruction.lastChild
398 PASS detachedProcessingInstruction.firstChild
399 PASS detachedProcessingInstruction.hasChildNodes()
400 PASS comment.nodeType
401 PASS comment.ownerDocument
402 PASS comment.parentNode
403 PASS comment.parentElement
404 PASS comment.previousSibling
405 PASS comment.nextSibling
406 PASS comment.nodeValue
407 PASS comment.nodeName
408 PASS comment.childNodes.length
409 PASS comment.data
410 PASS comment.textContent
411 PASS comment.length
412 PASS comment.lastChild
413 PASS comment.firstChild
414 PASS comment.hasChildNodes()
415 PASS detachedComment.nodeType
416 PASS detachedComment.ownerDocument
417 PASS detachedComment.parentNode
418 PASS detachedComment.parentElement
419 PASS detachedComment.previousSibling
420 PASS detachedComment.nextSibling
421 PASS detachedComment.nodeValue
422 PASS detachedComment.nodeName
423 PASS detachedComment.childNodes.length
424 PASS detachedComment.data
425 PASS detachedComment.textContent
426 PASS detachedComment.length
427 PASS detachedComment.lastChild
428 PASS detachedComment.firstChild
429 PASS detachedComment.hasChildNodes()
430 PASS foreignComment.nodeType
431 PASS foreignComment.ownerDocument
432 PASS foreignComment.parentNode
433 PASS foreignComment.parentElement
434 PASS foreignComment.previousSibling
435 PASS foreignComment.nextSibling
436 PASS foreignComment.nodeValue
437 PASS foreignComment.nodeName
438 PASS foreignComment.childNodes.length
439 PASS foreignComment.data
440 PASS foreignComment.textContent
441 PASS foreignComment.length
442 PASS foreignComment.lastChild
443 PASS foreignComment.firstChild
444 PASS foreignComment.hasChildNodes()
445 PASS detachedForeignComment.nodeType
446 PASS detachedForeignComment.ownerDocument
447 PASS detachedForeignComment.parentNode
448 PASS detachedForeignComment.parentElement
449 PASS detachedForeignComment.previousSibling
450 PASS detachedForeignComment.nextSibling
451 PASS detachedForeignComment.nodeValue
452 PASS detachedForeignComment.nodeName
453 PASS detachedForeignComment.childNodes.length
454 PASS detachedForeignComment.data
455 PASS detachedForeignComment.textContent
456 PASS detachedForeignComment.length
457 PASS detachedForeignComment.lastChild
458 PASS detachedForeignComment.firstChild
459 PASS detachedForeignComment.hasChildNodes()
460 PASS xmlComment.nodeType
461 PASS xmlComment.ownerDocument
462 PASS xmlComment.parentNode
463 PASS xmlComment.parentElement
464 PASS xmlComment.previousSibling
465 PASS xmlComment.nextSibling
466 PASS xmlComment.nodeValue
467 PASS xmlComment.nodeName
468 PASS xmlComment.childNodes.length
469 PASS xmlComment.data
470 PASS xmlComment.textContent
471 PASS xmlComment.length
472 PASS xmlComment.lastChild
473 PASS xmlComment.firstChild
474 PASS xmlComment.hasChildNodes()
475 PASS detachedXmlComment.nodeType
476 PASS detachedXmlComment.ownerDocument
477 PASS detachedXmlComment.parentNode
478 PASS detachedXmlComment.parentElement
479 PASS detachedXmlComment.previousSibling
480 PASS detachedXmlComment.nextSibling
481 PASS detachedXmlComment.nodeValue
482 PASS detachedXmlComment.nodeName
483 PASS detachedXmlComment.childNodes.length
484 PASS detachedXmlComment.data
485 PASS detachedXmlComment.textContent
486 PASS detachedXmlComment.length
487 PASS detachedXmlComment.lastChild
488 PASS detachedXmlComment.firstChild
489 PASS detachedXmlComment.hasChildNodes()
490 PASS docfrag.nodeType
491 PASS docfrag.ownerDocument
492 PASS docfrag.childNodes.length
493 PASS docfrag.textContent
494 PASS docfrag.nodeName
495 PASS docfrag.nodeValue
496 PASS docfrag.nextSibling
497 PASS docfrag.previousSibling
498 PASS docfrag.parentElement
499 PASS docfrag.parentNode
500 PASS docfrag.lastChild
501 PASS docfrag.firstChild
502 PASS docfrag.hasChildNodes()
503 PASS foreignDocfrag.nodeType
504 PASS foreignDocfrag.ownerDocument
505 PASS foreignDocfrag.childNodes.length
506 PASS foreignDocfrag.textContent
507 PASS foreignDocfrag.nodeName
508 PASS foreignDocfrag.nodeValue
509 PASS foreignDocfrag.nextSibling
510 PASS foreignDocfrag.previousSibling
511 PASS foreignDocfrag.parentElement
512 PASS foreignDocfrag.parentNode
513 PASS foreignDocfrag.lastChild
514 PASS foreignDocfrag.firstChild
515 PASS foreignDocfrag.hasChildNodes()
516 PASS xmlDocfrag.nodeType
517 PASS xmlDocfrag.ownerDocument
518 PASS xmlDocfrag.childNodes.length
519 PASS xmlDocfrag.textContent
520 PASS xmlDocfrag.nodeName
521 PASS xmlDocfrag.nodeValue
522 PASS xmlDocfrag.nextSibling
523 PASS xmlDocfrag.previousSibling
524 PASS xmlDocfrag.parentElement
525 PASS xmlDocfrag.parentNode
526 PASS xmlDocfrag.lastChild
527 PASS xmlDocfrag.firstChild
528 PASS xmlDocfrag.hasChildNodes()
529 PASS doctype.nodeType
530 PASS doctype.ownerDocument
531 PASS doctype.parentNode
532 PASS doctype.previousSibling
533 PASS doctype.nextSibling
534 PASS doctype.name
535 PASS doctype.publicId
536 PASS doctype.systemId
537 PASS doctype.nodeName
538 PASS doctype.childNodes.length
539 PASS doctype.textContent
540 PASS doctype.nodeValue
541 PASS doctype.parentElement
542 PASS doctype.lastChild
543 PASS doctype.firstChild
544 PASS doctype.hasChildNodes()
545 PASS foreignDoctype.nodeType
546 PASS foreignDoctype.ownerDocument
547 PASS foreignDoctype.parentNode
548 PASS foreignDoctype.previousSibling
549 PASS foreignDoctype.nextSibling
550 PASS foreignDoctype.name
551 PASS foreignDoctype.publicId
552 PASS foreignDoctype.systemId
553 PASS foreignDoctype.nodeName
554 PASS foreignDoctype.childNodes.length
555 PASS foreignDoctype.textContent
556 PASS foreignDoctype.nodeValue
557 PASS foreignDoctype.parentElement
558 PASS foreignDoctype.lastChild
559 PASS foreignDoctype.firstChild
560 PASS foreignDoctype.hasChildNodes()
561 PASS xmlDoctype.nodeType
562 PASS xmlDoctype.ownerDocument
563 PASS xmlDoctype.parentNode
564 PASS xmlDoctype.previousSibling
565 PASS xmlDoctype.nextSibling
566 PASS xmlDoctype.name
567 PASS xmlDoctype.publicId
568 PASS xmlDoctype.systemId
569 PASS xmlDoctype.nodeName
570 PASS xmlDoctype.childNodes.length
571 PASS xmlDoctype.textContent
572 PASS xmlDoctype.nodeValue
573 PASS xmlDoctype.parentElement
574 PASS xmlDoctype.lastChild
575 PASS xmlDoctype.firstChild
576 PASS xmlDoctype.hasChildNodes()
577 PASS paras[0].nodeType
578 PASS paras[0].ownerDocument
579 PASS paras[0].parentNode
580 PASS paras[0].parentElement
581 PASS paras[0].childNodes.length
582 PASS paras[0].previousSibling
583 PASS paras[0].nextSibling
584 PASS paras[0].textContent
585 PASS paras[0].namespaceURI
586 PASS paras[0].prefix
587 PASS paras[0].localName
588 PASS paras[0].tagName
589 PASS paras[0].id
590 PASS paras[0].previousElementSibling
591 PASS paras[0].nextElementSibling
592 PASS paras[0].childElementCount
593 PASS paras[0].nodeName
594 PASS paras[0].nodeValue
595 PASS paras[0].children.length
596 PASS paras[0].className
597 PASS paras[0].lastElementChild
598 PASS paras[0].firstElementChild
599 PASS paras[0].firstChild
600 PASS paras[0].lastChild
601 PASS paras[0].hasChildNodes()
602 PASS paras[1].nodeType
603 PASS paras[1].ownerDocument
604 PASS paras[1].parentNode
605 PASS paras[1].parentElement
606 PASS paras[1].childNodes.length
607 PASS paras[1].previousSibling
608 PASS paras[1].nextSibling
609 PASS paras[1].textContent
610 PASS paras[1].namespaceURI
611 PASS paras[1].prefix
612 PASS paras[1].localName
613 PASS paras[1].tagName
614 PASS paras[1].id
615 PASS paras[1].previousElementSibling
616 PASS paras[1].nextElementSibling
617 PASS paras[1].childElementCount
618 PASS paras[1].nodeName
619 PASS paras[1].nodeValue
620 PASS paras[1].children.length
621 PASS paras[1].className
622 PASS paras[1].lastElementChild
623 PASS paras[1].firstElementChild
624 PASS paras[1].firstChild
625 PASS paras[1].lastChild
626 PASS paras[1].hasChildNodes()
627 PASS paras[2].nodeType
628 PASS paras[2].ownerDocument
629 PASS paras[2].parentNode
630 PASS paras[2].parentElement
631 PASS paras[2].childNodes.length
632 PASS paras[2].previousSibling
633 PASS paras[2].nextSibling
634 PASS paras[2].textContent
635 PASS paras[2].namespaceURI
636 PASS paras[2].prefix
637 PASS paras[2].localName
638 PASS paras[2].tagName
639 PASS paras[2].id
640 PASS paras[2].previousElementSibling
641 PASS paras[2].nextElementSibling
642 PASS paras[2].childElementCount
643 PASS paras[2].nodeName
644 PASS paras[2].nodeValue
645 PASS paras[2].children.length
646 PASS paras[2].className
647 PASS paras[2].lastElementChild
648 PASS paras[2].firstElementChild
649 PASS paras[2].firstChild
650 PASS paras[2].lastChild
651 PASS paras[2].hasChildNodes()
652 PASS paras[3].nodeType
653 PASS paras[3].ownerDocument
654 PASS paras[3].parentNode
655 PASS paras[3].parentElement
656 PASS paras[3].childNodes.length
657 PASS paras[3].previousSibling
658 PASS paras[3].nextSibling
659 PASS paras[3].textContent
660 PASS paras[3].namespaceURI
661 PASS paras[3].prefix
662 PASS paras[3].localName
663 PASS paras[3].tagName
664 PASS paras[3].id
665 PASS paras[3].previousElementSibling
666 PASS paras[3].nextElementSibling
667 PASS paras[3].childElementCount
668 PASS paras[3].nodeName
669 PASS paras[3].nodeValue
670 PASS paras[3].children.length
671 PASS paras[3].className
672 PASS paras[3].lastElementChild
673 PASS paras[3].firstElementChild
674 PASS paras[3].firstChild
675 PASS paras[3].lastChild
676 PASS paras[3].hasChildNodes()
677 PASS paras[4].nodeType
678 PASS paras[4].ownerDocument
679 PASS paras[4].parentNode
680 PASS paras[4].parentElement
681 PASS paras[4].childNodes.length
682 PASS paras[4].previousSibling
683 PASS paras[4].nextSibling
684 PASS paras[4].textContent
685 PASS paras[4].namespaceURI
686 PASS paras[4].prefix
687 PASS paras[4].localName
688 PASS paras[4].tagName
689 PASS paras[4].id
690 PASS paras[4].previousElementSibling
691 PASS paras[4].nextElementSibling
692 PASS paras[4].childElementCount
693 PASS paras[4].nodeName
694 PASS paras[4].nodeValue
695 PASS paras[4].children.length
696 PASS paras[4].className
697 PASS paras[4].lastElementChild
698 PASS paras[4].firstElementChild
699 PASS paras[4].firstChild
700 PASS paras[4].lastChild
701 PASS paras[4].hasChildNodes()
702 Harness: the test ran to completion.
703
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698