mirror of
https://github.com/servo/servo.git
synced 2025-06-28 02:53:48 +01:00
11 lines
228 B
HTML
11 lines
228 B
HTML
<!quirks-mode>
|
|
<link rel="help" href="https://crbug.com/1004060">
|
|
<style>
|
|
html, body {
|
|
width: min-content;
|
|
overflow: scroll;
|
|
}
|
|
</style>
|
|
<body style="margin-right: -1px;">
|
|
<div style="margin: 0 10000000000;"></div>
|
|
</body>
|