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

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-border-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 1 2 3 4 5 6 7 8 9 1 1 2 3 4 5 6 7 8 9
2 Bug 15823: getPropertyValue for border returns null, should compute the shorthan d value 2 Bug 15823: getPropertyValue for border returns null, should compute the shorthan d value
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS div1.style.getPropertyValue("border") is '5px solid green' 7 PASS div1.style.getPropertyValue("border") is '5px solid green'
8 PASS div2.style.getPropertyValue("border") is '5px solid' 8 PASS div2.style.getPropertyValue("border") is '5px solid'
9 PASS div3.style.getPropertyValue("border") is '5px green' 9 PASS div3.style.getPropertyValue("border") is '5px green'
10 NOTE: '5px green' is an illegal CSS value for 'border'. 10 NOTE: '5px green' is an illegal CSS value for 'border'.
11 PASS div4.style.getPropertyValue("border") is 'solid green' 11 PASS div4.style.getPropertyValue("border") is 'solid green'
12 PASS div5.style.getPropertyValue("border") is 'green' 12 PASS div5.style.getPropertyValue("border") is 'green'
13 NOTE: 'green' is an illegal CSS value for 'border'. 13 NOTE: 'green' is an illegal CSS value for 'border'.
14 PASS div6.style.getPropertyValue("border") is '5px' 14 PASS div6.style.getPropertyValue("border") is '5px'
15 PASS div7.style.getPropertyValue("border") is 'solid' 15 PASS div7.style.getPropertyValue("border") is 'solid'
16 PASS div8.style.getPropertyValue("border") is null 16 PASS div8.style.getPropertyValue("border") is ""
17 PASS div9.style.getPropertyValue("border") is null 17 PASS div9.style.getPropertyValue("border") 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