Chromium Code Reviews| Index: LayoutTests/fast/backgrounds/background-img-repeat-expected.html |
| diff --git a/LayoutTests/fast/backgrounds/background-img-repeat-expected.html b/LayoutTests/fast/backgrounds/background-img-repeat-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5109b31492c7069e09547434b92aead8257759a5 |
| --- /dev/null |
| +++ b/LayoutTests/fast/backgrounds/background-img-repeat-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<style> |
| + div { |
| + background: green; |
| + } |
| +</style> |
| +</head> |
| +<body> |
| + <div>This text should have green background.<div> |
| +</body> |
| +</html> |