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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getPropertyValue-border-expected.txt

Issue 1982903002: Fix 'border' serialization to fail in cssText when it is invalid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 ""
9 PASS div3.style.getPropertyValue("border") is '5px green' 9 PASS div3.style.getPropertyValue("border") is ""
10 NOTE: '5px green' is an illegal CSS value for 'border'. 10 PASS div4.style.getPropertyValue("border") is ""
11 PASS div4.style.getPropertyValue("border") is 'solid green' 11 PASS div5.style.getPropertyValue("border") is ""
12 PASS div5.style.getPropertyValue("border") is 'green' 12 PASS div6.style.getPropertyValue("border") is ""
13 NOTE: 'green' is an illegal CSS value for 'border'. 13 PASS div7.style.getPropertyValue("border") is ""
14 PASS div6.style.getPropertyValue("border") is '5px'
15 PASS div7.style.getPropertyValue("border") is 'solid'
16 PASS div8.style.getPropertyValue("border") is "" 14 PASS div8.style.getPropertyValue("border") is ""
17 PASS div9.style.getPropertyValue("border") is "" 15 PASS div9.style.getPropertyValue("border") is ""
18 PASS successfullyParsed is true 16 PASS successfullyParsed is true
19 17
20 TEST COMPLETE 18 TEST COMPLETE
21 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698