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