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> |