summaryrefslogtreecommitdiffstats
path: root/layout/style/test/test_bug524175.html
blob: 5a57b61ba2d7bb2efea73f7349ea1c005b46a0ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=524175
-->
<head>
  <title>Test for Bug 524175</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <style>
    span::before ::before {}
  </style>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=524175">Mozilla Bug 524175</a>
<p id="display"></p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 524175 **/
is(document.styleSheets[1].cssRules.length, 0, "Shouldn't have parsed that rule");
</script>
</pre>
</body>
</html>