haikuwebkit/LayoutTests/mhtml/multi_frames_binary.mht

85 lines
2.5 KiB
Plaintext
Raw Permalink Normal View History

From: <Saved by WebKit>
Subject: A page that contains multiple nested frames
Date: Mon, 26 Jun 2011 09:09:01 -0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----=_NextPart_000_8D20_8CDAF17B.8E5ECA45"
------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: text/html
Content-Transfer-Encoding: binary
Content-Location: http://localhost/multi_frames.html
<html><head><meta charset="ISO-8859-1">
<title>A page that contains multiple nested frames</title>
</head><body>
This page contains several frames.<br>
<iframe src="resources/frame_0.html"></iframe><br>
<iframe src="resources/frame_1.html"></iframe><br>
<iframe src="resources/frame_2.html"></iframe><br>
And a red square:<br>
<img src="resources/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
<div id="error"></div>
</body></html>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: image/png
Content-Transfer-Encoding: binary
Content-Location: http://localhost/resources/red_square.png
<EFBFBD>PNG

IHDR;0<><30>sRGB<00><><1C>gAMA<00><> <0B>a pHYs<0E><0E><01>+<00>IDATHK<48><4B>1<0E>0E<>ر<EFBFBD><D8B1><EFBFBD><EFBFBD><EFBFBD>x<EFBFBD><78>x=<02>{<13>.<2E><><EFBFBD><EFBFBD>+i<>{Y<><59><EFBFBD><EFBFBD><10><12><><10> &<26>M0T<30>H<>^&aO<61><4F><EFBFBD><EFBFBD><02><><EFBFBD>$<24>I<EFBFBD>P<EFBFBD>W<EFBFBD>?<3F>|Ms<4D><73>C<EFBFBD>d<EFBFBD>4<EFBFBD>ڼG<>\㾽`#9<><EFBFBD>_<EFBFBD><5F><EFBFBD>p卽>&ؓ<><D893>"<22><>XB<18><><EFBFBD>wWIEND<4E>B`<60>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: text/html
Content-Transfer-Encoding: binary
Content-Location: http://localhost/resources/frame_0.html
<html><head><meta charset="ISO-8859-1"></head><body>
The first frame!
</body></html>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: text/html
Content-Transfer-Encoding: binary
Content-Location: http://localhost/resources/frame_1.html
<html><head><meta charset="ISO-8859-1"></head><body>
The second frame!
</body></html>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: text/html
Content-Transfer-Encoding: binary
Content-Location: http://localhost/resources/frame_2.html
<html><head><meta charset="ISO-8859-1"></head><body>
The third frame!<br>
This one contains yet another frame. What a twist!<br>
<iframe src="frame_4.html"></iframe>
</body></html>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45
Content-Type: text/html
Content-Transfer-Encoding: binary
Content-Location: http://localhost/resources/frame_4.html
<html><head><meta charset="ISO-8859-1"></head><body>
This is frame 4!<br>
<img src="red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
<div id="error"></div>
</body></html>------=_NextPart_000_8D20_8CDAF17B.8E5ECA45--