Bug 1423013 - Set explicit minimum-scale=1 to avoid overflow:hidden area reachable and visible. r=botond

Depends on D15344

Differential Revision: https://phabricator.services.mozilla.com/D15345

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Hiroyuki Ikezoe 2019-01-15 09:48:06 +00:00
parent a12d8909c9
commit 6d4cb007b1
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
<html>
<head><title>Forms</title></head>
<head>
<title>Forms</title>
<meta name="viewport" content="minimum-scale=1,width=device-width">
</head>
<body>
<form>
<input type="text" id="user1" value="foo">

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta name="viewport" content="minimum-scale=1,width=device-width">
<style>
body {
width: 100%;