mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
18 lines
247 B
HTML
18 lines
247 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="overflow: scroll;">
|
|
<div>
|
|
<q>
|
|
<span style="display: -moz-box;"></span>
|
|
</q>
|
|
</div>
|
|
<q></q>
|
|
</div>
|
|
|
|
<style>
|
|
body *+* {quotes: "quote" "quote" !important;}
|
|
</style>
|
|
</body>
|
|
</html> |