1
0
Fork 0
firefox/testing/web-platform/tests/css/mediaqueries/display-mode.tentative.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
No EOL
605 B
HTML

<!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>