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

Side by Side Diff: LayoutTests/fast/css/border-width-large-expected.txt

Issue 703323002: Continue removing testing of getPropertyCSSValue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth s et in em 1 Test for WebKit bug 18294 : Strange Result for getComputedStyle on borderWidth s et in em
2 2
3 PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px' 3 PASS computedStyle.getPropertyValue('border-width') is '12000px 11000px 10000px 9010px'
4 PASS computedStyle.getPropertyCSSValue('border-top-width').cssText is '12000px' 4 PASS computedStyle.borderTopWidth is '12000px'
5 PASS computedStyle.getPropertyCSSValue('border-right-width').cssText is '11000px ' 5 PASS computedStyle.borderRightWidth is '11000px'
6 PASS computedStyle.getPropertyCSSValue('border-bottom-width').cssText is '10000p x' 6 PASS computedStyle.borderBottomWidth is '10000px'
7 PASS computedStyle.getPropertyCSSValue('border-left-width').cssText is '9010px' 7 PASS computedStyle.borderLeftWidth is '9010px'
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/border-width-large.html ('k') | LayoutTests/fast/css/getComputedStyle/computed-style-font-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698