Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html

Issue 1312943008: Invalidate background obscuration after loading background images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698