mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #29599 - mrobinson:enable-css-position-tests, r=mukilan
Enable CSS position tests and add results This also removes imported position: sticky tests from the Mozilla directory. These were only supposed to be temporary until the upstream version from WPT were imported. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because they update tests and results. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
1d787397aa
421 changed files with 2989 additions and 5347 deletions
|
@ -22,6 +22,8 @@ skip: true
|
|||
skip: false
|
||||
[css-flexbox]
|
||||
skip: false
|
||||
[css-position]
|
||||
skip: false
|
||||
[css-text-decor]
|
||||
skip: false
|
||||
[css-transforms]
|
||||
|
|
|
@ -37,6 +37,8 @@ skip: true
|
|||
skip: false
|
||||
[css-paint-api]
|
||||
skip: false
|
||||
[css-position]
|
||||
skip: false
|
||||
[css-style-attr]
|
||||
skip: false
|
||||
[css-text]
|
||||
|
|
|
@ -0,0 +1,75 @@
|
|||
[bottom-composition.html]
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [10%\] from add [100px\] to add [20%\] at (-0.3) should be [calc(130px + 4%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [10%\] from add [100px\] to add [20%\] at (0) should be [calc(100px + 10%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [10%\] from add [100px\] to add [20%\] at (0.5) should be [calc(50px + 20%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [10%\] from add [100px\] to add [20%\] at (1) should be [30%\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [10%\] from add [100px\] to add [20%\] at (1.5) should be [calc(-50px + 40%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [100px\] to add [auto\] at (-0.3) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [100px\] to add [auto\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [100px\] to add [auto\] at (0.5) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [100px\] to add [auto\] at (1) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <bottom> underlying [100px\] from add [100px\] to add [auto\] at (1.5) should be [auto\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,147 @@
|
|||
[bottom-interpolation.html]
|
||||
[Web Animations: property <bottom> from neutral to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from neutral to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from neutral to [20px\] at (0.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from neutral to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from neutral to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [inherit\] to [20px\] at (-0.3) should be [33px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [inherit\] to [20px\] at (0) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [inherit\] to [20px\] at (0.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [inherit\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [inherit\] to [20px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <bottom> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [-10px\] to [10px\] at (-0.3) should be [-16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [-10px\] to [10px\] at (0) should be [-10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [-10px\] to [10px\] at (0.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [-10px\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <bottom> from [-10px\] to [10px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,90 @@
|
|||
[left-composition.html]
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [20%\] at (-0.3) should be [calc(130px + 4%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [20%\] at (0) should be [calc(100px + 10%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [20%\] at (0.5) should be [calc(50px + 20%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [20%\] at (1) should be [30%\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [20%\] at (1.5) should be [calc(-50px + 40%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [-10%\] at (-0.3) should be [calc(130px + 13%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [-10%\] at (0) should be [calc(100px + 10%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [-10%\] at (0.5) should be [calc(50px + 5%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [-10%\] at (1) should be [0%\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [10%\] from add [100px\] to add [-10%\] at (1.5) should be [calc(-50px - 5%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [100px\] to add [auto\] at (-0.3) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [100px\] to add [auto\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [100px\] to add [auto\] at (0.5) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [100px\] to add [auto\] at (1) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <left> underlying [100px\] from add [100px\] to add [auto\] at (1.5) should be [auto\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,147 @@
|
|||
[left-interpolation.html]
|
||||
[Web Animations: property <left> from neutral to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from neutral to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from neutral to [20px\] at (0.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from neutral to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from neutral to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [inherit\] to [20px\] at (-0.3) should be [33px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [inherit\] to [20px\] at (0) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [inherit\] to [20px\] at (0.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [inherit\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [inherit\] to [20px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <left> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [-10px\] to [10px\] at (-0.3) should be [-16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [-10px\] to [10px\] at (0) should be [-10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [-10px\] to [10px\] at (0.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [-10px\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <left> from [-10px\] to [10px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[position-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (-0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (-0.3) should be [absolute\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (0) should be [absolute\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (0.3) should be [absolute\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (0.5) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (0.6) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (1) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (1.5) should be [static\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,75 @@
|
|||
[right-composition.html]
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [10%\] from add [100px\] to add [20%\] at (-0.3) should be [calc(130px + 4%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [10%\] from add [100px\] to add [20%\] at (0) should be [calc(100px + 10%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [10%\] from add [100px\] to add [20%\] at (0.5) should be [calc(50px + 20%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [10%\] from add [100px\] to add [20%\] at (1) should be [30%\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [10%\] from add [100px\] to add [20%\] at (1.5) should be [calc(-50px + 40%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [100px\] to add [auto\] at (-0.3) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [100px\] to add [auto\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [100px\] to add [auto\] at (0.5) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [100px\] to add [auto\] at (1) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <right> underlying [100px\] from add [100px\] to add [auto\] at (1.5) should be [auto\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,147 @@
|
|||
[right-interpolation.html]
|
||||
[Web Animations: property <right> from neutral to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from neutral to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from neutral to [20px\] at (0.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from neutral to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from neutral to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [inherit\] to [20px\] at (-0.3) should be [33px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [inherit\] to [20px\] at (0) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [inherit\] to [20px\] at (0.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [inherit\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [inherit\] to [20px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <right> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [-10px\] to [10px\] at (-0.3) should be [-16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [-10px\] to [10px\] at (0) should be [-10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [-10px\] to [10px\] at (0.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [-10px\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <right> from [-10px\] to [10px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,75 @@
|
|||
[top-composition.html]
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to add [200px\] at (-0.3) should be [120px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to add [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to add [200px\] at (0.5) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to add [200px\] at (1) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to add [200px\] at (1.5) should be [300px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [10px\] to add [2px\] at (-0.5) should be [114px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [10px\] to add [2px\] at (0) should be [110px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [10px\] to add [2px\] at (0.5) should be [106px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [10px\] to add [2px\] at (1) should be [102px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [10px\] to add [2px\] at (1.5) should be [98px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [10%\] from add [100px\] to add [20%\] at (-0.3) should be [calc(130px + 4%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [10%\] from add [100px\] to add [20%\] at (0) should be [calc(100px + 10%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [10%\] from add [100px\] to add [20%\] at (0.5) should be [calc(50px + 20%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [10%\] from add [100px\] to add [20%\] at (1) should be [30%\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [10%\] from add [100px\] to add [20%\] at (1.5) should be [calc(-50px + 40%)\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to replace [200px\] at (-0.3) should be [135px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to replace [200px\] at (0) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to replace [200px\] at (0.5) should be [175px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to replace [200px\] at (1) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [50px\] from add [100px\] to replace [200px\] at (1.5) should be [225px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [100px\] to add [auto\] at (-0.3) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [100px\] to add [auto\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [100px\] to add [auto\] at (0.5) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [100px\] to add [auto\] at (1) should be [auto\]]
|
||||
expected: FAIL
|
||||
|
||||
[Compositing: property <top> underlying [100px\] from add [100px\] to add [auto\] at (1.5) should be [auto\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,147 @@
|
|||
[top-interpolation.html]
|
||||
[Web Animations: property <top> from neutral to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from neutral to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from neutral to [20px\] at (0.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from neutral to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from neutral to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [initial\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [inherit\] to [20px\] at (-0.3) should be [33px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [inherit\] to [20px\] at (0) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [inherit\] to [20px\] at (0.5) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [inherit\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [inherit\] to [20px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <top> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (-0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (0) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (0.3) should be [unset\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (0.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (0.6) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [unset\] to [20px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [-10px\] to [10px\] at (-0.3) should be [-16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [-10px\] to [10px\] at (0) should be [-10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [-10px\] to [10px\] at (0.5) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [-10px\] to [10px\] at (1) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <top> from [-10px\] to [10px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[change-insets-inside-strict-containment-nested.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[containing-block-change-button.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[containing-block-change-scrollframe.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[hypothetical-dynamic-change-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[hypothetical-dynamic-change-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-ltr-in-multicol.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-rtl-in-multicol.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-rtl-ltr-in-multicol.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-rtl-rtl-in-multicol.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-ltr-ltr-in-multicol.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-ltr-rtl-in-multicol.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-rtl-ltr-in-multicol.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-rtl-rtl-in-multicol.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-ltr-in-multicols.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-rtl-in-multicols.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-rtl-ltr-in-multicols.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-rtl-rtl-in-multicols.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-ltr-ltr-in-multicols.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-ltr-rtl-in-multicols.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-rtl-ltr-in-multicols.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vrl-rtl-rtl-in-multicols.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,66 @@
|
|||
[inset-valid.html]
|
||||
[e.style['inset-block'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "1rem" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "-20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "100px 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "10% -5px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-block'\] = "1rem calc(0px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "0" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "10%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "1rem" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-10px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "-20%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "calc(2em + 3ex)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "auto auto" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "100px 100px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "10% -5px" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['inset-inline'\] = "1rem calc(0px)" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[position-computed.html]
|
||||
[Property position value 'sticky']
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[position-valid.html]
|
||||
[e.style['position'\] = "sticky" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-center-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[position-absolute-chrome-bug-002.html]
|
||||
[#target position is recalculated correctly.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[position-absolute-dynamic-containing-block.html]
|
||||
[abs containing block moves from outer to intermediate]
|
||||
expected: FAIL
|
||||
|
||||
[abs containing block moves from intermediate to outer]
|
||||
expected: FAIL
|
||||
|
||||
[target is no longer absolute]
|
||||
expected: FAIL
|
||||
|
||||
[target becomes absolute]
|
||||
expected: FAIL
|
||||
|
||||
[fixed containing block moves from outer to intermediate]
|
||||
expected: FAIL
|
||||
|
||||
[fixed containing block moves from intermediate to outer]
|
||||
expected: FAIL
|
||||
|
||||
[target is no longer fixed]
|
||||
expected: FAIL
|
||||
|
||||
[target becomes fixed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-relayout-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-static-position-floats-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-static-position-floats-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-static-position-floats-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-static-position-floats-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-dynamic-static-position-inline.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[position-absolute-in-inline-002.html]
|
||||
[absolute inside inline container location should be correct.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-in-inline-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-in-inline-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[position-absolute-percentage-height.html]
|
||||
[#target height matches containing block height, and target parent width matches #target width]
|
||||
expected: FAIL
|
||||
|
||||
[#target height matches containing block height, and target parent width matches #target width after resize]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-replaced-intrinsic-size.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,124 @@
|
|||
[position-absolute-replaced-minmax.html]
|
||||
expected: TIMEOUT
|
||||
[minmax replaced IFRAME 1]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 2]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 3]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 4]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 5]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 6]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 7]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 8]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 9]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 10]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IFRAME 11]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 12]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 13]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 14]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 15]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 16]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 17]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 18]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 19]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 20]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 21]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG 22]
|
||||
expected: FAIL
|
||||
|
||||
[minmax replaced IMG svg 23]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 24]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 25]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 26]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 27]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 28]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 29]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 30]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 31]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 32]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG svg 33]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 34]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 35]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 36]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 37]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 38]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 39]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 40]
|
||||
expected: NOTRUN
|
||||
|
||||
[minmax replaced IMG 41]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,2 @@
|
|||
[position-absolute-replaced-no-intrinsic-size.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[position-absolute-table-001.html]
|
||||
[table size is interpreted as minimum width]
|
||||
expected: FAIL
|
||||
|
||||
[table size border-box interpreted as minimum width]
|
||||
expected: FAIL
|
||||
|
||||
[table size content-box interpreted as minimum width]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-fixed-scroll-nested-fixed.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-003.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-004.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-013.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-caption.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tbody-left-absolute-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tbody-left.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tbody-top.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-td-left.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-td-top.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tfoot-left-absolute-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tfoot-left.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tfoot-top.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-thead-left-absolute-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-thead-left.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-thead-top.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tr-left-absolute-child.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tr-left.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[position-relative-table-tr-top.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[positon-absolute-scrollable-overflow-001.html]
|
||||
[.containing-block 1]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 2]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 3]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 4]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 5]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 6]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 7]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 8]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 9]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 10]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 11]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 12]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 13]
|
||||
expected: FAIL
|
||||
|
||||
[.containing-block 14]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[htb-ltr-ltr.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[htb-ltr-rtl.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[htb-rtl-ltr.tentative.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[htb-rtl-rtl.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-003.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-005.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-006.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-007.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-008.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-009.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-010.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-011.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[inline-level-absolute-in-block-level-context-012.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-ltr.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[vlr-ltr-rtl.tentative.html]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue