Bug 1208023 - Add a reftest. r=botond

--HG--
extra : commitid : DSHoZcPIQul
This commit is contained in:
Kartikaya Gupta 2015-10-02 23:08:23 -04:00
parent 3b2d3a423c
commit e501333b17
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="width=device-width">
</head>
<body>
This tests that an initial-scale of 0 (i.e. garbage) is overridden<br/>
with something a little more sane.
</body>
</html>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html><head>
<meta name="viewport" content="initial-scale=0; width=device-width">
</head>
<body>
This tests that an initial-scale of 0 (i.e. garbage) is overridden<br/>
with something a little more sane.
</body>
</html>

View File

@ -12,3 +12,6 @@ chaos-mode skip-if(!asyncPan) == async-scrollbar-1-vh-rtl.html async-scrollbar-1
# off, hence the fuzzy-if clauses.
chaos-mode skip-if(!asyncZoom) fuzzy-if(B2G,98,82) == async-scrollbar-zoom-1.html async-scrollbar-zoom-1-ref.html
chaos-mode skip-if(!asyncZoom) fuzzy-if(B2G,94,146) == async-scrollbar-zoom-2.html async-scrollbar-zoom-2-ref.html
# Meta-viewport tag support
chaos-mode skip-if(!asyncZoom) == initial-scale-1.html initial-scale-1-ref.html