Index: content/test/data/browser_plugin_embedder.html |
diff --git a/content/test/data/browser_plugin_embedder.html b/content/test/data/browser_plugin_embedder.html |
index c0168b59805df366150591f6abcaeb61f9b773c1..ef042683d53caa02ef054980a369e5bf63261f8f 100644 |
--- a/content/test/data/browser_plugin_embedder.html |
+++ b/content/test/data/browser_plugin_embedder.html |
@@ -1,6 +1,6 @@ |
<script type="text/javascript"> |
function loadAbort(evt) { |
- document.title = evt.type; |
+ document.title = evt.reason; |
} |
function loadStart(evt) { |
document.title = evt.url; |