OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <script src="../../../resources/js-test.js"></script> | |
5 </head> | |
6 <body> | |
7 <hr id="hrElement1" color="red" noshade> | |
8 <hr id="hrElement2" noshade color="blue"> | |
9 <hr id="hrElement3" noshade color="^&*("> | |
10 <hr id="hrElement4" noshade> | |
11 <hr id="hrElement5"> | |
12 <hr id="hrElement6"> | |
13 <script src="script-tests/color-noshade-attribute.js"></script> | |
14 </body> | |
15 </html> | |
OLD | NEW |