summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html b/third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html
index 42b8bdc..ce846f0 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/backing-requirement-changes-expected.html
@@ -13,7 +13,7 @@
}
#inner {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
background-color: blue;
}
@@ -21,7 +21,7 @@
width: 500px;
height: 500px;
background-color: yellow;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
</head>