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

Side by Side Diff: LayoutTests/fast/borders/border-fit-empty.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 <!DOCTYPE HTML>
2 <style>
3 .item {
4 -webkit-border-fit: lines;
5 border: 2px solid black;
6 }
7 </style>
8 <script src="../../resources/check-layout.js"></script>
9 <div class="item" data-expected-height=4 data-expected-width=4></div>
10 <script>
11 checkLayout('.item');
12 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-fit-2-expected.txt ('k') | LayoutTests/fast/borders/border-fit-empty-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698