Skip to content

Commit

Permalink
[temporary] Introduce lint errors in dom/
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Aug 4, 2020
1 parent 710873b commit 0ed844a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dom/historical.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<title>Historical DOM features must be removed</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
Expand Down
2 changes: 1 addition & 1 deletion dom/interface-objects.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>Interfaces</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testharness.js"></script>
<div id="log"></div>
<script>
function testInterfaceDeletable(iface) {
Expand Down

0 comments on commit 0ed844a

Please sign in to comment.