Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<div>
<template shadowrootmode=open></template>
<span id="outside"></span>
</div>
<div style="content-visibility:hidden"></div>
<script>
getComputedStyle(outside).color;
outside.style.color = "green";
getComputedStyle(outside).color;
</script>