Created
September 12, 2013 14:09
-
-
Save madrobby/6538007 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Not from Rails</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | |
<link href="startup-640x1096.png" | |
media="(device-width: 320px) and (device-height: 568px) | |
and (-webkit-device-pixel-ratio: 2)" | |
rel="apple-touch-startup-image"> | |
</head> | |
<body> | |
<h4>Steps to reproduce</h4> | |
<ol> | |
<li>This test must be run on iPhone Retina (4-inch).</li> | |
<li>Add to home screen</li> | |
<li>Start saved web app from home screen</li> | |
</ol> | |
<h4>Expected results</h4> | |
<ul> | |
<li>The startup image should stay in place.</li> | |
<li>This text should not move.</li> | |
</ul> | |
<h4>Actual results</h4> | |
<ul> | |
<li>The startup image jumps down after zooming in.</li> | |
<li>This text jumps up.</li> | |
</ul> | |
<script></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment