summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1333001-1.html
blob: 2fb577b7bdf4d91c5f930315b3ddae94e85fcf3d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel=stylesheet href=1333001-1.css type=text/css>
<link rel=stylesheet href=1333001-1.css type=text/css>
<body onload="f()">
<script>
function f() {
  document.styleSheets[1].cssRules[0].media;
}
</script>