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>Meta color-scheme in body should apply</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/compute-root-color-scheme.js"></script>
<body>
<meta name="color-scheme" content="dark">
</body>
<script>
assert_root_color_scheme("dark", "Meta color-scheme in body should apply.");
</script>