[Webkit-unassigned] [Bug 127995] SVG with small height inside pixel sized div renders below div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 09:16:29 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127995





--- Comment #1 from Hugh Zhang <hugh.zhang at oracle.com>  2014-01-31 09:13:53 PST ---
Apparently this only happens with <!DOCTYPE HTML>. It doesn't reproduce with <!DOCTYPE HTML PUBLIC>.

<!DOCTYPE HTML>
<html>
  <body>
    <div style="border: 1px solid red;width:100px;height:5px;">
      <svg>
        <rect width="100" height="5" fill="black"/>
      </svg>
    </div>
    <br/>
    <div style="border: 1px solid red;width:100px;height:14px">
      <svg>
        <rect width="100" height="5" fill="black"/>
      </svg>
    </div>
  </body>
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list