Bug 124932

Summary: media/video-size.html is flaky
Product: WebKit Reporter: Michal Pakula vel Rutka <mpakulavelrutka>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, jer.noble, jonlee, lucas.de.marchi, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

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.