mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Update web-platform-tests to revision ef625c6ac28d0ac07ef0c62a6f22c10d14a2623a
This commit is contained in:
parent
5b41c01bdc
commit
bd01f2fabd
125 changed files with 3871 additions and 323 deletions
|
@ -0,0 +1,52 @@
|
|||
[hanging-punctuation-valid.html]
|
||||
[e.style['hanging-punctuation'\] = "allow-end last first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "force-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "force-end last" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "first force-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "allow-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "last first force-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "last first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "first allow-end last" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "allow-end first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "last" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "first last force-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "last allow-end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "last allow-end first" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "first last" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hanging-punctuation'\] = "force-end first last" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
[hyphens-valid.html]
|
||||
[e.style['hyphens'\] = "manual" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hyphens'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['hyphens'\] = "none" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[line-break-valid.html]
|
||||
[e.style['line-break'\] = "loose" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-break'\] = "normal" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-break'\] = "anywhere" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-break'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['line-break'\] = "strict" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
[tab-size-valid.html]
|
||||
[e.style['tab-size'\] = "0px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['tab-size'\] = "10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['tab-size'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['tab-size'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['tab-size'\] = "2.5" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[text-align-all-valid.html]
|
||||
[e.style['text-align-all'\] = "match-parent" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-all'\] = "justify" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[text-align-last-valid.html]
|
||||
[e.style['text-align-last'\] = "match-parent" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "right" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "center" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "left" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "justify" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "end" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align-last'\] = "start" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[text-align-valid.html]
|
||||
[e.style['text-align'\] = "match-parent" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-align'\] = "justify-all" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[text-indent-valid.html]
|
||||
[e.style['text-indent'\] = "calc(2em + 3ex) hanging each-line" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "calc(50% + 60px) each-line hanging" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "10px hanging" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "20% each-line" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "hanging 20% each-line" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "each-line hanging calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "each-line 10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-indent'\] = "hanging calc(50% + 60px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[text-justify-valid.html]
|
||||
[e.style['text-justify'\] = "inter-character" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
[text-transform-valid.html]
|
||||
[e.style['text-transform'\] = "full-size-kana full-width capitalize" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-width" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "capitalize full-width" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-size-kana full-width" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "capitalize full-width full-size-kana" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-width full-size-kana" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-size-kana lowercase full-width" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-size-kana capitalize" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "lowercase full-size-kana full-width" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-width lowercase" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-size-kana" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-width full-size-kana uppercase" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "uppercase full-size-kana" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['text-transform'\] = "full-width uppercase full-size-kana" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[white-space-valid.html]
|
||||
[e.style['white-space'\] = "break-spaces" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[word-spacing-invalid.html]
|
||||
[e.style['word-spacing'\] = "20%" should not set the property value]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue