Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/borders/border-image-should-not-display-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-should-not-display-expected.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-should-not-display-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2d1c3322798ea8135cfc7bf63e2cd3851208e355 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-should-not-display-expected.html |
| @@ -0,0 +1,9 @@ |
| +<style> |
| +div { |
| + background-color: green; |
| + width: 100px; |
| + height: 100px; |
| +} |
| +</style> |
| +<div></div> |
| + |