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

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

Powered by Google App Engine
This is Rietveld 408576698