diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/animations/webkit-perspective.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/animations/webkit-perspective.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/animations/webkit-perspective.html b/third_party/WebKit/LayoutTests/animations/webkit-perspective.html index 71a0b34..d36c7eb 100644 --- a/third_party/WebKit/LayoutTests/animations/webkit-perspective.html +++ b/third_party/WebKit/LayoutTests/animations/webkit-perspective.html @@ -15,7 +15,7 @@ width: 150px; height: 150px; background: blue; - -webkit-transform: rotateY(45deg); + transform: rotateY(45deg); } </style> <div id="perspective"> |
