Commit 24dd4ecd authored by Kunihiko Sakamoto's avatar Kunihiko Sakamoto Committed by Commit Bot

Update external/wpt/css/css-font-loading/idlharness.https-expected.txt

This updates the expectation for css/css-font-loading/idlharness.https.html
and removes the Failure expectation from TestExpectation file.

The expected.txt file contains some FAIL lines because
- variationSettings attribute does not exist in FontFace (crbug.com/907723)
- FontFaceSet constructor is not exposed (crbug.com/651795)

Bug: 824955,907723,651795
Change-Id: I527badfeea8d21ac16a9bfd20d1f0f255ff553ce
Reviewed-on: https://chromium-review.googlesource.com/c/1347951
Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: default avatarTakashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610318}
parent f53a4eeb
...@@ -4708,7 +4708,6 @@ crbug.com/824775 [ Win Mac ] virtual/video-surface-layer/media/controls/video-co ...@@ -4708,7 +4708,6 @@ crbug.com/824775 [ Win Mac ] virtual/video-surface-layer/media/controls/video-co
crbug.com/824830 fast/peerconnection/RTCPeerConnection-many.html [ Timeout Crash Failure Pass ] crbug.com/824830 fast/peerconnection/RTCPeerConnection-many.html [ Timeout Crash Failure Pass ]
crbug.com/824848 [ Linux Win ] external/wpt/html/semantics/links/following-hyperlinks/activation-behavior.window.html [ Pass Failure ] crbug.com/824848 [ Linux Win ] external/wpt/html/semantics/links/following-hyperlinks/activation-behavior.window.html [ Pass Failure ]
crbug.com/824904 inspector-protocol/heap-profiler/heap-objects-tracking.js [ Pass Failure ] crbug.com/824904 inspector-protocol/heap-profiler/heap-objects-tracking.js [ Pass Failure ]
crbug.com/824955 external/wpt/css/css-font-loading/idlharness.https.html [ Pass Failure ]
# Sheriff 2018-03-23 # Sheriff 2018-03-23
crbug.com/825262 [ Win Mac Linux ] external/wpt/css/css-transitions/properties-value-001.html [ Pass Failure ] crbug.com/825262 [ Win Mac Linux ] external/wpt/css/css-transitions/properties-value-001.html [ Pass Failure ]
......
This is a testharness.js-based test. This is a testharness.js-based test.
PASS Test IDL implementation of CSS Font Loading PASS idl_test setup
PASS Document interface: attribute fonts
PASS Unscopable handled correctly for fonts property on Document
PASS Document interface: document must inherit property "fonts" with the proper type
PASS WorkerGlobalScope interface: existence and properties of interface object
PASS FontFace interface: existence and properties of interface object PASS FontFace interface: existence and properties of interface object
PASS FontFace interface object length PASS FontFace interface object length
PASS FontFace interface object name PASS FontFace interface object name
...@@ -11,29 +7,31 @@ PASS FontFace interface: existence and properties of interface prototype object ...@@ -11,29 +7,31 @@ PASS FontFace interface: existence and properties of interface prototype object
PASS FontFace interface: existence and properties of interface prototype object's "constructor" property PASS FontFace interface: existence and properties of interface prototype object's "constructor" property
PASS FontFace interface: existence and properties of interface prototype object's @@unscopables property PASS FontFace interface: existence and properties of interface prototype object's @@unscopables property
PASS FontFace interface: attribute family PASS FontFace interface: attribute family
PASS Unscopable handled correctly for family property on FontFace
PASS FontFace interface: attribute style PASS FontFace interface: attribute style
PASS Unscopable handled correctly for style property on FontFace
PASS FontFace interface: attribute weight PASS FontFace interface: attribute weight
PASS Unscopable handled correctly for weight property on FontFace
PASS FontFace interface: attribute stretch PASS FontFace interface: attribute stretch
PASS Unscopable handled correctly for stretch property on FontFace
PASS FontFace interface: attribute unicodeRange PASS FontFace interface: attribute unicodeRange
PASS Unscopable handled correctly for unicodeRange property on FontFace
PASS FontFace interface: attribute variant PASS FontFace interface: attribute variant
PASS Unscopable handled correctly for variant property on FontFace
PASS FontFace interface: attribute featureSettings PASS FontFace interface: attribute featureSettings
PASS Unscopable handled correctly for featureSettings property on FontFace
FAIL FontFace interface: attribute variationSettings assert_true: The prototype object must have a property "variationSettings" expected true got false FAIL FontFace interface: attribute variationSettings assert_true: The prototype object must have a property "variationSettings" expected true got false
PASS Unscopable handled correctly for variationSettings property on FontFace
PASS FontFace interface: attribute display PASS FontFace interface: attribute display
PASS Unscopable handled correctly for display property on FontFace
PASS FontFace interface: attribute status PASS FontFace interface: attribute status
PASS Unscopable handled correctly for status property on FontFace
PASS FontFace interface: operation load() PASS FontFace interface: operation load()
PASS Unscopable handled correctly for load() on FontFace
PASS FontFace interface: attribute loaded PASS FontFace interface: attribute loaded
PASS Unscopable handled correctly for loaded property on FontFace PASS FontFace must be primary interface of new FontFace("family", "src")
PASS Stringification of new FontFace("family", "src")
PASS FontFace interface: new FontFace("family", "src") must inherit property "family" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "style" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "weight" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "stretch" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "unicodeRange" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "variant" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "featureSettings" with the proper type
FAIL FontFace interface: new FontFace("family", "src") must inherit property "variationSettings" with the proper type assert_inherits: property "variationSettings" not found in prototype chain
PASS FontFace interface: new FontFace("family", "src") must inherit property "display" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "status" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "load()" with the proper type
PASS FontFace interface: new FontFace("family", "src") must inherit property "loaded" with the proper type
PASS FontFaceSetLoadEvent interface: existence and properties of interface object PASS FontFaceSetLoadEvent interface: existence and properties of interface object
PASS FontFaceSetLoadEvent interface object length PASS FontFaceSetLoadEvent interface object length
PASS FontFaceSetLoadEvent interface object name PASS FontFaceSetLoadEvent interface object name
...@@ -41,7 +39,9 @@ PASS FontFaceSetLoadEvent interface: existence and properties of interface proto ...@@ -41,7 +39,9 @@ PASS FontFaceSetLoadEvent interface: existence and properties of interface proto
PASS FontFaceSetLoadEvent interface: existence and properties of interface prototype object's "constructor" property PASS FontFaceSetLoadEvent interface: existence and properties of interface prototype object's "constructor" property
PASS FontFaceSetLoadEvent interface: existence and properties of interface prototype object's @@unscopables property PASS FontFaceSetLoadEvent interface: existence and properties of interface prototype object's @@unscopables property
PASS FontFaceSetLoadEvent interface: attribute fontfaces PASS FontFaceSetLoadEvent interface: attribute fontfaces
PASS Unscopable handled correctly for fontfaces property on FontFaceSetLoadEvent PASS FontFaceSetLoadEvent must be primary interface of new FontFaceSetLoadEvent("type")
PASS Stringification of new FontFaceSetLoadEvent("type")
PASS FontFaceSetLoadEvent interface: new FontFaceSetLoadEvent("type") must inherit property "fontfaces" with the proper type
FAIL FontFaceSet interface: existence and properties of interface object assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: existence and properties of interface object assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
FAIL FontFaceSet interface object length assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface object length assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
FAIL FontFaceSet interface object name assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface object name assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
...@@ -49,24 +49,33 @@ FAIL FontFaceSet interface: existence and properties of interface prototype obje ...@@ -49,24 +49,33 @@ FAIL FontFaceSet interface: existence and properties of interface prototype obje
FAIL FontFaceSet interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
FAIL FontFaceSet interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
FAIL FontFaceSet interface: operation add(FontFace) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: operation add(FontFace) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for add(FontFace) on FontFaceSet
FAIL FontFaceSet interface: operation delete(FontFace) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: operation delete(FontFace) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for delete(FontFace) on FontFaceSet
FAIL FontFaceSet interface: operation clear() assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: operation clear() assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for clear() on FontFaceSet
FAIL FontFaceSet interface: attribute onloading assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: attribute onloading assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for onloading property on FontFaceSet
FAIL FontFaceSet interface: attribute onloadingdone assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: attribute onloadingdone assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for onloadingdone property on FontFaceSet
FAIL FontFaceSet interface: attribute onloadingerror assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: attribute onloadingerror assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for onloadingerror property on FontFaceSet
FAIL FontFaceSet interface: operation load(CSSOMString, CSSOMString) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: operation load(CSSOMString, CSSOMString) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for load(CSSOMString, CSSOMString) on FontFaceSet
FAIL FontFaceSet interface: operation check(CSSOMString, CSSOMString) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: operation check(CSSOMString, CSSOMString) assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for check(CSSOMString, CSSOMString) on FontFaceSet
FAIL FontFaceSet interface: attribute ready assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: attribute ready assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for ready property on FontFaceSet
FAIL FontFaceSet interface: attribute status assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing FAIL FontFaceSet interface: attribute status assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Unscopable handled correctly for status property on FontFaceSet FAIL FontFaceSet must be primary interface of document.fonts assert_own_property: self does not have own property "FontFaceSet" expected property "FontFaceSet" missing
PASS Stringification of document.fonts
PASS FontFaceSet interface: document.fonts must inherit property "add(FontFace)" with the proper type
PASS FontFaceSet interface: calling add(FontFace) on document.fonts with too few arguments must throw TypeError
PASS FontFaceSet interface: document.fonts must inherit property "delete(FontFace)" with the proper type
PASS FontFaceSet interface: calling delete(FontFace) on document.fonts with too few arguments must throw TypeError
PASS FontFaceSet interface: document.fonts must inherit property "clear()" with the proper type
PASS FontFaceSet interface: document.fonts must inherit property "onloading" with the proper type
PASS FontFaceSet interface: document.fonts must inherit property "onloadingdone" with the proper type
PASS FontFaceSet interface: document.fonts must inherit property "onloadingerror" with the proper type
PASS FontFaceSet interface: document.fonts must inherit property "load(CSSOMString, CSSOMString)" with the proper type
PASS FontFaceSet interface: calling load(CSSOMString, CSSOMString) on document.fonts with too few arguments must throw TypeError
PASS FontFaceSet interface: document.fonts must inherit property "check(CSSOMString, CSSOMString)" with the proper type
PASS FontFaceSet interface: calling check(CSSOMString, CSSOMString) on document.fonts with too few arguments must throw TypeError
PASS FontFaceSet interface: document.fonts must inherit property "ready" with the proper type
PASS FontFaceSet interface: document.fonts must inherit property "status" with the proper type
PASS Document interface: attribute fonts
PASS Document interface: document must inherit property "fonts" with the proper type
PASS WorkerGlobalScope interface: existence and properties of interface object
Harness: the test ran to completion. Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment