mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 09:23:07 +09:00
* Implementation for assignedNodes * Include slots in the flat tree * Fix event get-the-parent algorithm for a node * Update and add reftests for Shadow DOM v1 * Update web platform tests expectations Tag #1375
6 lines
114 B
HTML
6 lines
114 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<slot style="color: green">This text should be green</slot>
|
|
</body>
|
|
</html>
|