| Index: third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
|
| deleted file mode 100644
|
| index 0a038108dd21f3082cb4c1eb1630d25dd88dab3e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-expected.txt
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -DOMParser/XMLSerializer test
|
| -
|
| -The "text to parse" and "document object serialized" boxes should show the same text, and it should be an XML document, not "@@No result@@".
|
| -text to parse
|
| -
|
| -<?xml version="1.0"?>
|
| -<!DOCTYPE doc [
|
| -<!ATTLIST d id ID #IMPLIED>
|
| -]>
|
| -<doc>
|
| - <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
|
| - <d id="id3">Three</d>
|
| -<f id="&<>>">Four&<></f><empty/><empty></empty></doc>
|
| -
|
| -document object
|
| -
|
| -[object XMLDocument]
|
| -
|
| -document object serialized
|
| -
|
| -<?xml version="1.0"?><!DOCTYPE doc><doc>
|
| - <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
|
| - <d id="id3">Three</d>
|
| -<f id="&<>>">Four&<></f><empty/><empty/></doc>
|
|
|