diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html b/third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html index c768760..a3955c8 100644 --- a/third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html +++ b/third_party/WebKit/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html @@ -3,7 +3,7 @@ #slidein { width: 200px; height: 200px; - -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } #header { @@ -23,7 +23,7 @@ #content { width: 200px; height: 200px; - -webkit-transform: translateZ(0); + transform: translateZ(0); background-color: blue; } </style> |
