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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/assign-to-window-status-expected.txt

Issue 2907463003: Remove window.status plumbing, it's unused and the spec says it's a dummy (Closed)
Patch Set: Drop accidental change Created 3 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
Index: third_party/WebKit/LayoutTests/fast/dom/assign-to-window-status-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/assign-to-window-status-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/assign-to-window-status-expected.txt
deleted file mode 100644
index 0cf1d60048121e8571be754d95e12cd349713e7f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/dom/assign-to-window-status-expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-UI DELEGATE STATUS CALLBACK: setStatusText:set window.status
-UI DELEGATE STATUS CALLBACK: setStatusText:set status
-UI DELEGATE STATUS CALLBACK: setStatusText:1
-UI DELEGATE STATUS CALLBACK: setStatusText:2
-UI DELEGATE STATUS CALLBACK: setStatusText:object.toString
-This tests that we can assign strings to the status property.
-PASS: window.status = 'set window.status'; window.status should be 'set window.status' and is.
-PASS: status = 'set status' should be 'set status' and is.
-PASS: window.status = 1; window.status should be '1' and is.
-PASS: status = 2; status should be '2' and is.
-PASS: window.status={toString:function(){ return 'object.toString'; }}; window.status should be 'object.toString' and is.

Powered by Google App Engine
This is Rietveld 408576698