Files
tubestation/xpcom/string/crashtests/394275-1.html
Andrew McCreight 3ef51d0bbf Bug 1403959, part 3 - Manually fix some xpcom/ eslint failures and enable it. r=froydnj
Renames are because another location also defined that
variable. Unused definitions are eliminated.

The .eslintrc.js file makes eslint expect XPCShell global variables.

MozReview-Commit-ID: Fafm5o45bme
2017-09-28 16:12:52 -07:00

10 lines
264 B
HTML

<html>
<body>
<script>
style = document.createElement("style"); // eslint-disable-line no-undef
document.documentElement.appendChild(style); // eslint-disable-line no-undef
style.textContent = "tz\uDAB2 "; // eslint-disable-line no-undef
</script>
</body>
</html>