Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hash anchor (#) parameter in the test URL doesn't work #103

Open
takahirox opened this issue Oct 19, 2020 · 0 comments
Open

hash anchor (#) parameter in the test URL doesn't work #103

takahirox opened this issue Oct 19, 2020 · 0 comments

Comments

@takahirox
Copy link
Contributor

webgfx-tests adds test parameter as get query (like '?key1=value1&key2=value2') to the test URL. But if test URL includes hash anchor (#) parameter, the URL will be wrong.

For example, http://foo.com#bar will be like http://foo.com#bar?testparam1=value1&testparam2=value2. But hash anchor parameter needs to be after get query like http://foo.com?testparam1=value1&testparam2=value2#bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant