blob: 6dd4ce3313ba4cd3d4c9a742b3acb98b1c4fce3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!--
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>
|