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