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

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

Issue 180353002: Make getProperty more strict when handling the priority parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add idl change to distinguish between null and empty string 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
(Empty)
1 Verify that the priority parameter is a case-insensitive match to 'important' or the empty string.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS e.style.getPropertyValue('border-bottom-style') is null
7 PASS e.style.getPropertyPriority('border-bottom-style') is ''
8 PASS e.style.getPropertyValue('border-bottom-style') is null
9 PASS e.style.getPropertyPriority('border-bottom-style') is ''
10 PASS e.style.getPropertyValue('border-bottom-style') is 'solid'
11 PASS e.style.getPropertyPriority('border-bottom-style') is 'important'
12 PASS e.style.getPropertyValue('border-bottom-style') is null
13 PASS e.style.getPropertyPriority('border-bottom-style') is ''
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/shorthand-setProperty-important.html ('k') | Source/core/css/CSSStyleDeclaration.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698