[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / js / regexp-literals-arent-constants-expected.txt
1 This test ensures that regeular expression literals are constants, and so persist over multiple executions
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS currentRegExp === lastRegExp is false
7 PASS currentRegExp === lastRegExp is false
8 PASS returnRegExpLiteral() === returnRegExpLiteral() is false
9 PASS returnConditionalRegExpLiteral(true) === returnConditionalRegExpLiteral(true) is false
10 PASS returnConditionalRegExpLiteral(false) === returnConditionalRegExpLiteral(false) is false
11 PASS returnConditionalRegExpLiteral(true) === returnConditionalRegExpLiteral(false) is false
12 PASS returnRegExpLiteral().someAddedProperty is undefined.
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16