[Webkit-unassigned] [Bug 84557] New: RenderDetailMarker should draw the triangle inside the content box

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 19:27:27 PDT 2012


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

           Summary: RenderDetailMarker should draw the triangle inside the
                    content box
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,<style>body { zoom: 2; }
                    ::-webkit-details-marker { border: 4px solid lime;
                    }</style><details><summary>See
                    detail</summary></details>
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: luiz at webkit.org, morrita at google.com


How to reproduce the problem:
 1. Open the URL: data:text/html,<style>body { zoom: 2; } ::-webkit-details-marker { border: 4px solid lime; }</style><details><summary>See detail</summary></details>
 2. See the triangle

Expected:
 The triangle is drawn inside the green border.

Actual:
 The triangle is drawn on the green border.

-- 
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