From e19e45639560ff2a89a826c21bbe26d2bbee29df Mon Sep 17 00:00:00 2001 From: Robert Ma Date: Mon, 16 Mar 2020 08:05:00 -0400 Subject: [PATCH] Fix ci_resources_unittest (#22249) Firefox has changed an error message recently, and the test is so verbose that any change in output will cause failures. --- resources/test/tests/functional/api-tests-1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/test/tests/functional/api-tests-1.html b/resources/test/tests/functional/api-tests-1.html index 7c77afdda8e37e..237b4ea876e589 100644 --- a/resources/test/tests/functional/api-tests-1.html +++ b/resources/test/tests/functional/api-tests-1.html @@ -414,7 +414,7 @@

Sample HTML5 API Tests

{ "status_string": "FAIL", "name": "Test throw DOM exception expected to fail", - "message": "assert_throws_dom: function \"function () {a.appendChild(b)}\" threw object \"HierarchyRequestError: Node cannot be inserted at the specified point in the hierarchy\" that is not a DOMException NOT_FOUND_ERR: property \"code\" is equal to 3, expected 8", + "message": "assert_throws_dom: function \"function () {a.appendChild(b)}\" threw object \"HierarchyRequestError: Node.appendChild: Cannot add children to a Text\" that is not a DOMException NOT_FOUND_ERR: property \"code\" is equal to 3, expected 8", "properties": {} }, {