Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html |
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html b/third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html |
| index 9820a59ad0f1d8b97027f031bcaaa58d9a2a1a55..9bc80924178e7f797a29d2639bb2de1457b735e4 100644 |
| --- a/third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html |
| +++ b/third_party/WebKit/LayoutTests/bluetooth/requestDevice-sandboxed-iframe.html |
| @@ -14,8 +14,7 @@ |
| }); |
| } else { |
| assert_equals(messageEvent.data, 'SecurityError: requestDevice() ' + |
| - 'called from sandboxed or otherwise ' + |
| - 'unique origin.'); |
| + 'called from cross-origin iframe.'); |
|
Mike West
2016/04/06 06:06:59
Hrm. Can you talk about the trickyness a bit? Load
Jeffrey Yasskin
2016/04/06 06:17:15
Yep, I'd missed those options. I'll write that tes
|
| test.done(); |
| } |
| }); |