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]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
block
/
positioning
/
fixed-position-detached-frame.html
blob
aeadb724c11160edee8334c7efc982b0d091d5f3
1
<!DOCTYPE
html
>
2
<iframe></iframe>
3
<script>
4
framedoc
=
frames
[
0
].
document
.
documentElement
;
5
document
.
body
.
innerText
=
'PASS'
;
6
framedoc
.
innerHTML
=
'<title style="position:fixed">'
;
7
framedoc
.
getElementsByTagName
(
'title'
)[
0
].
innerText
=
'a'
;
8
if
(
window
.
testRunner
)
9
testRunner
.
dumpAsText
()
10
</script>