Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: snapshot OR !(os == 'android')
- Manifest: layout/reftests/meta-viewport/reftest.list
<!DOCTYPE html>
<html reftest-async-scroll
reftest-async-scroll-x="800"
reftest-async-scroll-y="0"
reftest-displayport-w="1600"
reftest-displayport-h="2000"
reftest-displayport-x="0"
reftest-displayport-y="0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html,body {
margin: 0;
width: 800px;
height: 1000px;
}
</style>
<div style="position:fixed; top: 0; right: 0; width: 100px; height: 100px; background-color: green"></div>
<div style="width: 1600px; height: 2000px;"></div>
</html>