forked from mirrors/gecko-dev
Bug 1840239 - Use a meta viewport tag in css/css-scroll-snap/input/keyboard.html. r=hiro
Differential Revision: https://phabricator.services.mozilla.com/D181953
This commit is contained in:
parent
91aa41a399
commit
69a1947f9f
2 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@
|
||||||
if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
|
if (os == "linux") and not swgl and not fission and debug: [PASS, FAIL]
|
||||||
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
|
if (os == "linux") and not swgl and not fission and not debug: [PASS, FAIL]
|
||||||
if (os == "mac") and not debug: [PASS, FAIL]
|
if (os == "mac") and not debug: [PASS, FAIL]
|
||||||
if (os == "android") and not swgl: FAIL
|
|
||||||
|
|
||||||
[If the original intended offset is valid as making a snap area cover the snapport, but there's a defined snap offset in between, use the defined snap offset.]
|
[If the original intended offset is valid as making a snap area cover the snapport, but there's a defined snap offset in between, use the defined snap offset.]
|
||||||
expected:
|
expected:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
|
<link rel="help" href="https://drafts.csswg.org/css-scroll-snap-1/#scroll-snap-type" />
|
||||||
<title>Arrow key scroll snapping</title>
|
<title>Arrow key scroll snapping</title>
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
|
||||||
<meta name="flags" content="should">
|
<meta name="flags" content="should">
|
||||||
<meta name="assert"
|
<meta name="assert"
|
||||||
content="Test passes if keyboard scrolling correctly snaps on a snap
|
content="Test passes if keyboard scrolling correctly snaps on a snap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue