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

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

Issue 2199703002: [Typed-OM] Add CSSStyleImageValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CSSResourceValue
Patch Set: Return null if the image has invalid ratio Created 4 years, 4 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 5659b731cab6501b623f71613cdd57ea55dbfe07..5d14c47a064e508b6f58e0dbe14c3aaf601341e6 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -440,6 +440,12 @@ interface CSSGroupingRule : CSSRule
method constructor
method deleteRule
method insertRule
+interface CSSImageValue : CSSResourceValue
+ attribute @@toStringTag
+ getter intrinsicHeight
+ getter intrinsicRatio
+ getter intrinsicWidth
+ method constructor
interface CSSImportRule : CSSRule
attribute @@toStringTag
getter href

Powered by Google App Engine
This is Rietveld 408576698