mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-18 18:08:10 +00:00
Migrate some tests to the new htmlRunner
Fix events.get_timeStamp (was events.get_timestamp, wrong casing). Rename `newRunner` to `htmlRunner`. move tests to src/tests (from src/browser/tests). src/runtime and possibly other parts might want to have html tests too.
This commit is contained in:
5
src/tests/css.html
Normal file
5
src/tests/css.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<script src="testing.js"></script>
|
||||
<script id=support>
|
||||
testing.expectEqual(true, CSS.supports('display: flex'));
|
||||
testing.expectEqual(true, CSS.supports('text-decoration-style', 'blink'));
|
||||
</script>
|
||||
Reference in New Issue
Block a user