<?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>88024</bug_id>
          
          <creation_ts>2012-05-31 16:36:00 -0700</creation_ts>
          <short_desc>[Win] 4 css3 tests fail</short_desc>
          <delta_ts>2023-10-29 20:11:56 -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>CSS</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, LayoutTestFailure, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jessie Berlin">jberlin</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>bfulgham</cc>
    
    <cc>dino</cc>
    
    <cc>fujii</cc>
    
    <cc>jberlin</cc>
    
    <cc>mitz</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>thorton</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>638805</commentid>
    <comment_count>0</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-31 16:36:00 -0700</bug_when>
    <thetext>Unfortunately, due to the state of the bots, I don&apos;t know when this started.

css3/unicode-bidi-isolate-basic.html
css3/filters/composited-during-animation-layertree.html
css3/filters/composited-during-animation.html
css3/filters/composited-during-transition-layertree.html

I am going to land expected (failing?) results for Windows to get the bots greener.

One example:

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/css3/filters/composited-during-animation-layertree-expected.txt	2012-05-31 14:20:48.020605300 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/css3/filters/composited-during-animation-layertree-actual.txt	2012-05-31 14:20:48.019605200 -0700
@@ -2,4 +2,54 @@
    
    
   
+(GraphicsLayer
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (children 8
+        (GraphicsLayer
+          (position 18.00 18.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 202.00 18.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 132.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 202.00 132.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 246.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 202.00 246.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 18.00 360.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+        (GraphicsLayer
+          (position 202.00 360.00)
+          (bounds 160.00 90.00)
+          (drawsContent 1)
+        )
+      )
+    )
+  )
+)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638806</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2012-05-31 16:36:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/11570794&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638808</commentid>
    <comment_count>2</comment_count>
    <who name="Simon Fraser (smfr)">simon.fraser</who>
    <bug_when>2012-05-31 16:37:20 -0700</bug_when>
    <thetext>I don&apos;t think filters are enabled on win, so maybe we should skip css3/filters</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638814</commentid>
    <comment_count>3</comment_count>
    <who name="Dean Jackson">dino</who>
    <bug_when>2012-05-31 16:52:32 -0700</bug_when>
    <thetext>Filters are enabled on windows.

It looks like this isn&apos;t triggering compositing (or is doing something weird).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638815</commentid>
    <comment_count>4</comment_count>
    <who name="Dean Jackson">dino</who>
    <bug_when>2012-05-31 16:52:55 -0700</bug_when>
    <thetext>BTW - the css3/unicode-bidi-isolate-basic.html is likely nothing to do with filters.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638816</commentid>
    <comment_count>5</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-31 16:54:15 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; BTW - the css3/unicode-bidi-isolate-basic.html is likely nothing to do with filters.

Feel free to split it out into a separate bug :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>638818</commentid>
    <comment_count>6</comment_count>
    <who name="Jessie Berlin">jberlin</who>
    <bug_when>2012-05-31 16:56:31 -0700</bug_when>
    <thetext>Added expected (failing?) results in http://trac.webkit.org/changeset/119174

Adding Dan so he can look and see if the unicode results are expected. I could be convinced to do the splitting out if they are not, but I am trying to attack the larger problem of the world being red on Windows at the moment so any such splitting would have to wait.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988259</commentid>
    <comment_count>7</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-10-28 16:40:57 -0700</bug_when>
    <thetext>(In reply to Jessie Berlin from comment #6)
&gt; Added expected (failing?) results in http://trac.webkit.org/changeset/119174
&gt; 
&gt; Adding Dan so he can look and see if the unicode results are expected. I
&gt; could be convinced to do the splitting out if they are not, but I am trying
&gt; to attack the larger problem of the world being red on Windows at the moment
&gt; so any such splitting would have to wait.

These expectations were on &apos;AppleWin&apos; port, do we have to keep it open for &apos;win-cairo&apos;?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988399</commentid>
    <comment_count>8</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2023-10-29 20:11:56 -0700</bug_when>
    <thetext>AppleWin was removed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>