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

Unified Diff: third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation-expected.html

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 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/compositing/will-change/stacking-context-creation-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation-expected.html b/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation-expected.html
index c1c9027ea23d0ce78b69cc0e58b26f07217a993d..b84ce51686cad3761a8c716d5876e9624f6541f5 100644
--- a/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation-expected.html
@@ -134,7 +134,7 @@
<div class="child">-webkit-box-reflect</div>
</div>
<div id="willChangeFilter" class="shouldStack">
- <div class="child">-webkit-filter</div>
+ <div class="child">filter</div>
</div>
<div id="willChangeZIndex" class="shouldStack">
<div class="child">z-index</div>

Powered by Google App Engine
This is Rietveld 408576698