Chromium Code Reviews| 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> |