From d56c9778feb3b47f64047263e89188b18c7e172e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 8 Jun 2018 15:47:06 +0200 Subject: [PATCH] Link to https://github.com/heycam/webidl/issues/154 --- resources/idlharness.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/idlharness.js b/resources/idlharness.js index 6620b765808d46..c65a3a476976a9 100644 --- a/resources/idlharness.js +++ b/resources/idlharness.js @@ -855,6 +855,8 @@ IdlArray.prototype.collapse_partials = function() { // Special-case "Exposed". Must be a subset of original interface's exposure. // Exposed on a partial is the equivalent of having the same Exposed on all nested members. + // See https://github.com/heycam/webidl/issues/154 for discrepency between Exposed and + // other extended attributes on partial interfaces. const exposureAttr = parsed_idl.extAttrs.find(a => a.name === "Exposed"); if (exposureAttr) { if (!parsed_idl.untested) {