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

Side by Side Diff: LayoutTests/fast/dom/DOMException/stack-trace-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS "stack" in e is true
2 PASS typeof e.stack is "string"
3 PASS e.stack.contains("innerFunction") is true
4 PASS e.stack.contains("outerFunction") is true
5 PASS Object.prototype.toString.call(e) is "[object DOMException]"
6 PASS e.name is "HierarchyRequestError"
7 PASS e.message is "HierarchyRequestError: DOM Exception 3"
8 PASS e.code is 3
9 FAIL e.stack === 42 should be true. Was false.
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698