mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 17:05:38 +00: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>
|