Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572

This commit is contained in:
Ms2ger 2015-06-23 16:47:26 +02:00
parent 0d236288cc
commit c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions

View file

@ -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);