Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(914)

Side by Side Diff: LayoutTests/css3/masking/clip-path-rectangle.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <style>
5 div {
6 width: 180px;
7 height: 180px;
8 background-color: green;
9 border: 10px solid black;
10 -webkit-clip-path: rectangle(0, 0, 200px, 200px, 100px, 100px);
11 }
12 </style>
13 </head>
14 <body>
15 <div>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/masking/clip-path-animation-expected.txt ('k') | LayoutTests/css3/masking/clip-path-rectangle-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698