Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Unified Diff: LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute.html

Issue 162993002: hr color attribute not working. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698