[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / js / string_replace-expected.txt
1 This will test string.replace with {n, m} regexp patterns.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS "YY".replace(/Y{1,4}/g,"YYYY") is "YYYY"
7 PASS "MM".replace(/M{1,2}/g,"M") is "M"
8 PASS "YY".replace(/Y{1,4}/g,"MMMM") is "MMMM"
9 PASS successfullyParsed is true
10
11 TEST COMPLETE
12