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

Unified Diff: third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html

Issue 2668173003: [Sensors] Remove SensorReading interfaces (Closed)
Patch Set: updated global-interface-listing.html Created 3 years, 11 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/sensor/idl-Gyroscope.html
diff --git a/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html b/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
index 30306327a0feec198d149be46c60ffd282bfa208..976ddf8eb0b0aaaf9853517c94136d804e5d932c 100644
--- a/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
+++ b/third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html
@@ -5,7 +5,5 @@
test(function() {
// Test that Gyroscope interface exists
assert_true('Gyroscope' in window);
- // Test that GyroscopeReading interface exists
- assert_true('GyroscopeReading' in window);
-}, 'Test that the Gyroscope and GyroscopeReading interfaces are present.');
+}, 'Test that the Gyroscope interface is present.');
</script>

Powered by Google App Engine
This is Rietveld 408576698