| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| index 58881affcccb77583a57aedbb09d40428970b529..cec309308649c605340abe91ee0b1fb6e1bc9ec1 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html
|
| @@ -10,7 +10,6 @@ function isInterfaceNuked(name) {
|
| }, "Historical DOM features must be removed: " + name)
|
| }
|
| var nukedInterfaces = [
|
| - "CDATASection",
|
| "DOMConfiguration",
|
| "DOMError",
|
| "DOMErrorHandler",
|
| @@ -39,7 +38,6 @@ function isNukedFromDocument(name) {
|
| }, "Historical DOM features must be removed: " + name)
|
| }
|
| var documentNuked = [
|
| - "createCDATASection",
|
| "createEntityReference",
|
| "xmlEncoding",
|
| "xmlStandalone",
|
|
|