[wpt-sync] Sync PR 21945 - Resize Observer: Observe Device Pixel Content Box
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21945 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21945
Details from upstream follow.
Sahir Vellani <sahir.vellani@microsoft.com> wrote:
Resize Observer: Observe Device Pixel Content Box
Resize Observer can now observe changes to the device pixel content box.
ResizeObserverEntry now reports the dimensions of the pixel snapped
content box.Bug: 1055579
Change-Id: Ibc7b2e4e0a8468f9af74c8cfaadd02e4f0bcfc1f
Reviewed-on: https://chromium-review.googlesource.com/2071575
WPT-Export-Revision: 9cb29eba3982ee086e86f5b5e0c07c35c5db019e
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 50 tests
Status Summary
Firefox
OK : 3
PASS : 54[GitHub] 98[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-linux1804-64-asan-opt, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt, Gecko-windows7-32-debug, Gecko-windows7-32-opt]
FAIL : 4
TIMEOUT: 2
NOTRUN : 2
Chrome
OK : 3
PASS : 41
FAIL : 17
TIMEOUT: 2
NOTRUN : 2
Safari
OK : 5
PASS : 42
FAIL : 18
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/resize-observer/idlharness.window.html
idl_test setup: FAIL (Chrome: FAIL, Safari: FAIL)
/resize-observer/devicepixel.html: FAIL (Chrome: FAIL, Safari: FAIL)
/resize-observer/svg.html: TIMEOUT (Chrome: TIMEOUT, Safari: OK)
guard: NOTRUN (Chrome: NOTRUN, Safari: PASS)
test16: observe g:rect content, border and device-pixel-content boxes: FAIL (Chrome: FAIL, Safari: FAIL)
/resize-observer/observe.html: TIMEOUT (Chrome: TIMEOUT, Safari: OK)
test18: an observation is fired when device-pixel-content-box is being observed: FAIL (Chrome: FAIL, Safari: FAIL)
guard: NOTRUN (Chrome: NOTRUN, Safari: PASS)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1bbc1888b530
https://hg.mozilla.org/mozilla-central/rev/4a1a85b94927
Description
•