fallbacks-in-shadow-dom-ref.html (294B)
1 <!DOCTYPE html> 2 3 <ol> 4 <div>This list style should fallback to 'foo' in the parent tree scope</div> 5 <div>A.</div> 6 <div>B.</div> 7 <div>C.</div> 8 </ol> 9 10 <ol> 11 <div>This list style should fallback to 'foo' in the shadow tree scope</div> 12 <div>X.</div> 13 <div>Y.</div> 14 <div>Z.</div> 15 </ol>