gecko/mobile/android/base/tests/test_bug720538.html

26 lines
420 B
HTML

<html><head><title>Double tap on iframe causes overflow area at bottom to appear permanently</title>
<meta charset="utf-8">
<style>
iframe {
border: 10px dashed blue;
border-radius: 50px;
width: 600px;
height: 300px;
background-color: blue;
}
</style>
</head><body style="background: green;">
<iframe></iframe>
<br>
<div style="position: absolute; left: 140%; top: 110%;">
<iframe></iframe>
</div>
</body></html>