Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: content/test/data/dom_storage/sanity_check.html

Issue 9956117: DomStorageBrowserTest sanity check (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698