Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <p>PASS if no crash.</p> | |
| 7 <div id="host"> | |
| 8 <div id="inner"></div> | |
| 9 </div> | |
| 10 <script> | |
| 11 var root = host.createShadowRoot(); | |
| 12 root.innerHTML = '<style>::slotted(*) { color: green }</style>'; | |
| 13 getComputedStyle(inner).color; | |
| 14 </script> | |
| OLD | NEW |