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

Side by Side Diff: LayoutTests/fast/css/webkit-mask-crash-implicit-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 PASS document.styleSheets[1].rules[0].style.cssText is "-webkit-mask-repeat-x: r epeat; -webkit-mask-repeat-y: inherit;" 1 PASS document.styleSheets[1].rules[0].style.cssText is "-webkit-mask-repeat-x: r epeat; -webkit-mask-repeat-y: inherit;"
2 FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask') sho uld be (of type string). Was null (of type object). 2 PASS document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask') is ""
3 FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask-repea t') should be . Was inherit. 3 FAIL document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask-repea t') should be . Was inherit.
4 PASS successfullyParsed is true 4 PASS successfullyParsed is true
5 5
6 TEST COMPLETE 6 TEST COMPLETE
7 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698