summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/longname.html
blob: 111e67a2b9101f67d446fe1e2fa318f1e310c6f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>long name 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="veryveryverylongnamethatcanbreakthestyleeditor.css"/>
</head>
<body>
	<div>long name testcase</div>
</body>
</html>