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

Side by Side Diff: LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt

Issue 374093002: Node.appendChild should throw TypeError when newChild is not an object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test Created 6 years, 5 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
OLDNEW
1 CONSOLE ERROR: line 10: Uncaught NotFoundError: Failed to execute 'appendChild' on 'Node': The new child element is null. 1 CONSOLE ERROR: line 10: Uncaught TypeError: Failed to execute 'appendChild' on ' Node': parameter 1 is not of type 'Node'.
2 2
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698