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

Side by Side Diff: LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt

Issue 162993002: hr color attribute not working. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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 HTMLHeaderElement color and noshade attribute test
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.getComputedStyle(document.getElementById('hrElement1'),null).getProp ertyValue('border-color') is "rgb(255, 0, 0)"
7 PASS window.getComputedStyle(document.getElementById('hrElement1'),null).getProp ertyValue('background-color') is "rgb(255, 0, 0)"
8 PASS window.getComputedStyle(document.getElementById('hrElement2'),null).getProp ertyValue('border-color') is "rgb(0, 0, 255)"
9 PASS window.getComputedStyle(document.getElementById('hrElement2'),null).getProp ertyValue('background-color') is "rgb(0, 0, 255)"
10 PASS window.getComputedStyle(document.getElementById('hrElement3'),null).getProp ertyValue('border-color') is "rgb(0, 0, 0)"
11 PASS window.getComputedStyle(document.getElementById('hrElement3'),null).getProp ertyValue('background-color') is "rgb(0, 0, 0)"
12 PASS window.getComputedStyle(document.getElementById('hrElement4'),null).getProp ertyValue('border-color') is "rgb(128, 128, 128)"
13 PASS window.getComputedStyle(document.getElementById('hrElement4'),null).getProp ertyValue('background-color') is "rgb(128, 128, 128)"
14 PASS window.getComputedStyle(document.getElementById('hrElement5'),null).getProp ertyValue('border-color') is "rgb(255, 255, 0)"
15 PASS window.getComputedStyle(document.getElementById('hrElement5'),null).getProp ertyValue('background-color') is "rgb(255, 255, 0)"
16 PASS window.getComputedStyle(document.getElementById('hrElement6'),null).getProp ertyValue('border-color') is "rgb(0, 128, 0)"
17 PASS window.getComputedStyle(document.getElementById('hrElement6'),null).getProp ertyValue('background-color') is "rgb(0, 128, 0)"
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698