Bug 35297 - media/video-display-aspect-ratio.html fails
Summary: media/video-display-aspect-ratio.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 34933
Blocks:
  Show dependency treegraph
 
Reported: 2010-02-23 08:13 PST by Philippe Normand
Modified: 2024-02-18 07:28 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Alexey Proskuryakov 2014-01-18 10:39:52 PST
This test is very flaky on Mac. It fails most of the time on some WK2 bots, and fails sometimes on WK1. Seemingly always in the same manner:

@@ -2,7 +2,7 @@
 EXPECTED (video.videoWidth == '0') OK
 EXPECTED (video.videoHeight == '0') OK
 EVENT(loadedmetadata)
-EXPECTED (video.videoWidth == '426') OK
-EXPECTED (video.videoHeight == '240') OK
+EXPECTED (video.videoWidth == '426'), OBSERVED '0' FAIL
+EXPECTED (video.videoHeight == '240'), OBSERVED '0' FAIL
 END OF TEST
 
Marked as flaky on Mac in <http://trac.webkit.org/r162261>.
Comment 2 Ahmad Saleem 2023-10-25 13:49:39 PDT
We still have this platform expectation:

[macOS]

https://github.com/WebKit/WebKit/blob/b3db1071742474d5876270a3f5bd3d7c391dc083/LayoutTests/platform/mac/TestExpectations#L716

webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]

and

[iOS]

https://github.com/WebKit/WebKit/blob/b3db1071742474d5876270a3f5bd3d7c391dc083/LayoutTests/platform/ios/TestExpectations#L2472


webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
Comment 3 EWS 2024-02-18 07:27:34 PST
Committed 274947@main (85c396bcfe9d): <https://commits.webkit.org/274947@main>

Reviewed commits have been landed. Closing PR #24704 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2024-02-18 07:28:14 PST
<rdar://problem/123189036>