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

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html

Issue 1850693005: Fix a munged Shift-JIS layout test file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html b/third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html
index 812eea2ae078ca3f72a623d6af7fe618fea5e46c..0ed17fc4d7cbee61d16e5d1045977fb9429acaab 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/invalid-multi-byte-over-consumption.html
@@ -29,6 +29,6 @@ function runTest() {
<body onload="runTest();">
<p>Test if an invalid multi-byte sequence is onverconsumed leading to an
XSS vector</p>
-<input id="input1" src="" type="xss�">ABCD" onchange="test='Failed'" using malformed byte sequence 0x83 0x22<br>
+<input id="input1" src="" type="xssƒ">ABCD" onchange="test='Failed'" using malformed byte sequence 0x83 0x22<br>
<div id="result"></div>
</body>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698