Mypal/devtools/client/inspector/rules/test/doc_ruleLineNumbers.html
2019-03-11 13:26:37 +03:00

20 lines
281 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>simple testcase</title>
<style type="text/css">
#testid {
background-color: seagreen;
}
body {
color: chartreuse;
}
</style>
</head>
<body>
<div id="testid">simple testcase</div>
</body>
</html>