Add memory space check routine before saving web storage data
[framework/web/webkit-efl.git] / LayoutTests / mhtml / page_with_image.html_original
1 <html><head>
2 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
3
4
5 <title>Page with square</title>
6 <script>
7 if (window.testRunner) {
8   testRunner.dumpAsText();
9 }
10
11 </script>
12 </head><body>
13 This is a red square:<br>
14 <img src="page_with_image_files/red_square.png" onerror="document.getElementById('error').innerHTML+='Failed to load image!'">
15 <div id="error"></div>
16 </body></html>