mobile/android/base/tests/test_bug720538.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/base/tests/test_bug720538.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +<html><head><title>Double tap on iframe causes overflow area at bottom to appear permanently</title>
     1.5 +<meta charset="utf-8">
     1.6 +<style>
     1.7 +iframe {
     1.8 +border: 10px dashed blue;
     1.9 +border-radius: 50px;
    1.10 +width: 600px;
    1.11 +height: 300px;
    1.12 +background-color: blue;
    1.13 +}
    1.14 +</style>
    1.15 +</head><body style="background: green;">
    1.16 +
    1.17 +<iframe></iframe>
    1.18 +<br>
    1.19 +
    1.20 +
    1.21 +
    1.22 +
    1.23 +<div style="position: absolute; left: 140%; top: 110%;">
    1.24 +
    1.25 +<iframe></iframe>
    1.26 +
    1.27 +</div>
    1.28 +</body></html>

mercurial