Bug 122507 - Layout Test media/track/track-cue-rendering.html is flaky
Summary: Layout Test media/track/track-cue-rendering.html is flaky
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 09:42 PDT by Alexey Proskuryakov
Modified: 2024-02-18 07:13 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 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)
Comment 1 Alexey Proskuryakov 2013-10-08 09:45:58 PDT
Marked as flaky in <http://trac.webkit.org/r157114>.
Comment 2 Ahmad Saleem 2024-02-18 07:13:02 PST
Removed in https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c

Nothing to do here.