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

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

Issue 141243006: Make element.style.setProperty override earlier property values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Set correct parser mode 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
1 Tests that querying the priority for a shorthand works. 1 Tests that querying the priority for a shorthand works.
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
7 PASS e.style.getPropertyPriority('border-bottom-style') is ''
6 PASS e.style.getPropertyValue('border-bottom-style') is 'solid' 8 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
7 PASS e.style.getPropertyPriority('border-bottom-style') is 'important' 9 PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
8 PASS e.style.getPropertyValue('border') is '20px solid green' 10 PASS e.style.getPropertyValue('border') is '20px solid green'
9 PASS e.style.getPropertyPriority('border') is '' 11 PASS e.style.getPropertyPriority('border') is ''
10 PASS e.style.getPropertyValue('border') is '20px solid green' 12 PASS e.style.getPropertyValue('border') is '20px solid green'
11 PASS e.style.getPropertyPriority('border') is 'important' 13 PASS e.style.getPropertyPriority('border') is 'important'
12 PASS successfullyParsed is true 14 PASS successfullyParsed is true
13 15
14 TEST COMPLETE 16 TEST COMPLETE
15 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698