Sign in
webkit
/
WebKit
/
7d4d978abf88cabfef2bda12226fa6cc453c3871
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
win32frameset.html
blob: 108b80f8c21efc9dd6f36cbffba5c1ce2ade3a8f [
file
] [
log
] [
blame
]
<html>
<head></head>
<frameset
cols
=
"*, *, *"
>
<frame
name
=
"first"
src
=
"page/1"
/>
<frame
name
=
"second"
src
=
"page/2?title=Fish"
/>
<frame
name
=
"third"
src
=
"formPage.html"
/>
</frameset>
</html>