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

documentationmanifest

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.

¿El WPT Poker es gratuito?

El World Poker Tour (WPT) es una serie de torneos de póker internacionales con la mayoría de los jugadores profesionales del mundo.

¿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.

Di mana Anda bisa bermain WPT Global?

Download Your WPT Global Software Follow the PokerNews link to download your WPT Global software, either on a Windows or Mac computer or on your Android or iOS mobile device. Install the Application on Your Device Once the software is downloaded, proceed with the installation by running the installer file.

Bagaimana cara menginstal WPT Global?

Unduh Perangkat Lunak WPT Global Anda Ikuti tautan PokerNews untuk mengunduh perangkat lunak WPT Global Anda, baik di komputer Windows atau Mac atau di perangkat seluler Android atau iOS Anda . Instal Aplikasi di Perangkat Anda Setelah perangkat lunak diunduh, lanjutkan penginstalan dengan menjalankan berkas penginstal.

¿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.

¿WPT Global tiene una aplicación móvil?

Aplicación móvil WPT Global: características, disponibilidad y cómo descargarla WPT Global, una de las plataformas de póquer en línea de más rápido crecimiento, ofrece una aplicación móvil cómoda y fácil de usar para dispositivos iOS y Android. Este artículo lo guiará a través de las funciones, la disponibilidad y el proceso de descarga de la aplicación. Disponibilidad y compatibilidad La aplicación móvil WPT Global está disponible para: 1. Dispositivos iOS (iPhone y iPad) con iOS 13.

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.

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

🔥 🎊 Descargar WPT 🎁
🎷 Últimos Artículos 🎮 🎬 Artículos Populares 🎰
🎹 Artículos Recomendados 🎡
# Título del Artículo Palabra clave Enlace del Artículo Detalles del Artículo

WPT Global Real Online Poker APK Mobile Game Download- Juxia Experience the thrill and excitement of real online poker with WPT Global Real Online Poker. Whether youre a seasoned pro or new to the game this app has something for everyone. Download it now and create your own account to join in the real money action. Play in cash games of all levels and compete in thrilling poker tournaments with thousands of players from around the world. You can even win your way to live World Poker Tour festivals in amazing cities across the globe. With a variety of poker games to choose from including Texas Holdem Pot Limit Omaha and Short Deck the fun never stops. And if youre feeling lucky try your hand at Poker Flips where you can win up to 200 times your bet. With unparalleled safety measures and fair play standards WPT Global ensures every player has a fun and engaging poker experience. Plus with their groundbreaking loyalty program you can earn rewards and enjoy fairness entertainment and long-term sustainability. Just remember to gamble

Experience the thrill and excitement of real online poker with WPT Global Real Online Poker. Whether you’re a seasoned pro or new to the game, this app has something for everyone. Download it now and create your own account to join in the real money action. Play in cash games of all levels and compete in thrilling poker tournaments with thousands of players from around the world. You can even win your way to live World Poker Tour festivals in amazing cities across the globe.

11/17

🎵 Descarga e Instala la Aplicación WPT Global wpt mexico WPT Global México Descarga e Instala WPTGlobal Sigue estos pasos para descargar nuestro software de póker e instalar la aplicación WPT Global. Paso 1: Descarga la Aplicación WPTGlobal Selecciona el botón “Descargar Ahora” para iniciar la descarga. Una vez que la aplicación se haya descargado en tu computadora abre el archivo (revisa tu carpeta de “Descargas”). Paso 2: Instala la Aplicación WPTGlobal Una vez que la aplicación WPT Global se haya descargado en tu computadora abre el archivo (revisa tu carpeta de ‘Descargas’). 🎻 Descarga e Instala WPTGlobal Sigue estos pasos para descargar nuestro software de póker e instalar la aplicación WPT Global. Paso 1: Descarga la Aplicación WPTGlobal Selecciona el botón “Descargar Ahora” para iniciar la descarga. Una vez que la aplicación se haya descargado en tu computadora abre el archivo (revisa tu carpeta de “Descargas”). Paso 2: Instala la Aplicación WPTGlobal Una vez que la aplicación WPT Global se haya descargado en tu computadora abre el archivo (revisa tu carpeta de ‘Descargas’).

Descarga e Instala WPTGlobal Sigue estos pasos para descargar nuestro software de póker e instalar la aplicación WPT Global. Paso 1: Descarga la Aplicación WPTGlobal Selecciona el botón “Descargar Ahora” para iniciar la descarga. Una vez que la aplicación se haya descargado en tu computadora, abre el archivo (revisa tu carpeta de “Descargas”). Paso 2: Instala la Aplicación WPTGlobal Una vez que la aplicación WPT Global se haya descargado en tu computadora, abre el archivo (revisa tu carpeta de ‘Descargas’).

11/17