blob: 0762d065c339e0c962692ca07e4575e631f7fa3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<link rel="help" href="http://wicg.github.io/manifest-incubations/#display-mode-extensions" />
<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>
|