Skip to content

Commit 4122a43

Browse files
committed
fix: integ tests after shtml support
1 parent 542b090 commit 4122a43

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

src-node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>inline styles test</title>
6+
<style>
7+
.integratedStyle {
8+
color: blue;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
<div class="integratedStyle">
14+
this file has integrated html styles
15+
</div>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)