[wpt-sync] Sync PR 32631 - lock-sandboxed-iframe.html should set window to full screen
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32631 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32631
Details from upstream follow.
Makoto Kato <m_kato@ga2.so-net.ne.jp> wrote:
lock-sandboxed-iframe.html should set window to full screen
Browser implementations (Blink and Gecko) requires full screen to call
orientaiton.lock
. Soorientaiton.lock
tests callsrequestFullScreen
before staring test. But this test doesn't set content to full screen.So I re-write this test to use full screen window.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL : 2
Chrome
OK : 1
PASS : 1
FAIL : 1
Safari
TIMEOUT: 2
NOTRUN : 1
Links
Details
New Tests That Don't Pass
/screen-orientation/lock-sandboxed-iframe.html
Test without 'allow-orientation-lock' sandboxing directive: FAIL (Chrome: PASS, Safari: TIMEOUT)
Test with 'allow-orientation-lock' sandboxing directive: FAIL (Chrome: FAIL, Safari: NOTRUN)
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/39d95903b4a5
https://hg.mozilla.org/mozilla-central/rev/c42ddc248c66
Description
•