From a337b1801eda0b39e67581a94467d0111a842c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 15 Jul 2020 18:12:05 +1000 Subject: [PATCH] Relocate to link relationship to HTML spec (#24447) --- .../link-relationship/link-rel-manifest.html | 11 ----------- .../link-tree-order-manual.html | 13 ------------- .../link-relationship/link-rel-manifest.html | 16 ++++++++++++++++ .../link-tree-order-manual.html | 13 +++++++++++++ 4 files changed, 29 insertions(+), 24 deletions(-) delete mode 100644 appmanifest/link-relationship/link-rel-manifest.html delete mode 100644 appmanifest/link-relationship/link-tree-order-manual.html create mode 100644 html/links/manifest/link-relationship/link-rel-manifest.html create mode 100644 html/links/manifest/link-relationship/link-tree-order-manual.html diff --git a/appmanifest/link-relationship/link-rel-manifest.html b/appmanifest/link-relationship/link-rel-manifest.html deleted file mode 100644 index 8eb39703a082da..00000000000000 --- a/appmanifest/link-relationship/link-rel-manifest.html +++ /dev/null @@ -1,11 +0,0 @@ - -Test that "manifest" is a supported value for the `rel` of a `link` - - - - diff --git a/appmanifest/link-relationship/link-tree-order-manual.html b/appmanifest/link-relationship/link-tree-order-manual.html deleted file mode 100644 index a8bf882fbd1c26..00000000000000 --- a/appmanifest/link-relationship/link-tree-order-manual.html +++ /dev/null @@ -1,13 +0,0 @@ - -Test that name member is supported - - - - - -

- If when installing the name is "pass" then the test has passed. -

diff --git a/html/links/manifest/link-relationship/link-rel-manifest.html b/html/links/manifest/link-relationship/link-rel-manifest.html new file mode 100644 index 00000000000000..2d9fd78948025a --- /dev/null +++ b/html/links/manifest/link-relationship/link-rel-manifest.html @@ -0,0 +1,16 @@ + + + Test that "manifest" is a supported value for the `rel` of a `link` + + + + + diff --git a/html/links/manifest/link-relationship/link-tree-order-manual.html b/html/links/manifest/link-relationship/link-tree-order-manual.html new file mode 100644 index 00000000000000..aa9ec9c12d8cca --- /dev/null +++ b/html/links/manifest/link-relationship/link-tree-order-manual.html @@ -0,0 +1,13 @@ + +Test that name member is supported + + + + + +

+ If when installing the name is "pass" then the test has passed. +