Index: LayoutTests/fast/frames/frame-set-scaling-hit.html |
diff --git a/LayoutTests/fast/frames/frame-set-scaling-hit.html b/LayoutTests/fast/frames/frame-set-scaling-hit.html |
index 7be4730f27aa2abef99a17abe9125498bd935866..d64b333081f88b0eba8e934f745e7084d0191d0f 100644 |
--- a/LayoutTests/fast/frames/frame-set-scaling-hit.html |
+++ b/LayoutTests/fast/frames/frame-set-scaling-hit.html |
@@ -1,6 +1,12 @@ |
<html> |
<head> |
<title>Frame Scale Hit Test</title> |
+ <style> |
+ ::-webkit-scrollbar { |
+ width: 0px; |
+ height: 0px; |
+ } |
+ </style> |
<script> |
function init() { |
@@ -18,7 +24,7 @@ |
window.onload = init; |
</script> |
</head> |
- <frameset style="background-color: red; -webkit-transform-origin: 0% 0%;" cols="25%,75%"> |
+ <frameset style="width: 4000px; height: 4000px; background-color: red; -webkit-transform-origin: 0% 0%;" cols="25%,75%"> |
<frame src="data:text/html,<body bgcolor='green'></body>"> |
<frame src="data:text/html,<body bgcolor='green'></body>"> |
</frameset> |