Skip to content

Commit

Permalink
test(cases): update complex.html
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 3, 2019
1 parent a9255d5 commit 1418775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/cases/complex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>foo</title>
<title>Page Title</title>
<meta description="" />
<link rel="stylesheet" href="foo.css">
<link rel="stylesheet" href="style.css" type="text/css">
<style>
#foo {
#heading {
color: #f00;
}
</style>
Expand All @@ -15,7 +15,7 @@
<header style="background:black">
<nav>item</nav>
</header>
<h1 id="foo">bar</h1>
<h1 id="heading">bar</h1>
<p class="one two" onclick="javascript:void(0)">
baz <em style="display:none">qux</em>
<a href="#">link</a>
Expand Down

0 comments on commit 1418775

Please sign in to comment.