Bump default resolution to 1024x740

This commit is contained in:
Manish Goregaokar 2016-06-30 16:32:58 +05:30
parent 0f7e196da6
commit e4d3c74928
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
5 changed files with 15 additions and 7 deletions

View file

@ -216,6 +216,8 @@ class ServoRefTestExecutor(ProcessTestExecutor):
if viewport_size:
command += ["--resolution", viewport_size]
else:
command += ["--resolution", "800x600"]
if dpi:
command += ["--device-pixel-ratio", dpi]

View file

@ -5509,7 +5509,8 @@
"=="
]
],
"url": "/_mozilla/css/viewport_meta.html"
"url": "/_mozilla/css/viewport_meta.html",
"viewport_size": "800x600"
}
],
"css/viewport_percentage_vmin_vmax_a.html": [
@ -5573,7 +5574,8 @@
"=="
]
],
"url": "/_mozilla/css/viewport_rule.html"
"url": "/_mozilla/css/viewport_rule.html",
"viewport_size": "800x600"
}
],
"css/visibility_hidden.html": [
@ -12609,7 +12611,8 @@
"=="
]
],
"url": "/_mozilla/css/viewport_meta.html"
"url": "/_mozilla/css/viewport_meta.html",
"viewport_size": "800x600"
}
],
"css/viewport_percentage_vmin_vmax_a.html": [
@ -12673,7 +12676,8 @@
"=="
]
],
"url": "/_mozilla/css/viewport_rule.html"
"url": "/_mozilla/css/viewport_rule.html",
"viewport_size": "800x600"
}
],
"css/visibility_hidden.html": [

View file

@ -2,6 +2,7 @@
<html>
<head>
<link rel=match href=viewport_rule_ref.html>
<meta name=viewport-size content=800x600>
<meta name="viewport" content="width=240">
<style>
#container {

View file

@ -2,6 +2,7 @@
<html>
<head>
<link rel=match href=viewport_rule_ref.html>
<meta name=viewport-size content=800x600>
<style>
@viewport {
height: auto;