summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html
index 46a9420..676bef0 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/stacking-context-overlap-nested.html
@@ -13,7 +13,7 @@
}
.composited {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
background-color: green;
outline: 10px solid transparent; /* inflate compositing layer bounds */
}