test_bug1729861.html (731B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=1729861 5 --> 6 <head> 7 <meta charset="utf-8"> 8 <title>Test that toggling the resistFingerprinting pref re-evaluates device media queries</title> 9 <script src="/tests/SimpleTest/SimpleTest.js"></script> 10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 11 <style id="test-css"></style> 12 <script src="bug1729861.js"></script> 13 <script> 14 // Run all tests now. 15 window.onload = function () { 16 add_task(async function() { 17 await test(); 18 }); 19 }; 20 </script> 21 </head> 22 <body> 23 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1729861">Bug 1729861</a> 24 <p id="display">TEST</p> 25 </body> 26 </html>