diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e94655 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# prerender-network-test diff --git a/index.html b/index.html new file mode 100644 index 0000000..a52c9e7 --- /dev/null +++ b/index.html @@ -0,0 +1,179 @@ + + + + + + + + Prerender Network Test Page + + + + + + + +
+
+
+

Prerender/Prefetch Test Page

+
+

Clicking either button below will add a <link rel="prerender"> or + <link rel="prefetch"> tag (pointing to a random website from an embedded + list) to the head of the document. +
+ This should demonstrate that, in Chromium, rel="prefetch" network activity is shown + in the Developer tools' Network tab, but rel="prerender" related network activity + is not. +
+ You can view the page source here; + see also the Chromium + ticket. +

+
+
+
+ + + +
+
+ +
+

Error!

+
+

+
+ + + + + + + + + + \ No newline at end of file diff --git a/license b/license new file mode 100644 index 0000000..87c9dca --- /dev/null +++ b/license @@ -0,0 +1,10 @@ +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file