summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html')
-rw-r--r--third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html b/third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
index 324bc38..54f7379 100644
--- a/third_party/WebKit/LayoutTests/scrollbars/avoid-double-scrollbars-when-html-element-is-not-the-renderview.html
+++ b/third_party/WebKit/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>