run_all_fp_tests_allow_self in wpt/feature-policy/resources/featurepolicy.js should not check exception strings |
|||
Issue descriptionCurrently the feature policy test framework in wpt/feature-policy/resources/featurepolicy.js will simply verify the stringified version of an exception that may be thrown in the case of a failure. However, this is a browser-specific string. We should instead just verify the type of the exception.
,
Jun 21 2018
Yes, it's low priority, but testing the actual string results makes the tests brittle. We should just be checking that the correct exception types are thrown.
,
Jul 9
,
Aug 2
|
|||
►
Sign in to add a comment |
|||
Comment 1 by cha...@chromium.org
, Jun 21 2018