Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / exception-thrown-from-equal-expected.txt
blobed00b081ed72fbe66c20dd8d9900981edddc672e
1 This page tests whether primitive conversions during equality tests properly throw exceptions. If the test passes, you'll see a series of PASS messages below.
3 PASS: o == 'a' should throw a type error, and did.
4 PASS: o != 'a' should throw a type error, and did.
5 PASS: o == 0 should throw a type error, and did.
6 PASS: o != 0 should throw a type error, and did.