Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 704 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 704 Bytes

Web Platform Tests

This repository hosts WPT tests cases run by lightpanda.io

The tests cases source is https://github.com/web-platform-tests/wpt

Differences with original

The testharness.js and testharnessreport.js in ./resources/ are modified versions of the original sources due to lightpanda.io sepecific needs.

The test case named ./success.html doesn't exist in the original sources.

Add a new WPT test case

We add new tests cases files with implemented changes in Browsercore.

Copy the test case you want to add from the WPT repo in this repo and commit the files.

⚠️ Please keep the original directory tree structure.