| Index: third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt
|
| deleted file mode 100644
|
| index 1fa5b657751b9f8727d2fd21e349d3cc7c96387a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/dom-parse-serialize-display-expected.txt
|
| +++ /dev/null
|
| @@ -1,25 +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"?>
|
| -<?xml-stylesheet href="display.css" type="text/css"?>
|
| -<!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>
|
| -</doc>
|
| -
|
| -document object
|
| -
|
| -[object XMLDocument]
|
| -
|
| -document object serialized
|
| -
|
| -<?xml version="1.0"?><?xml-stylesheet href="display.css" type="text/css"?><!DOCTYPE doc><doc>
|
| - <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
|
| - <d id="id3">Three</d>
|
| -</doc>
|
|
|