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

Side by Side Diff: LayoutTests/fast/css/shorthand-setProperty-important-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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
1 Verify that the priority parameter is a case-insensitive match to 'important' or the empty string. 1 Verify that the priority parameter is a case-insensitive match to 'important' or the empty string.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS e.style.getPropertyValue('border-bottom-style') is null 6 PASS e.style.getPropertyValue('border-bottom-style') is ""
7 PASS e.style.getPropertyPriority('border-bottom-style') is '' 7 PASS e.style.getPropertyPriority('border-bottom-style') is ''
8 PASS e.style.getPropertyValue('border-bottom-style') is null 8 PASS e.style.getPropertyValue('border-bottom-style') is ""
9 PASS e.style.getPropertyPriority('border-bottom-style') is '' 9 PASS e.style.getPropertyPriority('border-bottom-style') is ''
10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid' 10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important' 11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
12 PASS e.style.getPropertyValue('border-bottom-style') is null 12 PASS e.style.getPropertyValue('border-bottom-style') is ""
13 PASS e.style.getPropertyPriority('border-bottom-style') is '' 13 PASS e.style.getPropertyPriority('border-bottom-style') is ''
14 PASS e.style.getPropertyValue('border-bottom-style') is null 14 PASS e.style.getPropertyValue('border-bottom-style') is ""
15 PASS e.style.getPropertyPriority('border-bottom-style') is '' 15 PASS e.style.getPropertyPriority('border-bottom-style') is ''
16 PASS e.style.getPropertyValue('border-bottom-style') is 'solid' 16 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
17 PASS e.style.getPropertyPriority('border-bottom-style') is '' 17 PASS e.style.getPropertyPriority('border-bottom-style') is ''
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698