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

Unified Diff: LayoutTests/fast/dom/dom-constructors.html

Issue 14904005: Make Range constructable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations Created 7 years, 7 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: LayoutTests/fast/dom/dom-constructors.html
diff --git a/LayoutTests/fast/dom/dom-constructors.html b/LayoutTests/fast/dom/dom-constructors.html
index 9198d2bc52ce517e45d0a7879603a75c1cf52288..77cd66de493ca4cfdd8f4d4c8a67089f6523fc36 100644
--- a/LayoutTests/fast/dom/dom-constructors.html
+++ b/LayoutTests/fast/dom/dom-constructors.html
@@ -45,7 +45,7 @@ var objects_exception = [
'HTMLCollection', 'MediaList', 'MimeType',
'MimeTypeArray', 'MutationEvent', 'NamedNodeMap',
'NodeFilter', 'NodeList', 'Plugin',
- 'PluginArray', 'Range', 'Rect', 'StyleSheet', 'StyleSheetList',
+ 'PluginArray', 'Rect', 'StyleSheet', 'StyleSheetList',
'TextEvent', 'XPathResult', 'BarInfo',
'CanvasGradient', 'CanvasPattern', 'Console', 'Selection',
'Window', 'History', 'HTMLOptionsCollection', 'Location',
@@ -55,7 +55,7 @@ var objects_exception = [
// These objects should have a working constructor.
var objects_constructor = [
- 'DOMParser', 'XMLHttpRequest', 'XMLSerializer', 'XPathEvaluator',
+ 'DOMParser', 'Range', 'XMLHttpRequest', 'XMLSerializer', 'XPathEvaluator',
'XSLTProcessor'
];
« no previous file with comments | « LayoutTests/fast/dom/Range/range-constructor-expected.txt ('k') | LayoutTests/fast/dom/dom-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698