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: third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt

Issue 1493673002: Drop [LegacyInterfaceTypeChecking] for HTMLTableElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/fast/dom/setter-type-enforcement-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
index 39ec5d0daee07ec11964859a89f2b2c45d6be8f9..7f1abec2de8debf5e85d7e0ae27eb1a1bc81ce09 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/setter-type-enforcement-expected.txt
@@ -4,7 +4,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.body = nodelist; threw exception TypeError: Failed to set the 'body' property on 'Document': The provided value is not of type 'HTMLElement'..
-PASS table.tHead = nodelist; threw exception NotFoundError: Failed to set the 'tHead' property on 'HTMLTableElement': The new child element is null..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698