From 18ebdf059cc8172157968fb9754703369361b120 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 29 May 2015 19:36:23 +0200 Subject: [PATCH] Add a test for non-ASCII strings in CharacterData#substringData. --- tests/wpt/mozilla/meta/MANIFEST.json | 6 ----- .../mozilla/tests/mozilla/characterdata.html | 27 ------------------- .../nodes/CharacterData-substringData.html | 11 +++++++- 3 files changed, 10 insertions(+), 34 deletions(-) delete mode 100644 tests/wpt/mozilla/tests/mozilla/characterdata.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 841aa8f1c5b..86b5ac0f31e 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -113,12 +113,6 @@ "url": "/_mozilla/mozilla/caption.html" } ], - "mozilla/characterdata.html": [ - { - "path": "mozilla/characterdata.html", - "url": "/_mozilla/mozilla/characterdata.html" - } - ], "mozilla/child_reparenting.html": [ { "path": "mozilla/child_reparenting.html", diff --git a/tests/wpt/mozilla/tests/mozilla/characterdata.html b/tests/wpt/mozilla/tests/mozilla/characterdata.html deleted file mode 100644 index 9e8bb9fd10e..00000000000 --- a/tests/wpt/mozilla/tests/mozilla/characterdata.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -

This is the character data

- - - diff --git a/tests/wpt/web-platform-tests/dom/nodes/CharacterData-substringData.html b/tests/wpt/web-platform-tests/dom/nodes/CharacterData-substringData.html index 1d7288ab3f1..adcce727022 100644 --- a/tests/wpt/web-platform-tests/dom/nodes/CharacterData-substringData.html +++ b/tests/wpt/web-platform-tests/dom/nodes/CharacterData-substringData.html @@ -7,7 +7,6 @@