blob: 19f8d53994a2ee0a5ec6cc6938bb1485d76f3452 [file] [log] [blame]
<!doctype html>
<title>Meta color-scheme in body should apply</title>
<link rel="help" href="https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme">
<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>