https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a294a18556ba20c0d7a26e56e6e3053799cdf3c1 authored by Kerem Kat on 15 April 2018, 09:31:12 UTC
Add web-platform tests for StyleRule selectorText property setter.
Tip revision: a294a18
layout-worklet-import.https.html
<!DOCTYPE html>
<html>
<head>
    <script src="/common/get-host-info.sub.js"></script>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/worklet-test-utils.js"></script>
    <script src="resources/import-tests.js"></script>
</head>
<body>
<script>
    runImportTests("layout");
</script>
</body>
</html>
back to top