Skip to content

Commit

Permalink
Add css-align tests with failure expectations.
Browse files Browse the repository at this point in the history
  • Loading branch information
krk committed Apr 10, 2019
1 parent dd2deea commit 4af50f9
Show file tree
Hide file tree
Showing 73 changed files with 4,858 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/wpt/include.ini
Expand Up @@ -15,6 +15,8 @@ skip: true
skip: false
[CSS2]
skip: false
[css-align]
skip: false
[css-animations]
skip: false
[css-backgrounds]
Expand Down
@@ -0,0 +1,2 @@
[baseline-of-scrollable-1a.html]
expected: FAIL
@@ -0,0 +1,2 @@
[baseline-of-scrollable-1b.html]
expected: FAIL
@@ -0,0 +1,13 @@
[synthesized-baseline-flexbox-001.html]
[.wrapper 5]
expected: FAIL

[.wrapper 4]
expected: FAIL

[.wrapper 7]
expected: FAIL

[.wrapper 6]
expected: FAIL

@@ -0,0 +1,19 @@
[synthesized-baseline-grid-001.html]
[.wrapper 5]
expected: FAIL

[.wrapper 4]
expected: FAIL

[.wrapper 7]
expected: FAIL

[.wrapper 6]
expected: FAIL

[.wrapper 1]
expected: FAIL

[.wrapper 2]
expected: FAIL

@@ -0,0 +1,37 @@
[parse-align-content-001.html]
[Checking align-content: safe end]
expected: FAIL

[Checking align-content: first baseline]
expected: FAIL

[Checking align-content: safe flex-end]
expected: FAIL

[Checking align-content: baseline]
expected: FAIL

[Checking align-content: last baseline]
expected: FAIL

[Checking align-content: start]
expected: FAIL

[Checking align-content: unsafe flex-start]
expected: FAIL

[Checking align-content: unsafe end]
expected: FAIL

[Checking align-content: end]
expected: FAIL

[Checking align-content: space-evenly]
expected: FAIL

[Checking align-content: safe center]
expected: FAIL

[Checking align-content: normal]
expected: FAIL

@@ -0,0 +1,22 @@
[parse-align-content-002.html]
[Test grid items align-content: 'initial']
expected: FAIL

[Test absolute positioned grid items align-content: 'initial']
expected: FAIL

[Test align-content: 'initial']
expected: FAIL

[Test absolute positioned flex items align-content: 'initial']
expected: FAIL

[Test flex items align-content: 'initial']
expected: FAIL

[Test 'initial' value when nothing is specified]
expected: FAIL

[Test absolute positioned elements align-content: 'initial']
expected: FAIL

@@ -0,0 +1,37 @@
[parse-align-content-003.html]
[Checking align-content: safe end]
expected: FAIL

[Checking align-content: first baseline]
expected: FAIL

[Checking align-content: safe flex-end]
expected: FAIL

[Checking align-content: baseline]
expected: FAIL

[Checking align-content: last baseline]
expected: FAIL

[Checking align-content: start]
expected: FAIL

[Checking align-content: unsafe flex-start]
expected: FAIL

[Checking align-content: unsafe end]
expected: FAIL

[Checking align-content: end]
expected: FAIL

[Checking align-content: space-evenly]
expected: FAIL

[Checking align-content: safe center]
expected: FAIL

[Checking align-content: normal]
expected: FAIL

@@ -0,0 +1,10 @@
[parse-align-content-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL

[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

[Test the value 'inherit' overrides current value ('safe start')]
expected: FAIL

@@ -0,0 +1,34 @@
[parse-justify-content-001.html]
[Checking justify-content: start]
expected: FAIL

[Checking justify-content: safe center]
expected: FAIL

[Checking justify-content: end]
expected: FAIL

[Checking justify-content: left]
expected: FAIL

[Checking justify-content: unsafe flex-start]
expected: FAIL

[Checking justify-content: right]
expected: FAIL

[Checking justify-content: safe end]
expected: FAIL

[Checking justify-content: space-evenly]
expected: FAIL

[Checking justify-content: safe flex-end]
expected: FAIL

[Checking justify-content: normal]
expected: FAIL

[Checking justify-content: unsafe end]
expected: FAIL

@@ -0,0 +1,22 @@
[parse-justify-content-002.html]
[Test flex items justify-content: 'initial']
expected: FAIL

[Test grid items justify-content: 'initial']
expected: FAIL

[Test justify-content: 'initial']
expected: FAIL

[Test absolute positioned flex items justify-content: 'initial']
expected: FAIL

[Test absolute positioned grid items justify-content: 'initial']
expected: FAIL

[Test absolute positioned elements justify-content: 'initial']
expected: FAIL

[Test 'initial' value when nothing is specified]
expected: FAIL

@@ -0,0 +1,34 @@
[parse-justify-content-003.html]
[Checking justify-content: start]
expected: FAIL

[Checking justify-content: safe center]
expected: FAIL

[Checking justify-content: end]
expected: FAIL

[Checking justify-content: left]
expected: FAIL

[Checking justify-content: unsafe flex-start]
expected: FAIL

[Checking justify-content: right]
expected: FAIL

[Checking justify-content: safe end]
expected: FAIL

[Checking justify-content: space-evenly]
expected: FAIL

[Checking justify-content: safe flex-end]
expected: FAIL

[Checking justify-content: normal]
expected: FAIL

[Checking justify-content: unsafe end]
expected: FAIL

@@ -0,0 +1,10 @@
[parse-justify-content-005.html]
[Test the value 'inherit' overrides current value ('end')]
expected: FAIL

[Test the value 'inherit' overrides current value ('safe left')]
expected: FAIL

[Test the value 'inherit' overrides current value ('unsafe center')]
expected: FAIL

@@ -0,0 +1,46 @@
[place-content-shorthand-001.html]
[Checking place-content: unsafe flex-start]
expected: FAIL

[Checking place-content: space-between]
expected: FAIL

[Checking place-content: flex-end]
expected: FAIL

[Checking place-content: flex-start]
expected: FAIL

[Checking place-content: unsafe end]
expected: FAIL

[Checking place-content: end]
expected: FAIL

[Checking place-content: safe end]
expected: FAIL

[Checking place-content: start]
expected: FAIL

[Checking place-content: center]
expected: FAIL

[Checking place-content: normal]
expected: FAIL

[Checking place-content: space-evenly]
expected: FAIL

[Checking place-content: safe flex-end]
expected: FAIL

[Checking place-content: safe center]
expected: FAIL

[Checking place-content: space-around]
expected: FAIL

[Checking place-content: stretch]
expected: FAIL

0 comments on commit 4af50f9

Please sign in to comment.