Bug 313782
| Summary: | [visionOS] interaction-region/paused-video-regions.html is a constant text failure. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego De La Toba <d_delatoba> |
| Component: | Media | Assignee: | Diego De La Toba <d_delatoba> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego De La Toba
interaction-region/paused-video-regions.html is a constant text failure on visionOS.
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=interaction-region%2Fpaused-video-regions.html
DIFF:
--- /Volumes/Data/worker/Apple-visionOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/interaction-region/paused-video-regions-expected.txt
+++ /Volumes/Data/worker/Apple-visionOS-26-Simulator-Release-WK2-Tests/build/layout-test-results/interaction-region/paused-video-regions-actual.txt
@@ -24,15 +24,15 @@
(rect (0,0) width=352 height=288)
(touch event listener region: asynchronousDispatchRegion:
(rect (0,0) width=352 height=288)
-eventSpecificSynchronousDispatchRegions: eventName: pointerout eventRect:
- (rect (0,0) width=352 height=288)
-eventSpecificSynchronousDispatchRegions: eventName: pointerleave eventRect:
+eventSpecificSynchronousDispatchRegions: eventName: pointerup eventRect:
(rect (0,0) width=352 height=288)
eventSpecificSynchronousDispatchRegions: eventName: pointermove eventRect:
(rect (0,0) width=352 height=288)
-eventSpecificSynchronousDispatchRegions: eventName: pointerup eventRect:
+eventSpecificSynchronousDispatchRegions: eventName: pointerout eventRect:
(rect (0,0) width=352 height=288)
eventSpecificSynchronousDispatchRegions: eventName: pointerdown eventRect:
+ (rect (0,0) width=352 height=288)
+eventSpecificSynchronousDispatchRegions: eventName: pointerleave eventRect:
(rect (0,0) width=352 height=288)
)
@@ -52,11 +52,7 @@
(rect (8,0) width=35 height=8)
(rect (0,8) width=51 height=35)
(rect (8,43) width=35 height=8)
-eventSpecificSynchronousDispatchRegions: eventName: pointerout eventRect:
- (rect (8,0) width=35 height=8)
- (rect (0,8) width=51 height=35)
- (rect (8,43) width=35 height=8)
-eventSpecificSynchronousDispatchRegions: eventName: pointerleave eventRect:
+eventSpecificSynchronousDispatchRegions: eventName: pointerup eventRect:
(rect (8,0) width=35 height=8)
(rect (0,8) width=51 height=35)
(rect (8,43) width=35 height=8)
@@ -64,11 +60,15 @@
(rect (8,0) width=35 height=8)
(rect (0,8) width=51 height=35)
(rect (8,43) width=35 height=8)
-eventSpecificSynchronousDispatchRegions: eventName: pointerup eventRect:
+eventSpecificSynchronousDispatchRegions: eventName: pointerout eventRect:
(rect (8,0) width=35 height=8)
(rect (0,8) width=51 height=35)
(rect (8,43) width=35 height=8)
eventSpecificSynchronousDispatchRegions: eventName: pointerdown eventRect:
+ (rect (8,0) width=35 height=8)
+ (rect (0,8) width=51 height=35)
+ (rect (8,43) width=35 height=8)
+eventSpecificSynchronousDispatchRegions: eventName: pointerleave eventRect:
(rect (8,0) width=35 height=8)
(rect (0,8) width=51 height=35)
(rect (8,43) width=35 height=8)
DIFF URL:
https://build.webkit.org/results/Apple-visionOS-26-Simulator-Release-WK2-Tests/312375%40main%20(7295)/interaction-region/paused-video-regions-pretty-diff.html
REPRODUCTION:
I was able to reproduce this on visionOS simulator 26.4 with the following:
run-webkit-tests --visionos-simulator --release --iterations 10 interaction-region/paused-video-regions.html
I am going to mark expectations as fail while this pends investigation.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175977737>
Diego De La Toba
Test gardening pull request: https://github.com/WebKit/WebKit/pull/64002
EWS
Test gardening commit 312400@main (23cb92feefda): <https://commits.webkit.org/312400@main>
Reviewed commits have been landed. Closing PR #64002 and removing active labels.
Diego De La Toba
Pull request: https://github.com/WebKit/WebKit/pull/64008
Abrar Rahman Protyasha
Test gardening pull request: https://github.com/WebKit/WebKit/pull/64764