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

Unified Diff: third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.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-Magnetometer.html
diff --git a/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html b/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html
index 62a7bdc474008b615859b097d7efffbcb4fd327a..f7f8eed872fbfa0b77bb6f5321922a4d55155f27 100644
--- a/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html
+++ b/third_party/WebKit/LayoutTests/sensor/idl-Magnetometer.html
@@ -6,9 +6,6 @@
test(function() {
// Test that Magnetometer interface exists
assert_true('Magnetometer' in window);
- // Test that MagnetometerReading interface exists
- assert_true('MagnetometerReading' in window);
-}, 'Test that the Magnetometer and MagnetometerReading interfaces'
- + ' are present.');
+}, 'Test that the Magnetometer interface is present.');
</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/idl-Gyroscope.html ('k') | third_party/WebKit/LayoutTests/sensor/magnetometer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698