Index: third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-xml-element-range.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-xml-element-range.html b/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-xml-element-range.html |
index 312d77552423d456b0727e202abe5e23046316ad..b213f611886d0280eea64ca571b5cc4baff7f500 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-xml-element-range.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/create-contextual-fragment-from-xml-element-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> |