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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem-expected.txt

Issue 2614253003: Support both old and new MANIFEST.json formats, and update baselines. (Closed)
Patch Set: Update imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expec… Created 3 years, 11 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/html/semantics/forms/the-form-element/form-nameditem-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem-expected.txt
index 5a1d7d45153916a629a68a6a6124ebefd6016399..6afc9a7e543703f3201a71fbc9d6fd461e8ad053 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/the-form-element/form-nameditem-expected.txt
@@ -15,5 +15,6 @@ PASS Input should only be a named property on the innermost form that contains i
FAIL Trying to set an expando that would shadow an already-existing named property assert_false: expected false got true
FAIL Trying to set an expando that shadows a named property that gets added later assert_equals: expected (number) 5 but got (object) Element node <input name="new-name"></input>
FAIL Trying to set a non-configurable expando that shadows a named property that gets added later assert_equals: expected (number) 5 but got (object) Element node <input name="new-name2"></input>
+PASS Past names map should work correctly
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698