Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix CSSSupportsRule.idl and test case Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 184357566e4f972d828aa9feb6795b4a8dcc39f0..677ba08df81c281f4f9f09ed08ecde7080ee7dfd 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -421,6 +421,10 @@ interface CSSCalcLength : CSSLengthValue
getter vmin
getter vw
method constructor
+interface CSSConditionRule : CSSGroupingRule
+ attribute @@toStringTag
+ getter conditionText
+ method constructor
interface CSSFontFaceRule : CSSRule
attribute @@toStringTag
getter style
@@ -495,7 +499,7 @@ interface CSSMatrixTransformComponent : CSSTransformComponent
getter m43
getter m44
method constructor
-interface CSSMediaRule : CSSGroupingRule
+interface CSSMediaRule : CSSConditionRule
attribute @@toStringTag
getter media
method constructor
@@ -614,9 +618,8 @@ interface CSSStyleValue
attribute @@toStringTag
getter cssText
method constructor
-interface CSSSupportsRule : CSSRule
+interface CSSSupportsRule : CSSConditionRule
attribute @@toStringTag
- getter conditionText
getter cssRules
method constructor
method deleteRule

Powered by Google App Engine
This is Rietveld 408576698