| Index: LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| diff --git a/LayoutTests/fast/frames/frame-set-rotation-hit.html b/LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| index 4c925973edb6ab3360713a572f7e47510e7fc9e6..55826025c3aed9db1a4bbee2796ab9f222c15101 100644
|
| --- a/LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| +++ b/LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| @@ -24,7 +24,7 @@
|
| </script>
|
| </head>
|
| <!--rotate the frameset and translate it to make sure the entire frameset is visible after scaling-->
|
| - <frameset style="width: 4000px; height: 4000px; background-color: red; -webkit-transform: rotate(90deg) translate(100px, 0px);" cols="25%,75%">
|
| + <frameset style="width: 4000px; height: 4000px; background-color: red; transform: rotate(90deg) translate(100px, 0px);" cols="25%,75%">
|
| <frame src="data:text/html,<body bgcolor='green'></body>">
|
| <frame src="data:text/html,<body bgcolor='green'></body>">
|
| </frameset>
|
|
|