all-prop-001-ref.html (287B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Cascade: all shorthand Reference File</title> 6 </head> 7 <body> 8 <p>Test passes if the digits are <strong>in order</strong> and there is <strong>no red</strong>.</p> 9 10 <div class="test">123 456 789</div> 11 </body> 12 </html>