aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKafji <kafjiam@gmail.com>2017-10-13 22:45:58 +0700
committerKafji <kafjiam@gmail.com>2017-10-14 20:49:44 +0700
commitad22e6edfe3df6cb2198f7b15e67ecaa58d7e932 (patch)
treef2552ee4acf93a595bcfe9ff426f8af58f9ebb11
parent240c05f13b859fc87531555cfd59fa273503a1a7 (diff)
downloadservo-ad22e6edfe3df6cb2198f7b15e67ecaa58d7e932.tar.gz
servo-ad22e6edfe3df6cb2198f7b15e67ecaa58d7e932.zip
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
-rw-r--r--python/tidy/servo_tidy/tidy.py1
-rw-r--r--tests/wpt/metadata/MANIFEST.json4
-rw-r--r--tests/wpt/web-platform-tests/domparsing/innerhtml-07.html2
-rw-r--r--tests/wpt/web-platform-tests/domparsing/outerhtml-02.html2
4 files changed, 4 insertions, 5 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index e23834c0c58..038ec900755 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -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",
diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json
index 26eed3b1456..b02e62e1b46 100644
--- a/tests/wpt/metadata/MANIFEST.json
+++ b/tests/wpt/metadata/MANIFEST.json
@@ -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": [
diff --git a/tests/wpt/web-platform-tests/domparsing/innerhtml-07.html b/tests/wpt/web-platform-tests/domparsing/innerhtml-07.html
index 9e313a2cb01..b48b421eff8 100644
--- a/tests/wpt/web-platform-tests/domparsing/innerhtml-07.html
+++ b/tests/wpt/web-platform-tests/domparsing/innerhtml-07.html
@@ -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>
diff --git a/tests/wpt/web-platform-tests/domparsing/outerhtml-02.html b/tests/wpt/web-platform-tests/domparsing/outerhtml-02.html
index 7b69fbf6724..1ce5df03e4b 100644
--- a/tests/wpt/web-platform-tests/domparsing/outerhtml-02.html
+++ b/tests/wpt/web-platform-tests/domparsing/outerhtml-02.html
@@ -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>