mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
367 B
HTML
12 lines
367 B
HTML
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/licenses/publicdomain/
|
|
-->
|
|
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=587585 -->
|
|
<!DOCTYPE html>
|
|
<title>Test -moz-element reference with external binding</title>
|
|
|
|
<body style="margin:0">
|
|
<div style="width: 100px; height: 100px; background: lime;"></div>
|
|
</body>
|