Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / parsing / parsing-shape-property-aliases-expected.txt
blobda14589cf81f5a0557c828d4d1d0e401299fbed2
1 Test that CSS Shapes properties with the -webkit prefix alias the unprefixed properties.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is "circle(0px at 0% 0%)"
7 PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px"
8 PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is "0.5"
9 PASS successfullyParsed is true
11 TEST COMPLETE