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

Unified Diff: LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt

Issue 184273003: Allow overriding the serialization rules in MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto split out CLs. Created 6 years, 9 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: LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt
diff --git a/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt b/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt
index d67a1a3ea12bde07a19a457defcba6bdf1fda295..4224fdcdda3fe693641e804d80057f1fcd5bebd7 100644
--- a/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt
+++ b/LayoutTests/fast/dom/XMLSerializer-attribute-ns-prefix-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image xlink:href="blah"/></svg>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image xlink:href="blah"></image></svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><image xlink:href="blah"/></svg>
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698