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

Unified Diff: LayoutTests/fast/borders/border-image-fill-no-border-width-expected.html

Issue 1159773005: Handle border-image with fill and zero-width borders (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove newly added but flaky test Created 5 years, 7 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-image-fill-no-border-width-expected.html
diff --git a/LayoutTests/fast/borders/border-image-fill-no-border-width-expected.html b/LayoutTests/fast/borders/border-image-fill-no-border-width-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..e624773783de9e8d01554b4f93bd36682913c7b3
--- /dev/null
+++ b/LayoutTests/fast/borders/border-image-fill-no-border-width-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<head>
+ <title>Test that border-image is drawn even though border width is zero</title>
+ <style>
+ body { margin: 0; }
+ div {
+ height: 76px;
+ width: 76px;
+ background-image: url('resources/border-image.png');
+ }
+ </style>
+</head>
+<body>
+ <div class="border-image-100-intrinsic"></div>
pdr. 2015/06/02 03:07:56 Nit: unneeded class.
+</body>

Powered by Google App Engine
This is Rietveld 408576698