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

Unified Diff: LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading.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
« no previous file with comments | « no previous file | LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading.html
diff --git a/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading.html b/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading.html
new file mode 100644
index 0000000000000000000000000000000000000000..a2c14679d9a1c2149114d5588caf05bf463cba74
--- /dev/null
+++ b/LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+#a {
+ background-image: url(resources/bluesquare.png);
+ background-position: 0px -100px;
+ background-repeat: repeat-x;
+ 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>
« no previous file with comments | « no previous file | LayoutTests/paint/invalidation/background-no-longer-obscured-after-loading-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698