Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/historical.html

Issue 2323113002: Revert "Import wpt@65954a35b4e0a5cee1f4839271ba0e44f187c0a6" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698