Bug 135706 - border-radius on html does not render properly.
Summary: border-radius on html does not render properly.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-07 10:27 PDT by zalan
Modified: 2014-08-07 11:23 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.42 KB, patch)
2014-08-07 10:32 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2014-08-07 10:27:54 PDT
<style>
  html {
    border-radius: 100%;
    background-color: green;
  }
</style>
Comment 1 zalan 2014-08-07 10:32:05 PDT
Created attachment 236194 [details]
Patch
Comment 2 WebKit Commit Bot 2014-08-07 11:23:32 PDT
Comment on attachment 236194 [details]
Patch

Clearing flags on attachment: 236194

Committed r172218: <http://trac.webkit.org/changeset/172218>
Comment 3 WebKit Commit Bot 2014-08-07 11:23:35 PDT
All reviewed patches have been landed.  Closing bug.