| Index: ManualTests/simple-image-compositing.html
|
| diff --git a/ManualTests/simple-image-compositing.html b/ManualTests/simple-image-compositing.html
|
| index e44ffedf30a169448c2e4cb7644d15b864c39765..19fa29d9ac0fd4fda94df4478446120e372fc7bd 100644
|
| --- a/ManualTests/simple-image-compositing.html
|
| +++ b/ManualTests/simple-image-compositing.html
|
| @@ -17,7 +17,7 @@
|
| height: 180px;
|
| }
|
| img {
|
| - -webkit-transform: rotate3d(0, 0, 1, 0);
|
| + transform: rotate3d(0, 0, 1, 0);
|
| }
|
| </style>
|
| </head>
|
| @@ -65,7 +65,7 @@ defaults write com.apple.Safari WebCoreLayerBorders -bool yes
|
| </p>
|
|
|
| <p>
|
| - <img src="resources/simple_image.png" style="-webkit-transform: rotate3d(0, 0, 1, 10deg);">
|
| + <img src="resources/simple_image.png" style="transform: rotate3d(0, 0, 1, 10deg);">
|
| rotated but otherwise no style - can be directly composited
|
| </p>
|
|
|
|
|