Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody.html b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..00a13f2861bcca013dc304446ec44a65aeb28141 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-fills-tbody.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + table { border-collapse: collapse; } |
| + td { height:36px; width: 36px; } |
| +</style> |
| +<p>crbug.com/35697: There should only be one image.</p> |
| +<table> |
| + <tbody style="background:url(../..//images/resources/border-image-srgb-color-profile.png);"> |
| + <tr> |
| + <td></td> |
| + <td></td> |
| + </tr> |
| + <tr> |
| + <td></td> |
| + <td></td> |
| + </tr> |
| + </tbody> |
| +</table> |