doc_browser_toolbox_ruleview_stylesheet.html (348B)
1 <!-- Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ --> 3 <!doctype html> 4 5 <html> 6 <head> 7 <link rel="stylesheet" type="text/css" href="style_browser_toolbox_ruleview_stylesheet.css"> 8 </head> 9 <body> 10 <div>test div with "color: red" applied from a stylesheet</div> 11 </body> 12 </html>