1
0
Fork 0
firefox/layout/style/test/test_bug1729861.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

26 lines
731 B
HTML

<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=1729861
-->
<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 src="bug1729861.js"></script>
<script>
// Run all tests now.
window.onload = function () {
add_task(async function() {
await test();
});
};
</script>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1729861">Bug 1729861</a>
<p id="display">TEST</p>
</body>
</html>