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

Unified Diff: LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1289753005: ServiceWorker webexposed tests should skip JS builtins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 96110b916d57d9ca955d1442815f45978be75f5c..698d26f7532733a0a147c60387be2f011ba6d71f 100644
--- a/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -1,46 +1,8 @@
-interface Array
- attribute length
- method concat
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method pop
- method push
- method reduce
- method reduceRight
- method reverse
- method shift
- method slice
- method some
- method sort
- method splice
- method toLocaleString
- method toString
- method unshift
-interface ArrayBuffer
- getter byteLength
- method constructor
- method slice
interface Blob
getter size
getter type
method constructor
method slice
-interface Boolean
- method constructor
- method toString
- method valueOf
interface Cache
method add
method addAll
@@ -138,62 +100,6 @@ interface DataView
method setUint16
method setUint32
method setUint8
-interface Date
- method constructor
- method getDate
- method getDay
- method getFullYear
- method getHours
- method getMilliseconds
- method getMinutes
- method getMonth
- method getSeconds
- method getTime
- method getTimezoneOffset
- method getUTCDate
- method getUTCDay
- method getUTCFullYear
- method getUTCHours
- method getUTCMilliseconds
- method getUTCMinutes
- method getUTCMonth
- method getUTCSeconds
- method getYear
- method setDate
- method setFullYear
- method setHours
- method setMilliseconds
- method setMinutes
- method setMonth
- method setSeconds
- method setTime
- method setUTCDate
- method setUTCFullYear
- method setUTCHours
- method setUTCMilliseconds
- method setUTCMinutes
- method setUTCMonth
- method setUTCSeconds
- method setYear
- method toDateString
- method toGMTString
- method toISOString
- method toJSON
- method toLocaleDateString
- method toLocaleString
- method toLocaleTimeString
- method toString
- method toTimeString
- method toUTCString
- method valueOf
-interface Error
- attribute message
- attribute name
- method constructor
- method toString
-interface EvalError
- attribute name
- method constructor
interface Event
attribute AT_TARGET
attribute BLUR
@@ -318,83 +224,9 @@ interface FileReaderSync
method readAsBinaryString
method readAsDataURL
method readAsText
-interface Float32Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Float64Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
interface FormData
method append
method constructor
-interface Function
- attribute length
- attribute name
- getter arguments
- getter caller
- method apply
- method bind
- method call
- method constructor
- method toString
- setter arguments
- setter caller
interface Headers
method append
method constructor
@@ -518,111 +350,6 @@ interface ImageData
getter height
getter width
method constructor
-interface Int16Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Int32Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Int8Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Map
- getter size
- method clear
- method constructor
- method delete
- method entries
- method forEach
- method get
- method has
- method keys
- method set
- method values
interface MessageChannel
getter port1
getter port2
@@ -664,28 +391,6 @@ interface Notification
interface NotificationEvent
getter notification
method constructor
-interface Number
- method constructor
- method toExponential
- method toFixed
- method toLocaleString
- method toPrecision
- method toString
- method valueOf
-interface Object
- getter __proto__
- method __defineGetter__
- method __defineSetter__
- method __lookupGetter__
- method __lookupSetter__
- method constructor
- method hasOwnProperty
- method isPrototypeOf
- method propertyIsEnumerable
- method toLocaleString
- method toString
- method valueOf
- setter __proto__
interface PermissionStatus
getter onchange
getter state
@@ -695,11 +400,6 @@ interface PermissionStatus
interface Permissions
method constructor
method query
-interface Promise
- method catch
- method chain
- method constructor
- method then
interface PushEvent
method constructor
interface PushManager
@@ -712,9 +412,6 @@ interface PushSubscription
method constructor
method toJSON
method unsubscribe
-interface RangeError
- attribute name
- method constructor
interface ReadableByteStream
method cancel
method constructor
@@ -723,20 +420,6 @@ interface ReadableStream
method cancel
method constructor
method getReader
-interface ReferenceError
- attribute name
- method constructor
-interface RegExp
- attribute global
- attribute ignoreCase
- attribute lastIndex
- attribute multiline
- attribute source
- method compile
- method constructor
- method exec
- method test
- method toString
interface Request
getter bodyUsed
getter context
@@ -798,61 +481,6 @@ interface ServiceWorkerRegistration
method unregister
method update
setter onupdatefound
-interface Set
- getter size
- method add
- method clear
- method constructor
- method delete
- method entries
- method forEach
- method has
- method keys
- method values
-interface String
- attribute length
- method anchor
- method big
- method blink
- method bold
- method charAt
- method charCodeAt
- method codePointAt
- method concat
- method constructor
- method endsWith
- method fixed
- method fontcolor
- method fontsize
- method includes
- method indexOf
- method italics
- method lastIndexOf
- method link
- method localeCompare
- method match
- method normalize
- method repeat
- method replace
- method search
- method slice
- method small
- method split
- method startsWith
- method strike
- method sub
- method substr
- method substring
- method sup
- method toLocaleLowerCase
- method toLocaleUpperCase
- method toLowerCase
- method toString
- method toUpperCase
- method trim
- method trimLeft
- method trimRight
- method valueOf
interface SubtleCrypto
method constructor
method decrypt
@@ -867,13 +495,6 @@ interface SubtleCrypto
method unwrapKey
method verify
method wrapKey
-interface Symbol
- method constructor
- method toString
- method valueOf
-interface SyntaxError
- attribute name
- method constructor
interface TextDecoder
getter encoding
getter fatal
@@ -884,12 +505,6 @@ interface TextEncoder
getter encoding
method constructor
method encode
-interface TypeError
- attribute name
- method constructor
-interface URIError
- attribute name
- method constructor
interface URL
getter hash
getter host
@@ -914,141 +529,6 @@ interface URL
setter protocol
setter search
setter username
-interface Uint16Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Uint32Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Uint8Array
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface Uint8ClampedArray
- attribute BYTES_PER_ELEMENT
- getter buffer
- getter byteLength
- getter byteOffset
- getter length
- method constructor
- method copyWithin
- method entries
- method every
- method fill
- method filter
- method find
- method findIndex
- method forEach
- method indexOf
- method join
- method keys
- method lastIndexOf
- method map
- method reduce
- method reduceRight
- method reverse
- method set
- method slice
- method some
- method sort
- method subarray
- method toLocaleString
- method toString
- method values
-interface WeakMap
- method constructor
- method delete
- method get
- method has
- method set
-interface WeakSet
- method add
- method constructor
- method delete
- method has
interface WebSocket
attribute CLOSED
attribute CLOSING

Powered by Google App Engine
This is Rietveld 408576698