| Index: LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt
|
| diff --git a/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt b/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f74b85fd9a1487b3821c99c22e8e1185e673ff54
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/HTMLHrElement/hr-color-noshade-attribute-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +HTMLHeaderElement color and noshade attribute test
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS window.getComputedStyle(document.getElementById('hrElement1'),null).getPropertyValue('border-color') is "rgb(255, 0, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement1'),null).getPropertyValue('background-color') is "rgb(255, 0, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement2'),null).getPropertyValue('border-color') is "rgb(0, 0, 255)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement2'),null).getPropertyValue('background-color') is "rgb(0, 0, 255)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement3'),null).getPropertyValue('border-color') is "rgb(0, 0, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement3'),null).getPropertyValue('background-color') is "rgb(0, 0, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement4'),null).getPropertyValue('border-color') is "rgb(128, 128, 128)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement4'),null).getPropertyValue('background-color') is "rgb(128, 128, 128)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement5'),null).getPropertyValue('border-color') is "rgb(255, 255, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement5'),null).getPropertyValue('background-color') is "rgb(255, 255, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement6'),null).getPropertyValue('border-color') is "rgb(0, 128, 0)"
|
| +PASS window.getComputedStyle(document.getElementById('hrElement6'),null).getPropertyValue('background-color') is "rgb(0, 128, 0)"
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|