Skip to content

Commit

Permalink
Auto merge of #23732 - servo-wpt-sync:wpt_update_09-07-2019, r=servo-…
Browse files Browse the repository at this point in the history
…wpt-sync

Sync WPT with upstream (09-07-2019)

Automated downstream sync of changes from upstream as of 09-07-2019.
[no-wpt-sync]
  • Loading branch information
bors-servo committed Jul 9, 2019
2 parents 56f1e7c + 3c25658 commit d0bd2d5
Show file tree
Hide file tree
Showing 189 changed files with 4,341 additions and 1,030 deletions.
1,226 changes: 1,101 additions & 125 deletions tests/wpt/metadata/MANIFEST.json

Large diffs are not rendered by default.

@@ -0,0 +1,4 @@
[characteristicProperties.https.window.html]
[HeartRate device properties]
expected: FAIL

@@ -0,0 +1,4 @@
[characteristic-is-removed.https.window.html]
[Characteristic is removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[service-is-removed.https.window.html]
[Service is removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[add-multiple-event-listeners.https.window.html]
[Add multiple event listeners then readValue().]
expected: FAIL

@@ -0,0 +1,4 @@
[characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[event-is-fired.https.window.html]
[Reading a characteristic should fire an event.]
expected: FAIL

@@ -0,0 +1,4 @@
[read-succeeds.https.window.html]
[A read request succeeds and returns the characteristic's value.]
expected: FAIL
@@ -0,0 +1,4 @@
[read-updates-value.https.window.html]
[Succesful read should update characteristic.value]
expected: FAIL

@@ -0,0 +1,4 @@
[service-is-removed.https.window.html]
[Service gets removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[service-same-from-2-characteristics.https.window.html]
[Same parent service returned from multiple characteristics.]
expected: FAIL

@@ -0,0 +1,4 @@
[service-same-object.https.window.html]
[[SameObject\] test for BluetoothRemoteGATTCharacteristic service.]
expected: FAIL

@@ -0,0 +1,4 @@
[buffer-is-detached.https.window.html]
[writeValue() fails when passed a detached buffer]
expected: FAIL

@@ -0,0 +1,4 @@
[characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[service-is-removed.https.window.html]
[Service gets removed. Reject with InvalidStateError.]
expected: FAIL

@@ -0,0 +1,4 @@
[write-succeeds.https.window.html]
[A regular write request to a writable characteristic should succeed.]
expected: FAIL

55 changes: 55 additions & 0 deletions tests/wpt/metadata/css/css-fonts/inheritance.html.ini
@@ -0,0 +1,55 @@
[inheritance.html]
[Property font-kerning has initial value auto]
expected: FAIL

[Property font-variant-east-asian inherits]
expected: FAIL

[Property font-variant-east-asian has initial value normal]
expected: FAIL

[Property font-variant inherits]
expected: FAIL

[Property font-variant-position inherits]
expected: FAIL

[Property font-size-adjust inherits]
expected: FAIL

[Property font-variant-ligatures has initial value normal]
expected: FAIL

[Property font-variant has initial value normal]
expected: FAIL

[Property font-variant-ligatures inherits]
expected: FAIL

[Property font-synthesis has initial value weight style]
expected: FAIL

[Property font-variant-numeric inherits]
expected: FAIL

[Property font-synthesis inherits]
expected: FAIL

[Property font-feature-settings inherits]
expected: FAIL

[Property font-feature-settings has initial value normal]
expected: FAIL

[Property font-variant-numeric has initial value normal]
expected: FAIL

[Property font-variant-position has initial value normal]
expected: FAIL

[Property font-size-adjust has initial value none]
expected: FAIL

[Property font-kerning inherits]
expected: FAIL

@@ -0,0 +1,25 @@
[font-feature-settings-computed.html]
[Property font-feature-settings value 'normal' computes to 'normal']
expected: FAIL

[Property font-feature-settings value '"liga" 0' computes to '"liga" 0']
expected: FAIL

[Property font-feature-settings value '"smcp"' computes to '"smcp"']
expected: FAIL

[Property font-feature-settings value '"tnum", "hist"' computes to '"tnum", "hist"']
expected: FAIL

[Property font-feature-settings value '"dlig"' computes to '"dlig"']
expected: FAIL

[Property font-feature-settings value '"c2sc"' computes to '"c2sc"']
expected: FAIL

[Property font-feature-settings value '"PKRN"' computes to '"PKRN"']
expected: FAIL

[Property font-feature-settings value '"dlig", "smcp", "dlig" 0' computes to '"dlig", "smcp", "dlig" 0']
expected: FAIL

@@ -0,0 +1,25 @@
[font-feature-settings-valid.html]
[e.style['font-feature-settings'\] = "'c2sc'" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"dlig\\" 1" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"smcp\\" on" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"tnum\\", 'hist'" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"PKRN\\"" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"liga\\" off" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "normal" should set the property value]
expected: FAIL

[e.style['font-feature-settings'\] = "\\"dlig\\" 1, \\"smcp\\" on, \\"dlig\\" 0" should set the property value]
expected: FAIL

@@ -0,0 +1,10 @@
[font-kerning-computed.html]
[Property font-kerning value 'none' computes to 'none']
expected: FAIL

[Property font-kerning value 'normal' computes to 'normal']
expected: FAIL

[Property font-kerning value 'auto' computes to 'auto']
expected: FAIL

@@ -0,0 +1,10 @@
[font-kerning-valid.html]
[e.style['font-kerning'\] = "auto" should set the property value]
expected: FAIL

[e.style['font-kerning'\] = "none" should set the property value]
expected: FAIL

[e.style['font-kerning'\] = "normal" should set the property value]
expected: FAIL

@@ -0,0 +1,7 @@
[font-size-adjust-computed.html]
[Property font-size-adjust value 'none' computes to 'none']
expected: FAIL

[Property font-size-adjust value '0.5' computes to '0.5']
expected: FAIL

@@ -0,0 +1,7 @@
[font-size-adjust-valid.html]
[e.style['font-size-adjust'\] = "none" should set the property value]
expected: FAIL

[e.style['font-size-adjust'\] = "0.5" should set the property value]
expected: FAIL

@@ -0,0 +1,16 @@
[font-size-computed.html]
[<font size="4"> is font-size: large]
expected: FAIL

[<font size="2"> is font-size: small]
expected: FAIL

[<font size="7"> is font-size: xxx-large]
expected: FAIL

[<font size="6"> is font-size: xx-large]
expected: FAIL

[<font size="5"> is font-size: x-large]
expected: FAIL

@@ -0,0 +1,4 @@
[font-size-valid.html]
[e.style['font-size'\] = "xxx-large" should set the property value]
expected: FAIL

@@ -0,0 +1,13 @@
[font-synthesis-computed.html]
[Property font-synthesis value 'style' computes to 'style']
expected: FAIL

[Property font-synthesis value 'weight' computes to 'weight']
expected: FAIL

[Property font-synthesis value 'weight style' computes to 'weight style']
expected: FAIL

[Property font-synthesis value 'none' computes to 'none']
expected: FAIL

@@ -0,0 +1,13 @@
[font-synthesis-valid.html]
[e.style['font-synthesis'\] = "style weight" should set the property value]
expected: FAIL

[e.style['font-synthesis'\] = "weight" should set the property value]
expected: FAIL

[e.style['font-synthesis'\] = "none" should set the property value]
expected: FAIL

[e.style['font-synthesis'\] = "style" should set the property value]
expected: FAIL

19 changes: 19 additions & 0 deletions tests/wpt/metadata/css/css-fonts/parsing/font-valid.html.ini
@@ -0,0 +1,19 @@
[font-valid.html]
[message-box should be a supported system font.]
expected: FAIL

[status-bar should be a supported system font.]
expected: FAIL

[menu should be a supported system font.]
expected: FAIL

[icon should be a supported system font.]
expected: FAIL

[small-caption should be a supported system font.]
expected: FAIL

[caption should be a supported system font.]
expected: FAIL

@@ -0,0 +1,16 @@
[font-variant-caps-computed.html]
[Property font-variant-caps value 'unicase' computes to 'unicase']
expected: FAIL

[Property font-variant-caps value 'titling-caps' computes to 'titling-caps']
expected: FAIL

[Property font-variant-caps value 'all-small-caps' computes to 'all-small-caps']
expected: FAIL

[Property font-variant-caps value 'all-petite-caps' computes to 'all-petite-caps']
expected: FAIL

[Property font-variant-caps value 'petite-caps' computes to 'petite-caps']
expected: FAIL

@@ -0,0 +1,16 @@
[font-variant-caps-valid.html]
[e.style['font-variant-caps'\] = "all-petite-caps" should set the property value]
expected: FAIL

[e.style['font-variant-caps'\] = "all-small-caps" should set the property value]
expected: FAIL

[e.style['font-variant-caps'\] = "unicase" should set the property value]
expected: FAIL

[e.style['font-variant-caps'\] = "petite-caps" should set the property value]
expected: FAIL

[e.style['font-variant-caps'\] = "titling-caps" should set the property value]
expected: FAIL

@@ -0,0 +1,37 @@
[font-variant-east-asian-computed.html]
[Property font-variant-east-asian value 'jis90' computes to 'jis90']
expected: FAIL

[Property font-variant-east-asian value 'simplified' computes to 'simplified']
expected: FAIL

[Property font-variant-east-asian value 'jis04' computes to 'jis04']
expected: FAIL

[Property font-variant-east-asian value 'full-width' computes to 'full-width']
expected: FAIL

[Property font-variant-east-asian value 'proportional-width' computes to 'proportional-width']
expected: FAIL

[Property font-variant-east-asian value 'normal' computes to 'normal']
expected: FAIL

[Property font-variant-east-asian value 'simplified full-width ruby' computes to 'simplified full-width ruby']
expected: FAIL

[Property font-variant-east-asian value 'jis78 proportional-width' computes to 'jis78 proportional-width']
expected: FAIL

[Property font-variant-east-asian value 'jis78' computes to 'jis78']
expected: FAIL

[Property font-variant-east-asian value 'jis83' computes to 'jis83']
expected: FAIL

[Property font-variant-east-asian value 'ruby' computes to 'ruby']
expected: FAIL

[Property font-variant-east-asian value 'traditional' computes to 'traditional']
expected: FAIL

0 comments on commit d0bd2d5

Please sign in to comment.