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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/webkit-mask-crash-implicit-expected.txt

Issue 1984163002: Fix up CSSStyleDeclaration::cssText serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@border
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 PASS document.styleSheets[1].rules[0].style.cssText is "-webkit-mask-repeat-x: r epeat; -webkit-mask-repeat-y: inherit;" 1 FAIL document.styleSheets[1].rules[0].style.cssText should be -webkit-mask-repea t-x: repeat; -webkit-mask-repeat-y: inherit;. Was -webkit-mask-repeat: inherit;.
2 PASS document.styleSheets[1].rules[0].style.getPropertyValue('-webkit-mask') is "" 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