mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-27 03:10:01 +00:00
14 lines
280 B
HTML
14 lines
280 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
#a {
|
|
transition: initial;
|
|
}
|
|
</style>
|
|
<script src="../include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(document.styleSheets[0].cssRules[0].cssText);
|
|
});
|
|
</script>
|
|
</html>
|