<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>42837</bug_id>
          
          <creation_ts>2010-07-22 11:01:05 -0700</creation_ts>
          <short_desc>regression in LayoutTests/animations/play-state.html</short_desc>
          <delta_ts>2010-07-23 04:53:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>42821</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Marcus Bulach">bulach</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cmarrin</cc>
    
    <cc>eric</cc>
    
    <cc>ojan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>254884</commentid>
    <comment_count>0</comment_count>
    <who name="Marcus Bulach">bulach</who>
    <bug_when>2010-07-22 11:01:05 -0700</bug_when>
    <thetext>Hi cmarrin,

We&apos;ve had a few regressions LayoutTests/animations/play-state.html, and it seems it&apos;s likely after http://trac.webkit.org/changeset/63862/

Would you mind helping us tracing this?

Commit Queue failure:
https://bugs.webkit.org/show_bug.cgi?id=42768
Failed to run &quot;[&apos;WebKitTools/Scripts/run-webkit-tests&apos;, &apos;--no-launch-safari&apos;, &apos;--exit-after-n-failures=1&apos;, &apos;--ignore-tests&apos;, &apos;compositing&apos;, &apos;--quiet&apos;]&quot; exit_code: 1
Running build-dumprendertree
Compiling Java tests
make: Nothing to be done for `default&apos;.
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 20707 test cases.
animations/play-state.html -&gt; failed
....

Chromium failures:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=fast%2Fborders%2Fdifferent-color-borders.html%2Canimations%2Fplay-state.html

DIFF: Webkit Linux
--- /b/slave/webkit-rel-linux/build/src/webkit/Release/../../../layout-test-results/animations/play-state-expected.txt 
+++ /b/slave/webkit-rel-linux/build/src/webkit/Release/../../../layout-test-results/animations/play-state-actual.txt 
@@ -4,5 +4,5 @@
 PASS - &quot;left&quot; property for &quot;box2&quot; element at 0.5s saw something close to: 25
 PASS - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 1.5s saw something close to: 1,0,0,1,50,0
 PASS - &quot;left&quot; property for &quot;box2&quot; element at 1.5s saw something close to: 50
-PASS - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 2.5s saw something close to: 1,0,0,1,75,0
+FAIL - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 2.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 50, 0)
 PASS - &quot;left&quot; property for &quot;box2&quot; element at 2.5s saw something close to: 75

DIFF: Webkit Linux (dbg)(1)
--- /b/slave/webkit-dbg-linux-1/build/src/webkit/Debug/../../../layout-test-results/animations/play-state-expected.txt 
+++ /b/slave/webkit-dbg-linux-1/build/src/webkit/Debug/../../../layout-test-results/animations/play-state-actual.txt 
@@ -2,7 +2,7 @@
 
 PASS - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 0.5s saw something close to: 1,0,0,1,25,0
 PASS - &quot;left&quot; property for &quot;box2&quot; element at 0.5s saw something close to: 25
-PASS - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 1.5s saw something close to: 1,0,0,1,50,0
-PASS - &quot;left&quot; property for &quot;box2&quot; element at 1.5s saw something close to: 50
-PASS - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 2.5s saw something close to: 1,0,0,1,75,0
-PASS - &quot;left&quot; property for &quot;box2&quot; element at 2.5s saw something close to: 75
+FAIL - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 1.5s expected: 1,0,0,1,50,0 but saw: matrix(1, 0, 0, 1, 68, 0)
+FAIL - &quot;left&quot; property for &quot;box2&quot; element at 1.5s expected: 50 but saw: 68
+FAIL - &quot;webkitTransform&quot; property for &quot;box1&quot; element at 2.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 91, 0)
+FAIL - &quot;left&quot; property for &quot;box2&quot; element at 2.5s expected: 75 but saw: 91</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>255306</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-07-23 04:53:31 -0700</bug_when>
    <thetext>Looks like a dupe of bug 42821.

*** This bug has been marked as a duplicate of bug 42821 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>