Bug 116055

Summary: Regression(r150015): Caused fast/animation/request-animation-frame-too-rapid.html to fail
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 112345    

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>.