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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
mhtml
/
mhtml_in_iframe.html
blob
db06892bcbcaab7cc06b0e23781c0464c885b475
1
<html>
2
3
<script>
4
if
(
window
.
testRunner
) {
5
testRunner
.
dumpAsText
();
6
testRunner
.
dumpChildFramesAsText
();
7
}
8
</script>
9
10
<body>
11
12
This page has an IFrame that tries to load some MHTML.
<br>
13
The load should fail.
<br>
14
15
<iframe
src
=
"simple_page_unmht.mht"
></iframe>
16
17
</body>
18
</html>