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

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

Issue 14672011: Remove [NoInterfaceObject] extended attribute from several interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another attempt 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3514fb8d332e9199ec87875d603ddefa394197cd..16f7d10335cf992a61176b771d12e3f81aa94e49 100644
--- a/LayoutTests/fast/dom/dom-constructors-expected.txt
+++ b/LayoutTests/fast/dom/dom-constructors-expected.txt
@@ -107,13 +107,13 @@ PASS TryAllocate('CanvasPattern') is 'exception'
FAIL TryAllocate('Console') should be exception. Was no constructor.
PASS TryAllocate('Selection') is 'exception'
PASS TryAllocate('Window') is 'exception'
-FAIL TryAllocate('History') should be exception. Was no constructor.
+PASS TryAllocate('History') is 'exception'
PASS TryAllocate('HTMLOptionsCollection') is 'exception'
-FAIL TryAllocate('Location') should be exception. Was no constructor.
-FAIL TryAllocate('Navigator') should be exception. Was no constructor.
+PASS TryAllocate('Location') is 'exception'
+PASS TryAllocate('Navigator') is 'exception'
FAIL TryAllocate('NodeIterator') should be exception. Was no constructor.
PASS TryAllocate('RGBColor') is 'exception'
-FAIL TryAllocate('Screen') should be exception. Was no constructor.
+PASS TryAllocate('Screen') is 'exception'
FAIL TryAllocate('TreeWalker') should be exception. Was no constructor.
FAIL TryAllocate('XPathExpression') should be exception. Was no constructor.
PASS TryAllocate('Worker') is 'exception'
« no previous file with comments | « no previous file | LayoutTests/http/tests/w3c/resources/testharness.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698