mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
10 lines
183 B
HTML
10 lines
183 B
HTML
<link rel="manifest" href="manifest.test/manifest.json">
|
|
<script>
|
|
{
|
|
testRunner.getManifestThen(function() {
|
|
alert_assert("Pass");
|
|
});
|
|
}
|
|
|
|
</script>
|