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

Unified Diff: third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation.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.html
diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation.html b/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation.html
index 0985bd58cf5f5c1810e1612f3ed350077f85d87f..a1c738704bfcdf7e792bcb787085a68f42b0708a 100644
--- a/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation.html
+++ b/third_party/WebKit/LayoutTests/compositing/will-change/stacking-context-creation.html
@@ -79,7 +79,7 @@
}
#willChangeFilter {
- will-change: -webkit-filter;
+ will-change: filter;
top: 200px;
left: 400px;
}
@@ -148,7 +148,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