Index: LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js |
diff --git a/LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js b/LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js |
index d90113966d46c9b3e8d230e3ce3f3bd24bec4f9d..5d0f09f882c4f97a73490a99b98e1f36119872bf 100644 |
--- a/LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js |
+++ b/LayoutTests/fast/dom/script-tests/URL-attribute-reflection.js |
@@ -51,7 +51,6 @@ shouldBe("testURLReflection('href', 'area')", "'URL'"); |
shouldBe("testURLReflection('href', 'link')", "'URL'"); |
shouldBe("testURLReflection('href', 'base')", "'URL'"); |
shouldBe("testURLReflection('icon', 'command')", "'URL'"); |
-shouldBe("testURLReflection('manifest', 'html')", "'URL'"); |
shouldBe("testURLReflection('poster', 'video')", "'URL'"); |
shouldBe("testURLReflection('src', 'audio')", "'URL'"); |
shouldBe("testURLReflection('src', 'embed')", "'URL'"); |