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

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

Issue 2507453002: [sensors] Magnetometer sensor bindings implementation (Closed)
Patch Set: Rebased to master Created 4 years, 1 month 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 be8ec87d7ae5f0ab139b086692387341bddb5026..98cd9b41814799465300b870b7460d66ad1c6593 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3787,6 +3787,16 @@ interface MIDIPort : EventTarget
method constructor
method open
setter onstatechange
+interface Magnetometer : Sensor
+ attribute @@toStringTag
+ getter reading
+ method constructor
+interface MagnetometerReading : SensorReading
+ attribute @@toStringTag
+ getter x
+ getter y
+ getter z
+ method constructor
interface MediaDeviceInfo
attribute @@toStringTag
getter deviceId
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/magnetometer.html ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698