mirror of
https://github.com/servo/servo.git
synced 2025-10-09 13:09:25 +01:00
13 lines
285 B
HTML
13 lines
285 B
HTML
<!DOCTYPE html>
|
|
<link rel="help" href="https://drafts.csswg.org/mediaqueries/#scripting">
|
|
<link rel="match" href="scripting-print-noscript-ref.html">
|
|
<style>
|
|
@media (scripting) {
|
|
#noscript {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
<div id="noscript">
|
|
Script is disabled
|
|
</div>
|