Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

  • This WPT test may be referenced by the following Test IDs:
<!doctype html>
<title>Single meta color-scheme in head</title>
<meta name="color-scheme" content="dark">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/compute-root-color-scheme.js"></script>
<script>
assert_root_color_scheme("dark", "Meta color-scheme in head applies.");
</script>