Index: third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-bodyless-xml-document-range.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-bodyless-xml-document-range.html b/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-bodyless-xml-document-range.html |
index 28750e2cd6bc27fe42d7ae999af0461cfe6353e7..969455af6eee81e3530a8a6eb3da86b0c3ac07ae 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-bodyless-xml-document-range.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-bodyless-xml-document-range.html |
@@ -19,5 +19,5 @@ try { |
} |
var result = document.getElementById('result'); |
-result.textContent = (thrownException && thrownException.message === "Failed to execute 'createContextualFragment' on 'Range': The range's container must be an HTML or SVG Element, Document, or DocumentFragment.") ? 'PASS' : 'FAIL'; |
+result.textContent = thrownException ? 'FAIL' : 'PASS'; |
</script> |