summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html b/third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html
index 98920bf..c76af93 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-canvas-expected.html
@@ -13,7 +13,7 @@ canvas {
height: 100px;
background: green;
position: absolute;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
#overlap {
width: 10px;