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

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

Issue 2022863002: [InputEvent] Introduce |StaticRange| and use in |InputEvent::getRanges()| (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Introduce |StaticRange| and add 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 d3ce1d6ac78d4ea65034a1821dc0be62b7131de4..17c6e2479ccc1daafeb5731acf6f8ce616ab0a8f 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5898,6 +5898,21 @@ interface SpeechSynthesisUtterance : EventTarget
setter text
setter voice
setter volume
+interface StaticRange
+ attribute @@toStringTag
+ getter collapsed
+ getter endContainer
+ getter endOffset
+ getter startContainer
+ getter startOffset
+ method constructor
+ method setEnd
+ method setStart
+ method toRange
+ setter endContainer
+ setter endOffset
+ setter startContainer
+ setter startOffset
interface Storage
attribute @@toStringTag
getter length

Powered by Google App Engine
This is Rietveld 408576698