| Index: LayoutTests/transitions/unprefixed-perspective.html
|
| diff --git a/LayoutTests/transitions/unprefixed-perspective.html b/LayoutTests/transitions/unprefixed-perspective.html
|
| index 5545d9461a4514a05eea9ca6ed1aa48c4a9d1233..cd35bf11c07558573e1cda6c20c1c793c080838d 100644
|
| --- a/LayoutTests/transitions/unprefixed-perspective.html
|
| +++ b/LayoutTests/transitions/unprefixed-perspective.html
|
| @@ -1,4 +1,10 @@
|
| <!DOCTYPE html>
|
| +<style>
|
| +.target {
|
| + -webkit-perspective: 20px;
|
| + perspective: 20px;
|
| +}
|
| +</style>
|
| <div class="target">all 10ms</div><br>
|
| <div class="target">perspective 10ms</div><br>
|
| <div class="target">-webkit-perspective 10ms</div><br>
|
|
|