Index: third_party/WebKit/LayoutTests/paint/background/body-background-when-table-cell.html |
diff --git a/third_party/WebKit/LayoutTests/paint/background/body-background-when-table-cell.html b/third_party/WebKit/LayoutTests/paint/background/body-background-when-table-cell.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..53e42af4921e86f0e688547ad831637c076277da |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/background/body-background-when-table-cell.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<!-- The document shoudl be entirely blue. The red background on the 20x20-sized body should not appear. --> |
+<style> |
+ body { display:table-cell; vertical-align:middle; background:red url(../invalidation/resources/bluesquare.png) } |
+</style> |
+<body style="width: 20px; height: 20px"></body> |