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

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

Issue 2416893002: CSSMediaRule and CSSSupportsRule inherit from CSSConditionRule (Closed)
Patch Set: Fix tracing 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 00b37adbe22e33c4cf2cc5f1f8822fd1c4adb6cc..560aead39f9fe0e5aced26bb97fc0d4e613e4f40 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,13 +618,9 @@ interface CSSStyleValue
attribute @@toStringTag
getter cssText
method constructor
-interface CSSSupportsRule : CSSRule
+interface CSSSupportsRule : CSSConditionRule
attribute @@toStringTag
- getter conditionText
- getter cssRules
method constructor
- method deleteRule
- method insertRule
interface CSSTransformComponent
attribute @@toStringTag
getter cssText

Powered by Google App Engine
This is Rietveld 408576698