diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html b/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html index d922976..4e757a3 100644 --- a/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html +++ b/third_party/WebKit/LayoutTests/compositing/overflow/parent-overflow.html @@ -20,7 +20,7 @@ width: 100px; height: 300px; background-color: gray; - -webkit-transform: translateZ(0); + transform: translateZ(0); } </style> </head> |
