gecko-dev/layout/reftests/bugs/1375513.html
Ting-Yu Lin 0508162f38 Bug 1375513 Part 2 - Add a reftest for testing non-chrome XBL bindings with stylesheets. r=heycam
This reftest can also catch bug 1372876 because it has pseudo element rules
like ::-moz-range-progress in the XBL stylesheet.

MozReview-Commit-ID: LUicjTRzMKt

--HG--
extra : rebase_source : a7f94fce06168eb33742438157651f087bdf324f
2017-06-27 22:24:59 -07:00

15 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test for bug 1375513</title>
<style type="text/css">
#input {
-moz-binding: url(1375513.xml#createInputRange);
}
</style>
</head>
<body>
<div id="input"></div>
</body>
</html>