summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/cssom/insertRule-from-script.html
blob: c364afc282b061ef6520b9f8c9b5271f0b11d000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<head>
  <meta charset="utf-8">
  <title>insertrule @import test</title>
  <link rel="help" href="https://drafts.csswg.org/cssom/">
  <link rel="help" href="http://www.w3.org/TR/cssom-1/#the-cssrule-interface">
  <link rel="match" href="insertRule-from-script-ref.html">
  <style></style>
</head>
<body>
  <script>document.styleSheets[0].insertRule("@import url(\"support/black.css\");");</script>
</body>