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

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

Issue 2471003002: [sensors] Accelerometer sensor bindings implementation (Closed)
Patch Set: Fix mikhail comments 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 6b2d026165bd1e0690da7715e023494f7d0659e3..0fe2844af217f56984d362cbb5f0fa819ed9728c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -17,6 +17,17 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
[INTERFACES]
+interface Accelerometer : Sensor
+ attribute @@toStringTag
+ getter includesGravity
+ getter reading
+ method constructor
+interface AccelerometerReading : SensorReading
+ attribute @@toStringTag
+ getter x
+ getter y
+ getter z
+ method constructor
interface AmbientLightSensor : Sensor
attribute @@toStringTag
getter reading

Powered by Google App Engine
This is Rietveld 408576698