Bug 122507

Summary: Layout Test media/track/track-cue-rendering.html is flaky
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Alexey Proskuryakov
Reported 2013-10-08 09:42:30 PDT
The following layout test is flaky on all Mac bots. Has been failing for at least a few weeks now, possibly always. media/track/track-cue-rendering.html Some diffs: --- /Volumes/Data/slave/lion-debug-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-expected.txt +++ /Volumes/Data/slave/lion-debug-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-actual.txt @@ -46,7 +46,7 @@ RUN(video.width = 1280) RUN(video.height = 960) -EXPECTED (getComputedStyle(currentCue).fontSize == '48px') OK +EXPECTED (getComputedStyle(currentCue).fontSize == '48px'), OBSERVED '36px' FAIL EXPECTED (getComputedStyle(currentCue).fontFamily == 'sans-serif') OK EXPECTED (getComputedStyle(currentCue).color == 'rgb(255, 255, 255)') OK --- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-expected.txt +++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/media/track/track-cue-rendering-actual.txt @@ -42,7 +42,7 @@ RUN(video.width = 960) RUN(video.height = 720) -EXPECTED (getComputedStyle(currentCue).fontSize == '36px') OK +EXPECTED (getComputedStyle(currentCue).fontSize == '36px'), OBSERVED '24px' FAIL RUN(video.width = 1280) RUN(video.height = 960)
Attachments
Alexey Proskuryakov
Comment 1 2013-10-08 09:45:58 PDT
Marked as flaky in <http://trac.webkit.org/r157114>.
Ahmad Saleem
Comment 2 2024-02-18 07:13:02 PST
Note You need to log in before you can comment on or make changes to this bug.