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,330 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

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,330 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,330 Commits63,330 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

Does WPT poker have an app?

Play Free Texas Holdem Poker with the World Poker Tour at the ClubWPT poker app. Download the free poker app and automatically receive 5,000 Play Chips plus the ability to earn 500 Bonus Play chips every two hours. ClubWPT offer free multi-table tournaments, Sit & Go’s and ring games.

Does WPT still exist?

The year-round WPT television show has broadcast globally in more than 150 countries and territories, and is currently producing its 21st season, which airs on Bally’s Sports Regional Networks in the United States.

What countries can play WPT Global?

Because some European countries have decided to restrict gambling, WPT Global cannot operate in some countries. These include the Czech Republic, Germany, Italy, Switzerland, and the UK. However, poker-friendly European countries like Finland, Ireland, Slovakia, and Slovenia are welcome to play.21 Aug 2023

Why cant I download WPT?

No, WPT Global currently does not operate in the United States. If you are a player based in the US, you will not be able to play on WPT Global, regardless of your state of residence.

Apakah WPT Global tersedia di Kanada?

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.

Is WPT online free?

Download Pokerface now! Invite your friends to play, and get a welcome bonus of up to 3,000,000 chips. Distance doesn’t matter anymore. Emerge yourself in a pool of online poker games, fun, and excitement!

Where is WPT World Championship 2024?

Where is WPT 2024? The 2024 WPT World Championship will take place at Wynn Las Vegas. A complete schedule for the festival will be finalized and announced in the coming months. For the latest updates on this event and all other World Poker Tour happenings, visit WPT.com. To learn more about the venue, check out WynnLasVegas.com.

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

🔥 🎳 wpt download 😚
🎈 Latest Articles 🎺 🎉 Popular Articles 🎰
🎷 Recommended Articles 🌟

About Us Contact Us FLOP App Download for free FLOP GTO Get your premium package FLOP PM Patrik Antonius Poker Challenge Join Us for a full week of poker

Adda52.com

Victory, Fame, and Glory! The world’s most premier Poker tournament is here for the champions to quest for victory, earn fame, and #UnfoldGlory! With over 7 years of legacy, World Poker Tour Prime India is back with its 4th edition, in partnership with Adda52.com. The craze arrives in town on 12th April. The satellite events are already live! Join the tables NOW!

# Article Title Keyword Article Link Article Details

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/19
WPT Global