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

Unified Diff: test/codegen/expect/server_mode/html_input.html

Issue 993213003: Support browser caching using hashes in serverMode (fixes #93, fixes #92) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/codegen/expect/server_mode/dir/html_input_e.js ('k') | test/codegen/expect/server_mode/html_input.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/server_mode/html_input.html
diff --git a/test/codegen/expect/server_mode/html_input.html b/test/codegen/expect/server_mode/html_input.html
new file mode 100644
index 0000000000000000000000000000000000000000..94d52cf94748d15693e14c798bd864931bedb077
--- /dev/null
+++ b/test/codegen/expect/server_mode/html_input.html
@@ -0,0 +1,19 @@
+<html><head></head><body>
+<script src="cached/c947f9f732203b97dd2882e63da78dbe/dev_compiler/runtime/harmony_feature_check.js"></script>
+<script src="cached/e0c88ce05fb3615397b4fd408c68cf8a/dev_compiler/runtime/dart_runtime.js"></script>
+<script src="cached/fa4d5796ad409e1bbdbd3c64354488c4/dev_compiler/runtime/messages_widget.js"></script>
+<link rel="stylesheet" href="cached/307a7ef1e0cd0544d55c6f768f5e3886/dev_compiler/runtime/messages.css">
+<script>
+ /* placehorder for unimplemented code libraries */
+ var math = Math;
+ var core = { int: { parse: Number }, print: e => console.log(e) };
+ var dom = { document: document };
+</script><script src="cached/e0fe26da0f62b92461fd9b150facff7e/dir/html_input_d.js"></script>
+<script src="cached/fa9de9a33d7351e5d3e8cc73cf72dc6c/dir/html_input_b.js"></script>
+<script src="cached/2df704f47bff6d0c0c7056a29f2df0af/dir/html_input_e.js"></script>
+<script src="cached/23292ca0509f6bfd409afc158b5eeae2/dir/html_input_c.js"></script>
+<script src="cached/af96cf335000b6882f811a6008fb051f/dir/html_input_a.js"></script>
+<script>html_input_a.main();</script>
+
+
+</body></html>
« no previous file with comments | « test/codegen/expect/server_mode/dir/html_input_e.js ('k') | test/codegen/expect/server_mode/html_input.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698