Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 2 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /css/mediaqueries/display-mode.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<script type="text/javascript" src="/resources/testharness.js"></script>
<script type="text/javascript" src="/resources/testharnessreport.js"></script>
<script type="text/javascript" src="resources/matchmedia-utils.js"></script>
<script>
// These are meant to be moved to the non-tentative file one day when/if they
// will be implemented in other browsers.
query_should_be_known("(display-mode: borderless)");
query_should_be_known("(display-mode: window-controls-overlay)");
</script>