diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html b/third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html index 1ba54bc..5d185c5 100644 --- a/third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html +++ b/third_party/WebKit/LayoutTests/compositing/iframes/become-composited-nested-iframes.html @@ -16,7 +16,7 @@ } .composited { - -webkit-transform: translateZ(0); + transform: translateZ(0); } iframe { |
