summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/495269-1.html
blob: 40090edc8c035b843de10a15fe8684a2ad6e3710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="data:text/css,@font-face {}';">
    <link rel="stylesheet" href="data:text/css,@font-face {}';">
    <script>
      // Force a unique inner for the second linked sheet
      document.styleSheets[1].cssRules[0];
    </script>
  </head>
</html>