Skip to content

Commit

Permalink
Fix ci_resources_unittest (#22249)
Browse files Browse the repository at this point in the history
Firefox has changed an error message recently, and the test is so
verbose that any change in output will cause failures.
  • Loading branch information
Hexcles authored Mar 16, 2020
1 parent 5f0d139 commit e19e456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/test/tests/functional/api-tests-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ <h1>Sample HTML5 API Tests</h1>
{
"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": {}
},
{
Expand Down

0 comments on commit e19e456

Please sign in to comment.