<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - MotionMark / Animometer gives miss-leading results on browsers with prefixed CSS Transforms"
   href="https://bugs.webkit.org/show_bug.cgi?id=166055">166055</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>MotionMark / Animometer gives miss-leading results on browsers with prefixed CSS Transforms
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clopez&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>lforschler&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I was bisecting an issue that was reported to us related to WebKitGTK+ 2.8 obtaining much better results in MotionMark &lt;<a href="http://browserbench.org/MotionMark/">http://browserbench.org/MotionMark/</a>&gt; than WebKitGTK+ 2.14.

The issue ended being that WebKitGTK+ 2.8 shipped with prefixed CSS Transforms and &gt;= 2.10 shipped with un-prefixed ones.
Meanwhile MotionMark seems to only support the un-prefixed version of the CSS Transforms.

This are the results of WebKitGTK on a laptop on a WebKit build at:

WebKit r181832:
          Animometer:Score:Geometric: 136pt
                    Canvas Arcs:Score: 233pt
                    Canvas Lines:Score: 822pt
                    Design:Score: 62.8pt
                    Focus:Score: 101pt
                    Images:Score: 1.00pt
                    Leaves:Score: 213pt
                    Multiply:Score: 369pt
                    Paths:Score: 832pt
                    Suits:Score: 203pt


WebKit r181831:
          Animometer:Score:Geometric: 373pt
                    Canvas Arcs:Score: 240pt
                    Canvas Lines:Score: 916pt
                    Design:Score: 76.8pt
                    Focus:Score: 46.4pt
                    Images:Score: 220pt
                    Leaves:Score: 8490pt
                    Multiply:Score: 579pt
                    Paths:Score: 853pt
                    Suits:Score: 195pt


On r181832 &lt;<a href="https://trac.webkit.org/changeset/181832">https://trac.webkit.org/changeset/181832</a>&gt; which is the revision that removes the prefix for CSS Transforms, all animations are shown correctly.

On r181831 the result is clearly miss-leading. The third animation and the animation with the letters &quot;design&quot; are not correctly shown on the screen.
But the result given to the user is much better.

I think MotionMark/Animometer needs to either:

  * Gain compatibility with old browsers still using prefixed CSS transforms.
  * Be more robust and detect that the animations are actually not happening as expected, therefore it shouldn't increment the performance counter as it does.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>