File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -765,7 +765,9 @@ interface CSSConditionRule : CSSGroupingRule {
765765js/conditional-CSSGroupingRule.html
766766</wpt>
767767
768- <wpt title="CSSConditionRule has .conditionText attribute."></wpt>
768+ <wpt title="CSSConditionRule has .conditionText attribute.">
769+ js/supports-conditionText.html
770+ </wpt>
769771
770772<dl class='idl-attributes'>
771773
@@ -784,7 +786,9 @@ js/conditional-CSSGroupingRule.html
784786 The <code> conditionText</code> attribute, on getting, must return
785787 the result of serializing the associated condition.
786788
787- <wpt title=".conditionText returns serialization of condition."></wpt>
789+ <wpt title=".conditionText returns serialization of condition.">
790+ js/supports-conditionText.html
791+ </wpt>
788792</dl>
789793
790794
@@ -803,8 +807,10 @@ interface CSSMediaRule : CSSConditionRule {
803807
804808<!-- <wpt title="CSSMediaRule inherits from CSSConditionRule.">
805809js/CSSConditionRule.html
810+ </wpt> -->
811+ <wpt title="CSSMediaRule represents an @media rule.">
812+ idlharness.html
806813</wpt>
807- <wpt title="CSSMediaRule represents an @media rule."></wpt> -->
808814
809815
810816<dl class='idl-attributes'>
You can’t perform that action at this time.
0 commit comments