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