Merge "Fix the EGL_NON_CONFORMANT_CONFIG issue" into tizen_2.1
[framework/web/webkit-efl.git] / LayoutTests / mhtml / page_with_css_and_js.html_original
1 <html>\r
2 \r
3 <head>\r
4   <link href="resources/hide_image.css" rel="stylesheet" type="text/css">\r
5    \r
6   <script type="text/javascript" src="resources/remove_image_script.js"></script>\r
7 </head>\r
8 \r
9 <body onload="onLoad()">\r
10 This page tests that CSS and JavaScript resources are retrieved correctly for MHTML files.<br><br>\r
11 There should be only one red square below:\r
12 <div id="firstDiv">\r
13 <img src="resources/red_square.png"><br><br>\r
14 </div>\r
15 <div id="secondDiv">\r
16 The red square below should be hidden by way of CSS.<br>\r
17 <img src="resources/red_square.png"><br><br>\r
18 </div>\r
19 <div id="thirdDiv">\r
20 The red square below should be hidden by way of JavaScript.<br>\r
21 <img src="resources/red_square.png"><br><br>\r
22 </div>\r
23   \r
24 </body>\r
25 \r
26 \r
27 </html>\r