<?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>125133</bug_id>
          
          <creation_ts>2013-12-02 22:43:20 -0800</creation_ts>
          <short_desc>[Coordinated Graphics] An element with background-size:cover is drawn incorrectly under certain condition.</short_desc>
          <delta_ts>2014-11-18 14:09:43 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc>http://black.company100.com/test/background-size-cover/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jeong Jin Gyeong">jjgjoojis</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dtrebbien</cc>
    
    <cc>jaepark</cc>
    
    <cc>nick.diego</cc>
    
    <cc>noam</cc>
    
    <cc>yoon</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>955778</commentid>
    <comment_count>0</comment_count>
    <who name="Jeong Jin Gyeong">jjgjoojis</who>
    <bug_when>2013-12-02 22:43:20 -0800</bug_when>
    <thetext>It is appeared in EFL. I checked at r159833.

Test:
  http://black.company100.com/test/background-size-cover/

The color of rightmost pixel is expected to be cyan.
Google Chrome 27 works correctly.
EFL MiniBrowser displays black pixel at rightmost.


I found 2 reappearance conditions.
The gap is appeared if at least one of the conditions is true.

1. Set position style of the element to fixed
  { position: fixed; }
2. Make the element an AC layer.
  { -webkit-transform: translateZ(0); }

The above test applies 2nd condition only. ( position: absolute, -webkit-transform: translateZ(0). )</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>