GitHub - web-platform-tests/wpt: Test suites for Web platform specs — including WHATWG W3C and others
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt Toggle navigation Sign in Search or jump to…
Search code, repositories, users, issues, pull requests…
Search syntax tips # Provide feedback
Cancel Submit feedback # Saved searches
Use saved searches to filter your results more quickly
Cancel Create saved search Sign in Sign up Reseting focus Search syntax tips
Use saved searches to filter your results more quickly
View license 5k stars 3.1k forks BranchesTagsActivity Star Notifications You must be signed in to change notification settings masterBranchesTagsGo to fileCode
Folders and files
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commit
History 63,331 Commits |
| .github | .github | | | | .well-known | .well-known | | | | FileAPI | FileAPI | | | | IndexedDB | IndexedDB | | | | WebCryptoAPI | WebCryptoAPI | | | | accelerometer | accelerometer | | | | accessibility | accessibility | | | | accname | accname | | | | acid | acid | | | | ai | ai | | | | ambient-light | ambient-light | | | | animation-worklet | animation-worklet | | | | annotation-model | annotation-model | | | | annotation-protocol | annotation-protocol | | | | annotation-vocab | annotation-vocab | | | | apng | apng | | | | appmanifest | appmanifest | | | | attribution-reporting | attribution-reporting | | | | audio-output | audio-output | | | | autoplay-policy-detection | autoplay-policy-detection | | | | avif | avif | | | | background-fetch | background-fetch | | | | background-sync | background-sync | | | | badging | badging | | | | battery-status | battery-status | | | | beacon | beacon | | | | bluetooth | bluetooth | | | | browsing-topics | browsing-topics | | | | captured-mouse-events | captured-mouse-events | | | | clear-site-data | clear-site-data | | | | client-hints | client-hints | | | | clipboard-apis | clipboard-apis | | | | close-watcher | close-watcher | | | | common | common | | | | compat | compat | | | | compression | compression | | | | compute-pressure | compute-pressure | | | | conformance-checkers | conformance-checkers | | | | console | console | | | | contacts | contacts | | | | content-dpr | content-dpr | | | | content-index | content-index | | | | content-security-policy | content-security-policy | | | | contenteditable | contenteditable | | | | cookie-deprecation-label | cookie-deprecation-label | | | | cookie-store | cookie-store | | | | cookies | cookies | | | | core-aam | core-aam | | | | cors | cors | | | | credential-management | credential-management | | | | css | css | | | | custom-elements | custom-elements | | | | delegated-ink | delegated-ink | | | | density-size-correction | density-size-correction | | | | deprecation-reporting | deprecation-reporting | | | | device-memory | device-memory | | | | device-posture | device-posture | | | | digital-credentials | digital-credentials | | | | direct-sockets | direct-sockets | | | | docs | docs | | | | document-picture-in-picture | document-picture-in-picture | | | | document-policy | document-policy | | | | dom | dom | | | | domparsing | domparsing | | | | domxpath | domxpath | | | | dpub-aam | dpub-aam | | | | dpub-aria | dpub-aria | | | | ecmascript | ecmascript | | | | editing | editing | | | | element-timing | element-timing | | | | encoding-detection | encoding-detection | | | | encoding | encoding | | | | encrypted-media | encrypted-media | | | | entries-api | entries-api | | | | event-timing | event-timing | | | | eventsource | eventsource | | | | eyedropper | eyedropper | | | | feature-policy | feature-policy | | | | fedcm | fedcm | | | | fenced-frame | fenced-frame | | | | fetch | fetch | | | | file-system-access | file-system-access | | | | fledge/tentative | fledge/tentative | | | | focus | focus | | | | font-access | font-access | | | | fonts | fonts | | | | forced-colors-mode | forced-colors-mode | | | | fs | fs | | | | fullscreen | fullscreen | | | | gamepad | gamepad | | | | generic-sensor | generic-sensor | | | | geolocation-sensor | geolocation-sensor | | | | geolocation | geolocation | | | | graphics-aam | graphics-aam | | | | graphics-aria | graphics-aria | | | | gyroscope | gyroscope | | | | hr-time | hr-time | | | | html-aam | html-aam | | | | html-longdesc | html-longdesc | | | | html-media-capture | html-media-capture | | | | View all files |
Repository files navigation
The web-platform-tests Project
The web-platform-tests Project is a cross-browser test suite for the Web-platform stack. Writing tests in a way that allows them to be run in all browsers gives browser projects confidence that they are shipping software that is compatible with other implementations, and that later implementations will be compatible with their implementations. This in turn gives Web authors/developers confidence that they can actually rely on the Web platform to deliver on the promise of working across browsers and devices without needing extra layers of abstraction to paper over the gaps left by specification editors and implementors.
The most important sources of information and activity are:
- github.com/web-platform-tests/wpt: the canonical location of the project’s source code revision history and the discussion forum for changes to the code
- web-platform-tests.org: the documentation website; details how to set up the project, how to write tests, how to give and receive peer review, how to serve as an administrator, and more
- wpt.live: a public deployment of the test suite, allowing anyone to run the tests by visiting from an Internet-enabled browser of their choice
- wpt.fyi: an archive of test results collected from an array of web browsers on a regular basis
- Real-time chat room: the wpt:matrix.org matrix channel; includes participants located around the world, but busiest during the European working day.
- Mailing list: a public and low-traffic discussion list
- RFCs: a repo for requesting comments on substantial changes that would impact other stakeholders or users; people who work on WPT infra are encouraged to watch the repo.
If you’d like clarification about anything, don’t hesitate to ask in the chat room or on the mailing list.
Setting Up the Repo
Clone or otherwise get https://github.com/web-platform-tests/wpt.
Note: because of the frequent creation and deletion of branches in this repo, it is recommended to “prune” stale branches when fetching updates, i.e. use git pull –prune (or git fetch -p && git merge).
Running the Tests
See the documentation website and in particular the system setup for running tests locally.
Command Line Tools
The wpt command provides a frontend to a variety of tools for working with and running web-platform-tests. Some of the most useful commands are:
- wpt serve - For starting the wpt http server
- wpt run - For running tests in a browser
- wpt lint - For running the lint against all tests
- wpt manifest - For updating or generating a MANIFEST.json test manifest
- wpt install - For installing the latest release of a browser or webdriver server on the local machine.
- wpt serve-wave - For starting the wpt http server and the WAVE test runner. For more details on how to use the WAVE test runner see the documentation.
Windows Notes
On Windows wpt commands must be prefixed with python or the path to the python binary (if python is not in your %PATH%).
python wpt commandAlternatively, you may also use Bash on Ubuntu on Windows in the Windows 10 Anniversary Update build, then access your windows partition from there to launch wpt commands.
Please make sure git and your text editor do not automatically convert line endings, as it will cause lint errors. For git, please set git config core.autocrlf false in your working tree.
Publication
The master branch is automatically synced to wpt.live and w3c-test.org.
Contributing
Save the Web, Write Some Tests!
Absolutely everyone is welcome to contribute to test development. No test is too small or too simple, especially if it corresponds to something for which you’ve noted an interoperability bug in a browser.
The way to contribute is just as usual:
- Fork this repository (and make sure you’re still relatively in sync with it if you forked a while ago).
- Create a branch for your changes: git checkout -b topic.
- Make your changes.
- Run ./wpt lint as described above.
- Commit locally and push that to your repo.
- Create a pull request based on the above.
Issues with web-platform-tests
If you spot an issue with a test and are not comfortable providing a pull request per above to fix it, please file a new issue. Thank you!
About
Test suites for Web platform specs — including WHATWG, W3C, and others
web-platform-tests.org/
Topics
javascript testing html firefox opera browser web-development dom w3c test-runner safari google-chrome test-automation web-standards whatwg microsoft-edge webkit blink gecko
Resources
Readme
License
View license
Code of conduct
Code of conduct ActivityCustom properties
Stars
5k stars
Watchers
387 watching
Forks
3.1k forks Report repository
Releases 5,000+
merge_pr_49248 Latest Nov 19, 2024 + 34,145 releases
Contributors 1,763
- 1,749 contributors
Languages
- HTML85.1%
- JavaScript11.2%
- Python3.6%
- CSS0.1%
- Shell0.0%
- Perl0.0%
Name | Name | Last commit message | Last commit date |
---|---|---|---|
Latest commit
History 63,331 Commits |
| .github | .github | | | | .well-known | .well-known | | | | FileAPI | FileAPI | | | | IndexedDB | IndexedDB | | | | WebCryptoAPI | WebCryptoAPI | | | | accelerometer | accelerometer | | | | accessibility | accessibility | | | | accname | accname | | | | acid | acid | | | | ai | ai | | | | ambient-light | ambient-light | | | | animation-worklet | animation-worklet | | | | annotation-model | annotation-model | | | | annotation-protocol | annotation-protocol | | | | annotation-vocab | annotation-vocab | | | | apng | apng | | | | appmanifest | appmanifest | | | | attribution-reporting | attribution-reporting | | | | audio-output | audio-output | | | | autoplay-policy-detection | autoplay-policy-detection | | | | avif | avif | | | | background-fetch | background-fetch | | | | background-sync | background-sync | | | | badging | badging | | | | battery-status | battery-status | | | | beacon | beacon | | | | bluetooth | bluetooth | | | | browsing-topics | browsing-topics | | | | captured-mouse-events | captured-mouse-events | | | | clear-site-data | clear-site-data | | | | client-hints | client-hints | | | | clipboard-apis | clipboard-apis | | | | close-watcher | close-watcher | | | | common | common | | | | compat | compat | | | | compression | compression | | | | compute-pressure | compute-pressure | | | | conformance-checkers | conformance-checkers | | | | console | console | | | | contacts | contacts | | | | content-dpr | content-dpr | | | | content-index | content-index | | | | content-security-policy | content-security-policy | | | | contenteditable | contenteditable | | | | cookie-deprecation-label | cookie-deprecation-label | | | | cookie-store | cookie-store | | | | cookies | cookies | | | | core-aam | core-aam | | | | cors | cors | | | | credential-management | credential-management | | | | css | css | | | | custom-elements | custom-elements | | | | delegated-ink | delegated-ink | | | | density-size-correction | density-size-correction | | | | deprecation-reporting | deprecation-reporting | | | | device-memory | device-memory | | | | device-posture | device-posture | | | | digital-credentials | digital-credentials | | | | direct-sockets | direct-sockets | | | | docs | docs | | | | document-picture-in-picture | document-picture-in-picture | | | | document-policy | document-policy | | | | dom | dom | | | | domparsing | domparsing | | | | domxpath | domxpath | | | | dpub-aam | dpub-aam | | | | dpub-aria | dpub-aria | | | | ecmascript | ecmascript | | | | editing | editing | | | | element-timing | element-timing | | | | encoding-detection | encoding-detection | | | | encoding | encoding | | | | encrypted-media | encrypted-media | | | | entries-api | entries-api | | | | event-timing | event-timing | | | | eventsource | eventsource | | | | eyedropper | eyedropper | | | | feature-policy | feature-policy | | | | fedcm | fedcm | | | | fenced-frame | fenced-frame | | | | fetch | fetch | | | | file-system-access | file-system-access | | | | fledge/tentative | fledge/tentative | | | | focus | focus | | | | font-access | font-access | | | | fonts | fonts | | | | forced-colors-mode | forced-colors-mode | | | | fs | fs | | | | fullscreen | fullscreen | | | | gamepad | gamepad | | | | generic-sensor | generic-sensor | | | | geolocation-sensor | geolocation-sensor | | | | geolocation | geolocation | | | | graphics-aam | graphics-aam | | | | graphics-aria | graphics-aria | | | | gyroscope | gyroscope | | | | hr-time | hr-time | | | | html-aam | html-aam | | | | html-longdesc | html-longdesc | | | | html-media-capture | html-media-capture | | | | View all files |
History
63,331 Commits63,331 Commits Test suites for Web platform specs — including WHATWG, W3C, and others
web-platform-tests.org/
Topics
javascript testing html firefox opera browser web-development dom w3c test-runner safari google-chrome test-automation web-standards whatwg microsoft-edge webkit blink gecko
Resources
Readme
License
View license
Code of conduct
Code of conduct ActivityCustom properties
Stars
5k stars
Watchers
387 watching
Forks
3.1k forks Report repository merge_pr_49248 Latest Nov 19, 2024 + 34,145 releases -
- 1,749 contributors - HTML85.1%
- JavaScript11.2%
- Python3.6%
- CSS0.1%
- Shell0.0%
- Perl0.0%
FAQ
How do I deposit using Neteller on WPT Global?
How do I deposit using Neteller on WPT Global? To deposit using Neteller, create and verify an account with them. You can then add funds to your Neteller eWallet using a variety of methods. To deposit on WPT Global, log in to your Player Account and go to the Cashier. Click ‘Deposit’ and choose Neteller from the options available. Follow the on-screen instructions to make your deposit.
Who invented the game of roulette?
Who invented the game of roulette? The exact origins of roulette are a subject of much debate and speculation among historians and gambling enthusiasts. While there is no clear consensus on the game’s inventor, several theories exist regarding its creation. One of the most popular theories is that the game was invented by a French mathematician named Blaise Pascal in the 17th century. According to this theory, Pascal was attempting to develop a perpetual motion machine when he inadvertently created the roulette wheel.
When and why was the double zero added to the American roulette wheel?
When and why was the double zero added to the American roulette wheel? The double zero was added to the American roulette wheel in the mid-19th century. The exact year is not clear, but it is believed to have been added around the 1860s. The reason for its addition was to increase the house edge, making the game more profitable for the casino. At the time, gambling was not regulated in the United States, and casinos were free to set their own rules and payouts.
Is Online Poker Legal In Brazil?
Is Online Poker Legal In Brazil? Brazil defines poker as a game of skill in terms of legality. While casino gambling and sports betting were illegal in most of the country until 2023, poker has thrived in the South America nation throughout the last couple of decades. While Brazil poker laws don’t outline a strict legal definition for online poker, they also don’t specifically ban online poker. Some of the most world’s most respected poker players call Brazil home.
WPT Global - The world’s most famous online poker platform! This is a paradise for poker enthusiasts. Click here to learn how to download WPT Global.
This site only collects related articles. Viewing the original, please copy and open the following link:GitHub - web-platform-tests/wpt: Test suites for Web platform specs — including WHATWG W3C and others