mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
apply pylbrecht/servo/named.window.getter (closes #27952)
This commit is contained in:
parent
be6e25a1b2
commit
fd1de05592
16 changed files with 611 additions and 292 deletions
|
@ -1,4 +0,0 @@
|
|||
[cross-global-npo.html]
|
||||
[Named access across globals]
|
||||
expected: FAIL
|
||||
|
|
@ -1,7 +1,5 @@
|
|||
[named-objects.html]
|
||||
type: testharness
|
||||
[Check if the first nested browsing context is returned by window['c'\]]
|
||||
expected: FAIL
|
||||
|
||||
[Check if window['a'\] contains all a, applet, area, embed, form, img, and object elements, and their order]
|
||||
expected: FAIL
|
||||
|
@ -9,15 +7,5 @@
|
|||
[Check if window['fs'\] return the frameset element with name='fs']
|
||||
expected: FAIL
|
||||
|
||||
[Check if window['b'\] returns the elements with the id='b']
|
||||
expected: FAIL
|
||||
|
||||
[Check if window['d'\] returns the element with id='d']
|
||||
expected: FAIL
|
||||
|
||||
[Check if window['a'\] contains all applet, embed, form, img, and object elements, and their order]
|
||||
expected: FAIL
|
||||
|
||||
[Check if window['a'\] contains all embed, form, img, and object elements, and their order]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,37 +1,9 @@
|
|||
[navigated-named-objects.window.html]
|
||||
[Window's associated Document object is used for finding named objects (<iframe> via same-origin <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> via srcdoc <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<iframe> via cross-site <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<div> via same-origin <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)>]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<div> via cross-site <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<div> via srcdoc <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> via same-origin <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<object> via cross-site <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
[Window's associated Document object is used for finding named objects (<iframe> via srcdoc <iframe>)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[prototype.html]
|
||||
[Property on EventTarget.prototype.]
|
||||
expected: FAIL
|
||||
|
||||
[Property on window.]
|
||||
expected: FAIL
|
||||
|
||||
[Property on Window.prototype.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[window-null-names.html]
|
||||
type: testharness
|
||||
[Named access with null characters]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue