Skip to content

Commit 1418775

Browse files
test(cases): update complex.html
1 parent a9255d5 commit 1418775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/cases/complex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>foo</title>
5+
<title>Page Title</title>
66
<meta description="" />
7-
<link rel="stylesheet" href="foo.css">
7+
<link rel="stylesheet" href="style.css" type="text/css">
88
<style>
9-
#foo {
9+
#heading {
1010
color: #f00;
1111
}
1212
</style>
@@ -15,7 +15,7 @@
1515
<header style="background:black">
1616
<nav>item</nav>
1717
</header>
18-
<h1 id="foo">bar</h1>
18+
<h1 id="heading">bar</h1>
1919
<p class="one two" onclick="javascript:void(0)">
2020
baz <em style="display:none">qux</em>
2121
<a href="#">link</a>

0 commit comments

Comments
 (0)