 Chromium Code Reviews
 Chromium Code Reviews Issue 115253003:
  Layout support for new circle shape syntax  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 115253003:
  Layout support for new circle shape syntax  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/css3/masking/clip-path-circle-relative-overflow.html | 
| diff --git a/LayoutTests/css3/masking/clip-path-circle-relative-overflow.html b/LayoutTests/css3/masking/clip-path-circle-relative-overflow.html | 
| index 21dfedafeaba9132f717a4acd3b1162592566e1a..5104f485e160c52823f32ed009f168514a109021 100644 | 
| --- a/LayoutTests/css3/masking/clip-path-circle-relative-overflow.html | 
| +++ b/LayoutTests/css3/masking/clip-path-circle-relative-overflow.html | 
| @@ -7,11 +7,11 @@ div { | 
| height: 200px; | 
| background-color: green; | 
| border: 20px solid black; | 
| - -webkit-clip-path: circle(50%, 50%, 50%); | 
| + -webkit-clip-path: circle(50% at 50% 50%); | 
| } | 
| </style> | 
| </head> | 
| <body> | 
| <div><div> | 
| </body> | 
| -</html> | 
| +</html> |