Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html |
index e90c1fd54f94bfdabe127381c773e4bbc3086dc2..5ed71f1e4f46732bc6aa0be88f4164291a230703 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/encoding/api-invalid-label.html |
@@ -24,10 +24,6 @@ setup(function() { |
tests.forEach(function(input) { |
test(function() { |
- assert_throws(new RangeError(), function() { new TextEncoder(input); }); |
- }, 'Invalid label ' + format_value(input) + ' should be rejected by TextEncoder.'); |
- |
- test(function() { |
assert_throws(new RangeError(), function() { new TextDecoder(input); }); |
}, 'Invalid label ' + format_value(input) + ' should be rejected by TextDecoder.'); |
}); |