Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: LayoutTests/fast/frames/frame-set-rotation-hit.html

Issue 190723007: Fix tests to be compatible with Android scale initialization. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove substantive change, change only tests Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/events/touch/page-scaled-touch-gesture-click.html ('k') | LayoutTests/fast/frames/frame-set-scaling-hit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698