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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html

Issue 2457023002: Replace coversExtraPixels with simpler logic (Closed)
Patch Set: Rebaseline Created 4 years, 2 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: third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c0cc67a28c9a4f0a8dc36af0745262129702fc33
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/resize-mask-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<style>
+#mask {
+ width: 200px;
+ height: 100px;
+ -webkit-mask-box-image: url(../../fast/backgrounds/resources/dot.png) 3;
+ background-color: green;
+}
+</style>
+<div id="mask"></div>

Powered by Google App Engine
This is Rietveld 408576698