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

Unified Diff: LayoutTests/fast/files/blob-constructor-expected.txt

Issue 1305393006: Don't NFC-normalize strings during Blob/File construction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/files/blob-constructor.html ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/files/blob-constructor-expected.txt
diff --git a/LayoutTests/fast/files/blob-constructor-expected.txt b/LayoutTests/fast/files/blob-constructor-expected.txt
index 7fa7eb120a0927cbf7874146682b4fb41cad151e..c32749a5787ba1b67288861942a0da17acdf2008 100644
--- a/LayoutTests/fast/files/blob-constructor-expected.txt
+++ b/LayoutTests/fast/files/blob-constructor-expected.txt
@@ -74,6 +74,8 @@ PASS new Blob([(new Float64Array(100)).buffer, (new Int32Array(100)).buffer, (ne
PASS new Blob([new Blob([(new Int32Array(100)).buffer]), (new Uint8Array(100)).buffer, (new Float32Array(100)).buffer, (new DataView(new ArrayBuffer(100))).buffer]).size is 1000
PASS new Blob({length: 0}).size is 0
PASS new Blob({length: 1, 0: 'string'}).size is 6
+PASS OMICRON_WITH_OXIA.charCodeAt(0) is 0x1F79
+PASS reader.result.charCodeAt(0) is 0x1F79
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/files/blob-constructor.html ('k') | Source/platform/blob/BlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698