Bug 124932 - media/video-size.html is flaky
Summary: media/video-size.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-27 05:42 PST by Michal Pakula vel Rutka
Modified: 2016-02-04 14:54 PST (History)
6 users (show)

See Also:


Attachments
Proposed patch (2.49 KB, patch)
2016-02-04 13:57 PST, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Pakula vel Rutka 2013-11-27 05:42:48 PST
Layout test media/video-size.html is flaky according to dashboard:

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Fvideo-size.html

Failing test output:
--- /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/media/video-size-expected.txt
+++ /mnt/buildbot/efl-linux-slave-2/efl-linux-64-release-wk2/build/layout-test-results/media/video-size-actual.txt
@@ -30,8 +30,8 @@
 
 Setting 'src' to "content/bogus.[extension]" 'poster' to "content/greenbox.png"
 Testing movie with 'poster' and invalid 'src', should be image size.
-EXPECTED (video.clientWidth == '25') OK
-EXPECTED (video.clientHeight == '25') OK
+EXPECTED (video.clientWidth == '25'), OBSERVED '76' FAIL
+EXPECTED (video.clientHeight == '25'), OBSERVED '103' FAIL
 EXPECTED (video.videoWidth == '0') OK
 EXPECTED (video.videoHeight == '0') OK
Comment 1 Alexey Proskuryakov 2014-01-18 10:42:34 PST
Also flaky on Mac WK! and WK2 (with same diff).
Comment 2 Alexey Proskuryakov 2014-01-18 10:46:52 PST
Moved expectation from EFL to cross-platform file in <http://trac.webkit.org/r162262>.
Comment 3 Radar WebKit Bug Importer 2015-10-30 11:56:33 PDT
<rdar://problem/23336430>
Comment 4 Eric Carlson 2016-02-04 13:57:31 PST
Created attachment 270692 [details]
Proposed patch
Comment 5 WebKit Commit Bot 2016-02-04 14:54:06 PST
Comment on attachment 270692 [details]
Proposed patch

Clearing flags on attachment: 270692

Committed r196150: <http://trac.webkit.org/changeset/196150>
Comment 6 WebKit Commit Bot 2016-02-04 14:54:09 PST
All reviewed patches have been landed.  Closing bug.