Closed
Bug 1449780
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 10226 - WebDriver: add more WebKit workarounds to detect whether a window is fullscreen
Categories
(Testing :: geckodriver, enhancement, P4)
Testing
geckodriver
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10226 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10226
Details from upstream follow.
Brian Burg <bburg@apple.com> wrote:
> WebDriver: add more WebKit workarounds to detect whether a window is fullscreen
>
> WebKit doesn't conform to the Fullscreen API yet, so we need to use
> the vendor prefixed property to check whether the window is fullscreen.
>
> This workaround was previously applied to fullscreen_window.py, but it
> needs to happen in other places as well.
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → geckodriver
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=63bde366f8d3d1e25a3509a5131fa9330794883f
| Reporter | ||
Comment 3•8 years ago
|
||
The following tests were disabled based on stability try push:
webdriver/tests/minimize_window.py
| Reporter | ||
Comment 4•8 years ago
|
||
Ran 4 tests and 94 subtests
OK : 3
PASS : 91
FAIL : 3
Tests that are disabled for instability:
/webdriver/tests/contexts/maximize_window.py
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eda85938b492
[wpt PR 10226] - WebDriver: add more WebKit workarounds to detect whether a window is fullscreen, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/e44e57545797
[wpt PR 10226] - Update wpt metadata, a=testonly
Comment 6•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/eda85938b492
https://hg.mozilla.org/mozilla-central/rev/e44e57545797
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•