blob: c4f2757197fd4140f3b0e5be6802e501ac2af0fc [file] [log] [blame]
weinig@apple.com076a0282021-06-11 03:00:58 +00001Test that the window.navigator.xr wrapper preserves custom properties.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS window.navigator.xr.customProperty is undefined.
7window.navigator.xr.customProperty = 1
8PASS window.navigator.xr.customProperty is 1
9PASS window.navigator.xr.customProperty is 1
10PASS window.navigator.xr.customProperty is 1
11PASS window.navigator.xr.customProperty is 1
12PASS successfullyParsed is true
13
14TEST COMPLETE
15