mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
This commit is contained in:
parent
0d236288cc
commit
c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions
|
@ -2247,6 +2247,10 @@ dictionary DragEventInit : MouseEventInit {
|
|||
DataTransfer? dataTransfer;
|
||||
};
|
||||
|
||||
// For purposes of this test, just treat WindowProxy as the same thing as
|
||||
// Window.
|
||||
typedef Window WindowProxy;
|
||||
|
||||
[PrimaryGlobal]
|
||||
/*sealed*/ interface Window : EventTarget {
|
||||
// the current browsing context
|
||||
|
@ -2274,7 +2278,7 @@ dictionary DragEventInit : MouseEventInit {
|
|||
[Replaceable] readonly attribute unsigned long length;
|
||||
[Unforgeable] readonly attribute WindowProxy top;
|
||||
attribute any opener;
|
||||
readonly attribute WindowProxy parent;
|
||||
[Replaceable] readonly attribute WindowProxy parent;
|
||||
readonly attribute Element? frameElement;
|
||||
WindowProxy open(optional DOMString url = "about:blank", optional DOMString target = "_blank", [TreatNullAs=EmptyString] optional DOMString features = "", optional boolean replace = false);
|
||||
getter WindowProxy (unsigned long index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue