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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/CSSStyleDeclaration/css-style-declaration-named-getter-expected.txt

Issue 1607653002: Remove getComputedStyle(e).css* properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property name prefix check Created 4 years, 11 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 CONSOLE WARNING: 'getComputedStyle(e).cssXx' (except .cssFloat) is deprecated an d will be removed in M50, around April 2016. Please use 'getComputedStyle(e).xx' instead. See https://www.chromestatus.com/features/5006796888473600 for more de tails.
2 PASS document.body.style['BorderTopWidth'] is undefined. 1 PASS document.body.style['BorderTopWidth'] is undefined.
3 PASS document.body.style['borderTopWidth'] is "1px" 2 PASS document.body.style['borderTopWidth'] is "1px"
4 PASS document.body.style['border-topWidth'] is undefined. 3 PASS document.body.style['border-topWidth'] is undefined.
5 PASS document.body.style['border-TopWidth'] is undefined. 4 PASS document.body.style['border-TopWidth'] is undefined.
6 PASS document.body.style['borderTop-width'] is undefined. 5 PASS document.body.style['borderTop-width'] is undefined.
7 PASS document.body.style['borderTop-Width'] is undefined. 6 PASS document.body.style['borderTop-Width'] is undefined.
8 PASS document.body.style['border-top-width'] is "1px" 7 PASS document.body.style['border-top-width'] is "1px"
9 PASS document.body.style['CssBorderTopWidth'] is "1px" 8 PASS document.body.style['CssBorderTopWidth'] is undefined.
10 PASS document.body.style['cssBorderTopWidth'] is "1px" 9 PASS document.body.style['cssBorderTopWidth'] is undefined.
11 PASS document.body.style['cssborderTopWidth'] is undefined. 10 PASS document.body.style['cssborderTopWidth'] is undefined.
12 PASS document.body.style['cssBorder-top-width'] is undefined. 11 PASS document.body.style['cssBorder-top-width'] is undefined.
13 PASS document.body.style['css-border-top-width'] is undefined. 12 PASS document.body.style['css-border-top-width'] is undefined.
14 PASS document.body.style['WebkitBoxSizing'] is "border-box" 13 PASS document.body.style['WebkitBoxSizing'] is "border-box"
15 PASS document.body.style['webkitBoxSizing'] is "border-box" 14 PASS document.body.style['webkitBoxSizing'] is "border-box"
16 PASS document.body.style['webkit-boxSizing'] is undefined. 15 PASS document.body.style['webkit-boxSizing'] is undefined.
17 PASS document.body.style['webkit-BoxSizing'] is undefined. 16 PASS document.body.style['webkit-BoxSizing'] is undefined.
18 PASS document.body.style['webkitBox-sizing'] is undefined. 17 PASS document.body.style['webkitBox-sizing'] is undefined.
19 PASS document.body.style['webkitBox-Sizing'] is undefined. 18 PASS document.body.style['webkitBox-Sizing'] is undefined.
20 PASS document.body.style['-webkit-box-sizing'] is "border-box" 19 PASS document.body.style['-webkit-box-sizing'] is "border-box"
21 PASS document.body.style['cssWebkitBorderBoxSizing'] is undefined. 20 PASS document.body.style['cssWebkitBorderBoxSizing'] is undefined.
22 PASS successfullyParsed is true 21 PASS successfullyParsed is true
23 22
24 TEST COMPLETE 23 TEST COMPLETE
25 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698