repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
chromedriver
/
frame_test.html
blob
98b8d1c2e6f08f8b66733215762c84120d6bd50b
1
<html>
2
<head>
3
<title>
frame test
</title>
4
<meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/>
5
<style>
6
iframe
7
{
8
border-style:sold;
9
border-left-width:
100
px;
10
border-top-width:
100
px;
11
}
12
</style>
13
</head>
14
<body>
15
<p>
Below is an iframe.
</p>
16
<iframe
src
=
"empty.html"
></iframe>
17
</body>
18
</html>