<?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>5487</bug_id>
          
          <creation_ts>2005-10-24 15:36:19 -0700</creation_ts>
          <short_desc>REGRESSION: fast/css/acid2.html fails when run from run-webkit-tests</short_desc>
          <delta_ts>2006-03-17 13:09:36 -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>412</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>7693</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Geoffrey Garen">ggaren</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>alice.barraclough</cc>
    
    <cc>mitz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>22850</commentid>
    <comment_count>0</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2005-10-24 15:36:19 -0700</bug_when>
    <thetext>Since the test passes when you run it on its own, I suspect the run-webkit-tests tool is to blame.

run-webkit-tests fast/css/acid2.html --&gt; pass
run-webkit-tests fast/css/   --&gt; fail
remove everything in fast/css except for acid2, run-webkit-tests fast/css/   --&gt; fail

So maybe this has something to do with how the script handles directories?

Here&apos;s the diff:

--- /Volumes/Home/ggaren/Labyrinth/LayoutTests/fast/css/acid2-expected.txt
	2005-10-17 17:16:47.000000000 -0700
+++ /tmp/layout-test-results/fast/css/acid2-actual.txt	2005-10-24 15:34:58.000000000 -0700
@@ -48,12 +48,11 @@
 layer at (108,2686) size 96x12
   RenderBlock (positioned) {BLOCKQUOTE} at (72,48) size 96x12 [border: none (24px solid #000000) 
none (24px solid #000000)]
     RenderBlock (floating) {ADDRESS} at (24,0) size 48x12 [bgcolor=#FFFF00]
-layer at (84,2710) size 144x24
+layer at (84,2710) size 144x30
   RenderBlock (positioned) {DIV} at (48,72) size 144x24 [bgcolor=#FF0000]
     RenderBlock {DIV} at (0,0) size 144x0
-      RenderInline {OBJECT} at (0,0) size 131x14
-        RenderInline {OBJECT} at (0,0) size 131x14
-          RenderImage {OBJECT} at (13,0) size 131x24 [border: (12px solid #000000) none]
+      RenderInline {OBJECT} at (0,0) size 90x14
+        RenderPartObject {OBJECT} at (54,0) size 90x30
     RenderBlock (floating) {DIV} at (0,0) size 144x24 [border: (12px solid #FF0000) none (12px solid 
#000000)]
     RenderBlock {DIV} at (0,0) size 144x24 [border: (24px solid #FFFF00)]
 layer at (84,2782) size 144x24</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22854</commentid>
    <comment_count>1</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2005-10-24 16:06:15 -0700</bug_when>
    <thetext>This is super-irritating since it means we have a failing layout test.

I don&apos;t think it&apos;s the run-webkit-tests script. I think instead it&apos;s something about reusing the same 
WebView used to load a previous test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22855</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2005-10-24 16:07:30 -0700</bug_when>
    <thetext>P1 because it&apos;s so inconvenient.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>22863</commentid>
    <comment_count>3</comment_count>
    <who name="">mitz</who>
    <bug_when>2005-10-24 17:15:10 -0700</bug_when>
    <thetext>FWIW, a very unscientific test using nightly builds places the regression between 2005-10-20 19:27 PDT 
and 2005-10-21 19:27 PDT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25462</commentid>
    <comment_count>4</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2005-12-03 16:09:29 -0800</bug_when>
    <thetext>Geoff, can you still reproduce this problem?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25526</commentid>
    <comment_count>5</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2005-12-04 13:44:52 -0800</bug_when>
    <thetext>Yes, I can still repro.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>25528</commentid>
    <comment_count>6</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2005-12-04 13:50:36 -0800</bug_when>
    <thetext>I should be more specific.

I can still reproduce the underlying problem (fast/css and fast/css/acid2.html produce different results in 
the same manner they used to). However, it looks like someone checked in new test results so that run-
webkit-tests now passes and run-webkit-tests fast/css/acid2.html now fails.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>28171</commentid>
    <comment_count>7</comment_count>
    <who name="Alice Liu">alice.barraclough</who>
    <bug_when>2006-01-10 10:48:41 -0800</bug_when>
    <thetext>&lt;rdar://problem/4404328&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>29349</commentid>
    <comment_count>8</comment_count>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2006-01-22 04:35:37 -0800</bug_when>
    <thetext>Adding Regression keyword.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30481</commentid>
    <comment_count>9</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2006-01-29 01:04:02 -0800</bug_when>
    <thetext>I think it&apos;s unlikely that this issue affects real-world websites, and it&apos;s not a practical day-to-day problem, so I&apos;m removing the &quot;P1&quot; from this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>36487</commentid>
    <comment_count>10</comment_count>
    <who name="">mitz</who>
    <bug_when>2006-03-15 16:04:11 -0800</bug_when>
    <thetext>My fix for bug 7693 should finally fix this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>