mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update domparsing spec links to not point at WHATWG
- Change domparsing spec link from domparsing.spec.whatwg.org to w3c.github.io/DOM-Parsing - Remove from tidy since it's already covered by w3c.github.io - Update test manifest
This commit is contained in:
parent
240c05f13b
commit
ad22e6edfe
4 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<title>outerHTML and string conversion</title>
|
||||
<link rel="author" title="Ms2ger" href="mailto:ms2ger@gmail.com">
|
||||
<link rel="help" href="http://domparsing.spec.whatwg.org/#extensions-to-the-element-interface">
|
||||
<link rel="help" href="https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<div id="log"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue