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

Side by Side Diff: LayoutTests/fast/dom/outerText-no-element-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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
1 Expected behavior: 1 Expected behavior:
2 This page will try to set the outerText on an element that is no longer in the D OM tree. You should see a description of an expected error. 2 This page will try to set the outerText on an element that is no longer in the D OM tree. You should see a description of an expected error.
3 3
4 this is a big test or something 4 this is a big test or something
5 Expected error - Error: NoModificationAllowedError: DOM Exception 7 5 Expected error - NoModificationAllowedError: An attempt was made to modify an ob ject where modifications are not allowed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698