Index: third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html |
diff --git a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html |
index c11f7252b2ec09b874125f76d455bc5a943ced07..737225c2013d105c867c3bbbaae3d7b87728e13c 100644 |
--- a/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html |
+++ b/third_party/WebKit/LayoutTests/sensor/absolute-orientation-sensor.html |
@@ -46,7 +46,7 @@ sensor_test(sensor => { |
assert_throws({ name: 'TypeError' }, () => sensorObject.populateMatrix(new Float32Array(15))); |
// Throws at wrong sensor state. |
shalamov
2017/04/06 13:57:55
Update comment?
|
- assert_throws({ name: 'InvalidStateError' }, () => sensorObject.populateMatrix(new Float32Array(16))); |
+ assert_throws({ name: 'NotReadableError' }, () => sensorObject.populateMatrix(new Float32Array(16))); |
sensorObject.start(); |