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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt

Issue 1921143002: [DevTools] Align Console implementation with The JSey way (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-part-command-line-api-to-native
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
index e984f8c47d084b00bdf5e158971a251616ddd9cc..189e89cd90ff2bc4f2020a20430dedd5a1e4533f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
@@ -304,7 +304,7 @@ PASS win['statusbar'] == '[object BarProp]' is true
PASS win['statusbar'] == '[object BarProp]' is true
PASS win['toolbar'] == '[object BarProp]' is true
PASS win['toolbar'] == '[object BarProp]' is true
-PASS win['console'] == '[object Console]' is true
+PASS win['console'] == '[object Object]' is true
PASS win['history'] == '[object History]' is true
PASS win['navigator'] == '[object Navigator]' is true
PASS win['navigator'] == '[object Navigator]' is true
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698