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

Unified 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, 3 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/borders/border-fit-empty.html
diff --git a/LayoutTests/fast/borders/border-fit-empty.html b/LayoutTests/fast/borders/border-fit-empty.html
deleted file mode 100644
index 8a18202e06573190aedd284db3d96eac7864da3a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/borders/border-fit-empty.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE HTML>
-<style>
-.item {
- -webkit-border-fit: lines;
- border: 2px solid black;
-}
-</style>
-<script src="../../resources/check-layout.js"></script>
-<div class="item" data-expected-height=4 data-expected-width=4></div>
-<script>
-checkLayout('.item');
-</script>
« 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