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

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

Can I Play WPT Global in the UK?

Can I Play WPT Global in the UK? Unfortunately, if you are in the United Kingdom, you cannot play on WPT Global. The platform does not offer its services in the UK, as well as in other regulated markets such as Southern Europe, including France, Spain, Italy, and Portugal. However, you might consider downloading the online poker app from the App Store to see if it works for you. Please proceed with caution, as access may still be restricted.

What is the future of the game of roulette?

What is the future of the game of roulette? One potential future for roulette is the integration of virtual and augmented reality technologies. This would allow players to immerse themselves in a virtual casino environment and enjoy a more realistic and engaging gaming experience. Another potential future for roulette is the continued growth of online gaming. As more and more people turn to the internet for their gaming needs, online casinos are likely to become even more popular.

Where is WPT Global legal

Players in more than 100 countries can play at WPT Global. WPT Global operates in various jurisdictions where online poker is regulated and legal. Typically, it is available in regions such as: 1.Canada 2.United Kingdom 3.European Union countries (specific nations may vary) For the most accurate and up-to-date information, it’s best to check WPT Global’s official website or consult local regulations regarding online gambling in your area.

What is WPT Global in UK?

WPT Global is an extension of the World Poker Tour (WPT), a renowned series of professional poker tournaments. It focuses on providing an online poker platform that allows players to participate in various poker games and tournaments. Key Features of WPT Global 1.Online Poker Games: Offers a variety of poker formats, including Texas Hold’em, Omaha, and more. 2.Tournaments: Hosts regularly scheduled tournaments with various buy-ins, including satellite tournaments that can lead to larger live events.

What is the origin of the name Roulette?

What is the origin of the name Roulette? The origin of the name “roulette” is French and it means “little wheel”. The name is derived from the fact that the game is played on a small wheel that spins around, with players betting on where the ball will land. The word “roulette” was first used in its current context in the 18th century, although the game itself dates back much earlier.

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 😏

Windows Performance Toolkit

Included in the Windows Assessment and Deployment Kit the Windows Performance Toolkit consists of performance monitoring tools that produce in-depth performance profiles of Windows operating systems and applications. (index)

# Article Title Keyword Article Link Article Details
首儲獲贈100%回饋