Files
tubestation/layout/reftests/css-parsing/supports-moz-bool-pref-1.html
Xidorn Quan 9e4a158f71 Bug 1267890 part 2 - Add test for -moz-bool-pref(). r=emilio
MozReview-Commit-ID: AFTVgwbi9M
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>