summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html b/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html
index d922976..4e757a3 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html
@@ -20,7 +20,7 @@
width: 100px;
height: 300px;
background-color: gray;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
</head>