diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-text/text-justify')
8 files changed, 54 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-001.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-001.html.ini new file mode 100644 index 0000000000..02d9ce46e9 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-001.html.ini @@ -0,0 +1,6 @@ +[text-justify-001.html] + expected: + if (os == "win") and (processor == "x86") and debug: PASS + if (os == "win") and (processor == "x86") and not debug: ["PASS", "FAIL"] + if (os == "win") and (processor == "x86_64"): PASS + FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-001.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-001.html.ini new file mode 100644 index 0000000000..5fbb062473 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-001.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-001.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-002.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-002.html.ini new file mode 100644 index 0000000000..c4c460f0d6 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-002.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-003.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-003.html.ini new file mode 100644 index 0000000000..29746185cd --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-003.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-004.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-004.html.ini new file mode 100644 index 0000000000..418864f009 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-004.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-004.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-005.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-005.html.ini new file mode 100644 index 0000000000..4303ac5d7e --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-005.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-005.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-006.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-006.html.ini new file mode 100644 index 0000000000..8b72408591 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-and-trailing-spaces-006.html.ini @@ -0,0 +1,2 @@ +[text-justify-and-trailing-spaces-006.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-text/text-justify/text-justify-interpolation.html.ini b/testing/web-platform/meta/css/css-text/text-justify/text-justify-interpolation.html.ini new file mode 100644 index 0000000000..c3863a5851 --- /dev/null +++ b/testing/web-platform/meta/css/css-text/text-justify/text-justify-interpolation.html.ini @@ -0,0 +1,36 @@ +[text-justify-interpolation.html] + [CSS Transitions: property <text-justify> from [auto\] to [inter-word\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [auto\] to [inter-word\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [auto\] to [inter-word\] at (0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [auto\] to [inter-character\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [auto\] to [inter-character\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [auto\] to [inter-character\] at (0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [inter-word\] to [distribute\] at (-0.3) should be [inter-word\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [inter-word\] to [distribute\] at (0) should be [inter-word\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [inter-word\] to [distribute\] at (0.3) should be [inter-word\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [distribute\] to [none\] at (-0.3) should be [distribute\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [distribute\] to [none\] at (0) should be [distribute\]] + expected: FAIL + + [CSS Transitions: property <text-justify> from [distribute\] to [none\] at (0.3) should be [distribute\]] + expected: FAIL |