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

Side by Side Diff: LayoutTests/fast/borders/border-fit-2.html

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 div.test {
5 border-width: 21px 30px 30px 21px;
6 -webkit-border-fit: lines;
7 -webkit-border-image: url("resources/border-image.png") 21 30 30 21;
8 }
9 </style>
10 </head>
11 <body>
12 <div class="test"><div style="display:inline-block; margin-left:-20px;"></di v></div>
13 <div class="test" style="text-align:right;"><div style="display:inline-block ; margin-right:-20px;"></div></div>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-fit.html ('k') | LayoutTests/fast/borders/border-fit-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698