gecko-dev/layout/reftests/css-parsing/supports-moz-bool-pref-1.html
Xidorn Quan 85f0c3af39 Bug 1267890 part 2 - Add test for -moz-bool-pref(). r=emilio
MozReview-Commit-ID: AFTVgwbi9M

--HG--
extra : source : 8344dd1d7234e4950dd62aaed737dea8197c3406
2017-12-08 20:03:34 -06:00

8 lines
377 B
HTML

<!DOCTYPE html>
<!-- The query part here is necessary because chrome stylesheets are
cached after first parse, so the -moz-bool-pref() wouldn't be
re-evaluated if we use the same url as the other test. -->
<link rel="stylesheet" href="chrome://reftest/content/moz-bool-pref.css?1">
<!-- testing.supports.moz-bool-pref = true -->
<div id="test" class="enabled"></div>