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

Unified Diff: LayoutTests/fast/dom/dom-constructors-expected.txt

Issue 14179013: Add support for [NoInterfaceObject] extended attribute to bindings generator (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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-expected.txt
diff --git a/LayoutTests/fast/dom/dom-constructors-expected.txt b/LayoutTests/fast/dom/dom-constructors-expected.txt
index 54bd171749bbbb20dffe1177566dcc6ee2da170b..0f2ac983f45e7897651992d0689b528347259ace 100644
--- a/LayoutTests/fast/dom/dom-constructors-expected.txt
+++ b/LayoutTests/fast/dom/dom-constructors-expected.txt
@@ -114,7 +114,7 @@ PASS TryAllocate('Selection') is 'exception'
PASS TryAllocate('Window') is 'exception'
FAIL TryAllocate('History') should be exception. Was no constructor.
PASS TryAllocate('HTMLOptionsCollection') is 'exception'
-FAIL TryAllocate('Location') should be exception. Was no constructor.
+PASS TryAllocate('Location') is 'exception'
FAIL TryAllocate('Navigator') should be exception. Was no constructor.
FAIL TryAllocate('NodeIterator') should be exception. Was no constructor.
PASS TryAllocate('RGBColor') is 'exception'

Powered by Google App Engine
This is Rietveld 408576698