Skip to content

Commit ca75aac

Browse files
committed
Fix output of Element_innerHTML.phpt
New behavior was confirmed by Nora and matches the output of most browsers.
1 parent e7fd21e commit ca75aac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/dom/tests/modern/html/parser/Element_innerHTML.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ echo $dom->saveXML(), "\n";
6060
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
6161
<style xmlns="http://www.w3.org/1999/xhtml">&lt;p&gt;foo&lt;/p&gt;</style>
6262
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
63-
<style xmlns="urn:a"><p xmlns="">foo</p></style>
63+
<style xmlns="urn:a"><p xmlns="http://www.w3.org/1999/xhtml">foo</p></style>
6464
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
6565
<textarea xmlns="http://www.w3.org/1999/xhtml">&lt;/textarea&gt;�--&gt;</textarea>

0 commit comments

Comments
 (0)