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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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/external/wpt/html/browsers/the-window-object/window-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/browsers/the-window-object/window-properties-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/browsers/the-window-object/window-properties-expected.txt
deleted file mode 100644
index 752a53cece38a4616de6e536c4395de22a5d2127..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/html/browsers/the-window-object/window-properties-expected.txt
+++ /dev/null
@@ -1,169 +0,0 @@
-This is a testharness.js-based test.
-PASS Value Properties of the Global Object
-PASS Value Property: NaN
-PASS Value Property: Infinity
-PASS Value Property: undefined
-PASS Function Properties of the Global Object
-PASS Function Property: eval
-PASS Function Property: parseInt
-PASS Function Property: parseFloat
-PASS Function Property: isNaN
-PASS Function Property: isFinite
-PASS URI Handling Function Properties
-PASS URI Handling Function Property: decodeURI
-PASS URI Handling Function Property: decodeURIComponent
-PASS URI Handling Function Property: encodeURI
-PASS URI Handling Function Property: encodeURIComponent
-PASS Constructor Properties of the Global Object
-PASS Constructor Property: Object
-PASS Constructor Property: Function
-PASS Constructor Property: Array
-PASS Constructor Property: String
-PASS Constructor Property: Boolean
-PASS Constructor Property: Number
-PASS Constructor Property: Date
-PASS Constructor Property: RegExp
-PASS Constructor Property: Error
-PASS Constructor Property: EvalError
-PASS Constructor Property: RangeError
-PASS Constructor Property: ReferenceError
-PASS Constructor Property: SyntaxError
-PASS Constructor Property: TypeError
-PASS Constructor Property: URIError
-PASS Other Properties of the Global Object
-PASS Other Property: Math
-PASS Other Property: JSON
-PASS EventTarget interface
-PASS EventTarget method: addEventListener
-PASS EventTarget method: removeEventListener
-PASS EventTarget method: dispatchEvent
-PASS Window interface
-PASS Window method: close
-PASS Window method: stop
-PASS Window method: focus
-PASS Window method: blur
-PASS Window method: open
-PASS Window method: alert
-PASS Window method: confirm
-PASS Window method: prompt
-PASS Window method: print
-PASS Window method: postMessage
-PASS Window method: btoa
-PASS Window method: atob
-PASS Window method: setTimeout
-PASS Window method: clearTimeout
-PASS Window method: setInterval
-PASS Window method: clearInterval
-PASS Window method: getSelection
-PASS Window method: getComputedStyle
-PASS Window method: matchMedia
-PASS Window method: scroll
-PASS Window method: scrollTo
-PASS Window method: scrollBy
-PASS Window readonly attribute: history
-PASS Window readonly attribute: frameElement
-PASS Window readonly attribute: navigator
-PASS Window readonly attribute: applicationCache
-PASS Window readonly attribute: sessionStorage
-PASS Window readonly attribute: localStorage
-PASS Window attribute: name
-PASS Window attribute: status
-FAIL Window attribute: opener assert_equals: expected "function" but got "undefined"
-PASS Window attribute: onabort
-FAIL Window attribute: onafterprint assert_true: onafterprint in window expected true got false
-FAIL Window attribute: onbeforeprint assert_true: onbeforeprint in window expected true got false
-PASS Window attribute: onbeforeunload
-PASS Window attribute: onblur
-PASS Window attribute: oncancel
-PASS Window attribute: oncanplay
-PASS Window attribute: oncanplaythrough
-PASS Window attribute: onchange
-PASS Window attribute: onclick
-PASS Window attribute: onclose
-PASS Window attribute: oncontextmenu
-PASS Window attribute: oncuechange
-PASS Window attribute: ondblclick
-PASS Window attribute: ondrag
-PASS Window attribute: ondragend
-PASS Window attribute: ondragenter
-PASS Window attribute: ondragleave
-PASS Window attribute: ondragover
-PASS Window attribute: ondragstart
-PASS Window attribute: ondrop
-PASS Window attribute: ondurationchange
-PASS Window attribute: onemptied
-PASS Window attribute: onended
-PASS Window attribute: onerror
-PASS Window attribute: onfocus
-PASS Window attribute: onhashchange
-PASS Window attribute: oninput
-PASS Window attribute: oninvalid
-PASS Window attribute: onkeydown
-PASS Window attribute: onkeypress
-PASS Window attribute: onkeyup
-PASS Window attribute: onload
-PASS Window attribute: onloadeddata
-PASS Window attribute: onloadedmetadata
-PASS Window attribute: onloadstart
-PASS Window attribute: onmessage
-PASS Window attribute: onmousedown
-PASS Window attribute: onmousemove
-PASS Window attribute: onmouseout
-PASS Window attribute: onmouseover
-PASS Window attribute: onmouseup
-PASS Window attribute: onmousewheel
-PASS Window attribute: onoffline
-PASS Window attribute: ononline
-PASS Window attribute: onpause
-PASS Window attribute: onplay
-PASS Window attribute: onplaying
-PASS Window attribute: onpagehide
-PASS Window attribute: onpageshow
-PASS Window attribute: onpopstate
-PASS Window attribute: onprogress
-PASS Window attribute: onratechange
-PASS Window attribute: onreset
-PASS Window attribute: onresize
-PASS Window attribute: onscroll
-PASS Window attribute: onseeked
-PASS Window attribute: onseeking
-PASS Window attribute: onselect
-PASS Window attribute: onshow
-PASS Window attribute: onstalled
-PASS Window attribute: onstorage
-PASS Window attribute: onsubmit
-PASS Window attribute: onsuspend
-PASS Window attribute: ontimeupdate
-PASS Window attribute: onunload
-PASS Window attribute: onvolumechange
-PASS Window attribute: onwaiting
-FAIL Window unforgeable attribute: window assert_equals: expected "function" but got "undefined"
-PASS Window unforgeable attribute: document
-FAIL Window unforgeable attribute: location assert_equals: expected "function" but got "undefined"
-FAIL Window unforgeable attribute: top assert_equals: expected "function" but got "undefined"
-FAIL Window replaceable attribute: self assert_equals: expected "function" but got "undefined"
-PASS Window replaceable attribute: locationbar
-PASS Window replaceable attribute: menubar
-PASS Window replaceable attribute: personalbar
-PASS Window replaceable attribute: scrollbars
-PASS Window replaceable attribute: statusbar
-PASS Window replaceable attribute: toolbar
-FAIL Window replaceable attribute: frames assert_equals: expected "function" but got "undefined"
-FAIL Window replaceable attribute: parent assert_equals: expected "function" but got "undefined"
-PASS Window replaceable attribute: external
-FAIL Window replaceable attribute: length assert_equals: expected "function" but got "undefined"
-PASS Window replaceable attribute: screen
-PASS Window replaceable attribute: scrollX
-PASS Window replaceable attribute: scrollY
-PASS Window replaceable attribute: pageXOffset
-PASS Window replaceable attribute: pageYOffset
-PASS Window replaceable attribute: innerWidth
-PASS Window replaceable attribute: innerHeight
-PASS Window replaceable attribute: screenX
-PASS Window replaceable attribute: screenY
-PASS Window replaceable attribute: outerWidth
-PASS Window replaceable attribute: outerHeight
-PASS Window replaceable attribute: devicePixelRatio
-PASS constructor
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698