| 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 af17aaad949923413e31184d5e0d4b102b3516b0..4c925973edb6ab3360713a572f7e47510e7fc9e6 100644
|
| --- a/LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| +++ b/LayoutTests/fast/frames/frame-set-rotation-hit.html
|
| @@ -1,7 +1,12 @@
|
| <html>
|
| <head>
|
| <title>FrameSet Rotation Hit Test</title>
|
| -
|
| + <style>
|
| + ::-webkit-scrollbar {
|
| + width: 0px;
|
| + height: 0px;
|
| + }
|
| + </style>
|
| <script>
|
| function init() {
|
| if (!window.eventSender)
|
| @@ -19,7 +24,7 @@
|
| </script>
|
| </head>
|
| <!--rotate the frameset and translate it to make sure the entire frameset is visible after scaling-->
|
| - <frameset style="background-color: red; -webkit-transform: rotate(90deg) translate(100px, 0px);" cols="25%,75%">
|
| + <frameset style="width: 4000px; height: 4000px; background-color: red; -webkit-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>
|
|
|