Index: LayoutTests/mhtml/page_with_css_and_js_ie-expected.html |
diff --git a/LayoutTests/mhtml/page_with_css_and_js_ie-expected.html b/LayoutTests/mhtml/page_with_css_and_js_ie-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bd1d061f2840110dbb169d2cea730b456e9de69a |
--- /dev/null |
+++ b/LayoutTests/mhtml/page_with_css_and_js_ie-expected.html |
@@ -0,0 +1,21 @@ |
+<html> |
+ |
+<head> |
+ <link href="resources/hide_image.css" rel="stylesheet" type="text/css"> |
+</head> |
+ |
+<body> |
+This page tests that CSS and JavaScript resources are retrieved correctly for MHTML files.<br><br> |
+There should be only 2 red squares below: |
+<div id="firstDiv"> |
+<img src="resources/red_square.png"><br><br> |
+</div> |
+<div id="thirdDiv"> |
+The red square below should be hidden by way of JavaScript (with JS disabled in MHTML, it still should show).<br> |
+<img src="resources/red_square.png"><br><br> |
+</div> |
+ |
+</body> |
+ |
+ |
+</html> |