mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
6 lines
272 B
HTML
6 lines
272 B
HTML
<!DOCTYPE html>
|
|
<p>The test passes if there is a green square containing text (which can be scrolled
|
|
with mouse wheel or touch). No scrollbars should be seen.</p>
|
|
<div style="position: relative; top: 10px; left: 10px; width: 90px; height: 90px; background: green">
|
|
</div>
|