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..42e14e7374f21450950661720063bb906689945a |
--- /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> |
+ <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> |