<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 - offsetWidth for absolutely positioned elements returns different values depending on left position"
   href="https://bugs.webkit.org/show_bug.cgi?id=147136">147136</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>offsetWidth for absolutely positioned elements returns different values depending on left position
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X 10.10
          </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>Layout and Rendering
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>chad&#64;vonnau.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Demo here:
<a href="http://jsfiddle.net/sbel/sykrLf2u/6/">http://jsfiddle.net/sbel/sykrLf2u/6/</a>

Steps to reproduce the problem:
1. Create an absolutely positioned element at left: 0.
2. Get offsetWidth of element.
2. Move element to left: .1px
3. Get offsetWidth of element.

What is the expected behavior?
The offsetWidths should match.

What went wrong?
When the element is positioned at .1px, it's offsetWidth is 1px larger.

Notes:
The demo comes from this SO post about the issue: <a href="http://stackoverflow.com/q/26124678">http://stackoverflow.com/q/26124678</a>

This bug is also present in Chrome, but not Firefox or IE.

This bug will likely resolve itself if offsetWidth gains support for subpixel values. The Chrome team seems to be working on this, not sure if you guys are as well.</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>