Skip to content

Commit 628a9e4

Browse files
Bug 1986967 - [wdspec] Fix blank js template for inline helper r=webdriver-reviewers,whimboo
Originally introduced in web-platform-tests/wpt#44291, but this is wrong, as it completely ignores the provided source for the script. Differential Revision: https://phabricator.services.mozilla.com/D226770
1 parent 2d897a5 commit 628a9e4

File tree

1 file changed

+1
-1
lines changed
  • testing/web-platform/tests/webdriver/tests/support

1 file changed

+1
-1
lines changed

testing/web-platform/tests/webdriver/tests/support/inline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</body>
2020
</html>""",
2121
"xml": """<?xml version="1.0" encoding="{charset}"?>\n{src}""",
22-
"js": "",
22+
"js": "{src}",
2323
}
2424
MIME_TYPES = {
2525
"html": "text/html",

0 commit comments

Comments
 (0)