12 lines
377 B
HTML
12 lines
377 B
HTML
<!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>
|