Index: LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html |
diff --git a/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html b/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9b1e6adbea5e28d9e27c4437ea794d7d725ff138 |
--- /dev/null |
+++ b/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<style> |
+#a { |
+ background-image: url(resources/bluesquare.png); |
+ background-repeat: repeat; |
+ height: 1em; |
+} |
+#b { |
+ float: left; |
+ background-color: white; |
+} |
+</style> |
+<div id="a"><span id="b">This test passes if there is blue to the right</span></div> |