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

Unified Diff: LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
diff --git a/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html b/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
index 324bc382bfbc7306cfb9f4124762b5676859f079..54f7379d0cfaa13c1382d67bc51fde3252cb9292 100644
--- a/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
+++ b/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
@@ -1,4 +1,4 @@
<!DOCTYPE HTML>
-<html style="overflow-y:scroll;-webkit-transform: translateZ(0px)">
+<html style="overflow-y:scroll;transform: translateZ(0px)">
<div style="width:40px;height:3000px;background:green"></div>
</html>

Powered by Google App Engine
This is Rietveld 408576698