no-transition-from-ua-to-blocking-stylesheet.html (402B)
1 <!DOCTYPE html> 2 <title>CSS Transitions Test: No color transition from initial to blocking stylesheet value</title> 3 <link rel="help" href="https://drafts.csswg.org/css-transitions/#style-change-event"> 4 <link rel="match" href="no-transition-from-ua-to-blocking-stylesheet-ref.html"> 5 <link rel="stylesheet" href="../support/a-green-transition.css"> 6 <div class="a">This text should be green on load.</div>