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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html

Issue 2614953003: Import wpt@eeecf3e14368d4ab5221cde688003dedeca30dba (Closed)
Patch Set: Created 3 years, 11 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/WebIDL/current-realm.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html b/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html
index c9450e2e72999e3081c4d7270a2dbcd37ef0edda..fd24709b3be55a1cddced3827a7bef00be301ca9 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html
@@ -134,9 +134,6 @@
test(function() {
var c = new self[0].FontFace("test", "about:blank"),
obj = c.load()
- obj.catch(function(reason) {
- // Ignore exception when it fails to load because the URL is invalid.
- });
assert_global(obj)
obj = FontFace.prototype.load.call(c)

Powered by Google App Engine
This is Rietveld 408576698