summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1167782-1.html
blob: 4b41ea39838d4ed7602ef363ebbf4aec08c799f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<html>
<body>
<script>
  var d = window.getComputedStyle(document.body, "::-moz-color-swatch").display;
</script>
</body>
</html>