Index: third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml b/third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml |
index 67deac13cc87906138dd86c51fae1448dc5d0470..cde9b26fe5f72b61f2b73c131046ad69a2d8e74d 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml |
+++ b/third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml |
@@ -2,7 +2,7 @@ |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
<body> |
-<p id="result" xmlns:a="urn:x-test:a"></p> |
+<p id="result" xmlns:a="urn:x-test:a" style="visibility: hidden;"></p> |
<script src="../../resources/testharness.js"></script> |
<script src="../../resources/testharnessreport.js"></script> |
<script>//<![CDATA[ |