From 153b59447401719ba94d3ffa7423a605cc54520d Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Fri, 20 Oct 2017 00:23:01 +0200 Subject: [PATCH] Bug 1410245 - Update web-platform-tests to revision a372dce582c21c911056273eec042fd9073cbd60: Remove moz.build info for removed directory tests/ext-xhtml-pubid/. r=bustage-fix on a CLOSED TREE --- testing/web-platform/moz.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index f68786bcbc37..8e553bae93af 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -210,9 +210,6 @@ with Files("tests/encrypted-media/**"): with Files("tests/eventsource/**"): BUG_COMPONENT = ("Core", "DOM") -with Files("tests/ext-xhtml-pubid/**"): - BUG_COMPONENT = ("Core", "XML") - # usb and payments ? with Files("tests/feature-policy/**"): BUG_COMPONENT = ("Core", "DOM")