Sign in
webkit
/
WebKit
/
668647880bebfea0145b49b3424a7bb3caef8928
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
click_frames.html
blob: bd055c7c71cbbb5c4cd520da222c24bfa5cb72b5 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
click frames
</title>
</head>
<frameset
rows
=
"*"
border
=
"1"
>
<frame
src
=
"clicks.html"
name
=
"source"
scrolling
=
"NO"
noresize
>
<frame
src
=
"xhtmlTest.html"
name
=
"target"
>
</frameset>
</frameset>
</html>