From 2477d85e1b09558cea15a13a4b3b4f5326d77d05 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 6 Mar 2019 16:52:21 +0000 Subject: [PATCH] Bug 1529462 [wpt PR 15482] - Add some tests for the realms involved in creating new platform objects., a=testonly Automatic update from web-platform-tests Add some tests for the realms involved in creating new platform objects. (#15482) -- wpt-commits: 1b2fbac6ae44eb3b88c1b01da2d2358eb2f7ef45 wpt-pr: 15482 --- .../constructors-support.html | 8 ++ .../ecmascript-binding/constructors.html | 96 +++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 testing/web-platform/tests/WebIDL/ecmascript-binding/constructors-support.html create mode 100644 testing/web-platform/tests/WebIDL/ecmascript-binding/constructors.html diff --git a/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors-support.html b/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors-support.html new file mode 100644 index 000000000000..3b2616170b1d --- /dev/null +++ b/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors-support.html @@ -0,0 +1,8 @@ + + diff --git a/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors.html b/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors.html new file mode 100644 index 000000000000..423e1bed2282 --- /dev/null +++ b/testing/web-platform/tests/WebIDL/ecmascript-binding/constructors.html @@ -0,0 +1,96 @@ + + +Realm for constructed objects + + +
+