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

Unified Diff: LayoutTests/fast/backgrounds/background-clip-text-composited.html

Issue 663313005: Comply Compositing spec [1]; remove 'plus-darker'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark virtual/display_list_2d_canvas/fast/canvas/canvas-composite NeedsRebaseline Created 5 years, 11 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/fast/backgrounds/background-clip-text-composited.html
diff --git a/LayoutTests/fast/backgrounds/background-clip-text-composited.html b/LayoutTests/fast/backgrounds/background-clip-text-composited.html
index 3f77e8ab47e98bab1c09e0c2cc58530412ffb175..b704464e5984b91fa6b97af48fa226accd090808 100644
--- a/LayoutTests/fast/backgrounds/background-clip-text-composited.html
+++ b/LayoutTests/fast/backgrounds/background-clip-text-composited.html
@@ -53,9 +53,6 @@
<div class="div" style="-webkit-background-composite: copy;">01234 56789
<div class="label">copy</div>
</div>
- <div class="div" style="-webkit-background-composite: plus-darker;">01234 56789
- <div class="label">plus-darker</div>
- </div>
<div class="div" style="-webkit-background-composite: destination-over;">01234 56789
<div class="label">destination-over</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698