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
/
xsl
/
xslt-in-subframe.html
blob
45bed277b385fc978b2163285fbf928519f5895f
1
<script>
2
if
(
window
.
testRunner
) {
3
testRunner
.
dumpAsText
();
4
testRunner
.
dumpChildFramesAsText
();
5
}
6
</script>
7
<body>
8
<p>
Make sure that XSLT works in a subframe.
9
<iframe
src
=
"resources/subframe.xml"
></iframe>
10
</body>