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

Display browser preferences/flags used at wpt.fyi #1648

Open
guest271314 opened this issue Nov 17, 2019 · 6 comments
Open

Display browser preferences/flags used at wpt.fyi #1648

guest271314 opened this issue Nov 17, 2019 · 6 comments

Comments

@guest271314
Copy link

Navigate to the page https://wpt.fyi/interop/offscreen-canvas/the-offscreen-canvas/2d.getcontext.exists.html?diff&filter=ADC&run_id=358480001&run_id=343560004.

Hover mouse over

6a3a002

which displays, in pertinent part

test Using prefs in /testing/profiles/; some experimental features enabled

Is /testing/profiles/ publicly stored and accessible?

Implement a means to display the preferences/flags launch settings for the browsers used at the wpt.fyi page.

@gsnedders gsnedders transferred this issue from web-platform-tests/wpt Nov 19, 2019
@gsnedders
Copy link
Member

Is /testing/profiles/ publicly stored and accessible?

it's https://searchfox.org/mozilla-central/source/testing/profiles in mozilla-central

@guest271314
Copy link
Author

@gsnedders Where are the preferences used?

@guest271314
Copy link
Author

Are the launch preferenced used exclusively at https://searchfox.org/mozilla-central/source/testing/profiles/reftest/user.js ?

@guest271314
Copy link
Author

@gsnedders Can you confirm that gfx.offscreen.enabled preference is set to true for the version of Firefox used for the linked OffscreenCanvas test at #1648 (comment)?

@gsnedders
Copy link
Member

I can't see it being set to true?

Are the launch preferenced used exclusively at https://searchfox.org/mozilla-central/source/testing/profiles/reftest/user.js ?

No. Look at profiles.json, and then the web-platform-tests field within there. The pref files are applied in the order they appear in that list (i.e., base/user.js, common/user.js, etc.).

@guest271314
Copy link
Author

user_pref("media.block-autoplay-until-in-foreground", false); is set twice in web-platform/user.js. There is at least one more duplicate entry in unittest-required/user.js.

This issue is a feature request to display the preferences set corresponding to the browser linked at the test result page.

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

No branches or pull requests

2 participants