Chromium Code Reviews| Index: LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute.html |
| diff --git a/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute.html b/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8ad7cdfb96a144ccd4bfbd9b17aff7484e8ca67a |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute.html |
| @@ -0,0 +1,15 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <script src="../../../resources/js-test.js"></script> |
| + </head> |
| + <body> |
| + <hr id="hrElement1" color="red" noshade> |
|
rwlbuis
2014/02/14 19:04:15
Patch looks good but it seems like you use a tab h
Gurpreet
2014/02/17 07:45:35
Done.
|
| + <hr id="hrElement2" noshade color="blue"> |
| + <hr id="hrElement3" noshade color="^&*("> |
| + <hr id="hrElement4" noshade> |
| + <hr id="hrElement5"> |
| + <hr id="hrElement6"> |
| + <script src="script-tests/color-noshade-attribute.js"></script> |
| + </body> |
| +</html> |