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,278 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
385 watching
Forks
3.1k forks Report repository
Releases 5,000+
merge_pr_49193 Latest Nov 16, 2024 + 34,105 releases
Contributors 1,760
- 1,746 contributors
Languages
- HTML85.2%
- JavaScript11.1%
- Python3.6%
- CSS0.1%
- Shell0.0%
- Perl0.0%
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
Latest commit
History 63,278 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,278 Commits63,278 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
385 watching
Forks
3.1k forks Report repository merge_pr_49193 Latest Nov 16, 2024 + 34,105 releases -
- 1,746 contributors - HTML85.2%
- JavaScript11.1%
- Python3.6%
- CSS0.1%
- Shell0.0%
- Perl0.0%
FAQ
¿Cómo descargar WPT Poker?
Descarga WPT Global en dispositivos móviles: iOS y Android Los usuarios de Android deben ir a Google Play Store, buscar WPT Global y descargar la aplicación . Para los usuarios de iOS, es el mismo proceso, pero deben dirigirse a la App Store de Apple.
¿Puedes jugar WPT Global en el ordenador?
ClubWPT™ ofrece juegos de póquer gratuitos y con sorteos . Los torneos con sorteos disponibles en ClubWPT otorgan más de $200,000 en efectivo y premios cada mes, incluidos más de 350 asientos para eventos en vivo del Campeonato WPT.
¿Qué WPT?
Download WPT Global on Mobile - iOS and Android Android users should go to the Google Play Store, search for WPT Global, and download the app. For iOS users, it’s the same process, but head to the Apple App Store.
¿Cuál es el futuro del juego de la ruleta?
¿Cuál es el futuro del juego de la ruleta? Un futuro potencial para la ruleta es la integración de tecnologías de realidad virtual y aumentada. Esto permitiría a los jugadores sumergirse en un entorno de casino virtual y disfrutar de una experiencia de juego más realista y atractiva. Otro futuro potencial para la ruleta es el crecimiento continuo de los juegos en línea. A medida que más y más personas recurren a Internet para satisfacer sus necesidades de juego, es probable que los casinos en línea se vuelvan aún más populares.
¿Dónde puedo descargar WPT Global?
However, there are some important exceptions. WPT Global is not available in the United States, the United Kingdom, or in Southern European markets that have their own ring-fenced poker licensing systems—such as France, Spain, Italy, and Portugal.Aug 1, 2025
Cómo jugar WPT Global en tu computadora 2024
Cómo jugar WPT Global en tu ordenador Descarga del software 1. Visite el sitio oficial: vaya al sitio web de WPT Global o utilice enlaces de afiliados proporcionados por los sitios de noticias sobre póquer. 2. Inicie la descarga: haga clic en el botón “Descargar” específico de su sistema operativo ( Windows o Mac). 3. Instale la aplicación: 3.1 Para Windows: Abra el archivo descargado desde su carpeta “Descargas”. Siga las instrucciones de instalación.
¿Cómo afectó la introducción de los casinos en línea al juego de la ruleta?
¿Cómo afectó la introducción de los casinos en línea al juego de la ruleta? La introducción de los casinos online ha tenido un impacto significativo en el juego de la ruleta. Los casinos en línea hicieron que la ruleta y otros juegos de casino fueran fácilmente accesibles para cualquier persona con conexión a Internet. Los jugadores ahora pueden disfrutar de sus juegos de casino favoritos desde la comodidad de sus hogares, sin tener que viajar a un casino físico.
¿WPT Global es dinero real?
Los nuevos jugadores de póker con dinero real en WPT Global pueden disfrutar de un generoso bono de bienvenida para que sus primeros pasos en la plataforma sean más cómodos y seguros.
WPT Global - ¡La plataforma de póker en línea más famosa del mundo! Este es el paraíso para los amantes del póker. Haz clic aquí para descubrir cómo descargar WPT Global.
Este sitio solo recopila artículos relacionados. Para ver el original, copia y abre el siguiente enlace:GitHub - web-platform-tests/wpt: Test suites for Web platform specs — including WHATWG W3C and others











