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

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

Issue 1957213002: Typed CSSOM: Rename NumberValue to CSSNumberValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix inline style tests Created 4 years, 7 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 a894185727a4aca5aefbc68b56b4c2d49c7f0e93..8772fee85cde684d019a020f4eb5bd61f86e9593 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -436,6 +436,10 @@ interface CSSNamespaceRule : CSSRule
getter namespaceURI
getter prefix
method constructor
+interface CSSNumberValue : StyleValue
+ attribute @@toStringTag
+ getter value
+ method constructor
interface CSSPageRule : CSSRule
attribute @@toStringTag
getter selectorText
@@ -4010,10 +4014,6 @@ interface Notification : EventTarget
setter onclose
setter onerror
setter onshow
-interface NumberValue : StyleValue
- attribute @@toStringTag
- getter value
- method constructor
interface OfflineAudioCompletionEvent : Event
attribute @@toStringTag
getter renderedBuffer
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/numberValue.html ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698