~mmach/netext73/webkit2gtk

« back to all changes in this revision

Viewing changes to Tools/TestWebKitAPI/Tests/WebKit/long-email-viewport.html

  • Committer: mmach
  • Date: 2023-06-16 17:21:37 UTC
  • Revision ID: netbit73@gmail.com-20230616172137-2rqx6yr96ga9g3kp
1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
    <head>
 
3
        <!-- This matches the default MobileMail viewport on iOS -->
 
4
        <meta name='viewport' content='width=375, initial-scale=-1'>
 
5
    </head>
 
6
    <!-- We need a large height so that WebKit doesn't inflate the scale
 
7
         to ensure that the web view is vertically covered by content.  -->
 
8
    <body style="height: 10000px;">
 
9
    </body>
 
10
</html>