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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius-2-expected.txt

Issue 25154003: valueForBorderRadiusShorthand returns wrong values in some case. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed border-radius-interpolation.html Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test calling getPropertyValue on computed styles for border radius shorthand pro perties.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.getComputedStyle(document.getElementById('borderRadius1')).getProper tyValue('border-radius') is '0px 0px 10px 10px'
7 PASS window.getComputedStyle(document.getElementById('borderRadius2')).getProper tyValue('border-radius') is '0px 0px 0px 10px'
8 PASS window.getComputedStyle(document.getElementById('borderRadius3')).getProper tyValue('border-radius') is '0px 0px 10px'
9 PASS window.getComputedStyle(document.getElementById('borderRadius4')).getProper tyValue('border-radius') is '0px 10px'
10 PASS window.getComputedStyle(document.getElementById('borderRadius5')).getProper tyValue('border-radius') is '10px'
11 PASS window.getComputedStyle(document.getElementById('NoBorderRadius')).getPrope rtyValue('border-radius') is '0px'
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698