<?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>35973</bug_id>
          
          <creation_ts>2010-03-10 08:36:24 -0800</creation_ts>
          <short_desc>[Win] fast/multicol/hit-test-above-or-below.html fails</short_desc>
          <delta_ts>2024-01-03 14:27:47 -0800</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>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>LayoutTestFailure, Qt, QtTriaged</keywords>
          <priority>P3</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>bfulgham</cc>
    
    <cc>bweinstein</cc>
    
    <cc>kadam</cc>
    
    <cc>mitz</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>198158</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-03-10 08:36:24 -0800</bug_when>
    <thetext>fast/multicol/hit-test-above-or-below.html is a new test introduced in http://trac.webkit.org/changeset/55546

result: http://build.webkit.org/results/Qt%20Linux%20Release/r55780%20%288339%29/results.html

diff:
-Character at 750, 275 is null as expected.
+FAIL: Character at 750, 275 is m. Expected null.

-Character at 750, 475 is null as expected.
+FAIL: Character at 750, 475 is m. Expected null.
 
I made some experiment to find what cause this differences. I 
compared our pixel result to result of Leopard, they are same.

But the render tree dump is different:

-        RenderBlock (anonymous) at (0,0) size 188x50
-          RenderText {#text} at (0,0) size 150x50
-            text run at (0,0) width 150: &quot;123&quot;
-        RenderBlock {DIV} at (0,50) size 188x70 [bgcolor=#0000FF]
-        RenderBlock (anonymous) at (0,120) size 188x100
-          RenderText {#text} at (0,0) size 150x50
-            text run at (0,0) width 150: &quot;abc&quot;
+        RenderBlock (anonymous) at (0,0) size 188x50
+          RenderText {#text} at (0,0) size 150x49
+            text run at (0,0) width 150: &quot;123&quot;
+        RenderBlock {DIV} at (0,50) size 188x70 [bgcolor=#0000FF]
+        RenderBlock (anonymous) at (0,120) size 188x100
+          RenderText {#text} at (0,0) size 150x49
+            text run at (0,0) width 150: &quot;abc&quot; 
...

Only the height of lines differs, the expected is 50, but we got 49.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>198162</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-03-10 08:59:19 -0800</bug_when>
    <thetext>Tomorrow I&apos;m going to fix this bug.

I skipped this test until fix to make Qt bot green again: http://trac.webkit.org/changeset/55782</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>198164</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2010-03-10 09:03:59 -0800</bug_when>
    <thetext>I wonder if this is due to the non-Mac text selection behavior some ports implement.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>204684</commentid>
    <comment_count>3</comment_count>
    <who name="Brian Weinstein">bweinstein</who>
    <bug_when>2010-03-26 11:06:35 -0700</bug_when>
    <thetext>This test fails on Windows as well (in the same way) - Skipped in r56634.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>739841</commentid>
    <comment_count>4</comment_count>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-10-11 05:33:55 -0700</bug_when>
    <thetext>Is Anybody working this bug? Now This test is working on Qt WK2, but still fails on Qt WK1.

Diff is here:

--- /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/fast/multicol/hit-test-above-or-below-expected.txt
+++ /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/fast/multicol/hit-test-above-or-below-actual.txt
@@ -11,9 +11,9 @@
 Character at 150, 275 is d as expected.
 Character at 350, 275 is j as expected.
 Character at 550, 275 is m as expected.
-Character at 750, 275 is null as expected.
+FAIL: Character at 750, 275 is m. Expected null.
 Character at 150, 475 is d as expected.
 Character at 350, 475 is j as expected.
 Character at 550, 475 is m as expected.
-Character at 750, 475 is null as expected.
+FAIL: Character at 750, 475 is m. Expected null.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>740043</commentid>
    <comment_count>5</comment_count>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-10-11 09:27:41 -0700</bug_when>
    <thetext>I added to Qt WK1 TestExpectations. (only)
Committed r131051: &lt;http://trac.webkit.org/changeset/131051&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>975115</commentid>
    <comment_count>6</comment_count>
    <who name="Jocelyn Turcotte">jturcotte</who>
    <bug_when>2014-02-03 03:16:16 -0800</bug_when>
    <thetext>=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>981982</commentid>
    <comment_count>7</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2014-02-18 10:49:31 -0800</bug_when>
    <thetext>This is still a failure for the Win port.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2002876</commentid>
    <comment_count>8</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2024-01-03 14:27:47 -0800</bug_when>
    <thetext>We don&apos;t have any platform specific expectation for this test and AppleWin port is gone.

So Marking this as &apos;RESOLVED CONFIGURATION CHANGED&apos;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>