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 fd24709b3be55a1cddced3827a7bef00be301ca9..c9450e2e72999e3081c4d7270a2dbcd37ef0edda 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/WebIDL/current-realm.html |
@@ -134,6 +134,9 @@ |
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) |