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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py

Issue 2429523003: Skip wpt/workers/semantics/encodings until crbug.com/656171 is resolved. (Closed)
Patch Set: Remove current files, update TestExpectations Created 4 years, 2 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
Index: third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py b/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py
deleted file mode 100644
index 1e899aac2714189ab78abeecad09598a67a2ee67..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py
+++ /dev/null
@@ -1,4 +0,0 @@
- # -*- coding: utf-8 -*-
-
-def main(request, response):
- return "PASS" if request.GET.first('x') == 'å' else "FAIL"

Powered by Google App Engine
This is Rietveld 408576698