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

Unified 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, 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/border-fit-2.html
diff --git a/LayoutTests/fast/borders/border-fit-2.html b/LayoutTests/fast/borders/border-fit-2.html
deleted file mode 100644
index 38882af327a76f105230b562dec64dab663d70fc..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/borders/border-fit-2.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<head>
- <style>
- div.test {
- border-width: 21px 30px 30px 21px;
- -webkit-border-fit: lines;
- -webkit-border-image: url("resources/border-image.png") 21 30 30 21;
- }
- </style>
-</head>
-<body>
- <div class="test"><div style="display:inline-block; margin-left:-20px;"></div></div>
- <div class="test" style="text-align:right;"><div style="display:inline-block; margin-right:-20px;"></div></div>
-</body>
-</html>
« 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