Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
ar 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
resources 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
events_deviceconnect.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
navigator_xr_detached.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
navigator_xr_early_detached.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
render_state_vertical_fov_inline.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrDevice_supportsSession_immersive.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrDevice_supportsSession_immersive_unsupported.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrDevice_supportsSession_non_immersive.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrFrame_getPose.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrSession_dataProviderDisconnect_immersive.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrSession_dataProviderDisconnect_inline.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrSession_environmentBlendMode.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrSession_environmentProviderDisconnect.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrSession_framesThrottled.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xrWebGLLayer_dirty_framebuffer.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
xr_view_projection_detached.https.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.md

WebXR Internal Tests

In keeping with the requirements for the wpt_internal tests, these tests validate behavior that is not yet in a stable version of the spec (e.g. AR), test Chrome specific constants, or test things specific to the blink/mojom implementations.

In order to reference xr-internal-device-mocking.js (or other additional files that may be required for an internal test), the additionalChromiumResources variable/array should be set before including webxr_util.js, as webxr_util.js begins loading resources immediately.

To port a test from wpt_internal to external/wpt, the «/webxr/resources/…» paths will need to be converted to «resources/…» paths, and any reliance on internal APIs (i.e. any usage of additionalChromiumResources) should be removed. Those should be the only changes required other than those required by wpt lint.

For more details, please reference the wpt_internal README.