[Webkit-unassigned] [Bug 35297] media/video-display-aspect-ratio.html fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 18 10:42:19 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=35297
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|PC |All
OS/Version|Mac OS X 10.5 |All
CC| |ap at webkit.org,
| |jer.noble at apple.com
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> 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>.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list