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:
Kafji 2017-10-13 22:45:58 +07:00
parent 240c05f13b
commit ad22e6edfe
4 changed files with 4 additions and 5 deletions

View file

@ -66,7 +66,6 @@ WEBIDL_STANDARDS = [
"//dev.w3.org/fxtf",
"//dvcs.w3.org/hg",
"//dom.spec.whatwg.org",
"//domparsing.spec.whatwg.org",
"//drafts.csswg.org",
"//drafts.css-houdini.org",
"//drafts.fxtf.org",

View file

@ -577187,7 +577187,7 @@
"testharness"
],
"domparsing/innerhtml-07.html": [
"b420f01bdc20c9acd0787767f32a32e89224d755",
"881f6b21d62177fce935788c1abdbab846f46f13",
"testharness"
],
"domparsing/innerhtml-mxss.sub.html": [
@ -577215,7 +577215,7 @@
"testharness"
],
"domparsing/outerhtml-02.html": [
"6dc21aaae6399a9ea130da0b58c0a301177311b9",
"8cd50c102f335e9226abd1869a9e8800f287723d",
"testharness"
],
"domparsing/style_attribute_html.html": [

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<title>innerHTML 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>

View file

@ -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>