| Index: content/test/data/dom_storage/sanity_check.html
|
| ===================================================================
|
| --- content/test/data/dom_storage/sanity_check.html (revision 0)
|
| +++ content/test/data/dom_storage/sanity_check.html (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +<html>
|
| + <head>
|
| + <title>DomStorage Sanity Check</title>
|
| + <script type="text/javascript" src="common.js"></script>
|
| + <script type="text/javascript" src="sanity_check.js"></script>
|
| + </head>
|
| + <body onload="test()">
|
| + <div id="status">Starting...<br/></div>
|
| + </body>
|
| +</html>
|
|
|
| Property changes on: content\test\data\dom_storage\sanity_check.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|