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

Unified Diff: LayoutTests/fast/encoding/api/end-of-file-expected.txt

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 7 years 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/encoding/api/end-of-file-expected.txt
diff --git a/LayoutTests/fast/encoding/api/end-of-file-expected.txt b/LayoutTests/fast/encoding/api/end-of-file-expected.txt
index 4835cae4fb48f015ac826a877f360510de6a9034..811c7d900eec1354e5ed429f3e87d1d1dee20283 100644
--- a/LayoutTests/fast/encoding/api/end-of-file-expected.txt
+++ b/LayoutTests/fast/encoding/api/end-of-file-expected.txt
@@ -3,7 +3,7 @@ Edge cases around non-fatal errors at EOF
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS new TextDecoder('utf-8', {fatal: true}).decode(new Uint8Array([0xff])) threw exception EncodingError: The encoded data was not valid..
+PASS new TextDecoder('utf-8', {fatal: true}).decode(new Uint8Array([0xff])) threw exception EncodingError: Failed to execute 'decode' on 'TextDecoder': The encoded data was not valid..
Should not throw or hang:
new TextDecoder('utf-8').decode(new Uint8Array([0xff]))
« no previous file with comments | « LayoutTests/fast/dynamic/insertAdjacentText-expected.txt ('k') | LayoutTests/fast/encoding/api/fatal-flag-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698