| Index: LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
|
| diff --git a/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ae144e707c91dfe3df4d6b9eb927d1306064dd24
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/shorthand-setProperty-important-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Verify that the priority parameter is a case-insensitive match to 'important' or the empty string.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS e.style.getPropertyValue('border-bottom-style') is null
|
| +PASS e.style.getPropertyPriority('border-bottom-style') is ''
|
| +PASS e.style.getPropertyValue('border-bottom-style') is null
|
| +PASS e.style.getPropertyPriority('border-bottom-style') is ''
|
| +PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
|
| +PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
|
| +PASS e.style.getPropertyValue('border-bottom-style') is null
|
| +PASS e.style.getPropertyPriority('border-bottom-style') is ''
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|