diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/responsive')
33 files changed, 145 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/responsive/backgroundSize.html.ini b/testing/web-platform/meta/web-animations/responsive/backgroundSize.html.ini new file mode 100644 index 0000000000..7b4f41c88f --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/backgroundSize.html.ini @@ -0,0 +1,3 @@ +[backgroundSize.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/baselineShift.html.ini b/testing/web-platform/meta/web-animations/responsive/baselineShift.html.ini new file mode 100644 index 0000000000..70aabef418 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/baselineShift.html.ini @@ -0,0 +1,6 @@ +[baselineShift.html] + [baselineShift responsive to style changes] + expected: FAIL + + [baselineShift responsive to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/borderImageWidth.html.ini b/testing/web-platform/meta/web-animations/responsive/borderImageWidth.html.ini new file mode 100644 index 0000000000..c0dd778587 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/borderImageWidth.html.ini @@ -0,0 +1,3 @@ +[borderImageWidth.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/borderRadius.html.ini b/testing/web-platform/meta/web-animations/responsive/borderRadius.html.ini new file mode 100644 index 0000000000..24cfbdc3e2 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/borderRadius.html.ini @@ -0,0 +1,3 @@ +[borderRadius.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/borderWidth.html.ini b/testing/web-platform/meta/web-animations/responsive/borderWidth.html.ini new file mode 100644 index 0000000000..3d66d9aec1 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/borderWidth.html.ini @@ -0,0 +1,3 @@ +[borderWidth.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/boxShadow.html.ini b/testing/web-platform/meta/web-animations/responsive/boxShadow.html.ini new file mode 100644 index 0000000000..c574a8edae --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/boxShadow.html.ini @@ -0,0 +1,3 @@ +[boxShadow.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/clip.html.ini b/testing/web-platform/meta/web-animations/responsive/clip.html.ini new file mode 100644 index 0000000000..06aeb65916 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/clip.html.ini @@ -0,0 +1,6 @@ +[clip.html] + [clip responsive to inherited clip changes] + expected: FAIL + + [clip responsive to inherited clip changes from auto] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/columnCount.html.ini b/testing/web-platform/meta/web-animations/responsive/columnCount.html.ini new file mode 100644 index 0000000000..e799bde802 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/columnCount.html.ini @@ -0,0 +1,5 @@ +[columnCount.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [column-count responsive to inherited column-count changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/columnGap.html.ini b/testing/web-platform/meta/web-animations/responsive/columnGap.html.ini new file mode 100644 index 0000000000..15ebe93598 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/columnGap.html.ini @@ -0,0 +1,5 @@ +[columnGap.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [column-gap responsive to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/font-size-adjust.html.ini b/testing/web-platform/meta/web-animations/responsive/font-size-adjust.html.ini new file mode 100644 index 0000000000..18b6a9180c --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/font-size-adjust.html.ini @@ -0,0 +1,3 @@ +[font-size-adjust.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/fontSize.html.ini b/testing/web-platform/meta/web-animations/responsive/fontSize.html.ini new file mode 100644 index 0000000000..c1680264dc --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/fontSize.html.ini @@ -0,0 +1,6 @@ +[fontSize.html] + expected: + if (os == "android") and not fission: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + [Font size initial responsive to style changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/fontWeight.html.ini b/testing/web-platform/meta/web-animations/responsive/fontWeight.html.ini new file mode 100644 index 0000000000..63a52a8564 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/fontWeight.html.ini @@ -0,0 +1,3 @@ +[fontWeight.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/lineHeight.html.ini b/testing/web-platform/meta/web-animations/responsive/lineHeight.html.ini new file mode 100644 index 0000000000..388fa7100b --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/lineHeight.html.ini @@ -0,0 +1,3 @@ +[lineHeight.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/minHeight.html.ini b/testing/web-platform/meta/web-animations/responsive/minHeight.html.ini new file mode 100644 index 0000000000..82b6cf8955 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/minHeight.html.ini @@ -0,0 +1,3 @@ +[minHeight.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/offset-path.html.ini b/testing/web-platform/meta/web-animations/responsive/offset-path.html.ini new file mode 100644 index 0000000000..13b74d470e --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/offset-path.html.ini @@ -0,0 +1,3 @@ +[offset-path.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/offsetDistance.html.ini b/testing/web-platform/meta/web-animations/responsive/offsetDistance.html.ini new file mode 100644 index 0000000000..96b21315a8 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/offsetDistance.html.ini @@ -0,0 +1,5 @@ +[offsetDistance.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [offsetDistance responsive to inherited offsetDistance changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/offsetRotate.html.ini b/testing/web-platform/meta/web-animations/responsive/offsetRotate.html.ini new file mode 100644 index 0000000000..1e6d2c0280 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/offsetRotate.html.ini @@ -0,0 +1,6 @@ +[offsetRotate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "android") and not fission: [OK, TIMEOUT] + [offsetRotate responsive to inherited offsetRotate changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/opacity.html.ini b/testing/web-platform/meta/web-animations/responsive/opacity.html.ini new file mode 100644 index 0000000000..066b23edde --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/opacity.html.ini @@ -0,0 +1,14 @@ +[opacity.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [floodOpacity responsive to inherited changes] + expected: FAIL + + [opacity responsive to inherited changes] + expected: FAIL + + [shapeImageThreshold responsive to inherited changes] + expected: FAIL + + [stopOpacity responsive to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/perspective.html.ini b/testing/web-platform/meta/web-animations/responsive/perspective.html.ini new file mode 100644 index 0000000000..edb7cf1504 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/perspective.html.ini @@ -0,0 +1,5 @@ +[perspective.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [perspective responsive to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/rotate.html.ini b/testing/web-platform/meta/web-animations/responsive/rotate.html.ini new file mode 100644 index 0000000000..b145d070d0 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/rotate.html.ini @@ -0,0 +1,3 @@ +[rotate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/rowGap.html.ini b/testing/web-platform/meta/web-animations/responsive/rowGap.html.ini new file mode 100644 index 0000000000..ad8a1063ab --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/rowGap.html.ini @@ -0,0 +1,5 @@ +[rowGap.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [row-gap responsive to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/shapeMargin.html.ini b/testing/web-platform/meta/web-animations/responsive/shapeMargin.html.ini new file mode 100644 index 0000000000..f5248260b1 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/shapeMargin.html.ini @@ -0,0 +1,3 @@ +[shapeMargin.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/shapeOutside.html.ini b/testing/web-platform/meta/web-animations/responsive/shapeOutside.html.ini new file mode 100644 index 0000000000..28affd0cce --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/shapeOutside.html.ini @@ -0,0 +1,6 @@ +[shapeOutside.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "android") and not fission: [OK, TIMEOUT] + [shapeOutside responsive to inherited shapeOutside changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/strokeDasharray.html.ini b/testing/web-platform/meta/web-animations/responsive/strokeDasharray.html.ini new file mode 100644 index 0000000000..39f519ccb8 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/strokeDasharray.html.ini @@ -0,0 +1,3 @@ +[strokeDasharray.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/text-size-adjust.html.ini b/testing/web-platform/meta/web-animations/responsive/text-size-adjust.html.ini new file mode 100644 index 0000000000..835bbed77b --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/text-size-adjust.html.ini @@ -0,0 +1,5 @@ +[text-size-adjust.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [text-size-adjust responsive to inherited text-size-adjust changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/textIndent.html.ini b/testing/web-platform/meta/web-animations/responsive/textIndent.html.ini new file mode 100644 index 0000000000..ae9f8f7d8c --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/textIndent.html.ini @@ -0,0 +1,8 @@ +[textIndent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [textIndent responsive to style changes] + expected: FAIL + + [textIndent responsive to inherited textIndent changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/to-color-change.html.ini b/testing/web-platform/meta/web-animations/responsive/to-color-change.html.ini new file mode 100644 index 0000000000..94e551229c --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/to-color-change.html.ini @@ -0,0 +1,5 @@ +[to-color-change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Color animations respond to inherited changes] + expected: FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/to-inherited-change.html.ini b/testing/web-platform/meta/web-animations/responsive/to-inherited-change.html.ini new file mode 100644 index 0000000000..429d172851 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/to-inherited-change.html.ini @@ -0,0 +1,3 @@ +[to-inherited-change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/to-style-change.html.ini b/testing/web-platform/meta/web-animations/responsive/to-style-change.html.ini new file mode 100644 index 0000000000..c62cb4950f --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/to-style-change.html.ini @@ -0,0 +1,3 @@ +[to-style-change.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/toggle-animated-iframe-visibility.html.ini b/testing/web-platform/meta/web-animations/responsive/toggle-animated-iframe-visibility.html.ini new file mode 100644 index 0000000000..7bc1ef3b66 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/toggle-animated-iframe-visibility.html.ini @@ -0,0 +1,3 @@ +[toggle-animated-iframe-visibility.html] + expected: + if os == "android": FAIL diff --git a/testing/web-platform/meta/web-animations/responsive/transform.html.ini b/testing/web-platform/meta/web-animations/responsive/transform.html.ini new file mode 100644 index 0000000000..679752ba7e --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/transform.html.ini @@ -0,0 +1,3 @@ +[transform.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/translate.html.ini b/testing/web-platform/meta/web-animations/responsive/translate.html.ini new file mode 100644 index 0000000000..d5a353ef7b --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/translate.html.ini @@ -0,0 +1,3 @@ +[translate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/web-animations/responsive/verticalAlign.html.ini b/testing/web-platform/meta/web-animations/responsive/verticalAlign.html.ini new file mode 100644 index 0000000000..9ad4e9a5f6 --- /dev/null +++ b/testing/web-platform/meta/web-animations/responsive/verticalAlign.html.ini @@ -0,0 +1,4 @@ +[verticalAlign.html] + expected: + if (os == "android") and not fission: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] |