diff --git a/appmanifest/orientation-member/orientation-member-landscape-manual.html b/appmanifest/orientation-member/orientation-member-landscape-manual.html new file mode 100644 index 00000000000000..acd22c00cd2f18 --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-landscape-manual.html @@ -0,0 +1,24 @@ + +Test that orientation member with landscape value is supported + + + +

Testing support for orientation member with "landscape" value

+ +

+ Please set the phone orientation to portrait. +

+

+ To pass, after installing the display orientation must be landscape and the background must be green. +

diff --git a/appmanifest/orientation-member/orientation-member-landscape.webmanifest b/appmanifest/orientation-member/orientation-member-landscape.webmanifest new file mode 100644 index 00000000000000..911b02a2f09a81 --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-landscape.webmanifest @@ -0,0 +1,4 @@ +{ + "display": "standalone", + "orientation": "landscape" +} diff --git a/appmanifest/orientation-member/orientation-member-landscape.webmanifest.headers b/appmanifest/orientation-member/orientation-member-landscape.webmanifest.headers new file mode 100644 index 00000000000000..2bab061d43ab9e --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-landscape.webmanifest.headers @@ -0,0 +1 @@ +Content-Type: application/manifest+json; charset=utf-8 diff --git a/appmanifest/orientation-member/orientation-member-portrait-manual.html b/appmanifest/orientation-member/orientation-member-portrait-manual.html new file mode 100644 index 00000000000000..2c7c996e2a0b44 --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-portrait-manual.html @@ -0,0 +1,24 @@ + +Test that orientation member with portrait value is supported + + + +

Testing support for orientation member with "portrait" value

+ +

+ Please set the phone orientation to landscape. +

+

+ To pass, after installing the display orientation must be portrait and the background must be green. +

diff --git a/appmanifest/orientation-member/orientation-member-portrait.webmanifest b/appmanifest/orientation-member/orientation-member-portrait.webmanifest new file mode 100644 index 00000000000000..352489eff76ed9 --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-portrait.webmanifest @@ -0,0 +1,4 @@ +{ + "display": "standalone", + "orientation": "portrait" +} diff --git a/appmanifest/orientation-member/orientation-member-portrait.webmanifest.headers b/appmanifest/orientation-member/orientation-member-portrait.webmanifest.headers new file mode 100644 index 00000000000000..2bab061d43ab9e --- /dev/null +++ b/appmanifest/orientation-member/orientation-member-portrait.webmanifest.headers @@ -0,0 +1 @@ +Content-Type: application/manifest+json; charset=utf-8