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 - empty content value</title>
<meta name="color-scheme" content="">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="support/compute-root-color-scheme.js"></script>
<!--
NOTE: This test assumes that the browser's default color-scheme is "light",
-->
<script>
assert_root_color_scheme("light", "Meta color-scheme with empty content attribute has no effect.");
</script>