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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt

Issue 1380503002: binding: Makes Window/Location's attributes accessor-type properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated a test result. 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
Index: third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt
index d9e168d736e7ebe92bd4a7257a4a3b113afa86f7..a4b33c166c34b02a253480fbfe771a65e7a88a1f 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/replaceable-expected.txt
@@ -3,7 +3,7 @@ Tests that Replaceable attributes are writable
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS Object.getOwnPropertyDescriptor(window, "innerHeight").writable is true
+PASS Object.getOwnPropertyDescriptor(window, "innerHeight").set is an instance of Function
PASS window.innerHeight is 42
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698