Add a test asserting that the second argument to MutationCallback is the observer
authoradamk@chromium.org <adamk@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 20:30:13 +0000 (20:30 +0000)
committeradamk@chromium.org <adamk@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 20:30:13 +0000 (20:30 +0000)
commit638ffe0a50cdbdc0d9b5a06e076008741251cf9f
treea86902f0333293f5f690bc05f0f64f9730e31433
parent9bdb1a7f6189cc90607462ec1082df8892afebc3
Add a test asserting that the second argument to MutationCallback is the observer
https://bugs.webkit.org/show_bug.cgi?id=78653

Reviewed by Ryosuke Niwa.

This is specified in the spec text, so I wanted to make sure it was
properly exercised in a layout test.

* fast/mutation/callback-second-argument-expected.txt: Added.
* fast/mutation/callback-second-argument.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107834 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/fast/mutation/callback-second-argument-expected.txt [new file with mode: 0644]
LayoutTests/fast/mutation/callback-second-argument.html [new file with mode: 0644]