mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
94d6fed69a
--HG-- rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html extra : rebase_source : 687daf9d78e69fe6ae21f7c1a26503cf88a18b97
11 lines
429 B
HTML
11 lines
429 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
// We want to put an expando on the object, but we want this object
|
|
// to be wrapped in other compartments. This means that the expando
|
|
// must implement precreate, which happens (in general) for nodes.
|
|
// So we just do a cyclic reference to the document body.
|
|
window.expando = document.documentElement;
|
|
</script>
|
|
</head>
|