<?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>89711</bug_id>
          
          <creation_ts>2012-06-21 17:08:35 -0700</creation_ts>
          <short_desc>Two scrolling tests fail when deviceScaleFactor is not 1; appears to be rounding errors</short_desc>
          <delta_ts>2012-06-21 17:09: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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, LayoutTestFailure</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Beth Dakin">bdakin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bdakin</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>655039</commentid>
    <comment_count>0</comment_count>
    <who name="Beth Dakin">bdakin</who>
    <bug_when>2012-06-21 17:08:35 -0700</bug_when>
    <thetext>This two layout test fail when you run them on a Retina Macbook Pro or any Mac running in HiDPI mode:

fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html

Here is the failure for one of them:

--- /Volumes/Big/Build/symroots/Debug/layout-test-results/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt
+++ /Volumes/Big/Build/symroots/Debug/layout-test-results/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-actual.txt
@@ -1,3 +1,3 @@
 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&quot;
 window.scrollX: 84
-window.scrollY: -108
+window.scrollY: -109

It seems likely that we are rounding or truncating at some point because of our integer-based layout system, and we&apos;re getting it wrong.

It would be nice in the short term to have a new directory like the platform directory for test results that are specific to different deviceScaleFactors.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>655041</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2012-06-21 17:09:31 -0700</bug_when>
    <thetext>&lt;rdar://problem/11723724&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>