Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test failed 16 times in the preceding 30 days. quicksearch this test
- Manifest: layout/style/test/mochitest.toml
<!DOCTYPE HTML>
<html>
<!--
-->
<head>
<meta charset="utf-8">
<title>Test that toggling the resistFingerprinting pref re-evaluates device media queries</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<style id="test-css"></style>
<script>
// Run all tests now.
window.onload = function () {
add_task(async function() {
await test();
});
};
</script>
</head>
<body>
<p id="display">TEST</p>
</body>
</html>