Bug 1631821 [wpt PR 23143] - Python 3: Convert text to byte string to support PY2...
commit8ebf8704fd87f25d86b20ed6ab177d6d198d5d4b
authorziransun <zsun@igalia.com>
Wed, 13 May 2020 04:00:34 +0000 (13 04:00 +0000)
committermoz-wptsync-bot <wptsync@mozilla.com>
Wed, 20 May 2020 10:28:02 +0000 (20 10:28 +0000)
tree44c332198773eda3ded6e999786b272fdf62e776
parent34a2dd34180866ae912480ada245f8670851ce46
Bug 1631821 [wpt PR 23143] - Python 3: Convert text to byte string to support PY2 and PY3, a=testonly

Automatic update from web-platform-tests
Python 3: Convert text to byte string to support PY2 and PY3 (#23143)

In Python 2, both text and bytes are str type while in Python 3
they are different types.
--

wpt-commits: 370fa3a96c2098edaf1e5304a285be4de5bdd1fc
wpt-pr: 23143
testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py