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

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

Issue 373043004: IDL: Treat undefined as missing for optional arguments with defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 5 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 null
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 null
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 null
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
15 PASS e.style.getPropertyPriority('border-bottom-style') is ''
16 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
17 PASS e.style.getPropertyPriority('border-bottom-style') is ''
14 PASS successfullyParsed is true 18 PASS successfullyParsed is true
15 19
16 TEST COMPLETE 20 TEST COMPLETE
17 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/shorthand-setProperty-important.html ('k') | LayoutTests/fast/dom/Comment/comment-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698