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

Unified Diff: LayoutTests/fast/repaint/border-fit-lines.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/repaint/border-fit-lines.html
diff --git a/LayoutTests/fast/repaint/border-fit-lines.html b/LayoutTests/fast/repaint/border-fit-lines.html
deleted file mode 100644
index 2402a5abcaade39e4adb6e21188d09eaa4c3d77a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/border-fit-lines.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-<head>
- <script src="resources/text-based-repaint.js" type="text/javascript"></script>
- <script type="text/javascript">
- function repaintTest()
- {
- var div = document.getElementById("target");
- div.style.width = '100px';
- }
- </script>
-</head>
-<body onload="runRepaintTest()">
- This should be a 100&times;100px green square with a black border:
- <div style="height: 100px; -webkit-border-fit: lines; background: green; border: 2px solid black;">
- <div id="target" style="display: inline-block; width: 10px; height: 10px;"></div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698