sync.html (286B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>simple testcase</title> 6 <style type="text/css"> 7 body { 8 border-width: 15px; 9 color: red; 10 } 11 12 #testid { 13 font-size: 4em; 14 } 15 </style> 16 </head> 17 <body> 18 <div id="testid">simple testcase</div> 19 </body> 20 </html>