gecko-dev/devtools/client/dom/test/page_basic.html
Jan Odvarko 8c10d00064 Bug 1201475 - Refresh DOM panel only if selected; r=linclark
MozReview-Commit-ID: 3sr85QHQdjS
2016-04-18 17:12:10 +02:00

16 lines
340 B
HTML

<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>DOM test page</title>
</head>
<body>
<script type="text/javascript">
"use strict";
window._a = {_data: "test"};
</script>
</body>
</html>