Bug 116055 - Regression(r150015): Caused fast/animation/request-animation-frame-too-rapid.html to fail
Summary: Regression(r150015): Caused fast/animation/request-animation-frame-too-rapid....
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 112345
  Show dependency treegraph
 
Reported: 2013-05-13 13:02 PDT by Chris Dumez
Modified: 2013-05-13 13:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-05-13 13:02:53 PDT
It appears <http://trac.webkit.org/changeset/150015> caused fast/animation/request-animation-frame-too-rapid.html to fail with the following diff:

--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/animation/request-animation-frame-too-rapid-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/animation/request-animation-frame-too-rapid-actual.txt
@@ -6,5 +6,5 @@
 PASS successfullyParsed is true
 
 TEST COMPLETE
-PASS 100 is >= numCallbacks
+FAIL 100 should be >= numCallbacks. Was 100 (of type number).
Comment 1 Chris Dumez 2013-05-13 13:06:08 PDT
Skipped for EFL WK2 in <http://trac.webkit.org/changeset/150033>.