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

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

Issue 2746573002: [Sensors] Implement bindings for AbsoluteOrientationSensor (Closed)
Patch Set: webexpose Created 3 years, 9 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 0b8239f2d043dc6242ff7301f03eeff2d1dfc593..95f2c628bfc131066b03fde2b1a60085e4683af9 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -5,6 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
[INTERFACES]
+interface AbsoluteOrientationSensor : OrientationSensor
+ attribute @@toStringTag
+ method constructor
interface Accelerometer : Sensor
attribute @@toStringTag
getter includesGravity
@@ -4582,6 +4585,11 @@ interface Option
setter selected
setter text
setter value
+interface OrientationSensor : Sensor
+ attribute @@toStringTag
+ getter quaternion
+ method constructor
+ method populateMatrix
interface OscillatorNode : AudioScheduledSourceNode
attribute @@toStringTag
getter detune

Powered by Google App Engine
This is Rietveld 408576698