| Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-space-zero-tile-size.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-space-zero-tile-size.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-space-zero-tile-size.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..35851ab0767d028f87986f62dd3e9ad4cc2528dd
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-space-zero-tile-size.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<!--- Verify that we correctly handle zero computed tile size with background-repeat: space. -->
|
| +<html>
|
| +<head>
|
| +<style>
|
| + * { padding-bottom: 0.25px;
|
| + background: radial-gradient(59em circle at bottom 45px right 61%, rgb(238, 72, 15), rgb(9, 47, 198));
|
| + }
|
| + .space { background-repeat: space; }
|
| +</style>
|
| +</head>
|
| +<div class="space"></div>
|
| +</html>
|
|
|