Sign in
chromium
/
external
/
selenium
/
master
/
.
/
javascript
/
atoms
/
test
/
testdata
/
nested_scrolling_iframe_parent.html
blob: 9301cfae0df6f6b6ad1bafcd3f35c4352df3d785 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Nested scrollable
</title>
</head>
<body>
<div
style
=
"
margin-left
:
400px
;
"
><iframe
src
=
"simple.html"
id
=
"middle"
></iframe></div>
</body>
</html>