Index: third_party/WebKit/LayoutTests/fast/table/tbody-background-image-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-expected.html b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..987ab38136089a325a83ba2a04bf093b578b5f0f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/table/tbody-background-image-expected.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<style> |
+ .div { height:199px; width: 50%; box-sizing: border-box; margin: -1px; display: inline-block; } |
+</style> |
+<p>crbug.com/35697: The image should be tiled across the table.</p> |
+<div style="width: 100%; background:url(../..//images/resources/border-image-srgb-color-profile.png);"> |
+ <div class="div"></div> |
+ <div class="div"></div> |
+ <div class="div"></div> |
+ <div class="div"></div> |
+</div> |