From: "Saved by Windows Internet Explorer 9" Subject: Date: Wed, 18 May 2011 16:49:23 -0700 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----=_NextPart_000_0012_01CC157B.8AA06570" X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7600.16776 This is a multi-part message in MIME format. ------=_NextPart_000_0012_01CC157B.8AA06570 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Content-Location: http://localhost/page_with_css_and_js.html This page tests that CSS and JavaScript = resources are=20 retrieved correctly for MHTML files.

There should be only one red = square=20 below:=20


The red square below should be hidden by way of = CSS.


The red square below should be hidden by way of=20 JavaScript.


<= /HTML> ------=_NextPart_000_0012_01CC157B.8AA06570 Content-Type: image/png Content-Transfer-Encoding: base64 Content-Location: http://localhost/resources/red_square.png iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACx jwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACESURBVEhL7ZYxDoAwCEXB2LGTo46ewXj/zXgV PQKgexP/Ai6l889/6Stp4HtZjYKOiRCpEpfSEIYgJqxNMFTkFUjVXiZhT6qGirwCqdrLJOxJ1VCR V6A/1XxNc9jqQ6JkpjTU2rwQR+5c4769YCM5zn/BX4PY33Dljb0+JtiTqqEir8ADWEIY6dz7d1cA AAAASUVORK5CYII= ------=_NextPart_000_0012_01CC157B.8AA06570 Content-Type: text/css; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Location: http://localhost/resources/hide_image.css #secondDiv { DISPLAY: none } ------=_NextPart_000_0012_01CC157B.8AA06570 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://localhost/resources/remove_image_script.js function onLoad() {=0A= divToRemove =3D document.getElementById("thirdDiv");=0A= divToRemove.parentNode.removeChild(divToRemove);=0A= if (window.testRunner)=0A= testRunner.notifyDone();=0A= } ------=_NextPart_000_0012_01CC157B.8AA06570--