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

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

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Value Properties of the Global Object 2 PASS Value Properties of the Global Object
3 PASS Value Property: NaN 3 PASS Value Property: NaN
4 PASS Value Property: Infinity 4 PASS Value Property: Infinity
5 PASS Value Property: undefined 5 PASS Value Property: undefined
6 PASS Function Properties of the Global Object 6 PASS Function Properties of the Global Object
7 PASS Function Property: eval 7 PASS Function Property: eval
8 PASS Function Property: parseInt 8 PASS Function Property: parseInt
9 PASS Function Property: parseFloat 9 PASS Function Property: parseFloat
10 PASS Function Property: isNaN 10 PASS Function Property: isNaN
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function" but got "undefined" 160 FAIL Window replaceable attribute: innerWidth assert_equals: expected "function" but got "undefined"
161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function " but got "undefined" 161 FAIL Window replaceable attribute: innerHeight assert_equals: expected "function " but got "undefined"
162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu t got "undefined" 162 FAIL Window replaceable attribute: screenX assert_equals: expected "function" bu t got "undefined"
163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu t got "undefined" 163 FAIL Window replaceable attribute: screenY assert_equals: expected "function" bu t got "undefined"
164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function" but got "undefined" 164 FAIL Window replaceable attribute: outerWidth assert_equals: expected "function" but got "undefined"
165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function " but got "undefined" 165 FAIL Window replaceable attribute: outerHeight assert_equals: expected "function " but got "undefined"
166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun ction" but got "undefined" 166 FAIL Window replaceable attribute: devicePixelRatio assert_equals: expected "fun ction" but got "undefined"
167 PASS constructor 167 PASS constructor
168 Harness: the test ran to completion. 168 Harness: the test ran to completion.
169 169
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698