diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html index 3bade09..f73c399 100644 --- a/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html +++ b/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html @@ -19,7 +19,7 @@ width:200px; height:200px; overflow: auto; - -webkit-transform: scale(0.5); + transform: scale(0.5); background-color:green; z-index:0; } |
