haikuwebkit/LayoutTests/mhtml/multi_frames_binary.mht

85 lines
2.5 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
‰PNG

IHDR;0®¢sRGB®ÎégAMA±<> üa pHYsÄÄ•+„IDATHKí1€0EÁر“£ŽžÁxÿÍx= {ÿ.¥óÏé+ià{Y<>Ž‰©—Ò† &¬M0TäHÕ^&aOª†Š¼©ÚË$ìIÕPW ?Õ|MsØêC¢d¦4ÔÚ¼Gî\ã¾½`#9ÎÁ_ƒØßpå<70>½>&Ø“ª¡"¯ÀXBéÜûwWIEND®B`------=_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--