mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
85a0a4f200
setScreenOrientation allows for a subset of the permitted orientation change values that screen.mozLockOrientation can take. Specifically portrait, landscape, portrait-primary, landscape-primary, portrait-secondary, landscape-secondary. Due to W3C bug 23950 both error replies use the non-descriptive 500 status code. I've filed bug 945734 about this. --- testing/marionette/client/marionette/marionette.py | 47 +++++++++-- .../tests/unit/test_screen_orientation.py | 90 ++++++++++++++++++++++ .../client/marionette/tests/unit/unit-tests.ini | 2 + testing/marionette/marionette-server.js | 50 +++++++++++- 4 files changed, 183 insertions(+), 6 deletions(-) create mode 100644 testing/marionette/client/marionette/tests/unit/test_screen_orientation.py |
||
---|---|---|
.. | ||
config | ||
crashtest | ||
gtest | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
peptest | ||
profiles | ||
release | ||
specialpowers | ||
talos | ||
tools | ||
tps | ||
xpcshell | ||
android_cppunittest_manifest.txt | ||
mach_commands.py | ||
machine-configuration.json | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff