trisquel-icecat/icecat/layout/style/test/file_shared_sheet_caching.html

12 lines
267 B
HTML

<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="file_shared_sheet_caching.css">
<script>
onload = function() {
if (parent != window) {
parent.childWindowLoaded(window);
} else {
window.opener.childWindowLoaded(window);
}
}
</script>