<?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>91613</bug_id>
          
          <creation_ts>2012-07-18 03:49:18 -0700</creation_ts>
          <short_desc>Strange text render in fixed positioned block with z-index</short_desc>
          <delta_ts>2012-07-18 10:34:59 -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>All</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>23364</dup_id>
          
          <bug_file_loc>http://z.nocoffee.ru</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Ivan Vasilyev">vianomore</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>simon.fraser</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>672216</commentid>
    <comment_count>0</comment_count>
    <who name="Ivan Vasilyev">vianomore</who>
    <bug_when>2012-07-18 03:49:18 -0700</bug_when>
    <thetext>Text in the fixed positioned block with z-index &gt; 0 renders strange when there is any block with -webkit-transform css property present on the page.

I&apos;ve made a little test page: http://z.nocoffee.ru


&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;style&gt;		

		div {
			position: fixed;
			z-index: 1;
		}

		p {
			-webkit-transform: rotateX(180deg);			
		}
	&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;
	&lt;div&gt;Some text for test that renders strange&lt;/div&gt;	
	&lt;p&gt;I&apos;m a block with -webkit-transform&lt;/p&gt;	
&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>672506</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-07-18 10:34:59 -0700</bug_when>
    <thetext>Looks like a dupe of 23364 to me.

*** This bug has been marked as a duplicate of bug 23364 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>