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

Unified Diff: LayoutTests/http/tests/inspector/resources/layer-navigation-target.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform Created 6 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: LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
diff --git a/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html b/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
index dcae952bba03d51b2ecaa1542eb46dbcd8a5ae09..a38782724fc4582311783a8c20bf24eb259afa2e 100644
--- a/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
+++ b/LayoutTests/http/tests/inspector/resources/layer-navigation-target.html
@@ -8,7 +8,7 @@ function test()
</script>
<style>
.layer {
- -webkit-transform: translateZ(10px);
+ transform: translateZ(10px);
opacity: 0.8;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698