mirror of
https://github.com/servo/servo.git
synced 2025-07-14 10:53:42 +01:00
9 lines
183 B
HTML
9 lines
183 B
HTML
<link rel="manifest" href="manifest.test/manifest.json">
|
|
<script>
|
|
{
|
|
testRunner.getManifestThen(function() {
|
|
alert_assert("Pass");
|
|
});
|
|
}
|
|
|
|
</script>
|