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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt

Issue 2177123003: Move SearchProvider implementation into Blink and make it a no-op. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/browsers/the-window-object/window-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
index fe51d6913fe7ba780875e197e2b5be4aabb56502..c85612e5b054644c974e4c0e4022ba7458cf4d8a 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/window-properties-expected.txt
@@ -150,7 +150,7 @@ FAIL Window replaceable attribute: statusbar assert_equals: expected "function"
FAIL Window replaceable attribute: toolbar assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: frames assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: parent assert_equals: expected "function" but got "undefined"
-FAIL Window replaceable attribute: external assert_true: external in window expected true got false
+FAIL Window replaceable attribute: external assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: length assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: screen assert_equals: expected "function" but got "undefined"
FAIL Window replaceable attribute: scrollX assert_equals: expected "function" but got "undefined"

Powered by Google App Engine
This is Rietveld 408576698