Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/insertAdjacentHTML-namespaces.xhtml

Issue 1894103003: Remove superfluous "*-expected.txt" files in LayoutTests/fast/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[

Powered by Google App Engine
This is Rietveld 408576698