summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/import.html
blob: bc92baeba02ce64ff243d5ca8e6cbf62d781de6b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<head>
  <title>import testcase</title>
  <link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="simple.css"/>
  <link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="import.css"/>
</head>
<body>
  <div>import <span>testcase</span></div>
</body>
</html>