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

Side by Side 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 unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698