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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/resources/appcache-ordering.is-appcached.html

Issue 2415873002: Import w3c tests for the service workers (Closed)
Patch Set: Rebase Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 <html> <!-- Intentionally does NOT include a manifest attribute --> 1 <html> <!-- Intentionally does NOT include a manifest attribute -->
2 <body> 2 <body>
3 <!-- This should FALLBACK to ordering.is_appcached.js as specified in manifest 3 <!-- This should FALLBACK to ordering.is_appcached.js as specified in manifest
4 when the appcache is present --> 4 when the appcache is present -->
5 <script src="appcache-ordering.is-appcached404.js"></script> 5 <script src="appcache-ordering.is-appcached404.js"></script>
6 <script> 6 <script>
7 7
8 // If the script of the fallback resource loaded, is_appcached will be defined. 8 // If the script of the fallback resource loaded, is_appcached will be defined.
9 window.parent.notify_is_appcached(typeof is_appcached != 'undefined'); 9 window.parent.notify_is_appcached(typeof is_appcached != 'undefined');
10 10
11 </script> 11 </script>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698