diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-03-03 04:03:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 09:03:40 +0000 |
commit | 845f503c349cbfc5589169512495c989a001a160 (patch) | |
tree | a9802bbfb6fce4d58114a2618669ef56cd6ac56c | |
parent | 50fdb822469eddc05070b9bfcd91b11c7a9b8c5b (diff) | |
download | servo-845f503c349cbfc5589169512495c989a001a160.tar.gz servo-845f503c349cbfc5589169512495c989a001a160.zip |
Sync WPT with upstream (03-03-2024) (#31482)
* Update web-platform-tests to revision b'1b88c8bd56a924f9865daa15834d444c55dd7327'
* Update expectations
---------
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
1957 files changed, 19687 insertions, 65189 deletions
diff --git a/tests/wpt/meta-legacy-layout/css/CSS2/ui/outline-color-030.xht.ini b/tests/wpt/meta-legacy-layout/css/CSS2/ui/outline-color-030.xht.ini deleted file mode 100644 index 2bac914b6df..00000000000 --- a/tests/wpt/meta-legacy-layout/css/CSS2/ui/outline-color-030.xht.ini +++ /dev/null @@ -1,3 +0,0 @@ -[outline-color-030.xht] - type: reftest - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-align/blocks/align-content-block-break-content-020.html.ini b/tests/wpt/meta-legacy-layout/css/css-align/blocks/align-content-block-break-content-020.html.ini deleted file mode 100644 index c19c67ff247..00000000000 --- a/tests/wpt/meta-legacy-layout/css/css-align/blocks/align-content-block-break-content-020.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[align-content-block-break-content-020.html] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-fonts/idlharness.html.ini b/tests/wpt/meta-legacy-layout/css/css-fonts/idlharness.html.ini index dcd9d3cd966..c85c0317295 100644 --- a/tests/wpt/meta-legacy-layout/css/css-fonts/idlharness.html.ini +++ b/tests/wpt/meta-legacy-layout/css/css-fonts/idlharness.html.ini @@ -127,3 +127,6 @@ [CSSFontFeatureValuesMap interface: maplike<CSSOMString, [object Object\]>] expected: FAIL + + [CSSFontFeatureValuesRule interface: attribute historicalForms] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behaivor.html.ini b/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behaivor.html.ini deleted file mode 100644 index be999af2dc0..00000000000 --- a/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behaivor.html.ini +++ /dev/null @@ -1,18 +0,0 @@ -[transition-behaivor.html] - [transition-behavior:allow-discrete should animate discrete properties.] - expected: FAIL - - [transition-behavior:allow-discrete overlaps the previous normal value.] - expected: FAIL - - [transition-behavior:normal overlaps the previous allow-discrete value.] - expected: FAIL - - [transition-behavior changed to normal should stop the running discrete transitions.] - expected: FAIL - - [transition-behavior:allow-discrete should animate for values fallback to discrete animations.] - expected: FAIL - - [transition-behavior:normal should cancel the running transitions whose animation values are not interpolatable] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behavior.html.ini b/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behavior.html.ini new file mode 100644 index 00000000000..4bbeadc1c56 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-transitions/transition-behavior.html.ini @@ -0,0 +1,18 @@ +[transition-behavior.html] + [transition-behavior:allow-discrete should animate discrete properties.] + expected: FAIL + + [transition-behavior:allow-discrete overlaps the previous normal value.] + expected: FAIL + + [transition-behavior:normal overlaps the previous allow-discrete value.] + expected: FAIL + + [transition-behavior changed to normal should stop the running discrete transitions.] + expected: FAIL + + [transition-behavior:allow-discrete should animate for values fallback to discrete animations.] + expected: FAIL + + [transition-behavior:normal should cancel the running transitions whose animation values are not interpolatable] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-values/calc-letter-spacing.html.ini b/tests/wpt/meta-legacy-layout/css/css-values/calc-letter-spacing.html.ini new file mode 100644 index 00000000000..bae4e1fb5d2 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-values/calc-letter-spacing.html.ini @@ -0,0 +1,3 @@ +[calc-letter-spacing.html] + [testing letter-spacing: calc(100%)] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini new file mode 100644 index 00000000000..dad7beac230 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini @@ -0,0 +1,336 @@ +[calc-size-height-interpolation.tentative.html] + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/css-values/calc-size/calc-size-height.tentative.html.ini b/tests/wpt/meta-legacy-layout/css/css-values/calc-size/calc-size-height.tentative.html.ini new file mode 100644 index 00000000000..ba84cd6c00b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/css-values/calc-size/calc-size-height.tentative.html.ini @@ -0,0 +1,81 @@ +[calc-size-height.tentative.html] + [resolved height for height in auto height container: calc-size(any, 357px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(any, 357px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(any, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(any, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(31%, size)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(max-content, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(max-content, 31%)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(fit-content, 72px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(fit-content, 72px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(37px, 93px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(37px, 93px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(83px, size * 3)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(83px, size * 3)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(min-content, size / 2)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(min-content, size / 2)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(max-content, size * 1.2)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(max-content, size * 1.2)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(fit-content, size / 2 + 30px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(fit-content, size / 2 + 30px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(30px, 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(30px, 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(any, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(any, 30px), 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(2in, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(2in, 30px), 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(min-content, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(min-content, 30px), 15em)] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini b/tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini index d52a3e77a70..314dca9c1f5 100644 --- a/tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini +++ b/tests/wpt/meta-legacy-layout/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini @@ -1,6 +1,3 @@ [MediaQueryList-addListener-removeListener.html] [listeners are called when <iframe> is resized] expected: FAIL - - [listeners are called correct number of times] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/cssom-view/smooth-scroll-in-load-event.html.ini b/tests/wpt/meta-legacy-layout/css/cssom-view/smooth-scroll-in-load-event.html.ini new file mode 100644 index 00000000000..fcc529f04fe --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/cssom-view/smooth-scroll-in-load-event.html.ini @@ -0,0 +1,3 @@ +[smooth-scroll-in-load-event.html] + [Smooth scroll in load event handler] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini b/tests/wpt/meta-legacy-layout/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini new file mode 100644 index 00000000000..fc908daeaab --- /dev/null +++ b/tests/wpt/meta-legacy-layout/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini @@ -0,0 +1,9 @@ +[CSSStyleSheet-constructable-invalidation.html] + [mutating constructed CSSStyleSheet applied to root invalidates styles] + expected: FAIL + + [mutating constructed CSSStyleSheet applied to shadowdom invalidates styles] + expected: FAIL + + [mutating dependent constructed CSSStyleSheet applied to shadowdom invalidates styles] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini new file mode 100644 index 00000000000..be8657be47c --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html] + [Inserting <meta> that uses alternate stylesheets, applies the style during DOM insertion, and before script runs as a result of any atomic insertions] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini new file mode 100644 index 00000000000..ba1dca97151 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini @@ -0,0 +1,9 @@ +[Node-appendChild-script-and-style.tentative.html] + [Earlier-inserted <script> (via a DocumentFragment) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL + + [Earlier-inserted <script> (via a div) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL + + [Earlier-inserted <script> (via a append()) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini new file mode 100644 index 00000000000..71d9e80004b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-script-in-script.tentative.html] + [An outer script does not execute until its inner `<script>` children are finished being inserted into it. The outer script's execution considers any script text that inner scripts added to the outer one.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini new file mode 100644 index 00000000000..4837b8eed6e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-text-and-script-in-style.tentative.html] + [All style rules appended to a <style> element are inserted and script-observable to scripts inserted in the `<style>` element, by the time scripts execute after DOM insertions.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini new file mode 100644 index 00000000000..329de683b8c --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-three-scripts-from-fragment.tentative.html] + [Node.appendChild: inserting three scripts from a document fragment] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini new file mode 100644 index 00000000000..996233b6e71 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-three-scripts.tentative.html] + [Node.appendChild: inserting three scripts from a div] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/blur-event.window.js.ini b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/blur-event.window.js.ini new file mode 100644 index 00000000000..9b57360d600 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/dom/nodes/insertion-removing-steps/blur-event.window.js.ini @@ -0,0 +1,2 @@ +[blur-event.window.html] + expected: CRASH diff --git a/tests/wpt/meta-legacy-layout/fetch/private-network-access/anchor.tentative.https.window.js.ini b/tests/wpt/meta-legacy-layout/fetch/private-network-access/anchor.tentative.https.window.js.ini index fedc14fa7cf..271a8c3a42b 100644 --- a/tests/wpt/meta-legacy-layout/fetch/private-network-access/anchor.tentative.https.window.js.ini +++ b/tests/wpt/meta-legacy-layout/fetch/private-network-access/anchor.tentative.https.window.js.ini @@ -39,6 +39,12 @@ [public to private: success.] expected: FAIL + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL + [anchor.tentative.https.window.html?include=from-treat-as-public] [treat-as-public-address to local: failed preflight.] diff --git a/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini b/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini new file mode 100644 index 00000000000..f679ad1145e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini @@ -0,0 +1,19 @@ +[service-worker-fetch-document-treat-as-public.tentative.https.window.html] + expected: TIMEOUT + [treat-as-public to local: failed preflight.] + expected: TIMEOUT + + [treat-as-public to local: success.] + expected: NOTRUN + + [treat-as-public to local (same-origin): no preflight required.] + expected: NOTRUN + + [treat-as-public to private: failed preflight.] + expected: NOTRUN + + [treat-as-public to private: success.] + expected: NOTRUN + + [treat-as-public to public: success.] + expected: NOTRUN diff --git a/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini b/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini new file mode 100644 index 00000000000..daa4ff7a6e7 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini @@ -0,0 +1,28 @@ +[service-worker-fetch-document.tentative.https.window.html] + expected: TIMEOUT + [local to local: success.] + expected: TIMEOUT + + [private to local: failed preflight.] + expected: NOTRUN + + [private to local: success.] + expected: NOTRUN + + [private to private: success.] + expected: NOTRUN + + [public to local: failed preflight.] + expected: NOTRUN + + [public to local: success.] + expected: NOTRUN + + [public to private: failed preflight.] + expected: NOTRUN + + [public to private: success.] + expected: NOTRUN + + [public to public: success.] + expected: NOTRUN diff --git a/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini b/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini index 885b1fa7fe5..ddfddbcebaf 100644 --- a/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini +++ b/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini @@ -51,6 +51,12 @@ [public to private: success.] expected: FAIL + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL + [window-open-existing.tentative.https.window.html?include=from-private] [private to local: failed preflight.] diff --git a/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open.tentative.https.window.js.ini b/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open.tentative.https.window.js.ini index f96c6c1c2a2..07e63fd6406 100644 --- a/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open.tentative.https.window.js.ini +++ b/tests/wpt/meta-legacy-layout/fetch/private-network-access/window-open.tentative.https.window.js.ini @@ -70,6 +70,12 @@ [public to private: success.] expected: FAIL + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL + [window-open.tentative.https.window.html?include=from-treat-as-public] [treat-as-public-address to local: failed preflight.] diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini new file mode 100644 index 00000000000..20abae2de47 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-push-navigation.html] + expected: ERROR + [pageswap on navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini new file mode 100644 index 00000000000..573635a83c2 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini @@ -0,0 +1,4 @@ +[pageswap-push-with-redirect.html] + expected: ERROR + [pageswap on navigation with same-origin redirect] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini new file mode 100644 index 00000000000..b2ddf034c96 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-reload-navigation.html] + expected: ERROR + [pageswap on replace navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini new file mode 100644 index 00000000000..0bfaf13b9ac --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-replace-navigation.html] + expected: ERROR + [pageswap on replace navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini new file mode 100644 index 00000000000..e7c96088871 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini @@ -0,0 +1,2 @@ +[pageswap-traverse-navigation-no-bfcache.https.html] + expected: ERROR diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini index b8fd22e2b81..149bcb4ff8c 100644 --- a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-iframe-contentWindow.html.ini @@ -10,6 +10,3 @@ [load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank'] expected: FAIL - - [load & pageshow events do not fire on contentWindow of <iframe> element created with src=''] - expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-window-open.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-window-open.html.ini index 324db3d9b35..5aef7ce66ce 100644 --- a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-window-open.html.ini +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/initial-empty-document/load-pageshow-events-window-open.html.ini @@ -10,3 +10,6 @@ [load event does not fire on window.open('about:blank?foo')] expected: FAIL + + [load event does not fire on window.open('about:blank')] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini new file mode 100644 index 00000000000..7dc346632a4 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/browsing-the-web/navigating-across-documents/navigation-unload-same-origin.window.js.ini @@ -0,0 +1,3 @@ +[navigation-unload-same-origin.window.html] + [Same-origin navigation started from unload handler must be ignored] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/browsers/history/the-history-interface/traverse_the_history_write_onload_1.html.ini b/tests/wpt/meta-legacy-layout/html/browsers/history/the-history-interface/traverse_the_history_write_onload_1.html.ini new file mode 100644 index 00000000000..443ba6bad27 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/browsers/history/the-history-interface/traverse_the_history_write_onload_1.html.ini @@ -0,0 +1,4 @@ +[traverse_the_history_write_onload_1.html] + expected: TIMEOUT + [Traverse the history when a history entry is written in the load event] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini new file mode 100644 index 00000000000..9c73854e53e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini new file mode 100644 index 00000000000..80e523c0947 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini new file mode 100644 index 00000000000..b4f4152f807 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini deleted file mode 100644 index addd810a23d..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/element/manual/drawing-text-to-the-canvas/canvas.2d.disconnected-font-size-math.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[canvas.2d.disconnected-font-size-math.html] - expected: CRASH diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini new file mode 100644 index 00000000000..f75a14cc307 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini new file mode 100644 index 00000000000..8959869db5b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini new file mode 100644 index 00000000000..bc247e7beb8 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini deleted file mode 100644 index a16f0fccdf1..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini deleted file mode 100644 index 2e2112c793f..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini deleted file mode 100644 index 0fd3c9ee532..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini deleted file mode 100644 index b45e9850e78..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini deleted file mode 100644 index e99615d8e03..00000000000 --- a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini new file mode 100644 index 00000000000..313bdcf7ff4 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini new file mode 100644 index 00000000000..2c60f9dd804 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini new file mode 100644 index 00000000000..35968d5306b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.isotropic.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini new file mode 100644 index 00000000000..86ab5962ea9 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.mostly-x.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini new file mode 100644 index 00000000000..6f82af0f57e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.mostly-y.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini new file mode 100644 index 00000000000..d2d77fbcf52 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.x-only.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini new file mode 100644 index 00000000000..3514179242b --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.y-only.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini new file mode 100644 index 00000000000..9b5b2b40da6 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.filter.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini new file mode 100644 index 00000000000..9c73854e53e --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini new file mode 100644 index 00000000000..23ab4a8a5e0 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.worker.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini new file mode 100644 index 00000000000..80e523c0947 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini new file mode 100644 index 00000000000..18b178e7a19 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini new file mode 100644 index 00000000000..b4f4152f807 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.html] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini new file mode 100644 index 00000000000..46bb3227c96 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini new file mode 100644 index 00000000000..070fec454ff --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.shadow-in-transformed-layer.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/dom/idlharness.https.html.ini b/tests/wpt/meta-legacy-layout/html/dom/idlharness.https.html.ini index cb9b348847b..42584efd4bd 100644 --- a/tests/wpt/meta-legacy-layout/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta-legacy-layout/html/dom/idlharness.https.html.ini @@ -2033,6 +2033,69 @@ [MessagePort interface: attribute onclose] expected: FAIL + [NotRestoredReasonDetails interface: existence and properties of interface object] + expected: FAIL + + [NotRestoredReasonDetails interface object length] + expected: FAIL + + [NotRestoredReasonDetails interface object name] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NotRestoredReasonDetails interface: attribute reason] + expected: FAIL + + [NotRestoredReasonDetails interface: operation toJSON()] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface object] + expected: FAIL + + [NotRestoredReasons interface object length] + expected: FAIL + + [NotRestoredReasons interface object name] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NotRestoredReasons interface: attribute src] + expected: FAIL + + [NotRestoredReasons interface: attribute id] + expected: FAIL + + [NotRestoredReasons interface: attribute name] + expected: FAIL + + [NotRestoredReasons interface: attribute url] + expected: FAIL + + [NotRestoredReasons interface: attribute reasons] + expected: FAIL + + [NotRestoredReasons interface: attribute children] + expected: FAIL + + [NotRestoredReasons interface: operation toJSON()] + expected: FAIL + [idlharness.https.html?include=(Document|Window)] [Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type] @@ -5030,3 +5093,9 @@ [HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpagereveal" with the proper type] expected: FAIL + + [HTMLTemplateElement interface: attribute shadowRootClonable] + expected: FAIL + + [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootClonable" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini new file mode 100644 index 00000000000..990ba49fedc --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-033.tentative.html] + [blocking defers frames until full parsing] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini new file mode 100644 index 00000000000..0e2f5bf93c1 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-034.tentative.html] + [relative URLs that match this document are OK] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini new file mode 100644 index 00000000000..99856076384 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-035.tentative.html] + [relative URLs that match this document are OK, regarless of <base>] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini new file mode 100644 index 00000000000..b6357e1f207 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-037.tentative.html] + [relative URLs that match this document are OK, regarless of <base>] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js.ini b/tests/wpt/meta-legacy-layout/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js.ini index 8b8af2b9c2e..2ef0896e3b3 100644 --- a/tests/wpt/meta-legacy-layout/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js.ini +++ b/tests/wpt/meta-legacy-layout/html/infrastructure/urls/base-url/document-base-url-window-initiator-is-not-opener.https.window.js.ini @@ -1,3 +1,4 @@ [document-base-url-window-initiator-is-not-opener.https.window.html] + expected: TIMEOUT [window.open() gets base url from initiator not opener.] expected: [FAIL, PASS, TIMEOUT] diff --git a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/media_fragment_seek.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/media_fragment_seek.html.ini new file mode 100644 index 00000000000..09c049e4b58 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/media_fragment_seek.html.ini @@ -0,0 +1,3 @@ +[media_fragment_seek.html] + [Video should seek to time specified in media fragment syntax] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini index 246e55deb7e..4caf5931a11 100644 --- a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini +++ b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini @@ -1,4 +1,3 @@ [no-cuechange-before-play.html] - expected: TIMEOUT [Ensure that the 'cuechange' event is not fired before video playback has begun.] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini index 906e7bae909..2d3fbf0f308 100644 --- a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini +++ b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-1.html.ini @@ -1,4 +1,5 @@ [iframe_sandbox_popups_escaping-1.html] type: testharness + expected: TIMEOUT [Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used] expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini index 27d7d744d3d..f9138fb999a 100644 --- a/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini +++ b/tests/wpt/meta-legacy-layout/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-1.html.ini @@ -1,4 +1,5 @@ [iframe_sandbox_popups_nonescaping-1.html] type: testharness + expected: TIMEOUT [Check that popups from a sandboxed iframe do not escape the sandbox] expected: NOTRUN diff --git a/tests/wpt/meta-legacy-layout/html/semantics/forms/historical.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/forms/historical.html.ini new file mode 100644 index 00000000000..5d8289307cc --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/semantics/forms/historical.html.ini @@ -0,0 +1,3 @@ +[historical.html] + [<input name=isindex> should not be supported] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/semantics/invokers/interestelement-interface.tentative.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/invokers/interestelement-interface.tentative.html.ini new file mode 100644 index 00000000000..5f7e2c98053 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/semantics/invokers/interestelement-interface.tentative.html.ini @@ -0,0 +1,18 @@ +[interestelement-interface.tentative.html] + [interestTargetElement reflects interestee HTML element] + expected: FAIL + + [interestTargetElement reflects set value] + expected: FAIL + + [interestTargetElement reflects set value across shadow root into light dom] + expected: FAIL + + [interestTargetElement does not reflect set value inside shadowroot] + expected: FAIL + + [interestTargetElement does not reflect invalid value] + expected: FAIL + + [interestTargetElement throws error on assignment of non Element] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/semantics/permission-element/invalid-css-properties.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/permission-element/invalid-css-properties.html.ini new file mode 100644 index 00000000000..fb93513adba --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/semantics/permission-element/invalid-css-properties.html.ini @@ -0,0 +1,3 @@ +[invalid-css-properties.html] + [None of the listed properties should be applied] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/semantics/permission-element/negative-offset-and-margin.html.ini b/tests/wpt/meta-legacy-layout/html/semantics/permission-element/negative-offset-and-margin.html.ini new file mode 100644 index 00000000000..2fbc21dcde6 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/semantics/permission-element/negative-offset-and-margin.html.ini @@ -0,0 +1,6 @@ +[negative-offset-and-margin.html] + [Negative margins/offset should be changed to 0px] + expected: FAIL + + [Positive margins/offset are unaffected] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/syntax/parsing/DOMContentLoaded-defer.html.ini b/tests/wpt/meta-legacy-layout/html/syntax/parsing/DOMContentLoaded-defer.html.ini new file mode 100644 index 00000000000..b8bdf33cb65 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/html/syntax/parsing/DOMContentLoaded-defer.html.ini @@ -0,0 +1,3 @@ +[DOMContentLoaded-defer.html] + [The end: DOMContentLoaded and defer scripts] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js.ini b/tests/wpt/meta-legacy-layout/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js.ini index 02eab480ab6..70cb7e64cac 100644 --- a/tests/wpt/meta-legacy-layout/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js.ini +++ b/tests/wpt/meta-legacy-layout/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/ignore-opens-during-unload.window.js.ini @@ -1,5 +1,5 @@ [ignore-opens-during-unload.window.html] - expected: TIMEOUT + expected: CRASH [ignore-opens-during-unload] expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/uievents/idlharness.window.js.ini b/tests/wpt/meta-legacy-layout/uievents/idlharness.window.js.ini index 4995d1d82da..abf3969d691 100644 --- a/tests/wpt/meta-legacy-layout/uievents/idlharness.window.js.ini +++ b/tests/wpt/meta-legacy-layout/uievents/idlharness.window.js.ini @@ -175,3 +175,57 @@ [MouseEvent interface: new WheelEvent("event") must inherit property "layerY" with the proper type] expected: FAIL + + [TextEvent interface: existence and properties of interface object] + expected: FAIL + + [TextEvent interface object length] + expected: FAIL + + [TextEvent interface object name] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [TextEvent interface: attribute data] + expected: FAIL + + [TextEvent interface: operation initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)] + expected: FAIL + + [TextEvent must be primary interface of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()] + expected: FAIL + + [Stringification of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()] + expected: FAIL + + [TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "data" with the proper type] + expected: FAIL + + [TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)" with the proper type] + expected: FAIL + + [TextEvent interface: calling initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "view" with the proper type] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "detail" with the proper type] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long)" with the proper type] + expected: FAIL + + [UIEvent interface: calling initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "which" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/webmessaging/without-ports/017.html.ini b/tests/wpt/meta-legacy-layout/webmessaging/without-ports/017.html.ini deleted file mode 100644 index c7946fc91b4..00000000000 --- a/tests/wpt/meta-legacy-layout/webmessaging/without-ports/017.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[017.html] - expected: TIMEOUT - [origin of the script that invoked the method, about:blank] - expected: TIMEOUT diff --git a/tests/wpt/meta-legacy-layout/websockets/stream/tentative/close.any.js.ini b/tests/wpt/meta-legacy-layout/websockets/stream/tentative/close.any.js.ini index 7ff0acfd54c..f2877c943d3 100644 --- a/tests/wpt/meta-legacy-layout/websockets/stream/tentative/close.any.js.ini +++ b/tests/wpt/meta-legacy-layout/websockets/stream/tentative/close.any.js.ini @@ -282,6 +282,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.worker.html?wss] [close code should be sent to server and reflected back] @@ -386,6 +389,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.worker.html?wpt_flags=h2] [close code should be sent to server and reflected back] @@ -490,6 +496,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.serviceworker.html?wss] expected: ERROR @@ -602,3 +611,178 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + + [incomplete closing handshake should be considered unclean close] + expected: FAIL + + +[close.any.html?default] + [close code should be sent to server and reflected back] + expected: FAIL + + [no close argument should send empty Close frame] + expected: FAIL + + [unspecified close code should send empty Close frame] + expected: FAIL + + [unspecified close code with empty reason should send empty Close frame] + expected: FAIL + + [unspecified close code with non-empty reason should set code to 1000] + expected: FAIL + + [close(true) should throw a TypeError] + expected: FAIL + + [close() with an overlong reason should throw] + expected: FAIL + + [close during handshake should work] + expected: FAIL + + [close() with invalid code 999 should throw] + expected: FAIL + + [close() with invalid code 1001 should throw] + expected: FAIL + + [close() with invalid code 2999 should throw] + expected: FAIL + + [close() with invalid code 5000 should throw] + expected: FAIL + + [closing the writable should result in a clean close] + expected: FAIL + + [writer close() promise should not resolve until handshake completes] + expected: FAIL + + [incomplete closing handshake should be considered unclean close] + expected: FAIL + + [aborting the writable should result in a clean close] + expected: FAIL + + [aborting the writable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [aborting the writable with a code should send that code] + expected: FAIL + + [aborting the writable with a code and reason should use them] + expected: FAIL + + [aborting the writable with a reason but no code should default the close code] + expected: FAIL + + [aborting the writable with a DOMException not set code or reason] + expected: FAIL + + [canceling the readable should result in a clean close] + expected: FAIL + + [canceling the readable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [canceling the readable with a code should send that code] + expected: FAIL + + [canceling the readable with a code and reason should use them] + expected: FAIL + + [canceling the readable with a reason but no code should default the close code] + expected: FAIL + + [canceling the readable with a DOMException not set code or reason] + expected: FAIL + + +[close.any.serviceworker.html?default] + expected: ERROR + +[close.any.sharedworker.html?default] + expected: ERROR + +[close.any.worker.html?default] + [close code should be sent to server and reflected back] + expected: FAIL + + [no close argument should send empty Close frame] + expected: FAIL + + [unspecified close code should send empty Close frame] + expected: FAIL + + [unspecified close code with empty reason should send empty Close frame] + expected: FAIL + + [unspecified close code with non-empty reason should set code to 1000] + expected: FAIL + + [close(true) should throw a TypeError] + expected: FAIL + + [close() with an overlong reason should throw] + expected: FAIL + + [close during handshake should work] + expected: FAIL + + [close() with invalid code 999 should throw] + expected: FAIL + + [close() with invalid code 1001 should throw] + expected: FAIL + + [close() with invalid code 2999 should throw] + expected: FAIL + + [close() with invalid code 5000 should throw] + expected: FAIL + + [closing the writable should result in a clean close] + expected: FAIL + + [writer close() promise should not resolve until handshake completes] + expected: FAIL + + [incomplete closing handshake should be considered unclean close] + expected: FAIL + + [aborting the writable should result in a clean close] + expected: FAIL + + [aborting the writable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [aborting the writable with a code should send that code] + expected: FAIL + + [aborting the writable with a code and reason should use them] + expected: FAIL + + [aborting the writable with a reason but no code should default the close code] + expected: FAIL + + [aborting the writable with a DOMException not set code or reason] + expected: FAIL + + [canceling the readable should result in a clean close] + expected: FAIL + + [canceling the readable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [canceling the readable with a code should send that code] + expected: FAIL + + [canceling the readable with a code and reason should use them] + expected: FAIL + + [canceling the readable with a reason but no code should default the close code] + expected: FAIL + + [canceling the readable with a DOMException not set code or reason] + expected: FAIL diff --git a/tests/wpt/meta-legacy-layout/websockets/stream/tentative/remote-close.any.js.ini b/tests/wpt/meta-legacy-layout/websockets/stream/tentative/remote-close.any.js.ini new file mode 100644 index 00000000000..66d4175a518 --- /dev/null +++ b/tests/wpt/meta-legacy-layout/websockets/stream/tentative/remote-close.any.js.ini @@ -0,0 +1,154 @@ +[remote-close.any.serviceworker.html?wpt_flags=h2] + expected: ERROR + +[remote-close.any.html?wpt_flags=h2] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.sharedworker.html?wpt_flags=h2] + expected: ERROR + +[remote-close.any.serviceworker.html?wss] + expected: ERROR + +[remote-close.any.sharedworker.html?wss] + expected: ERROR + +[remote-close.any.worker.html?wpt_flags=h2] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.worker.html?wss] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.sharedworker.html?default] + expected: ERROR + +[remote-close.any.serviceworker.html?default] + expected: ERROR + +[remote-close.any.html?wss] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.html?default] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.worker.html?default] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json index ba9de8f73b6..b75c27713e1 100644 --- a/tests/wpt/meta/MANIFEST.json +++ b/tests/wpt/meta/MANIFEST.json @@ -7587,6 +7587,15 @@ ] } }, + "notifications": { + "global-teardown-crash.html": [ + "27db2ca3b60d65aaa95077755fc333909fcb9459", + [ + null, + {} + ] + ] + }, "print": { "crashtests": { "reload-crash.html": [ @@ -7705,6 +7714,13 @@ {} ] ], + "selection-modify-line-boundary-around-empty-details.html": [ + "815a819c3367b7441be40b2294c9a2998bfcb632", + [ + null, + {} + ] + ], "selection-modify-line-next-to-textarea.html": [ "b685add01c004885a32e22211acad17843f1d132", [ @@ -31926,6 +31942,19 @@ {} ] ], + "page-name-unnamed-trailing-001-print.html": [ + "61baa23603ff041ce9dce92e6e1f01b9d2a4f086", + [ + null, + [ + [ + "/css/css-page/page-name-unnamed-trailing-001-print-ref.html", + "==" + ] + ], + {} + ] + ], "page-name-zero-height-001-print.html": [ "8a108c9b4519dd7ce3e7bce596f670a63054f180", [ @@ -36510,1702 +36539,6 @@ {} ] ], - "background-color-001.xht": [ - "bd952404d74cdd96025fe1fd3403b491b516de7a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-002.xht": [ - "f9e7e77eac47a308941407034121932a047a3abb", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-003.xht": [ - "d804cddc690acf152bb5a37c9f73f3df0fad850e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-004.xht": [ - "f08f1a48df9a6857b0348c08b44723703a6c1566", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-005.xht": [ - "616339f3f8074e5ebd3f49bf2c948c023eb93d3c", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-006.xht": [ - "137c5917e914a51be5b2e831714da6b32de0bf09", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-007.xht": [ - "9b0b3e776fa1a5c56a05df675d1a9459576e9b43", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-008.xht": [ - "ca10f24176bb4c51147df5d31e29acaca4a7eef7", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-009.xht": [ - "3e61aa61ff2dcffe08059807ecd6cc59fd474078", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-010.xht": [ - "3939ed5260153e7262ead92378946b0907e215c7", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-011.xht": [ - "a93623083440b38fb4ce141d53cc5fa577acf471", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-012.xht": [ - "22979cf43f0932c92c279e63a74b849cd2e774c4", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-013.xht": [ - "454cf14c3443d5fc3ef65628f76bc026c80be1db", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-013-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-014.xht": [ - "8fb0710baea1ecbe7eccdb26dd24c96b80e7e99c", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-015.xht": [ - "db83e5bccf6bafb098da2addcd458b3658c20785", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-016.xht": [ - "362219e26daf9553530a81b2f9d37e7ae90e3275", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-017.xht": [ - "ea1bace5ab82fd9f3d80e7401f0e7c7f5ad957f8", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-018.xht": [ - "150ed16267e484f1d1bcce703bf2ef18b1f29c24", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-013-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-019.xht": [ - "5a9863aafaf758134b41110542f7c519ec765469", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-020.xht": [ - "863be8b6cabfbea8f715414c87adb0c544f27d97", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-021.xht": [ - "0a7d39c4a89147d1211e219d1e6ae319c2c5322b", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-022.xht": [ - "3fb3f8a297a67f2f2d3fdc942a69bf569e4b370b", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-023.xht": [ - "703421aa51ff4313e9d15514e00231e0e2bde829", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-013-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-024.xht": [ - "8bac3c5147bfcc1edeb04ff726a1b59502ccfcba", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-025.xht": [ - "8a4cb82271b06d57c41faf4af7df6dae66e960e7", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-025-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-026.xht": [ - "7d4ea13bcd76662a5227b5a72bab2358ae3474bc", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-027.xht": [ - "3aa1c983020b3873fa42eeecfb5cac81a9dd0ce6", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-028.xht": [ - "1601d98e4091be789270c1fad6fef4377a2524fe", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-029.xht": [ - "122fa11fcce7e1a74956fbed1f5e477b1e7bb32e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-029-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-030.xht": [ - "050ad81401d6037963b8157193b89a7c34de9e51", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-031.xht": [ - "2f70a07272ed04b5769501f728229bbf5e08a5d0", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-032.xht": [ - "5743e2b8e749541214f71b1982e3e732f286a04e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-033.xht": [ - "e6a12193d75fedf25c7c060b56690e7ab394a0ae", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-033-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-034.xht": [ - "278fcfce84365f8f68da3a609ee03bf3bb7cf9be", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-035.xht": [ - "0c8afb3de1f6ee5454496f65e81d273afffcb721", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-035-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-036.xht": [ - "f9cf11a73b1e39808a4d26c437fd81654273cf0f", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-013-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-037.xht": [ - "32daca17b8270a429fce930834464e9f90024e22", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-038.xht": [ - "76d4c9cb1fb4ea275572dca1eb64db21f5c04858", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-038-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-039.xht": [ - "944c66c62296b466e6eac0245bc03fca8c305b53", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-040.xht": [ - "998e8a8902e698818fb206dab15de06c22e3dadd", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-040-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-041.xht": [ - "0ce51cca13bf22f0aa6f9a92891730a73a026894", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-041-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-042.xht": [ - "e8b3157665d2a04f17d793da13d24d89f892698a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-043.xht": [ - "cbc4b0033ae15451576eb3bcea1ffa4dd380ac99", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-043-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-044.xht": [ - "a115c6d86d46ef64a7adb008fa90a154680a2c84", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-045.xht": [ - "4b98028bbaf456564f1d608b04229e44ddb45db2", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-045-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-046.xht": [ - "c32901c8cdaa7ed7d6ed45e102553c0dd007e2d5", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-047.xht": [ - "d02be6a049aa2eac78460c718b4ace828da663dc", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-048.xht": [ - "8b2b528230210417a8d9ad3ba2da87623a8f6f32", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-049.xht": [ - "df0b832c22b58c536f936c1eb8fbde634d7597f5", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-049-020202-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-049-030303-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-050.xht": [ - "b202b35f80a1be186fd3650bf394fb29bc004d76", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-051.xht": [ - "558ec9acc9e19464c021f89410357775d341c5e1", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-052.xht": [ - "f8bc813559dc366a3ac87354dcdff35239b165c0", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-053.xht": [ - "1ea427b28cc9db176364ae97733c9c44a8263d6e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-054.xht": [ - "27b1ea4d075c915f906f07102a5cdb2d135dbd06", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-055.xht": [ - "d8a148340fbff576ae333f43e03a0c8e57f271b1", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-056.xht": [ - "21eccce3d5d4e1a3b41a52b1e3ee936f64ec3880", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-057.xht": [ - "5645c50bf549ce45f7d03f18d343be173d87d646", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-058.xht": [ - "020f3fd2d70813c26035411d60e76e0bf6e87a49", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-059.xht": [ - "d40c24df756317b2ef2133eccc4270ba91d328ad", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-060.xht": [ - "99d8156ef3d67667308a62a567402b4013c6f678", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-061.xht": [ - "b0a262ea5a415c10611684fa1c7bd5936e7859a7", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-062.xht": [ - "17e0cfe63342e692d7fb9522f946787a5a4cec2f", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-063.xht": [ - "ac2a142808c703ed991f54e9f4e12fcc48b045fc", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-064.xht": [ - "e5bff1b70dae46eee542e105dd90e74a3297b33d", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-065.xht": [ - "12118419b89c71721855dfc650b93730947293c3", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-066.xht": [ - "a35205fb832fe85250a1b1002c09d06a4d0c18ff", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-067.xht": [ - "4f3f9cbc2335f2befaa91c56c053e514f2a72b30", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-068.xht": [ - "44087395082528bb5ea9e93545d1ae4e4001babe", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-069.xht": [ - "d8c1a5991c4a48050c45bd232640707b608d86f9", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-070.xht": [ - "5982e24d4b6853de0e721f8ed208c62cd4805e63", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-070-020000-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-070-030000-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-071.xht": [ - "2b04f969d7954cb7fcccd11e5debacfcbcb51de9", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-072.xht": [ - "b8d56425199c8818a66dba2bf29abf6838d7c17a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-073.xht": [ - "3ccae5540b180bda7072b9f755c67812f8a8acd3", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-074.xht": [ - "c37912b9ddfef61c04f8956a2aa65ebf6636c779", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-075.xht": [ - "0a1bc875f9fe6a8f90165a0753c5debf14a85601", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-076.xht": [ - "0dc3c451b11d8a638030b69e244668454432d760", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-077.xht": [ - "f5a8449a583cea52e0dd393091794549c7cd3c1e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-078.xht": [ - "4fd825bd7548f061d2e1b991fbba391f79406988", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-079.xht": [ - "62a6ad79b43bd4d9e8b41a25adf7669a1ecd5dae", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-080.xht": [ - "e0a77a7e64ddbc938c89eea35ea1278b9337cf0a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-081.xht": [ - "a558636a550f7233a18292228df80b54962f6222", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-082.xht": [ - "65dccc485f915239fcf5edc2871f0570088eef7f", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-083.xht": [ - "46a0a56508011ded0fa0df9b088016728bbbd8c8", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-084.xht": [ - "a25685035c6cf6b7c0823bf3776a88dedb089545", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-085.xht": [ - "e20926d643b2e8d2f27c137f82d2bea923c71062", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-086.xht": [ - "95ed2890329ec30bb90daa0a2ddafefec54e3c6a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-087.xht": [ - "3b732620618623299283f47f4e3951f1f9498d56", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-088.xht": [ - "7a4cadfa70e2369bb0a640de4f6aae0ba64ef614", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-089.xht": [ - "d21b7fe0c1331f5f830e323381147eed0a047031", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-090.xht": [ - "59f63dde33b405d2e6dc4ec5e26aff09408368f9", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-090-000200-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-090-000300-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-091.xht": [ - "2d6ce461887b89258497c7b56bcd5fc90b279071", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-092.xht": [ - "5c9a4e08a077dd70c496ee2ddc2b4f8e2ceb41cd", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-093.xht": [ - "dae3822cae775b40058544e0dea557a000a603fb", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-094.xht": [ - "a5b31906b88ba67bf5de735b4607e6c24235580a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-095.xht": [ - "ad19592bb80c2139098d720407a01a6df2075179", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-096.xht": [ - "baa9de190cdc59f0ffaba4e3dc2c5b79e873f6eb", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-097.xht": [ - "37d949ac4e9f95511bfacbacafba59f74fdc4d6a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-098.xht": [ - "7a258faa4c559eb1b14d17b1e09e0ad129f9b89f", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-099.xht": [ - "c13af740a7568e20087dbcec0762d3c3f1c64428", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-100.xht": [ - "86544845c941afd9b0f834003a8ca2f64fe1055a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-101.xht": [ - "7bb78cedf5c4f33665e45d91ca48ad8a2f34bb58", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-102.xht": [ - "3ae143328deae7d98b85542476a099303bcd6374", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-103.xht": [ - "93306085ce2b23022caa6043df778fa5237ff67e", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-104.xht": [ - "049f2bbf0858c76601a17be466e21089b22b500c", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-105.xht": [ - "f6847924d037d69739dc3829dbcc3deb15b439ad", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-106.xht": [ - "9bcabb32d80efcb603dd714b770bfe60b063c86c", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-107.xht": [ - "b690bfd48693f85f6f477de288de997380af7582", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-108.xht": [ - "14f2e5664ecf9b4ce24564123d569320c4a3d406", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-109.xht": [ - "224c8285f93d2b69bc624950b04236a15dc29099", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-110.xht": [ - "1c298ccc97a57b7a2db1740b16b0f7421315c214", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-110-000002-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-110-000003-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-111.xht": [ - "b1c1d4a347588e5dc515a35a6cb6ee1dcb0945ad", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-112.xht": [ - "094c0dbcac92d7dc0d58f77a8ddd348f0ec5fa92", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-113.xht": [ - "b8245d5476f2c9afa9413ffc393b065c540606c7", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-114.xht": [ - "cd27c6e5216d586d74ebc084436a6be72c392487", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-115.xht": [ - "25903e56b768469c70a3ce7030be533f6d4423da", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht", - "==" - ], - [ - "/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-116.xht": [ - "db6901457f7e0ab8c9e670290e0aeec7cc912958", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-117.xht": [ - "75b7f5b93a88216b11291d2ffd1b3f38ad82d024", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-118.xht": [ - "f97e581e7adb0dcad9387046f326a1303e6c40ea", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-119.xht": [ - "f70540f3b5ab43d3517925563ffbbba1fc2acbb5", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-120.xht": [ - "f220efe5712ef5a9cda1df6e53d2e08dfd548787", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-121.xht": [ - "0ef996e7672840df14babe863cc277c367344dce", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-122.xht": [ - "a244421750ec82a294c416cfc18706ee1085b931", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-123.xht": [ - "c8a7dd9ccf48219e1cf211abb0b3cbf1b2354832", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-124.xht": [ - "896f2eb2e00c002683435e59a1a82820ad6f2530", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-125.xht": [ - "8630cfee44d69433c237124e5a8bc8820f2d31e1", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-126.xht": [ - "4a86576053743c44e13cea952d614eb4cf0fa747", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-127.xht": [ - "98bc089214e8afe2a5bdc52edc39db4d81361646", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-128.xht": [ - "b673363127bd6f9c2f4d6901d5e3cb3a708ba3b0", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "background-color-129.xht": [ "a1d79af99a46587d193f7469089e5d5b9dd9b3ff", [ @@ -38219,214 +36552,6 @@ {} ] ], - "background-color-130.xht": [ - "7373a3f8fb6b0c091758569d231f98db26707305", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-131.xht": [ - "942862b0e9972e16f1d20594589a99dee072ed4a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-132.xht": [ - "898cc691af73d0183573f30cf30fd54b9a8a88e9", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-133.xht": [ - "06552a649c0b40bb4f3e1bd7823e16178aa45274", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-134.xht": [ - "08511a73bc5f211a3e012eec16d5dfc3782a9653", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-135.xht": [ - "64a92f9003fcc32ec4b613d29d31a38e3d961624", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-136.xht": [ - "a9aed049195d0765658d81744544a9db42da67cb", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-137.xht": [ - "a965f8cbd2513284846fcf9139e86e1604b1ca9c", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-138.xht": [ - "e438b2eea3fd0c05160ff18b5ce4cf4cab916382", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-139.xht": [ - "28f21aeb18f00ad178127e094b089999976e7538", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-140.xht": [ - "40dd3502142480ef09b60600f0edcb5af848878d", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-141.xht": [ - "b393f22b43feed6c87c4e3f5c9a2640d4b5d216f", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-142.xht": [ - "db2aaa463082912d3b44325c15a117cedb8df3a2", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-143.xht": [ - "b0c0e2e1bc427baa004a688ce93d45a451a5335a", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-144.xht": [ - "f1668fd6d33ec93b5b51c5817821d3b77bcb14ef", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "background-color-145.xht": [ - "3afa2192b835c50e4394c78fe1912ddfdbb3c929", - [ - null, - [ - [ - "/css/CSS2/backgrounds/background-color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "background-color-174.xht": [ "35aa83c6cbe7edfed86f9b08452f02f92726d9b1", [ @@ -42945,1674 +41070,6 @@ {} ] ], - "border-bottom-color-001.xht": [ - "5214c335c852a5f6833684ecd00247b9ef3b52cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-002.xht": [ - "c52d2aebaea8d0eb766cc00d91e16598ea348c63", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-003.xht": [ - "48b032439c3b9d7eb009684d6c538615c5fa7a58", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-004.xht": [ - "60d1e4cbf734a789fd028c0537f6a270d03023b3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-005.xht": [ - "c7310c062352ffaeac7e93bbf4113ec1c0d68fd0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-006.xht": [ - "fbd7527b5ccf5180a268a1a7349d2249dfde5211", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-007.xht": [ - "d9ae994c826ed7d8354e072156c9bd05fee9816d", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-008.xht": [ - "0f5105d209ebfec36036c461dbce84879ca74438", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-009.xht": [ - "461e6e273a73be89bf2750a367a7307167211d7f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-010.xht": [ - "990f57bc7478421c9013d2e7cce4e9306cf9abcb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-011.xht": [ - "94ee90e473134f410c6724cb7d57f0d243078e0a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-012.xht": [ - "fddac3965f4f4db3fcee1de162f6436c51ac9fa2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-013.xht": [ - "455b89d596bb2c8d2a24fdabb387b06d00533889", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-014.xht": [ - "fc00268dabd4d4250591715d40ba561dccdea406", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-015.xht": [ - "8bc3c80da5e066217226241690dfc2e90d7a7298", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-016.xht": [ - "40d3b77435f6275673087eb907fb5dbda7f5ae04", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-017.xht": [ - "cbfaee79a60e6a090c04b4e045d1d634ce8329be", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-018.xht": [ - "ecaea1c746a257f1acf1948d12d514af0e75c8b3", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-019.xht": [ - "267ed5396d5f2680cdbf6b493c7994d656e983ae", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-020.xht": [ - "fb8cfb20aa6629cf6e52a939f13d678d5428ea46", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-021.xht": [ - "c84d76f87229633b2ea35a6b0a786ad5e8ed4fce", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-022.xht": [ - "0090ddeac17de71b9d4fbfabe58f1b4147b10bb5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-023.xht": [ - "d10a27757354760fe229af47125c5496e700c627", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-024.xht": [ - "6cd95188f40a8116f3c57fdf31a69023ee0ab2eb", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-025.xht": [ - "4c5b3d1ce0735a88f02fb0ad55ccdba88144208e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-026.xht": [ - "0e539bb602ac3dcbe0aacef0eb87b39bfca2b157", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-027.xht": [ - "f1a65812e541a1c5a77847179b7e6ef1145fdb01", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-028.xht": [ - "c25c89a184e37ecc2cbe2cc3fb8d262b7fecb296", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-029.xht": [ - "623072dcd9fd0049fcd49aeae89c25e14b5bb881", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-030.xht": [ - "abf930e3261020290b178607a6de46c8889fa197", - [ - null, - [ - [ - "/css/CSS2/reference/ref-transparent-or-black-square-black.xht", - "==" - ], - [ - "/css/CSS2/reference/ref-transparent-or-black-square-transparent.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-031.xht": [ - "60f312342834ea8325b7d88fa3de7ce648daf407", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-032.xht": [ - "a14a91b225ae004d2ef69eb0ffffbde8f6b670ac", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-033.xht": [ - "0eeaae8387a520c42f6867dec6d592ab39c73668", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-034.xht": [ - "41ed5b423b1f9ebae78759718d81a5b8866d56de", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-035.xht": [ - "43c7d2f0304fcba507392cce34cd0fe4ff225c45", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-036.xht": [ - "5bb1979c268ba34ef16f95fc6a8de10d85b3275b", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-037.xht": [ - "aaa0547d71527d21642943dccaea6f1014e5cf57", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-038.xht": [ - "df795d75eea21e5f75c157b28db1544e36e78bcc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-038-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-039.xht": [ - "e454a366ee7cb9624402376c004784bb4155e4f0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-040.xht": [ - "9343aaabfd2abc7c340fb2a1acbc9c9b9dd3c462", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-041.xht": [ - "2c0b7daa5c565ed750e1cd5ad325a01973010014", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-042.xht": [ - "0ac99a15b74375f85558b383ad29e53525e9ab3e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-043.xht": [ - "09205f4373352a1c012d58e02dd7b0ba50338d76", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-044.xht": [ - "4e847ed453e6dd0ecb5b1c198d3d9b0cdd2f6635", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-045.xht": [ - "b6f39cc51e479858f8802c8655ab8dc52fa1b3d2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-046.xht": [ - "81ff35d9de35c587bc40ddd4e942185f0f691abd", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-047.xht": [ - "080709fc2519451d1ff84f8bcd66b27d251c0612", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-048.xht": [ - "800d3761af821befc122e02370cd7d09376d0aaa", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-049.xht": [ - "0b2e262b7d74c4e6a3a024ba0b4f67df7841f143", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-050.xht": [ - "d70f8b5f29e347d2bddb0276b1abe6156252bb83", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-051.xht": [ - "70a6c63782ca683902c20304e85c5a4ccec21867", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-052.xht": [ - "a90c57a47dde5a935c8aad17dd39e0217c375986", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-053.xht": [ - "cfc23e2c1d376b39e6ae95f388bb049a3d9950c9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-054.xht": [ - "7366be47d2d704cde9bbc80e1bc2fe58d13bde49", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-055.xht": [ - "8be065dfd7c9908f5a7063503b37e4c76ac4333c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-056.xht": [ - "df3d7b47ffb3cd83a1f7b64b417b31d1adf3de6c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-057.xht": [ - "5e362672fb838b2f540c90e04bad98f8b28322c2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-058.xht": [ - "79ee6561375a8cf3c7ba6c56a58599b397432e69", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-059.xht": [ - "d860b0bd2675065e160a50a9a342888a35819be4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-060.xht": [ - "2a7f41483e90bf9f56292dbeb88cd624499a0541", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-061.xht": [ - "97a0001a8be5781f6a51157f59b00fc18204b4e3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-062.xht": [ - "9b9eca3d2c5905ac3426c6401e8705a83314b648", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-063.xht": [ - "a6295e1ad2877fd2bb626ed133775aa50bb05846", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-064.xht": [ - "89148be4ae969cd1ab082e2b714b45a0a39c5373", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-065.xht": [ - "d11d1ba641a8520881a020216af0dfd1a1dc7a85", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-066.xht": [ - "7bad2cf389db219a905205f55d26b3ede93d9815", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-067.xht": [ - "f53683a2be998f1bc9b4c0544ed8a0bd1f91b978", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-068.xht": [ - "491d57534ee5aecb1db742adf6a6fa48de1affa6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-069.xht": [ - "3717d36ea8327349bd3d0e6d4353ff6fb53d8bce", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-070.xht": [ - "bdedc861907e11049dea02658324ff0778ee5e9d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-071.xht": [ - "e17c1dff338a757fafccff2919467d76fd22c14d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-072.xht": [ - "b6113b805f57a8d228118dd4e7c322854f4218e4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-073.xht": [ - "b60a4d847043096135b4becf84269b4550661ea6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-074.xht": [ - "851efab04878debe92e3694036788ab664de9be0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-075.xht": [ - "c8b5873b21176d894c09fd251dd91ae5bf53860d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-076.xht": [ - "766e371b1f2a770604dc99725bba7657d8e67f2f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-077.xht": [ - "4ce0ec8ee7b4fb1268f8186d22ca36197109a06d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-078.xht": [ - "7435831018afd3a98cc6d71883c2cc7a7f519886", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-079.xht": [ - "7256c711d6e481b9961c5803fbf2d54e02372665", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-080.xht": [ - "46c60e78be665ff4969638733c70aa07edd5dc9c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-081.xht": [ - "843848cb37a469b7d8bc337a526ee216c6baf1ef", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-082.xht": [ - "66e533b34b2ff290147031b724054a1f49975f0e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-083.xht": [ - "7b6241ac990ca9485651eab55e74bb6ef928422f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-084.xht": [ - "2ac69013ba4e4dab17ad3a91afaf5989abf809d7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-085.xht": [ - "bf2b53bd7166d2f5313164728b25b9a4051c2fff", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-086.xht": [ - "f052625a4a33792e8e557f9b78b99b48eecd6b2f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-087.xht": [ - "111155f7065966b79db4ff73411b90b222edc575", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-088.xht": [ - "ca55585278f9e3eae4fd3559984cf03845899b09", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-089.xht": [ - "0d715dda9bd30a4b798596994263de57abf45942", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-090.xht": [ - "4cdd83f3bf82008091f1fbf35cd955904f068c53", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-091.xht": [ - "60c8815119b27169f3be11d5b518c666b8f22a63", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-092.xht": [ - "7027950d7189f4d8c780cbeaeb41cf5eb64e00d2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-093.xht": [ - "e4f629ea464aee5e642d20a4e3ba7798b8991de3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-094.xht": [ - "e9d58db30212ba8b7815575842b4aa070fe130aa", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-095.xht": [ - "4ddfedfeecb98dd3cad5ab627121f6b760fc293f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-096.xht": [ - "245605da62c60bd450582ba0772ed2c34a645de0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-097.xht": [ - "cd33161b37da2b68179882db9791561004c24c29", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-098.xht": [ - "6d039dd127a24a537cf55b4101c9775247c18a08", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-099.xht": [ - "5f6ae6bc8917240082935d52bfe85f5e74bae360", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-100.xht": [ - "44075c7547e35ade9b01953ea457404ccfbe7e73", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-100-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-101.xht": [ - "8947bc54deb348148394165f1b5fa59752cf7a6a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-102.xht": [ - "3f4516e94221fc23e99ddbd4ead63daccddda940", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-103.xht": [ - "8127a908fc4c14564c5ec100f8282d1c500babc9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-104.xht": [ - "0b4f3b105edb31860dd2abf32b03e5ec4d0a5ba1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-105.xht": [ - "8e0ec2858968260594fddd51b9e1266a4c2025c7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-106.xht": [ - "bd9fc7497f8a444092e781d2ddcdfd7a4ffb9c9f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-107.xht": [ - "72a38a3682678b5391f9fbf2125159ebee8c6241", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-108.xht": [ - "d69d720085e08903b1dc84b3d278c753830959d3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-109.xht": [ - "053febc6f12ab57940d607eb28c8a19d6cb5f1f4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-110.xht": [ - "736365f6d0acd17dddc6c17704385799b0977b48", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-111.xht": [ - "7d8523838b1b5df9e5c47b9859c6b3c27deef6f8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-112.xht": [ - "5c70578bb2f65280c6b064b28913c4610aaa101d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-113.xht": [ - "347344ebdc6cf6982c80db06cae3e9af0385e062", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-114.xht": [ - "c28375c7de6a272327051aca477dadc909ae4167", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-115.xht": [ - "41f46477f1c770c99f0a4f8f0d88b1d7065871d9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-116.xht": [ - "b8f182522b8d6b1cac51c19ed38f66c564c73371", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-117.xht": [ - "034f0f5b8276c544b1427377b3efd3be4a7c8444", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-118.xht": [ - "25990d11c51ff9532e1b94f1561bcd7472c333bc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-119.xht": [ - "25ccc228bcded0ce364891288841e316841768c4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-120.xht": [ - "6cf2c68e430c3058e596ff35f138340c702c5d9f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-121.xht": [ - "4f6ae4f5be701b4ebde1ccaa4052ec97f254ab64", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-122.xht": [ - "b742b0634cf2e0f0e58400bf2480aae05e28d75f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-123.xht": [ - "a95ef02b51c5fa5b4050cd400a859b4d8db31ca2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-124.xht": [ - "957b9e7cd9442c9ab9803243e8bc7e079f50d244", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-125.xht": [ - "370eb8ac6593d4c52ece4929f03c1fefaad6fc4d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-126.xht": [ - "ab183be63b8396134718d0a60b8c97472c36fa88", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-127.xht": [ - "b03e50992008bdcc031c8228c71555ebeb11730a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-128.xht": [ - "94462cacdd93cddf3436762459c040c222e0131b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "border-bottom-color-129.xht": [ "f7c6f4e59dbe96b264474c0fb5011d41241bb011", [ @@ -44626,214 +41083,6 @@ {} ] ], - "border-bottom-color-130.xht": [ - "a8c1583484f48fda173a405a241140e610da2d91", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-131.xht": [ - "aa987cb49fa839b041350c238432e937910e6cd8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-131-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-132.xht": [ - "ac7a228d7bf461391dad40302b080582343d725d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-133.xht": [ - "06c1c9ebbabad60bfe65f0e5ec34fb6fde77a04c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-133-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-134.xht": [ - "97d168bc59d6a6701a35033a305853f024c128c1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-134-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-135.xht": [ - "85ce19a0b1f77421b0e64728bbf7300d4c6a69cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-136.xht": [ - "3444b985167c38f39e8376860a01fb671e4b2adf", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-137.xht": [ - "b3fd414209d89e357b17fd87316c57eada6027af", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-137-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-138.xht": [ - "6ffa065e6956123b1cf889a76e0d6e72d6d571a5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-139.xht": [ - "1754a3349f776505f8ab9380c44b0f29f004ae10", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-140.xht": [ - "baf090540044a34ce10c72f73144a3f2801211b2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-141.xht": [ - "c6655232140fd4bb6e80da33a9b006fe2421d95f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-141-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-142.xht": [ - "e53654dfc519d64808849a6f6fbd0dc8970e18b2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-143.xht": [ - "2a7188025ca1bba1a1f12f36a1281374af46bd65", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-144.xht": [ - "d1061878de90a634e554ccd6a5ee905637c6fd37", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-144-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-bottom-color-145.xht": [ - "4ac7c5917c97b8ccff10f0cb4e2af1895829bab3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "border-bottom-color-174.xht": [ "23d915c1f8ca2a96511c8929c09564f061ae0ee9", [ @@ -46537,1674 +42786,6 @@ {} ] ], - "border-left-color-001.xht": [ - "26f026c1cb0446917408e756ad3b0ded8eed1dc4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-002.xht": [ - "0a7aeffc3c6ae6c16879973bd3302ebfb69c5234", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-003.xht": [ - "7c7485bdba1fb718ef1eec41ca794f49ca871056", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-004.xht": [ - "fe6e8e63a64298e34899fedf812fffce48c81eb3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-005.xht": [ - "d458a713567bb0fadc0a2a16fe61da00401c5ceb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-006.xht": [ - "2aeb4e00fb4bdb0e980068c66863487fb768626e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-007.xht": [ - "96793387bf1a5745ee520c99657ed7dc7c0bc2b5", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-008.xht": [ - "b95241d8008a31c65f4f7a13c7c84323fe9c4c09", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-009.xht": [ - "7d167052c13642032ae2bb018284721cf4e71348", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-010.xht": [ - "1f41c35badb5df314df0f536547c10ef57eceabc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-011.xht": [ - "19acbe2f35af58bc4d54d84b6782d6590887a355", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-012.xht": [ - "784a876d4eae2f524ebf644664bc41ad921ba23e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-013.xht": [ - "cb89214e1e4fff0960dce35103b33895e5f54cac", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-014.xht": [ - "c407698f8137ff182cbac753c664d66367dde8fd", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-015.xht": [ - "0d502b9f9e1214b1c77e9390997a196d03a7a95c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-016.xht": [ - "41c308d15b8bf6f5318dc19da665ae81d5769554", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-017.xht": [ - "d8cbe8b1e1f6442de0314c1e8c61c93eaa5b8e1b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-018.xht": [ - "49fea3c70d5b6c585f6553a516715a77cbba6314", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-019.xht": [ - "583852437d916891a16ef8381e917b18e5c24eef", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-020.xht": [ - "ddfb8b49cd5be36df7128fafa124a37837526c1d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-021.xht": [ - "f0c16a7b5b92a708d6a2cc460dcb1dafea06df9e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-022.xht": [ - "129f5f1a8cf7b32740ab0982689016631eb98995", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-023.xht": [ - "ed969cff29e1c139c226f36db17ff3ac0ba13ef0", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-024.xht": [ - "fb1bf0d78c6c401c65ca2b78921a03f921f365b6", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-025.xht": [ - "2d1e9950b9ce5b878aa6d3e19b286b3e42605775", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-026.xht": [ - "4abf4266979371b8c46f7ab5926074d9342d4298", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-027.xht": [ - "c28aa21bf52fa46ec25fe5cf5ae16b2b10e6c269", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-028.xht": [ - "386c42a244e5168a303bdcc6df41d3859b4b6eed", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-029.xht": [ - "f2624c1dff0f1fc6031c16a35d7a9599eb45f80e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-030.xht": [ - "fc62a4b144273f2265e5379e57e1a8b6ddf73d96", - [ - null, - [ - [ - "/css/CSS2/reference/ref-transparent-or-black-square-black.xht", - "==" - ], - [ - "/css/CSS2/reference/ref-transparent-or-black-square-transparent.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-031.xht": [ - "c31e9d9eaa310d862e8b6204617bc7c7f9b777aa", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-032.xht": [ - "2478e7880a1fe2c8931e260d790f45095aad302b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-033.xht": [ - "79ec0085baff5767ee905244b8905e925ee455f7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-034.xht": [ - "2282d05879465d6ee1ab90459a4611594521db39", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-035.xht": [ - "25acf6d8ad2cf3dbe9dde7bc198fa418802ee4cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-036.xht": [ - "b268910e59e4069faf50734a1cb57a2a96d0259e", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-037.xht": [ - "73cf82df6bf81148521a33ce20cad610b8291eea", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-038.xht": [ - "cffdd3fa1061bef6e9f85a6cc85bee68e9dbf34b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-038-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-039.xht": [ - "ffada9e7a159c31a287cebe0b6f527228cedd375", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-040.xht": [ - "edd44d2af91da6d2be7970121fc2723b857a4035", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-041.xht": [ - "8a19c644befaeb76919c083b23ac29bf661c96b3", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-042.xht": [ - "eeaa75b5aced09bd601da6c7059a38ddc97fb035", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-043.xht": [ - "12cddbd1cb0a3e5fcb91bdc383d48fdc5fe43090", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-044.xht": [ - "9232b04ff64f58fc0fa984a5af6f77ed14c95a23", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-045.xht": [ - "d8afc8a85c023def13d8de4b448abe112e22819f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-046.xht": [ - "0e585c32770a2ad1d74f4957640d1e11f6c25653", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-047.xht": [ - "bb0b50b9cbc0b47408dad1008a73954d52bc2d27", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-048.xht": [ - "2526461f94f5b47bc4d3ebebbd111402e07be496", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-049.xht": [ - "be71e45ac7347b70c2cba790effff81e8dfdf846", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-050.xht": [ - "62696bbc2f02e4b96b4040cd9d09de747e646098", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-051.xht": [ - "e4a74328aae250894ff8ffec1a84e0d0bf7f405e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-052.xht": [ - "a2469a75741ce32e2c493df6284acdcd2aacf163", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-053.xht": [ - "e0826207e6b46d9001610b57c71a8f804ce5079d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-054.xht": [ - "056a3f792d818f43e076d86e691768e2e1053b92", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-055.xht": [ - "51428320a3805e8ce4b5caf46c34ec12c553c87b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-056.xht": [ - "97567200bd7dbfee3ebcb9eea6b40d18432f5df7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-057.xht": [ - "fde87d18988bcabf17a10fa2d282c0001c3be746", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-058.xht": [ - "f11c3efe0945de769dfc9f1d77bbe2262601fc45", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-059.xht": [ - "a47824414b2b791e8a58bb3decc45b308519fa04", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-060.xht": [ - "5819fd3506a172cad0900de8bbcba1770c46c074", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-061.xht": [ - "99debe1088c6330b93847d3febcee8f78aba9015", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-062.xht": [ - "99cb289e5c48bb4fb0f161b6d19c027ea3dedbf1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-063.xht": [ - "653414a387dd60471be5c8e02eb69e17e814d53b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-064.xht": [ - "b894e3c3c7f26b5535c174ad959b130032ca1767", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-065.xht": [ - "11b46615e89cda801455bff565fcd73b9f770439", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-066.xht": [ - "89b0058e0caaec44492d2c084943bb91b0b5c87b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-067.xht": [ - "b595cea5f538bc3e9390ff42e2dcced3f5bfbaa6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-068.xht": [ - "b582d0df9e595f03661fcacb1303d7eb71c2c6f8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-069.xht": [ - "9662a942ca4970ccee8d75889d3f368cc625734a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-070.xht": [ - "abfd0c62f08bd312564d4fdc647e9d648a5a6624", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-071.xht": [ - "f1b227975951c0bd77607706b27fffe8c6c4bea3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-072.xht": [ - "ba018039852b9ea7e99032db35d674d37145dd4f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-073.xht": [ - "612d7002d4ee1836a34a02ac0df91d5e46bef72a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-074.xht": [ - "4f49db32766228931a4f41407ff0395c469799e4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-075.xht": [ - "242b6ac67814166913361ccc135883beec71c9c5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-076.xht": [ - "02980b5942bd662fd6074a1b2b2b792d842cea8e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-077.xht": [ - "da72352d1c968b453c71803c61e78fd046615546", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-078.xht": [ - "6d1cd48952c64066aa3681dbcd90fda8d7cd4d5b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-079.xht": [ - "b7f8caf46d52b3e052e9380e74028c72a40e6f78", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-080.xht": [ - "a9878d0981912c62521dec81a5b837d172dc9336", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-081.xht": [ - "95de7e74d9df07fc89a8cd0a0e5aef8cf2892ec3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-082.xht": [ - "a0373884ef9807f007cdc15220f58a579a1e3f63", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-083.xht": [ - "c2123960b09467c1ff07b229c07c83398068b46b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-084.xht": [ - "f1ba9781eb10f39d8bfcbb6ba150b229368495d9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-085.xht": [ - "d3482935a0e083c750bf5a77b3e106a666557012", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-086.xht": [ - "85a79765cc8ccb2283bacfad9217fb18116fd14b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-087.xht": [ - "9d2489a719f98cae989f8d3f0df34ea1f644b8a2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-088.xht": [ - "ff2bfa664e28d0215f3733f045bac33b986a567b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-089.xht": [ - "a0dc7872e366508099d64e2798b6a5146483791f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-090.xht": [ - "5c1908aeac479c263cc254c550712a242745f5fa", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-091.xht": [ - "e639eb7a98c0542fd6c575ed2abff4f5bb77f62f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-092.xht": [ - "0a78434d04abf0e8b029cad360cfd62ed9d3d82d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-093.xht": [ - "18d995441d48e4bb886dbf613c010feecd80b807", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-094.xht": [ - "2940b09fee9a9fc5fcb786f623eb82ae3caae67f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-095.xht": [ - "3bef2686acde811579495e0adb455ccd83459b8a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-096.xht": [ - "fc75c29a7d3b65a4b46793e10a43d5ae459a8657", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-097.xht": [ - "5b90142132bc94e35a9b948af7dbfb0a026bee91", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-098.xht": [ - "e38bccc776e22423a1eaae146891593ae89d94d5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-099.xht": [ - "ff193dccfe48440dc1e4aebbf0b77d0d1926ca3e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-100.xht": [ - "b2acc607165a5470d32ad577f89615cddf561110", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-100-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-101.xht": [ - "cd7503fa5aa811bb5397326579864151a2d82d02", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-102.xht": [ - "3174a878f541292a277b498cd54c97c296aad889", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-103.xht": [ - "e2378fc5a19eb8b33ae00dc4bcbce7fccd322a3b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-104.xht": [ - "5adabc8d38c51dfc34e1f87f8cc1d6e387446952", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-105.xht": [ - "65c36432bf1a7ffe5faf8b322c96948500e6d37c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-106.xht": [ - "f992b2bcfafba239b2437de9d05a52f831014fab", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-107.xht": [ - "7c3e41eefbe2bdc89e2a1b26ea8457c98c73ef84", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-108.xht": [ - "4c3abbb5fe18e5e95fc3e8e706caf7d2d57383d9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-109.xht": [ - "0023bef43b414dd80244fb47bcc7a8caff075ca6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-110.xht": [ - "c947fe8abeb135ac97c0460e0a61c7f9e6803816", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-111.xht": [ - "4c4bf57ea2d7e3edcb439b0b61707c85f7cf4c25", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-112.xht": [ - "1d944cf3828d5705be7789fb8ba0096bc792a9bf", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-113.xht": [ - "67b32763daa8523d9d4718c8d3601b6e79abde6a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-114.xht": [ - "e10886c88845a003a4b89c19b6b4b9eb8e980f58", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-115.xht": [ - "72f95ecb55ca778bc60646f940b3bebc88c48480", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-116.xht": [ - "bb0714dedfc31935999ce038f09e3490c698dd39", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-117.xht": [ - "d35664a9324f27c5f97f5b8991287f64b6ea0424", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-118.xht": [ - "64043cdc3de3a37dd7f746b5b9fbf6b5b2493285", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-119.xht": [ - "5fe0875aa49d4f71a8f26254b749a263815cfeb9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-120.xht": [ - "7d7a31cef2ceeb386b11f527443784e64f4bc431", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-121.xht": [ - "0f2141de644dfd089c60bb8b8f40d48987db725b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-122.xht": [ - "690c32632b49764f6528c7725a5af2820ff3f4a8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-123.xht": [ - "5ca990e89d4e1aadaeefe6f10540e600cf0516da", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-124.xht": [ - "8977d437a9e883154615d6e78fca0b096caf53ff", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-125.xht": [ - "e20a77fd4a756b5b0043711d2644ea8560650f41", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-126.xht": [ - "ed1ae10382a02f8633ac2833f385c1615caa576b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-127.xht": [ - "3f3d1f4c3be4c7a98d9a2fa9bdf6e2f27885b5dd", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-128.xht": [ - "2dcfe622b4d9fe4e8dea4129cbc12ef25aca508d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "border-left-color-129.xht": [ "dfd7518334e60a300daf749375b4449e55d03121", [ @@ -48218,214 +42799,6 @@ {} ] ], - "border-left-color-130.xht": [ - "8afb06935b4b653cb5ca0eea10cfdacb0b80db16", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-131.xht": [ - "6302912a84d4ade39969b83dd1bd0ce3545c250b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-131-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-132.xht": [ - "c554a0640a1c58fbc2269c8dc2584a4111b5788a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-133.xht": [ - "58657b2f73239b990ea307bb7cdaa73e2c04f878", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-133-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-134.xht": [ - "3b104fea833d198aa7aa92ff4082c13dcc4b7539", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-134-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-135.xht": [ - "9c7926722424ae59ca138ed70239c67f3fe6f5dd", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-136.xht": [ - "a73581363beef378b6f0f166a8edde8ddd990895", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-137.xht": [ - "72741c9907295dd59309c0fd8c1dfd64bc4313eb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-137-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-138.xht": [ - "274cbeb0351d2b165211de975c552caea089e69e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-139.xht": [ - "f852c736fbe4c0221277c2bcb20e0a7166eebe29", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-140.xht": [ - "a0f472fe44240a6eb16e01257745841cd393c8fb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-141.xht": [ - "d894273cd9fd098e2345d3cfa759ac82d1db19b6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-141-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-142.xht": [ - "5d42b9610fe3dc43c5785528a69604b935c79146", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-143.xht": [ - "fe9098124a694be4ff40396c527214001bdac6e4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-144.xht": [ - "93acb3b39eaf1113463de5ff7d3026e8f3ff8f82", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-144-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-left-color-145.xht": [ - "866e6988e62f2a2c1192a874cef697f47c6d77e3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "border-left-color-174.xht": [ "92212021e46015ba8d76885194e974eb39c7bd3b", [ @@ -49778,1674 +44151,6 @@ {} ] ], - "border-right-color-001.xht": [ - "4087d1bc125d5b44b15068bda4af3baa5fe997a9", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-002.xht": [ - "38f25ddccdcd7255f317f39e7ac427671c42f3a4", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-003.xht": [ - "581a4850cb42d0a334c3c6dbc4c24b330c075f41", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-004.xht": [ - "3fcc99af60737312fba7241e8c64904188644c67", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-005.xht": [ - "c499b0c25bd4b01c7d56d5c3b44801ad5908deda", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-006.xht": [ - "f201e2c0ef34d62407e51741e4a029c833e39dfe", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-007.xht": [ - "559bf165d3bf53a1646363fa84c5ee46bcbf285b", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-008.xht": [ - "46dcfc9b2ce8b3a436077781a9b6b3d9afd814aa", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-009.xht": [ - "ce933a7422e90d1ed8583e7a4d8823ff43737b18", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-010.xht": [ - "157bb855ac79071491c7e3282f5d5b60aec25a5a", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-011.xht": [ - "41cdaef5d999ba9c91b7aa5a547a67aeeb518979", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-012.xht": [ - "d7ee72e9693a13165f7bd16a48451b32f87ed1e3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-013.xht": [ - "3f1404de97979417ae26c610a317bd1b687b4052", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-014.xht": [ - "b301ae08dd84a92b9fcc9a24fb339952f40d991d", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-015.xht": [ - "266bcf8a2c77bdb6c3b4f09ba60658ef6c203070", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-016.xht": [ - "6285de0db2bbb6f640fd87342f15616def90c6f7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-017.xht": [ - "55685f8c4fa241806412c5d5d7f3641bf097cbb6", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-018.xht": [ - "24e9e462afba7f0833684bb12526f41701ec19ac", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-019.xht": [ - "b775fd216c22400706b7222c130852c8c1b35b04", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-020.xht": [ - "b7cbe633ce682dd578a27d11689ee99f5cb2491e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-021.xht": [ - "5b61cc5b1ef7962e519564258d733a8ad4d599bb", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-022.xht": [ - "d6e81b59f3deb5f4d84d8ced8c2530a2c6dd53b2", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-023.xht": [ - "f79b7c77b43f115b408bb57da83006baa2a58358", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-024.xht": [ - "00537c0214719730bc92e72ed2c8dd14167aba46", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-025.xht": [ - "ff127fbf0c17ce4fff8cf96279e1da923106ff1b", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-026.xht": [ - "6b03c4fd4acbfabac250f20ace144c3181c2916e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-027.xht": [ - "d50ad625c7a118281c7d6b3ff588d9e5aaf14e7b", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-028.xht": [ - "31fb4c0089427ba7761a0884a452bd4047b4fb53", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-029.xht": [ - "758e1c74516a1ba935d09e51aadb63a155cdd61d", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-030.xht": [ - "bbfdc56965e48f8bba1a19fbb846dd450f07c72c", - [ - null, - [ - [ - "/css/CSS2/reference/ref-transparent-or-black-square-black.xht", - "==" - ], - [ - "/css/CSS2/reference/ref-transparent-or-black-square-transparent.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-031.xht": [ - "340c68d9eb7053f75ad758e464304977a2a351eb", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-032.xht": [ - "4c36647aa8ad1566697a697ad7ca950fa3f3c048", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-033.xht": [ - "2ac7e710c9b9a6364eca304fa42a82b393dcdf14", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-034.xht": [ - "dd7f9121ee354736c052f4a37f9dc37c0dfd09e3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-035.xht": [ - "686141399e2e7a012d5aea20fd178ed0721216a3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-036.xht": [ - "bfb55ce7a8c68c39212f11d94f543b6d5594ad8c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-037.xht": [ - "2213a09f7034f1a72c6f0ec608e1b7d453ca355f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-038.xht": [ - "55648d7029d91b69275a88369d4c69cc72fbc5c2", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-038-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-039.xht": [ - "45ca2a27e02bfc0013f1c97fb52199264a0f57ed", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-040.xht": [ - "21c5dd266cc907a8d98d47010641319b486cc029", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-041.xht": [ - "ecbb6000978e4d856a31a48f9e2ef23dbc4bcfc9", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-042.xht": [ - "aa3e8852013236c1da5029b4940c560938458833", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-043.xht": [ - "00bd2611d11cd7c87cbcfdfb478bd966eb49dacc", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-044.xht": [ - "514c2733394d90109645bc610838a74bd40cab86", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-045.xht": [ - "05379e3420a777fbf547ebd134dc2702d86bfb61", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-046.xht": [ - "3ec588fcb2c8681001303b343732029b0acf5575", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-007-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-047.xht": [ - "7f68609fd0f6dca1cb6fbe42a9010416f9891d4d", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-048.xht": [ - "dd67378791f0bbdea8bee11263cd96a5e8aa7556", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-049.xht": [ - "eb1b16792b44af0e73d80311fb72dda7df263963", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-050.xht": [ - "2eee1e154c89edbd9e5d214bbbd79d091a5ebf6f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-051.xht": [ - "cafa86efa1a3e59b6e612e87af03941e0261c684", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-052.xht": [ - "15aef97fe0cc32353b7ca0fbbd3ebd1e3430b0d0", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-053.xht": [ - "63c0eabaf93b19ec322a788173a76407b09b2b82", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-054.xht": [ - "5c36d8594733c95cfcd113fbe8ec0a2e18325948", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-055.xht": [ - "43c9d48d468c22950b519aeaf974e6f48cf00694", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-056.xht": [ - "58fa4339fab0998d152aec2405769e70d2e75543", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-057.xht": [ - "beee6bf75457c0a9e90725d28dc2158fc5c86a2f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-058.xht": [ - "173c5b89131e00e6a6ba8f20f57565ac308855b4", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-059.xht": [ - "f1f7e081a4297242e9f57be014a549f8127afa4c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-060.xht": [ - "fddadc9220fe88314ea249da8f9f65afe35da940", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-061.xht": [ - "8ebc0e8e441a4db0e59a640db82991400062e092", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-062.xht": [ - "619398223f60a50ca3635070c5ac0971575c0c56", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-063.xht": [ - "c7579fe12369291e8ff146f8b597b993c3f1cd8e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-064.xht": [ - "aa60d72c5bd1a94d14dbdef5ea5b41c6cdf2c56b", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-065.xht": [ - "b2d44c145ee0acaa0db9c0eb3e1eb655c6a95187", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-066.xht": [ - "06b6154ddc183a0217ddfa4dbaef791429db8c65", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-067.xht": [ - "969de38edeb55fb06cdd5af8091cc1bbfc41dac8", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-068.xht": [ - "f5ba13465f3162d16fa2976a986db70b38109fe5", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-069.xht": [ - "89755e42d71eb3786df4cedc1e803173760801ab", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-070.xht": [ - "39fe330e99d901b512d21b7bf4f4822ddf17e6dd", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-071.xht": [ - "de7c70a97a87d506ee96dd1d14c110374af9b708", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-072.xht": [ - "2bad196d90c2330248571e49ba696ea823e4e24a", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-073.xht": [ - "b8a8f62e0648ea390700d73ddd692e5399c9c7a0", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-074.xht": [ - "d541d7b1d763e8917f89e7770a9564349d006f75", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-075.xht": [ - "c6b160f51248676a41615740f771bdc0f4cf2a55", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-076.xht": [ - "5691834f8909e5f175c091a7b7420797fa718930", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-077.xht": [ - "935012999b09470e02857791f7970bbcd41d840f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-078.xht": [ - "a5abe31cb9326cf1a412f936cc2cbea69f126ef7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-079.xht": [ - "c9056e5444d106af89fdf2fd207da936534b54cc", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-080.xht": [ - "2ea1e3f45d1e127110c7d9162f1a39e71502eed1", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-081.xht": [ - "6ba4a3a56e4dc69ddf129772c8e59115f0d86fff", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-082.xht": [ - "07a590b77369e59d4dd6765f640b1d74c654d0b7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-083.xht": [ - "0dcaad552bf1c5d7768b67ff8ec0994a212a9e62", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-084.xht": [ - "cb7939c96fdb02496c522a450d2417b5df61d1d0", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-085.xht": [ - "2bda8e50a36a20c3e9810a601e3e0f3a64ce530f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-086.xht": [ - "fc63b3682580bfc7968614594fcea087ffc69a8e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-087.xht": [ - "0ae0d20abbaefeafbe10db081a7e06e30fb0f72f", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-088.xht": [ - "a8f994420a80ca616b2e027fa3fa71e08087abab", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-089.xht": [ - "80fa71740d551174fcf0ee7f5beb3af5ffb702a7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-090.xht": [ - "7becc80679dea2ce1d9e02e2dbca03fa0f51a5bc", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-091.xht": [ - "5a9cf2db4c150e49e9b8a6a26e63498ae1e8dc20", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-092.xht": [ - "f58c03894f8fdee09bf73857dd0fac61c43ee270", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-093.xht": [ - "f1e213819d1aff7870b6a20c63f2ff85b4c50a25", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-094.xht": [ - "ecdc6185e8214119b4f4723676ebab7f4227791b", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-095.xht": [ - "9ea964ea20554024a3a92a7fefaf15cf5fcac2cf", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-096.xht": [ - "f4eddd2d7d073fb394490466025a554fbbf01dc5", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-097.xht": [ - "6a2cc7ceb93018ba3b842e85e7b2549093bc123e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-098.xht": [ - "d1337caf27c13d7104e1ff921725aeb2d2cd3f69", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-099.xht": [ - "dc4f07102c048c38c47e3381f6a747cc773f9a72", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-100.xht": [ - "21df7be61bca37605df1efc4f7300c1382a3ffe5", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-100-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-101.xht": [ - "c16287a2e98eb3d33a7ca81696050e64bbca5149", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-102.xht": [ - "431ce5f3d2a86b608520be896315fc0f35b9945c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-103.xht": [ - "ef6d2e70d5c16f693a63a4bb74dd4bdb4dd5cc26", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-104.xht": [ - "84c1157c68b68008801a743c06c4f4a4cb5b0c14", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-105.xht": [ - "d8bf01aab21b136161c2e4aa8730f66b1f9c0500", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-106.xht": [ - "b521a12c53ee8e5bf8a3b5463d534e3571618b9d", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-107.xht": [ - "c57d3e9a4a70aa27488f59bf264bd4e7fd006b74", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-108.xht": [ - "1deacdee72fb600e26e8b78c51a6bf32532c44f7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-109.xht": [ - "9cb68f11186daf3166822be9fb736287109525d8", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-110.xht": [ - "0c967489b30b9dcb5e1be0405f9975bd3d8435e3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-111.xht": [ - "b92381fa3c531b4501974406fb24f03934a7104e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-112.xht": [ - "cc2c354ac449fbd55bf1cbc1b54bf52055005398", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-113.xht": [ - "2162aae1ae8e288f78c9a1db12266e99c262e508", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-114.xht": [ - "bbccbfc41aefd612dba1419d15f2851b91eddb6c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-115.xht": [ - "7eae3cef73b5312af61d26e8613c7b0b756e4ec3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-116.xht": [ - "377ba1a2751174ca398f0b21174a9e7c58e8654e", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-117.xht": [ - "72936fc9970189c28b9c5de1569d77a27aeb7d00", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-118.xht": [ - "5f478019bb9f01dfe832b3bd42d7b916cf12fc18", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-119.xht": [ - "15a6c383562b78aa871a8f4cec17d4a68920d40d", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-120.xht": [ - "b931421c41506c849005e1b0e2af208da072a756", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-121.xht": [ - "9d6a0490937e0554c52db1159d6a8005923e21ad", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-122.xht": [ - "d7ed39a397dad36f46a8469756bb2ef5a5e5a791", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-123.xht": [ - "01d93e04defb26c98affce10a09ddc7ae736b00c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-124.xht": [ - "52641446cd3108baf22460defff2e6c39865bd33", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-125.xht": [ - "79f3d8db25e232f21c1205eda0ea7bbff106e988", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-126.xht": [ - "e5ad494f9eeb0ece539fa74be85242cee7ae37db", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-127.xht": [ - "c8a281242cadd83d68abff2c476d76dd8454ae56", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-128.xht": [ - "88f4a4eaa2f48885991ce9e04cfc2a0aa504ca9c", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "border-right-color-129.xht": [ "814bf8a4328575892aa0872329537fe599de0bbf", [ @@ -51459,214 +44164,6 @@ {} ] ], - "border-right-color-130.xht": [ - "b36a02df10b18cbd159da0adad8b6cb7bb058fff", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-131.xht": [ - "6a78aa45abb82bc2499f44f60b916bcb0aa67b64", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-131-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-132.xht": [ - "0338b8fdbedfc9f6a13a707d6794ff3f2b74e3d3", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-133.xht": [ - "c9fa8d20c78a40d722eaded4ad208be0f0d7edfd", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-133-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-134.xht": [ - "06cf78a6c7b8dbc8c71a04f4e64ea739b7ad5624", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-134-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-135.xht": [ - "3384ba8216038ad1c3a479e9f2a551ae53ecd904", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-136.xht": [ - "181d76b3ee2f638b3b8149a29cc4ff92ac8e7cd6", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-137.xht": [ - "c5b67ca8914b78e3e34669f494c4dbcde263f8f2", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-137-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-138.xht": [ - "9805de2b191fb5f1ed921f7c181fb84e346e91bf", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-139.xht": [ - "5c41321307f95e3d52e2bc179abaf7277ceffd51", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-140.xht": [ - "9b3af4f86c8c17ee11e4f1fd8adbd2ae7a6358f7", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-141.xht": [ - "3d04bb8263fea95278c33e190d95707550182212", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-141-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-142.xht": [ - "013d4c42fcdd1c1bafbf2e885b3539d39d003e55", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-143.xht": [ - "1f5f9caf7803c34a06a320052fd5040f20def481", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-144.xht": [ - "0ed286552e0eced2915005f5ecafbcf90f72e3c8", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-144-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-right-color-145.xht": [ - "436fa7dde0856431076a880b5b9c70c6cbef2e31", - [ - null, - [ - [ - "/css/CSS2/borders/border-right-color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "border-right-color-174.xht": [ "0e3bdb2e93a0469190147cdf047e5e2f7c669470", [ @@ -53214,1674 +45711,6 @@ {} ] ], - "border-top-color-001.xht": [ - "e6c57d190f321d117510a71b38ecd5097999719f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-002.xht": [ - "a0586e2303b6d97edd8cf0e34d0ffe77626d7233", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-003.xht": [ - "ed88dab192efc85d2dcdf9212e685532f138efe1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-004.xht": [ - "1820e18d510dfae31cc780cb44c963b864f59506", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-005.xht": [ - "a4b1cc954a1fca8d36f44f745714569b78a080cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-006.xht": [ - "20211f87c1b282f3d4998548cd1edbfc0efffe16", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-007.xht": [ - "09144da5d55704a96136378cb7025cddd9e2ed4c", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-008.xht": [ - "5276a60a68b92e695652d13e1e9cb9fb08e59caa", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-009.xht": [ - "648ca024425f233935834b60f070d0f1b2ca5eff", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-010.xht": [ - "06fbe25343b5a08541a2d792cf8e2f74acbef452", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-011.xht": [ - "837515754c769580070c5ca2c9eacd5a2f5d248b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-012.xht": [ - "32c361745e562970ba28bde8199dabc109962b3e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-013.xht": [ - "c7cd936db3cb0dbeb20a65822b807e9e13531078", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-014.xht": [ - "a0564b695abf19cc1b42584758ac560e4149b651", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-015.xht": [ - "f58d07b3af7bd44c5218394fbea0829426d6dfc0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-016.xht": [ - "44faf8054aec8790b2a419c7f480103cd463b83e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-017.xht": [ - "d3432b22dde4b6314963df45a9c7d8c4d54d759f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-018.xht": [ - "74b580fc8016f5cdc9ab775511ad9845cb228d3b", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-019.xht": [ - "32f13db98d8a52cc94dc8e1ea0ba227b84475984", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-020.xht": [ - "a94c07437b13ae8cf3d4bc808a268144a6fa68cc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-021.xht": [ - "cd69045349066062cc5ed3211e1944cd78a7cdbc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-022.xht": [ - "ad05d5ed864dacad88ccbf96b05e0269b6d8ce47", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-023.xht": [ - "3d4f1f38dd16d00a7177480b7042ae83a4cc34b3", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-024.xht": [ - "1785a0e0980ce620ee1c13093acc4c3c883fe203", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-025.xht": [ - "bf57265d28152ee1a9d96f179e7a26227d4056d9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-026.xht": [ - "3328cdfcbb5f8753770bf8a647da5554c9633ea7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-027.xht": [ - "3c1e3ef1c57af0f6182ae5712c447e0528fb535c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-028.xht": [ - "f5a401490d013b0d357fda1ea7d98c2620a6c83e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-029.xht": [ - "82c77779d37043dfa94e421c501dd4fbe31411b9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-030.xht": [ - "260ba20f0c2809867bde980870cf68cffab87c79", - [ - null, - [ - [ - "/css/CSS2/reference/ref-transparent-or-black-square-black.xht", - "==" - ], - [ - "/css/CSS2/reference/ref-transparent-or-black-square-transparent.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-031.xht": [ - "7473b23a618e7779dae372cfa0323bba70978b8e", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-032.xht": [ - "be58b93222f9ea66e0d461897964ed2085ad1f10", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-033.xht": [ - "4769d075b531f6984df955cf2561ccbe52c54c24", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-034.xht": [ - "f7a6214c4e86a841c4e5581a3c60f1b4796f799d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-035.xht": [ - "906a8fecc461c75e57b54e840e8fb89bdfcfd9cd", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-036.xht": [ - "d5e1636a48f4d8fff82483990644c1876e784973", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-037.xht": [ - "72e4cf8e81c597f7cee08a9460ced8e820b27622", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-038.xht": [ - "be42ca45f69366bc28ef8e9e45354c23e67173af", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-038-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-039.xht": [ - "85ffdd2ad641c343fb230a4a5daad1be58b6d8a8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-040.xht": [ - "75c8eedbef875ebc36ab4deecefe41954037a4c4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-041.xht": [ - "7747250d40b587bb35409837c8b88b436b57ef41", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-042.xht": [ - "d8427077ff5fba5e74a4326e83c918f73e252893", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-043.xht": [ - "e880ebe9236a29aaf8a290b12a7682f0046bbcaa", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-044.xht": [ - "e4777694d87cd6c70c63c21f6e47ce94243b42c3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-045.xht": [ - "22781787d07ea660e45681af4086f3a0fc521dca", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-046.xht": [ - "6cbb483aab0e2a977e44fbcbddd1bb2a565a0fd9", - [ - null, - [ - [ - "/css/CSS2/reference/ref-filled-black-96px-square.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-047.xht": [ - "b8c46a7c3984a21c9ec65a36ec2b659eb4e0ff3e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-048.xht": [ - "97fac87bcfca460dea5ef380151f2f383cbd9969", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-049.xht": [ - "b2504d2f14f35d49eaacffdad1799ae20b87ee4b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-050.xht": [ - "864b6131f6d1486794a4a502376a43a2d74a1a6b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-051.xht": [ - "ed5b7e59cfdc9fcadf2c76222d58c830f3fed75a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-052.xht": [ - "c762d23b099775b153c4393dbcd917278143a114", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-053.xht": [ - "df03a90f13df96b760268efb600c25b17897d151", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-054.xht": [ - "26fabdbf1c2792b032b46108b770119105ca23a6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-055.xht": [ - "2e7d05c681f58e11396dad1a625b85e57332fb9d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-056.xht": [ - "346f51e84a51fbd892970d89d197863f87ed1b66", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-057.xht": [ - "b4ddb791b84fec3cfb59a651c0e8f46f57571e88", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-058.xht": [ - "2a7a298844ab6b78c999d6d4ca232efa9874e5b5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-059.xht": [ - "76244e57cb35d81e5618986d6e1bef8a4feddefd", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-060.xht": [ - "bfb3102972c1c411013131cb7cd0baa1147a7fa9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-061.xht": [ - "40dd7763849c794966ce6ac973de35f4088bc98b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-062.xht": [ - "95994d2a706c02ff2733e871cdd82fe8d3e5cab1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-063.xht": [ - "c64dcdd633b1410e62c83fb3fa4a779b37a6e8cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-064.xht": [ - "815ea1b1666cebad96f6fa8c0602381f19188873", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-065.xht": [ - "1678fe4bc1829f91f6a7525a3383e529bdbca357", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-066.xht": [ - "dbd5d2078007a988541876f7e3c7c84c08d60e8f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-067.xht": [ - "c1d71320656b2c77ecb35667f036ca7149fb2a3c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-068.xht": [ - "e156363fce7ee1a1098cc24042027ed459f86848", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-069.xht": [ - "16b97eb603f3050232c147b0d92c0693761b1eeb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-070.xht": [ - "89af64ed46fbcb17c275fa4c54b3cdc5c1fe5ce6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-071.xht": [ - "7702654314befcf10108f7e72fd716baf5e11cdb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-072.xht": [ - "5980426786946969cb9236072f64b40155c7fe08", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-073.xht": [ - "2cad35940d645553ac2a033c76498ee3a2433035", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-074.xht": [ - "1930873282592386a734ede9c7e7b8968421f1a0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-075.xht": [ - "fe12a2630f0112af36995678d3e83f71cc4de50d", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-076.xht": [ - "7bcb5816304a152890386987b10db80ff7155980", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-077.xht": [ - "c0efd26700df75f345bd2464937b528054707444", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-078.xht": [ - "9e6751218efbbddb323a49a01174267040732269", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-079.xht": [ - "13e29bb0f3ca3d50549f005fd6cf4ee86a5b2d99", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-080.xht": [ - "d623aa5cbb6151c81fdb941a094ed81ae9c3b9b5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-081.xht": [ - "4fa97584f8cb46633b223d4e3adc48d8f287e4e6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-082.xht": [ - "9e31b55dda5d2dde267dd5ac0b112b88a5da9dd6", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-083.xht": [ - "ef436507126aaf1b63d5c92d100dcf10284fbefb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-084.xht": [ - "0a0ebf0605a1d073240433e1a73766ee17b3cdc1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-085.xht": [ - "a9946411c0a11ea61669a7497fee4951f5551ee1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-086.xht": [ - "8ccb35d35e47b30093311704ed8b7547b85f373f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-087.xht": [ - "64212bda34cec9980da7f6dc192f5f48e4fd49d1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-088.xht": [ - "d8d06a41cab8ef8f6459fde8cfacf06e05179025", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-089.xht": [ - "78e7a186ae26f3851f164c6b648dcc0450ce1845", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-090.xht": [ - "fe013a42cb311230a52b38701592005c7c674394", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-091.xht": [ - "b590c99bfe4105d565ae59fe261d87cb76adb7b5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-092.xht": [ - "2b065a14211da81914167bf1c2ea4586c7c95d48", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-093.xht": [ - "62793e3588011d5c2b011c81774c866fadaf6e38", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-094.xht": [ - "abdaab867a3e1f5f9db29991bcc792d458b03333", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-095.xht": [ - "3e506b7f4f24608408fb0416290f247f4ea9b743", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-096.xht": [ - "d404742575cba7b5db8f8ac084ca3de55219bd45", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-097.xht": [ - "c9522e10c3f23e5f21b7e59db55e347f25986aab", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-098.xht": [ - "6e338aa63b1f13e517733957aae77e78f11095cc", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-099.xht": [ - "0b293b1786ab3fab25ed10aacc4980ea2bbd6a17", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-100.xht": [ - "15a5c0db3b1cd4f0755a2a9318e4fd265741d1c7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-100-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-101.xht": [ - "3c177a1eff7d80b956a4785163d660952524f3b1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-102.xht": [ - "d47febcc06fca7c2b26d5448c802113ff3937b1c", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-103.xht": [ - "0c5ca240b51c33a1377f89378b2f1105c6f608ea", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-104.xht": [ - "eece7594177827433584131a0359fed555cd2ea8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-105.xht": [ - "15d8940946843b84a54fc94ce63c970f76d46550", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-106.xht": [ - "a5ecaab7d6d7d0a71aee70aa4d590a3016a904c2", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-107.xht": [ - "06997f0fc516fa49da5c54fe72d17485e28cdc3f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-108.xht": [ - "cc32b636cffb3a624d97fe15a6f1c909f27924d1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-109.xht": [ - "1652b30d6c765357e7f30ea9125445df05777f73", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-110.xht": [ - "e9b0dc220a1c135e7920327be16af4b9b7f3a8a3", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-111.xht": [ - "a0dcfe07b7e765988c3da0b78fc3a102baa54f4e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-112.xht": [ - "5270285044de142ff310a2863a728855dcb96fee", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-113.xht": [ - "fe70f535d5ba80269be52d94f22a76458173e1c4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-114.xht": [ - "4983c20b9e32be7f0ad5958cceff469eadd20007", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-115.xht": [ - "a81edd4a1950115243525609990dff27fec151b9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-116.xht": [ - "056b3d948fdf87fea16a3a9248763b314f6d57cb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-117.xht": [ - "64a0a73a8141ae55104ae1240999d38da85e8333", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-118.xht": [ - "ac5a7c6d68186eb374ba7d550aea5e4ae3d867c5", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-119.xht": [ - "301c61535d6cfb879e225cf3f8a4bb0f42025e5f", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-120.xht": [ - "a39c1f0563f43e0d9ae5d17eec58f70d7c110bcb", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-121.xht": [ - "6777c26c02b665496f96cc3c3001cfd302c00993", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-122.xht": [ - "fb58975cac1817dcef5f81a82eaad44ceb5afe3e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-123.xht": [ - "0bc975a10c0e214035d9ee7cf7df7a08cb720298", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-124.xht": [ - "904193d04413d9dbf2ff9d77fdc11377878e8e05", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-125.xht": [ - "a3d4dcd1441d2830e086f7854f1da82b63a8cbc8", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-126.xht": [ - "a4ce60bac7a58fe6a1a24a2473692dc35cb78a48", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-127.xht": [ - "e2962c0b04d0fd1525e6af65f224eec83eaee6e4", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-128.xht": [ - "5c6506c989e8cacda1ae541c9429cf1333465843", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "border-top-color-129.xht": [ "d83c31d03c67652517eb893239be5a1dafefa484", [ @@ -54895,214 +45724,6 @@ {} ] ], - "border-top-color-130.xht": [ - "467b4117ba573c5ddfb9d3d81df1c7af8e95888b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-131.xht": [ - "fd43bab6271097cf980a033c1b7cedd9a255b026", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-131-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-132.xht": [ - "dabc5cc564f5a872bd05a4509ce4174b4f2b0d03", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-133.xht": [ - "3ede926a92444d50e8438cbd70163f8b550fd7b0", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-133-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-134.xht": [ - "32586f2eff3a6964316e675182d530f2de21a265", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-134-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-135.xht": [ - "44b64f6346d82c52c25708a1a96815f0e7727a1a", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-136.xht": [ - "5e03740f464bf46d2a34f1cf73282047b5f6ece1", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-137.xht": [ - "175ca69e95ebabaf84958e233ed2c80080f7c2cf", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-137-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-138.xht": [ - "853b02e354e2dd4085149d5c05d56335749d975b", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-139.xht": [ - "b78baedf5a76a4c046d6b1293b40f2fb4275bac7", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-140.xht": [ - "d738cfc4463044d3dd69c847448861eb3fffa118", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-141.xht": [ - "6b9d0339de57e1629dcc64ae2e0da8dc8a0ca553", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-141-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-142.xht": [ - "ba90093fd975bb5397da3121cdd1f10e83a6465e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-143.xht": [ - "a6b9a3901fafc90f62905ee853830932eb52bcf9", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-144.xht": [ - "589c6c46676320e6bad600a7ffed60623e226b13", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-144-ref.xht", - "==" - ] - ], - {} - ] - ], - "border-top-color-145.xht": [ - "04f2aea55cc899f61ac1ba97653b43875a213d9e", - [ - null, - [ - [ - "/css/CSS2/borders/border-bottom-color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "border-top-color-174.xht": [ "fa51cad8412f3b50c03225333be7dd8c2880e31a", [ @@ -58371,1657 +48992,6 @@ ] }, "colors": { - "color-001.xht": [ - "cbbb323c4be3c76808bce5bebf94dd94054ba505", - [ - null, - [ - [ - "/css/CSS2/colors/color-001-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-002.xht": [ - "3bca3b6987c4cee9215bcac532124df34553c9f6", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-003.xht": [ - "de955098e893ba7765b2a90aaa7c3522d085ddbd", - [ - null, - [ - [ - "/css/CSS2/colors/color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-004.xht": [ - "4026d9ee65ffedbdc325bc55001ecd23f665feb0", - [ - null, - [ - [ - "/css/CSS2/colors/color-004-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-005.xht": [ - "49f2d60d50e5a048f726f4bcac45c98e7a895c34", - [ - null, - [ - [ - "/css/CSS2/colors/color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-006.xht": [ - "9fdd3e9b836a8e32632cbfcd7dca1bc1e274a16d", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-007.xht": [ - "c7b745537e64a84cbab961177ab111752c9ac069", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-008.xht": [ - "519dbd7f1f4c384de4e9f3ff9033bc2a9119f179", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-009.xht": [ - "0d82fccc085e505959df17ba1532c531fc97c85d", - [ - null, - [ - [ - "/css/CSS2/colors/color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-010.xht": [ - "51241a507c1ee27e821f043124c9a29ad7907b29", - [ - null, - [ - [ - "/css/CSS2/colors/color-010-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-011.xht": [ - "2950e066130b0cec4682cc87767442a25c7c1bfd", - [ - null, - [ - [ - "/css/CSS2/colors/color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-012.xht": [ - "54e33725d9456261b6f3e18c8d9ed6ba0c1d46d0", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-013.xht": [ - "61b0a0edac9662a25ed4f568e45a2a6a1e4692e8", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-014.xht": [ - "3de6f574738e3fa72f17b5462e6c8a683d24f58e", - [ - null, - [ - [ - "/css/CSS2/colors/color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-015.xht": [ - "f5cba09b5c19c908888b9899011dcd16f8f81221", - [ - null, - [ - [ - "/css/CSS2/colors/color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-016.xht": [ - "643a98af835a66986a682b26604260cd8acfe6f8", - [ - null, - [ - [ - "/css/CSS2/colors/color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-017.xht": [ - "1faddb628d196f062bc99b439dbab183b1c0e22b", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-018.xht": [ - "ecffe0f5d4c0adc6cb67ff7b8426846b1fbd6fac", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-019.xht": [ - "2bf43bd69c14727a309bd92c70905265977b9789", - [ - null, - [ - [ - "/css/CSS2/colors/color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-020.xht": [ - "7a33fccf87e3782b6f7e01b3bba53f88cffd9fce", - [ - null, - [ - [ - "/css/CSS2/colors/color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-021.xht": [ - "0ce481e0f93b9f333f72e60c7d521a8b70fe5188", - [ - null, - [ - [ - "/css/CSS2/colors/color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-022.xht": [ - "44807afcac05a27b48b90e3e32da31e8f61d28d4", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-023.xht": [ - "33220ab80db632ba21420c92aa0badd430d2f2dc", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-024.xht": [ - "0e29e3ea53da530b728c16f9bf73145e0b51c039", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-025.xht": [ - "9795770761ba402f8cf1293335a8fada8199b24e", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-026.xht": [ - "03b18efc870e27697ee85cd42bc672e03eba01c9", - [ - null, - [ - [ - "/css/CSS2/colors/color-026-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-027.xht": [ - "bec008afcbaf7ec6135a769891e6b96449d22a8d", - [ - null, - [ - [ - "/css/CSS2/colors/color-027-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-028.xht": [ - "ae5e8fda5efd6c83ba2b4152e68dcee0c8177dbe", - [ - null, - [ - [ - "/css/CSS2/colors/color-028-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-029.xht": [ - "1e996d38e614367c09b9ad8aeb4e70c24f25300e", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-031.xht": [ - "9b2e3f01610968b351e15b3af884b099ffe6160d", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-032.xht": [ - "6c10a66f1b61425ac331bde63ce6266b802805fa", - [ - null, - [ - [ - "/css/CSS2/colors/color-032-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-033.xht": [ - "eb4fb2eb0f660c2da84e4f60b47849a10c0e5eb8", - [ - null, - [ - [ - "/css/CSS2/colors/color-033-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-034.xht": [ - "24535253c4467ca491943e4186a188df96b9ebe7", - [ - null, - [ - [ - "/css/CSS2/colors/color-034-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-035.xht": [ - "a8a55d0d4152af447a3a8a8ea8be07914ccc5c7d", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-036.xht": [ - "3b70d6d45372862a56b3b96958aec5c77ae1a8fb", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-037.xht": [ - "6c55c51b5fd396021ca48bfdc238ef2c9285d31a", - [ - null, - [ - [ - "/css/CSS2/colors/color-037-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-038.xht": [ - "f945274b9c71f4d4fc291a5a9574d0bddb89ccbd", - [ - null, - [ - [ - "/css/CSS2/colors/color-015-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-039.xht": [ - "0d57bedd70ef931ec67d53d5c983fafa85d3225a", - [ - null, - [ - [ - "/css/CSS2/colors/color-039-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-040.xht": [ - "75382609b7d5eed61eb8f54530419298a20fcc5d", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-041.xht": [ - "5f8b43825717d3297c54e61c92e8b7e1437a1797", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-042.xht": [ - "108311f383bc4f1bde80e6f6cd1db6b3397cbe13", - [ - null, - [ - [ - "/css/CSS2/colors/color-042-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-043.xht": [ - "aa4c2500042e2c817472ad5ebe8071895030f581", - [ - null, - [ - [ - "/css/CSS2/colors/color-020-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-044.xht": [ - "5579b1ee13c3b3340899a06a6c9e721fb3361792", - [ - null, - [ - [ - "/css/CSS2/colors/color-044-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-045.xht": [ - "be7091e498878d4919d2bb3f6b2e81f0b4348abd", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-046.xht": [ - "9732adc739d49cf9fc0141ecedd7f4317c45082d", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-047.xht": [ - "db607cd7263f72901b62758709bacff4ca044457", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-048.xht": [ - "1f63db1b0205f9340444dc305d2fd22882cff883", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-049.xht": [ - "85f5500c05f2e9c73376f8f49b6f3e2cf352db23", - [ - null, - [ - [ - "/css/CSS2/colors/color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-050.xht": [ - "ef04321c4cb9a2a7563ef8768d251dcc997394ca", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-051.xht": [ - "0d7033fcc878a0c194524c5917724fff95da3a63", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-052.xht": [ - "de534c34967d5ebf964cfd112e21c107c4bff916", - [ - null, - [ - [ - "/css/CSS2/colors/color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-053.xht": [ - "d56a8c69b1c17e2627ead5db82d28a849431f0c2", - [ - null, - [ - [ - "/css/CSS2/colors/color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-054.xht": [ - "1f02452e23f45cf9bf330a9f6c13b6e1d87b0c87", - [ - null, - [ - [ - "/css/CSS2/colors/color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-055.xht": [ - "f3385e0b652ac9953ecb260b3b057940fdc2b56d", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-056.xht": [ - "3d1d8079b1ec2cf860c4f3e1d3e6a4044727981e", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-057.xht": [ - "d3369399128e22e04a657b8c3b8e702675046939", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-058.xht": [ - "891d93f156429174e6106ff41d11e649c4de68ac", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-059.xht": [ - "4e360860b4b542578646884f55dbecd31096145e", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-060.xht": [ - "d63b315976ec410bac67d3d1cda0745ad6f457e0", - [ - null, - [ - [ - "/css/CSS2/colors/color-003-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-061.xht": [ - "9a8b1dd5192d19bbc803ffb9c6d9e69cb7126323", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-062.xht": [ - "53445905e10bdfd29e1da3ddc76bb827de98515f", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-063.xht": [ - "ce6d66b75ed48fe312b1c7855ac81487744ed70b", - [ - null, - [ - [ - "/css/CSS2/colors/color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-064.xht": [ - "8c144b91982ddda8b4b0c99ebdfb412ace232109", - [ - null, - [ - [ - "/css/CSS2/colors/color-063-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-065.xht": [ - "366ceaef999c09eee5b85b13fd2311b758c59752", - [ - null, - [ - [ - "/css/CSS2/colors/color-005-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-066.xht": [ - "d0ff349859abb363dc9381b97ef1ef03f83167a7", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-067.xht": [ - "26e211a9124cc82646ed83e80e1f8358b32e67c1", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-068.xht": [ - "db83bf1e80544e2cdb5356fb845420de06d68526", - [ - null, - [ - [ - "/css/CSS2/colors/color-006-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-069.xht": [ - "9fa1f4a6a42deac159ba784ed7436cbaafaf0bb9", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-070.xht": [ - "fc77dc33dd64318f2086be3d97a5fdb766c2927d", - [ - null, - [ - [ - "/css/CSS2/colors/color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-071.xht": [ - "73d0e3d455a41f40b9552736903a7eb63caf3258", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-072.xht": [ - "cb15f2bebb4591079a420dbdb1add3c2d29b245a", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-073.xht": [ - "e424b405e601faf4a3b63368d0eb6ed6d0864f78", - [ - null, - [ - [ - "/css/CSS2/colors/color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-074.xht": [ - "ab4f02a6e123a8ca64c940f6b1b3d9c08eb4f5e4", - [ - null, - [ - [ - "/css/CSS2/colors/color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-075.xht": [ - "325ab22dbeddb302082f1ed010fdc40812b7464b", - [ - null, - [ - [ - "/css/CSS2/colors/color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-076.xht": [ - "a7d7bc7bf04ad1015a895a63355b4b40bc27741f", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-077.xht": [ - "d7d082028285830760c1d0286fd7795cef9ea2c0", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-078.xht": [ - "37d93a04f61308af2866f4566da88b63c52a7008", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-079.xht": [ - "b3db446c8586571f0612d02a3d126f1ac1795eab", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-080.xht": [ - "31aa42ef4eac8db8ccac33311b4276d7458d55d6", - [ - null, - [ - [ - "/css/CSS2/colors/color-009-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-081.xht": [ - "f69dd2bd6b7555186ff9911376e039dfd4dcade3", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-082.xht": [ - "3401e0a7d12aa3b922c86121c4bb9c8673a934d3", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-083.xht": [ - "91b3bbb199e47a424d6a37b169316fb2c7408405", - [ - null, - [ - [ - "/css/CSS2/colors/color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-084.xht": [ - "8b7fed81e3adda2a259d37e8dcd307947c7c9ec6", - [ - null, - [ - [ - "/css/CSS2/colors/color-083-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-085.xht": [ - "fd6e6dc64cc72dcf0cd7a82cb0234370875ab2b6", - [ - null, - [ - [ - "/css/CSS2/colors/color-011-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-086.xht": [ - "44d510c18bd38f66df7732fca0a50cb6d2227dea", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-087.xht": [ - "77043a40c5ec49f09fdd0073dcf86d64ad8da4d5", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-088.xht": [ - "29aa25a2d171e31f0bf8e908b25fe2cbe3b5ce85", - [ - null, - [ - [ - "/css/CSS2/colors/color-012-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-089.xht": [ - "09b5aa3903fe5b08189181e95003525cab034b47", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-090.xht": [ - "0a28f0a37a4a5eb04661cc26c61a0f5aae435b8a", - [ - null, - [ - [ - "/css/CSS2/colors/color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-091.xht": [ - "5305543d2a3315c7e92ebacc239da98ac5c7f5fa", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-092.xht": [ - "4864039f72a367749466f08689cea2a73f60b81d", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-093.xht": [ - "c79c1faac3e6e5a64cb5da71d7c7d09c6d7a21cb", - [ - null, - [ - [ - "/css/CSS2/colors/color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-094.xht": [ - "09ff6583f457d9bf6a264748902c817127927319", - [ - null, - [ - [ - "/css/CSS2/colors/color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-095.xht": [ - "e133b672af09e58175d94670c7b8454ceab5428f", - [ - null, - [ - [ - "/css/CSS2/colors/color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-096.xht": [ - "ceb224d62c5f8406f9b0891f178658fd7c1c47c1", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-097.xht": [ - "b0e245ddc3875fc610b32c71bf35f9f36ef32f38", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-098.xht": [ - "4ebe5564397a042257a93d83fabe5d7f36a7b745", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-099.xht": [ - "3bcce2f1ed315e87f873a1a3e4e6209705428007", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-100.xht": [ - "d6bfba8aa16d8c4aec8ff45b4f1312552b948096", - [ - null, - [ - [ - "/css/CSS2/colors/color-014-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-101.xht": [ - "306f2b84e50707e939baba7a32acfc770d342351", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-102.xht": [ - "508431035bbdc036c2060b8fb2542cbff72dee5c", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-103.xht": [ - "15281e045a2f2b5779d1d752b3bd1fb18e3f322c", - [ - null, - [ - [ - "/css/CSS2/colors/color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-104.xht": [ - "6079f5b44ea76d91e5d5a92be81c1fd2e360c933", - [ - null, - [ - [ - "/css/CSS2/colors/color-103-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-105.xht": [ - "076e67b78d3fd7a9317589bc4dd51dccbb6df71c", - [ - null, - [ - [ - "/css/CSS2/colors/color-016-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-106.xht": [ - "f53813104d51dbf3827f04f4c776aa7e248e29c6", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-107.xht": [ - "3ba4d20b9ad3d414117321ea6aaa9f8ddeb010c4", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-108.xht": [ - "a89e3ee562023bbacb249b2f03a12df241a66907", - [ - null, - [ - [ - "/css/CSS2/colors/color-017-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-109.xht": [ - "d0ffb7df9b422dc38516ea66a09622faeaaeb4a8", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-110.xht": [ - "c9be48fcc341b7da50b5074432fca2147155e608", - [ - null, - [ - [ - "/css/CSS2/colors/color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-111.xht": [ - "73090dea16a6f5762cd05b5f6d33dd7c9bae05e9", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-112.xht": [ - "c00cb43771d21a4871cfc9637b0b9b6dc483d43d", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-113.xht": [ - "46315c97ae010a9ab2524c2824bdb6194f6ddfcf", - [ - null, - [ - [ - "/css/CSS2/colors/color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-114.xht": [ - "f1160978b7335781f9f0a875ebb18a6507c25c66", - [ - null, - [ - [ - "/css/CSS2/colors/color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-115.xht": [ - "bd30598487c7327a2612c0a442ab173367330e64", - [ - null, - [ - [ - "/css/CSS2/colors/color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-116.xht": [ - "5aa956c0d65e56420744ebed9e979d0b898692f3", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-117.xht": [ - "fdff7c6edc141075ebbfee078dc453dc70f25de8", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-118.xht": [ - "e52ff649676cbac2ef84222448c24e2842b6671f", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-119.xht": [ - "e30e50be3726673a1e22520baf29cff1c1e8068c", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-120.xht": [ - "601b866f963832b07a366fb23d66210cd1148b99", - [ - null, - [ - [ - "/css/CSS2/colors/color-019-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-121.xht": [ - "1b7cc721a1596641f33b4f9a3079a7e62e0bf059", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-122.xht": [ - "36b9ab53767e781cac7c0040fdbc0a763617f88d", - [ - null, - [ - [ - "/css/CSS2/colors/color-002-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-123.xht": [ - "b90e61fd4008665fbcaa8edaabe50bbe1b9da725", - [ - null, - [ - [ - "/css/CSS2/colors/color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-124.xht": [ - "59c84bd8a8eedcee7e63d599225dc1dda213ca34", - [ - null, - [ - [ - "/css/CSS2/colors/color-123-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-125.xht": [ - "13fa480d977a70433a1c5b9db56e1f91d00ab282", - [ - null, - [ - [ - "/css/CSS2/colors/color-021-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-126.xht": [ - "7699694de8192bbc116faa9e81475878bb1afc9b", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-127.xht": [ - "ad173302715472145ec3de5fdc6317abb8a15c66", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-128.xht": [ - "74bd11b4aa5a21198672596effdb692bfe234868", - [ - null, - [ - [ - "/css/CSS2/colors/color-022-ref.xht", - "==" - ] - ], - {} - ] - ], "color-129.xht": [ "cb0e6e0d3fb6d1aee2a58bcc1f617e19a9fa8760", [ @@ -60035,214 +49005,6 @@ {} ] ], - "color-130.xht": [ - "9eb2cbb344e402d287e92ea12b578608de588afa", - [ - null, - [ - [ - "/css/CSS2/colors/color-130-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-131.xht": [ - "010a0ddc1cfaabea7ff7c9943e847e998dab9ff2", - [ - null, - [ - [ - "/css/CSS2/colors/color-131-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-132.xht": [ - "c3fa91422f630fa30c9a5f5c8136615616fc691f", - [ - null, - [ - [ - "/css/CSS2/colors/color-132-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-133.xht": [ - "7df487075910bf7d8f552083bea38b6fea196a60", - [ - null, - [ - [ - "/css/CSS2/colors/color-133-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-134.xht": [ - "6366437e6169e3e32a42c98631185869c5435419", - [ - null, - [ - [ - "/css/CSS2/colors/color-134-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-135.xht": [ - "1ae5b5f62acc1f23df7136847f02604566210775", - [ - null, - [ - [ - "/css/CSS2/colors/color-135-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-136.xht": [ - "aadbc51389525a9593878ef7ab3d3fb7b3c3da0d", - [ - null, - [ - [ - "/css/CSS2/colors/color-136-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-137.xht": [ - "729e7faece2e3bb4909c122d0de11551ef5143cf", - [ - null, - [ - [ - "/css/CSS2/colors/color-137-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-138.xht": [ - "ad0ba8f164ac0f63160a5047bb62239e662fb3f2", - [ - null, - [ - [ - "/css/CSS2/colors/color-138-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-139.xht": [ - "9a5f2f154451549bc48e9a3a2e24b0ade54e1eab", - [ - null, - [ - [ - "/css/CSS2/colors/color-139-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-140.xht": [ - "7a3d95c0f6e5c4716c7f26aa6842a4928b55cec2", - [ - null, - [ - [ - "/css/CSS2/colors/color-140-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-141.xht": [ - "e4f5d4d8cc6ee7f46dfbeedbe0c2d3d616d7e048", - [ - null, - [ - [ - "/css/CSS2/colors/color-141-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-142.xht": [ - "dbab988bced54f59c9f06a4cf4b10db339669441", - [ - null, - [ - [ - "/css/CSS2/colors/color-142-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-143.xht": [ - "0d80203ccbbd52f4ad7a6f0b80aadfd991571c3e", - [ - null, - [ - [ - "/css/CSS2/colors/color-143-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-144.xht": [ - "35c22c12c126569aa66f7eb032bbe3a216efe0c3", - [ - null, - [ - [ - "/css/CSS2/colors/color-144-ref.xht", - "==" - ] - ], - {} - ] - ], - "color-145.xht": [ - "ba6467f94f7da3a76eb208d4d6d3c82ad94e9e4d", - [ - null, - [ - [ - "/css/CSS2/colors/color-145-ref.xht", - "==" - ] - ], - {} - ] - ], "color-174.xht": [ "93bff69ec385f2d454a149c09e356febacd56e62", [ @@ -62559,19 +51321,6 @@ {} ] ], - "c63-color-000.xht": [ - "3286b1193dc32a7dafdedf85d9174c8b90a5dd8d", - [ - null, - [ - [ - "/css/CSS2/css1/c63-color-000-ref.xht", - "==" - ] - ], - {} - ] - ], "c64-uri-000.xht": [ "334c7bff0528493922ef150e835cec19b6c34dd5", [ @@ -123035,747 +111784,6 @@ {} ] ], - "outline-color-001.xht": [ - "8fb1b8bdebbaad37f5bc2f8639d8659ac65b3651", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-002.xht": [ - "d2538412e00d00d9ae119d9ed9dc7eb97880929f", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-007.xht": [ - "fc023dd02a6132ad3ddc5b1e531b026e45d446ac", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-008.xht": [ - "88dc03a33138288440bce72a32b28b0b729bac30", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-013.xht": [ - "80756f3c44594ef9abafaa1121220b375b93c3b4", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-018.xht": [ - "daa6a630181ae82d9a32e2dabbae1cbbdd9bbb99", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-023.xht": [ - "e740addb190696a8ed1cd7218e8390a53436455d", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-024.xht": [ - "3c2ce95ac07e301186c6e1d61b9f9079b302463c", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-025.xht": [ - "f2ad01c03d56dc545cee06d2c9c73a506132c60a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-030.xht": [ - "22bfe73763cc63a7db3b24df1053003aba090bc8", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-031.xht": [ - "08a03c738075c64ba041ca8d963caa040268079a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-036.xht": [ - "3bbd0afd8979695909f23e1dd2655f38b53c1b69", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-041.xht": [ - "e05515134ef3f6b6aa61c60e99798b1703643621", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-046.xht": [ - "db192ffe841b22052cd6e2b27059663ab99f3c9f", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-047.xht": [ - "d473df9df518f1d8bb5dfde82e254520d4cc202f", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-048.xht": [ - "0ad9d45d24972b7aa9e9d81618804d370b24be81", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-049.xht": [ - "7df4181d574949e284e4c2f4fa0cbbb5af1a9e4e", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-049-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-050.xht": [ - "50a2ad9884e89eea91598c5f85a1419c673f2d5a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-051.xht": [ - "2d3a5252d33ca4865396f76ef4431f9079ac7c67", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-052.xht": [ - "0e2ccd6b9a11aa26da078e2c95fc6407a89144e5", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-053.xht": [ - "109079939a5e5fca6e3892e31157c18954e58344", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-052-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-054.xht": [ - "1bffbaeb69ea9f5b9ad1319eea7aeb67ae46b399", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-054-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-058.xht": [ - "e9391ff12619844b0386acc007d3abef5e5f41bf", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-059.xht": [ - "875597b2a83c855387072c5d628670869fa17cdd", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-061.xht": [ - "5f534d2a8a7f6fad7f7346d3bc4460e20da6a851", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-062.xht": [ - "11e48f29b5819893d9bb5e2cfb9018e736e0c912", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-069.xht": [ - "f2d49dff54b6ec625c5f6fa2c073f947c919feb3", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-070.xht": [ - "d66f792174b16aed78fdeb06b948b5741cfff37d", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-070-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-071.xht": [ - "8b6dfc873e4ff16771ff3c4a22195c23d2eca39e", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-072.xht": [ - "94ae00aa15abde452215b05a0387165ff4be2235", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-073.xht": [ - "acf0f17566526fc086e96f14658820e0a03f9401", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-074.xht": [ - "e7a13db361795b640b3c20e0609be5f8d03b807a", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-073-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-075.xht": [ - "c633f47ea916a9019297b917a6ffd91ee8164883", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-075-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-079.xht": [ - "85966fe1c19f28c8314accc44a49bbdbf1f44a5d", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-081.xht": [ - "f0fc1c98c8df9939ecbc0ba10925a86ea67973e5", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-082.xht": [ - "92d08d057174fe0a6d20dee4ab425ab706663c0a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-089.xht": [ - "0322659e9003afe13a0789555906d45b989b2988", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-090.xht": [ - "941d6eb38c605701ed9848c1b5d713349c11e64b", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-090-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-091.xht": [ - "6aeee968b2d545b1ae4b5d14b5814a4cb0f27de5", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-092.xht": [ - "1563c288008eed7cf88533053a307767bc42fe52", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-093.xht": [ - "37c33485a5781a7027454359e459476a1ab862fe", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-094.xht": [ - "ccfffcb1d8437650acbe38190a21f61af79e703d", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-093-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-095.xht": [ - "8d0840474b5f1dcd22ab2cde2a37cef19997034e", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-095-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-099.xht": [ - "05bc3d2e1b8e92e6ffd52a5ead48da8841bdf4d1", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-101.xht": [ - "d6c6794fab939cb9e323c0b0d030796e42d34f7e", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-102.xht": [ - "76586ebb1715497d7d5c1fa4dabae9c919245f4a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-109.xht": [ - "e719cacce5eb8cf8615110505b422953cd581651", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-110.xht": [ - "81cc1ed2e0232982148294fa5f9ee13312780fab", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-110-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-111.xht": [ - "07f0e8fb93da468ffb73dd20961bf3b9d8715430", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-112.xht": [ - "35df23618fe651045c310584947470fc76941a0a", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-113.xht": [ - "1802658f98a1222feb0a6bbc3ebb98df64f50ab4", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-114.xht": [ - "97582b7a4db81468dff10b2ef651e72303254c69", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-113-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-115.xht": [ - "4a434b97ee5205349b6ac636e111128aa1d296ba", - [ - null, - [ - [ - "/css/CSS2/ui/outline-color-115-ref.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-119.xht": [ - "eca70fb1d72171dbf326565ce67295f400a844a0", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-121.xht": [ - "e91a77eb3204e66e1138cdc32392cc746522acba", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-122.xht": [ - "78c8224984fa63c55d2c034bae527233a5d35e68", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], - "outline-color-130.xht": [ - "0b5938fdc114d9012b199d3dccde945f61ef1ea8", - [ - null, - [ - [ - "/css/CSS2/reference/boxes_same_color_100px_black_50px_margin.xht", - "==" - ] - ], - {} - ] - ], "outline-color-applies-to-005.xht": [ "6d053bac24727fbf73936a4165cfcae2aa5f2c14", [ @@ -124402,19 +112410,6 @@ ] }, "values": { - "color-000.xht": [ - "ea2e3f51d3770efed4541511d222d4b053b1cac4", - [ - null, - [ - [ - "/css/CSS2/values/color-000-ref.xht", - "==" - ] - ], - {} - ] - ], "numbers-units-001.xht": [ "dae3fa6df3738395a6ecf16c63d8e97028a44401", [ @@ -132016,16 +120011,16 @@ ] ], "align-content-block-break-content-020.html": [ - "83267301b4c1c9d54598b71165a8ddb0fc3ddc44", + "bfd76aef23a4b4a2ff8ca18a80fd33b00a197f7f", [ null, [ [ - "/css/css-align/blocks/align-content-block-break-content-010-aligned-ref.html", + "/css/css-align/blocks/align-content-block-break-content-020-aligned-ref.html", "==" ], [ - "/css/css-align/blocks/align-content-block-break-content-010-unaligned-ref.html", + "/css/css-align/blocks/align-content-block-break-content-020-unaligned-ref.html", "==" ] ], @@ -132046,12 +120041,12 @@ ] ], "align-content-block-break-overflow-020.html": [ - "5f4b3d9555a0811aeb42bf0312c1dca997afc28e", + "04b20f87ad72e20b280bc8f2b45d062b7eb72b33", [ null, [ [ - "/css/css-align/blocks/align-content-block-break-overflow-010-ref.html", + "/css/css-align/blocks/align-content-block-break-overflow-020-ref.html", "==" ] ], @@ -165251,6 +153246,19 @@ {} ] ], + "content-visibility-intrinsic-size-001.html": [ + "3a378d17e8947ff63928fcf86e7aa17ff51786aa", + [ + null, + [ + [ + "/css/css-contain/content-visibility/content-visibility-intrinsic-size-001-ref.html", + "==" + ] + ], + {} + ] + ], "content-visibility-on-g.html": [ "4ff07892680c64255757915bcc675a97dd67b317", [ @@ -172650,8 +160658,8 @@ } }, "css-fill-stroke": { - "paint-order-001.tentative.html": [ - "9d1604116ba4a432740f09285e7bb9e348585796", + "paint-order-001.html": [ + "8fd100c431e088f49d232d728e9790807f21be52", [ null, [ @@ -209366,6 +197374,32 @@ } ] ], + "clip-path-animation-inherit.html": [ + "50f314da348c4c4bf2a4314b80c2e7e5b82a8564", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-animation-inherit-ref.html", + "==" + ] + ], + {} + ] + ], + "clip-path-animation-initial.html": [ + "45e7714328a316eb4592abcab2f1d71058e129f4", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-animation-none-ref.html", + "==" + ] + ], + {} + ] + ], "clip-path-animation-missing-0-percent.html": [ "4d4fee1b5b6b11ea0e3efd91dc0028dd3df78d7d", [ @@ -209518,6 +197552,32 @@ {} ] ], + "clip-path-animation-revert-layer.html": [ + "cc23c96e2ee76f75cb30280320da3ee9e4cbdb1b", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-animation-none-ref.html", + "==" + ] + ], + {} + ] + ], + "clip-path-animation-revert.html": [ + "8599755d3384e87a52ae6f0b06c4d0aa9a1f4158", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-animation-none-ref.html", + "==" + ] + ], + {} + ] + ], "clip-path-animation-svg-zoom.html": [ "f7be6d25324ce92e6bf56921fffb3eeec27cfd98", [ @@ -209586,6 +197646,19 @@ } ] ], + "clip-path-animation-unset.html": [ + "655215dc7f6b5a5e9d26fc279d04864bbbd61573", + [ + null, + [ + [ + "/css/css-masking/clip-path/animations/clip-path-animation-none-ref.html", + "==" + ] + ], + {} + ] + ], "clip-path-animation-zoom.html": [ "89641240f67bfd468a260bda514ec9b91914ff0d", [ @@ -242275,6 +230348,32 @@ {} ] ], + "collapsed-border-partial-invalidation-001.html": [ + "67330e4d2c4e976fd4837334417151dab50e4cb6", + [ + null, + [ + [ + "/css/css-tables/collapsed-border-partial-invalidation-001-ref.html", + "==" + ] + ], + {} + ] + ], + "collapsed-border-partial-invalidation-002.html": [ + "e48271995cf0ebd41b2afdbe8d0a110dac280082", + [ + null, + [ + [ + "/css/css-tables/collapsed-border-partial-invalidation-002-ref.html", + "==" + ] + ], + {} + ] + ], "collapsed-border-positioned-tr-td.html": [ "d5c6094497268941071e516073a54f38e5900d45", [ @@ -246793,6 +234892,19 @@ ], {} ] + ], + "letter-spacing-percent-001.html": [ + "522320de580652becea6fee125a170f940958827", + [ + null, + [ + [ + "/css/css-text/letter-spacing/reference/letter-spacing-percent-001-ref.html", + "==" + ] + ], + {} + ] ] }, "line-break": { @@ -261824,6 +249936,19 @@ {} ] ], + "word-spacing-002.html": [ + "0def7e01790a885e52fc685231fbcf38df12d8bf", + [ + null, + [ + [ + "/css/css-text/word-spacing/word-spacing-001-ref.html", + "==" + ] + ], + {} + ] + ], "word-spacing-negative-value-001.html": [ "6e5df950c0b55a8b55e6d8c836ca166f0957849c", [ @@ -261836,6 +249961,19 @@ ], {} ] + ], + "word-spacing-percent-001.html": [ + "65f9972040e3b5ccc96d45f1ad668ac55991751b", + [ + null, + [ + [ + "/css/css-text/word-spacing/reference/word-spacing-percent-001-ref.html", + "==" + ] + ], + {} + ] ] }, "writing-system": { @@ -264982,6 +253120,58 @@ {} ] ], + "svg-fill-none.html": [ + "389db4a3426e0a98bf0e90d62ef94fdc8facc4f7", + [ + null, + [ + [ + "/css/css-text-decor/text-shadow/svg-fill-none-ref.html", + "==" + ] + ], + {} + ] + ], + "svg-fill-opacity.html": [ + "1ac577bf76e40ebecc417a6176552ebf53650e3a", + [ + null, + [ + [ + "/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html", + "==" + ] + ], + {} + ] + ], + "svg-stroke-dasharray.html": [ + "bd77d85edf4f7a4f2bc13afc9ae72e06d991b8e7", + [ + null, + [ + [ + "/css/css-text-decor/text-shadow/svg-stroke-dasharray-ref.html", + "==" + ] + ], + {} + ] + ], + "svg-stroke.html": [ + "b65348fd0f20daf9fea975125cf0b4d73703611a", + [ + null, + [ + [ + "/css/css-text-decor/text-shadow/svg-stroke-ref.html", + "==" + ] + ], + {} + ] + ], "textindent.html": [ "4b66f9dcb8916a125bced71bec37d757a5521af5", [ @@ -290019,6 +278209,32 @@ {} ] ], + "calc-rounding-001.html": [ + "46ea2ebc04560a11f5047838a8f0b7db908e7d76", + [ + null, + [ + [ + "/css/css-values/calc-rounding-001-ref.html", + "==" + ] + ], + {} + ] + ], + "calc-rounding-002.html": [ + "32c4a75dd8f2185866b2f1eba5e19ff884e38373", + [ + null, + [ + [ + "/css/css-values/calc-rounding-002-ref.html", + "==" + ] + ], + {} + ] + ], "calc-text-indent-1.html": [ "f1480f46e773e8767367306dd16a64950f176880", [ @@ -293577,6 +281793,39 @@ {} ] ], + "clip-path-larger-than-border-box-on-child-of-named-element.html": [ + "4cde9cb586bb8b9a575a110758bb420e59842069", + [ + null, + [ + [ + "/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element-ref.html", + "==" + ] + ], + { + "fuzzy": [ + [ + [ + "/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element.html", + "/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element-ref.html", + "==" + ], + [ + [ + 0, + 255 + ], + [ + 0, + 400 + ] + ] + ] + ] + } + ] + ], "content-smaller-than-box-size.html": [ "d2b8f63ca068ffc744b7b1a7b0ca8d1c25a32854", [ @@ -296908,6 +285157,34 @@ ] ] }, + "css-viewport": { + "line-height.html": [ + "fa333be32f6abf97911ee62a09555ceb1071d9d6", + [ + null, + [ + [ + "/css/css-viewport/line-height-ref.html", + "==" + ] + ], + {} + ] + ], + "width.html": [ + "b6d9753ea3cb1c4907fb8e84f3b68bbec3cd194a", + [ + null, + [ + [ + "/css/css-viewport/width-ref.html", + "==" + ] + ], + {} + ] + ] + }, "css-will-change": { "will-change-abspos-cb-001.html": [ "d59e443310fa84f94533c7b18ce67d6c82cf1fc7", @@ -323322,65 +311599,130 @@ {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html": [ - "6376d07b0e640b617ef100b7c04e8fe93e352ee8", + "2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html": [ + "f4c8c1033abc400b1876ee63d3cbfd01ac18d784", + [ + null, + [ + [ + "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html": [ + "b3efcb8c3e64070f40e572d0f63a0b18746209c7", + [ + null, + [ + [ + "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html": [ + "d5cc6e0058ca23328f5d7a4d08ddcfffef2dc112", + [ + null, + [ + [ + "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html": [ + "4e8576fe746d6ed92a59f6973cc1550760ca39d1", + [ + null, + [ + [ + "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html": [ + "ec0a2353cfd18c682f3d76b060021c93972fa4f2", [ null, [ [ - "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html", + "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html": [ - "145cb32757adbec61bb541a0cf6737b3ac9146f4", + "2d.filter.layers.gaussianBlur.isotropic.html": [ + "a2cc098896823a201c7e6f108e6b2e81b432c13d", [ null, [ [ - "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html", + "/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html": [ - "e921e0eaa65a6410a66aadce57fd8b1fe6096998", + "2d.filter.layers.gaussianBlur.mostly-x.html": [ + "0090e0e71e0a30deaef2fa725d285a47dfe94350", [ null, [ [ - "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html", + "/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html": [ - "fd6ac687f9cf72a2efbf0975e5d645c88d5d4ed8", + "2d.filter.layers.gaussianBlur.mostly-y.html": [ + "5c481cbe255dc5155d885d543dfc0504c2c3edea", [ null, [ [ - "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html", + "/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html": [ - "6442433e7c5a37e5447a9871e7528f16cd37b9c9", + "2d.filter.layers.gaussianBlur.x-only.html": [ + "f7940eb92154d5862635477c3665de0901c409bc", [ null, [ [ - "/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html", + "/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.layers.gaussianBlur.y-only.html": [ + "59421a1ff34a659b68c500830a52f333d9fe6f0c", + [ + null, + [ + [ + "/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only-expected.html", "==" ] ], @@ -323597,6 +311939,58 @@ {} ] ], + "2d.layer.ctm.filter.html": [ + "3d56ac36011cdac9aff399c0159806162edf9b58", + [ + null, + [ + [ + "/html/canvas/element/layers/2d.layer.ctm.filter-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.resetTransform.html": [ + "9291f8f3f2ff4167d16925d77e33a3428b2c416f", + [ + null, + [ + [ + "/html/canvas/element/layers/2d.layer.ctm.resetTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.setTransform.html": [ + "b5d98ba45fbd7959cb95d35eee9d49dc16d8224a", + [ + null, + [ + [ + "/html/canvas/element/layers/2d.layer.ctm.setTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.shadow-in-transformed-layer.html": [ + "f047bd30b285ad7cadd66060450843fca0acd14b", + [ + null, + [ + [ + "/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html", + "==" + ] + ], + {} + ] + ], "2d.layer.drawImage.html": [ "58206c3eb87408b2993740cf9912bf271d84d3f1", [ @@ -323767,7 +312161,7 @@ ] ], "2d.layer.global-states.filter.alpha.blending.html": [ - "17e0f0c8c5bae2d641ae79c798d14efa47694d1c", + "27989c79e93db9fe4bb26782efacce20dd3570ff", [ null, [ @@ -323776,7 +312170,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 2440 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.blending.shadow.html": [ @@ -323793,7 +312203,7 @@ ] ], "2d.layer.global-states.filter.alpha.composite.html": [ - "71a27cf710b2586931378f266cf745995af4019b", + "29041d493382f1106b454034550dbca2a7838b80", [ null, [ @@ -323802,7 +312212,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 5204 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.composite.shadow.html": [ @@ -323819,7 +312245,7 @@ ] ], "2d.layer.global-states.filter.alpha.html": [ - "5133aa170e7e843816a6badfb753ac8d514be238", + "85718cffba1f9875bfb5fe9f5bc5631194914d5e", [ null, [ @@ -323828,11 +312254,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6766 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.shadow.html": [ - "6aa8e75a9507e60d4bf922cd300aafc472996037", + "aaeb167ccf8235f56c139f002906f38ee1ff9a64", [ null, [ @@ -323841,7 +312283,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6311 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.blending.html": [ @@ -324683,7 +313141,7 @@ ] ], "canvas-filter-object-turbulence.html": [ - "b5b494825e7a714be3326cd052078c9b5c780a92", + "eb0803e42e0d8cd925af408ee84d479852561e84", [ null, [ @@ -325361,130 +313819,260 @@ {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html": [ - "4417a1917c9abe01ad1fd7ed90051c72be1080e7", + "2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html": [ + "801e6fdb8c5b867fd5cf84c2baa0d7ebfb872a63", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html": [ + "6c7c7f7649d8e17a962c22fe4352bb26226bb152", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html": [ + "ba986d8e7b42aea8e42e8bc014f094dfee0fcdea", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html": [ + "86fe086327df6b70463224f558f54835d0bbd7d2", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html": [ + "0265cfa6c4fd643cda2eedb5792c6dfdf479c88f", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html": [ + "c22b3208571babcf281d394c6e970adf9c9f95a0", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html": [ + "3ed8e9ddf9f794f5a6bd6bc087bb00cf21cd205f", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html": [ + "35cbc1b36580c3bdb7f23092a1a5781214386d2d", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html": [ + "f563ad9d770b2222bb98d1a2bb0b3bda5d9548a1", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html", + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html": [ - "d2024ad205e415ef069faef0a47d4008c531dbe9", + "2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html": [ + "171a41caa8ce51d8adb001368a0455e927c8fab7", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html", + "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html": [ - "2ea26359fe9b5f05a874a79566a4964351aaff70", + "2d.filter.layers.gaussianBlur.isotropic.html": [ + "50a98df1bed0b50618c9ffd2e9ccae1b37fccfdd", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html": [ - "fa49ea4682823b3b48b6fa77f3dbb4fae2e61812", + "2d.filter.layers.gaussianBlur.isotropic.w.html": [ + "a68b8e78a2c0f276c9c3c467794d7f663359e214", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html": [ - "a9783ccb6a006a34d8cba0d533e23099c6ee7024", + "2d.filter.layers.gaussianBlur.mostly-x.html": [ + "efc634796c2d95fcf60497bcb80cb48fc62786aa", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html": [ - "ab83f50ea0e36b36caeb3411f698b19cf1fec636", + "2d.filter.layers.gaussianBlur.mostly-x.w.html": [ + "7d20d7850307f635827a679153015175a63acaef", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html": [ - "3028c2a700e1c4d2736de39565abfbbd00f1ac6f", + "2d.filter.layers.gaussianBlur.mostly-y.html": [ + "bdc6e66fe58f4ec50206af8a8a3841feb9eda077", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html": [ - "e8482cf3ed8df4d0c66dc2fd99a9f3011f6edc19", + "2d.filter.layers.gaussianBlur.mostly-y.w.html": [ + "dfd6438b1977df60655a9d2b8a2dc8c8a1cc5197", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html": [ - "fca324716b4807d54c74a0045704de3ced4040aa", + "2d.filter.layers.gaussianBlur.x-only.html": [ + "0d42acb8b5f9ddab79df2b31d9507dde84766318", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only-expected.html", "==" ] ], {} ] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html": [ - "50cfb3083a2507040dabb7fc577d5edbbba15534", + "2d.filter.layers.gaussianBlur.x-only.w.html": [ + "b235c7ad38c3037116d60983f05b9d9efdfdddc8", [ null, [ [ - "/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html", + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.layers.gaussianBlur.y-only.html": [ + "c9bc85d6997e37331f5f885a9178e717cb8e7d63", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.filter.layers.gaussianBlur.y-only.w.html": [ + "5deb96c2552925e4ab3460e6383a9d55bff56410", + [ + null, + [ + [ + "/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only-expected.html", "==" ] ], @@ -325909,6 +314497,110 @@ {} ] ], + "2d.layer.ctm.filter.html": [ + "e5efc24bcc4f1e19ba49e5e5bee67cc21cce1eb6", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.filter-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.filter.w.html": [ + "760a65e2c82bac684351844e8fdc24cfe2dea33f", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.filter-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.resetTransform.html": [ + "9508b34044c784d80b6e1852502e2204c57e9107", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.resetTransform.w.html": [ + "7bf63e1473e25080b3d8b1915409954225d452ab", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.setTransform.html": [ + "91034943b6da1d10077c360c9cd2f8bf373ff745", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.setTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.setTransform.w.html": [ + "8b1ea1ce5129efe01d2cba1592ea9adbc1ccd39f", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.setTransform-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.shadow-in-transformed-layer.html": [ + "59305076f0ba942135102139eb49d624469dcc4a", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html", + "==" + ] + ], + {} + ] + ], + "2d.layer.ctm.shadow-in-transformed-layer.w.html": [ + "486a028335f2995ae299597b40f01c63a6f73758", + [ + null, + [ + [ + "/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html", + "==" + ] + ], + {} + ] + ], "2d.layer.drawImage.html": [ "37718f6f2c5290c91879564dee61039bd3c93142", [ @@ -326222,7 +314914,7 @@ ] ], "2d.layer.global-states.filter.alpha.blending.html": [ - "be6f962b3371e743a5ca784bc798327e54a8fec5", + "1e5c6ad8b7597e9dc17b5bc06b1fa3216f512442", [ null, [ @@ -326231,7 +314923,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 2440 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.blending.shadow.html": [ @@ -326261,7 +314969,7 @@ ] ], "2d.layer.global-states.filter.alpha.blending.w.html": [ - "2b53ad7c1ee4a0498399a8a11a04f2bb238d0548", + "142e900fd1b611492c10bc904d317e8ae9370033", [ null, [ @@ -326270,11 +314978,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 2440 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.composite.html": [ - "087fea88af8ca3961f1e302642336dcd0bf42af9", + "1a9bc8b73349d8c0559f74005304e143990f1e59", [ null, [ @@ -326283,7 +315007,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 5204 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.composite.shadow.html": [ @@ -326313,7 +315053,7 @@ ] ], "2d.layer.global-states.filter.alpha.composite.w.html": [ - "6aa83a32788057e5fc8a3d0643574c3c000c6cac", + "5c90fe95aa7be034bcf790ac84e721875f6e3482", [ null, [ @@ -326322,11 +315062,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 1 + ], + [ + 0, + 5204 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.html": [ - "f1d631c25ce17402b1a58f341f8e7224ce1e04ec", + "f64e8925f0c4c3b2631cfacd95d37733c4582aa1", [ null, [ @@ -326335,11 +315091,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6766 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.shadow.html": [ - "2548c211810ced1086c0b670847c649f0499ede5", + "5e8911ee176e36dbe390cec9f117a928a3126f08", [ null, [ @@ -326348,11 +315120,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6311 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.shadow.w.html": [ - "5e1494422ee0e9aa7f5bb7cae7f8a9401fe20eb7", + "b3be7e1ac80f29e3bb3cf5baccc3f0e830d8e4df", [ null, [ @@ -326361,11 +315149,27 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6311 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.alpha.w.html": [ - "e75d668ad5489cadec9a6405a715bd980d89410a", + "21e55f856c78c05e4e5e79c770ab4344d87b499f", [ null, [ @@ -326374,7 +315178,23 @@ "==" ] ], - {} + { + "fuzzy": [ + [ + null, + [ + [ + 0, + 2 + ], + [ + 0, + 6766 + ] + ] + ] + ] + } ] ], "2d.layer.global-states.filter.blending.html": [ @@ -331710,6 +320530,19 @@ {} ] ], + "select-button-min-height-001.html": [ + "c09910507690642cfaf41479503f7f0947359634", + [ + null, + [ + [ + "/html/rendering/replaced-elements/the-select-element/select-button-min-height-001-ref.html", + "==" + ] + ], + {} + ] + ], "select-empty.html": [ "6568a6de34985a7fc201ce0bd530b86b145083e8", [ @@ -340575,7 +329408,22 @@ ], {} ] - ] + ], + "errors": { + "unknown-ancillary-error-recovery.html": [ + "df37153fd76026be581c4da33f9df0fd60e2c05b", + [ + null, + [ + [ + "/png/errors/unknown-ancillary-error-recovery-ref.html", + "==" + ] + ], + {} + ] + ] + } }, "preload": { "preload-in-data-doc.html": [ @@ -341692,6 +330540,19 @@ ] ] }, + "stop-animation-01.html": [ + "d240c51142abb4e96d88b9bcc341c03d70d9d3ee", + [ + null, + [ + [ + "/svg/struct/reftests/reference/green-100x100.html", + "==" + ] + ], + {} + ] + ], "use-animate-display-none-symbol-2.html": [ "db06b641d9a60b094aee40a3930fd7229fcdb0d5", [ @@ -349170,6 +338031,14 @@ [] ] }, + "interest-group": { + "permissions": { + "default.py": [ + "c24531c2f76db54d1af8cf415368e0b4ec2eb4d2", + [] + ] + } + }, "private-aggregation": { "debug": { "report-protected-audience": [ @@ -350854,7 +339723,7 @@ }, "tools": { "make_tests.py": [ - "6890baa296170f05ac8e1eeef4c3e5e6813a62af", + "007db68ea803f67162796667b9fbcfb0d38a92cf", [] ], "samples": { @@ -351880,7 +340749,7 @@ [] ], "helpers.js": [ - "5778159d4c8f0ae56801d169841bf1aaf3c2b9ed", + "e5c749931e03c2335d1a5f9f076fe3caaee70fa7", [] ], "reporting_origin.py": [ @@ -352022,7 +340891,7 @@ ], "headers": { "header-referrer.js": [ - "ebd67df1d767636a5044cec105ee5d3b1a3e606a", + "1e9d4f697d008ee793b8649280bbe712acf56d0f", [] ] }, @@ -374107,7 +362976,7 @@ [] ], "third-party-cookies-cross-site-popup-opener.html": [ - "88f43b559c8cfed1d05c33e73c9379f300d2d9da", + "0e25f79261924edcc92c755e9a9f48d39afec2bc", [] ], "third-party-cookies-cross-site-popup-verify.html": [ @@ -374282,6 +363151,10 @@ "00700666675413d378bba7c3f8bed12f2b9b4849", [] ], + "manifest-token-nocors.json": [ + "77ba1b4702bc03c324d1af007eacb9d24df62c3b", + [] + ], "manifest.py": [ "a40fc100eee697ed7dcd451626409af18606442e", [] @@ -374351,7 +363224,7 @@ [] ], "request-params-check.py": [ - "daf91aad8f154af610d299c0de249bbc76db53c8", + "b774496d5dab3e9bbce92f94cb0dc27128b909d4", [] ], "resolve.html": [ @@ -374371,7 +363244,7 @@ [] ], "token.py": [ - "b914eb2d9656cb4a892c8b51dc1754748b86d5c5", + "7ec81c390a9ea116e0a1809e08159a1d1c40e5a1", [] ], "token_with_account_id.py": [ @@ -374614,286 +363487,10 @@ "95d6ab883eaf9cb79630886c4c1a5bdcc07bb88a", [] ], - "background-color-002-ref.xht": [ - "b469a4cb8dc47b04b31f83653a9cc922dd245e73", - [] - ], - "background-color-003-ref.xht": [ - "ecc99ecb07c1d6a8beb8df2ad668ebff5b8dd957", - [] - ], - "background-color-004-ref.xht": [ - "f0ae15aefb36bcd94b1d96b2d9d68707986cea98", - [] - ], - "background-color-005-ref.xht": [ - "388bd8ab70a55a4e8658d639b165a1cf4f6f180d", - [] - ], - "background-color-006-ref.xht": [ - "5041fb87d3c62a16e2739771f9760f00f422e1d2", - [] - ], - "background-color-009-ref.xht": [ - "e818c26885f403013c862d5885a0c9bdf46c7665", - [] - ], - "background-color-010-ref.xht": [ - "8dbab72574bd48d801a73bf1fd92c22c618792c1", - [] - ], - "background-color-011-ref.xht": [ - "9f4b87fd5ee387732160485bb278cd3216c8c6af", - [] - ], - "background-color-012-ref.xht": [ - "59025f39b7088aae2e3f440e3b6f35819e6ec939", - [] - ], - "background-color-013-ref.xht": [ - "62226dacb9fbebd99a74c33442c19be4edaa5cf3", - [] - ], - "background-color-014-ref.xht": [ - "cdfa33419c2579113469e2d54f22067d5c703440", - [] - ], - "background-color-015-ref.xht": [ - "150cb97303574c700075265144b88ba915c9c1d4", - [] - ], - "background-color-016-ref.xht": [ - "60460bd998e78fc909be797e9073c2b6e197f83e", - [] - ], - "background-color-017-ref.xht": [ - "3c841881993c43bc5a654097b43603306cbd5c1a", - [] - ], - "background-color-019-ref.xht": [ - "79ac0258078cec2368b62a01002880291c5049a1", - [] - ], - "background-color-020-ref.xht": [ - "290b880fe841b6b90a4598aeb5efb05c5f001284", - [] - ], - "background-color-021-ref.xht": [ - "2c7402ed17ca96f4da87f217c3500bd3ede85433", - [] - ], - "background-color-022-ref.xht": [ - "307427e5b791e9b8aeac9391afd191b6bff0a6aa", - [] - ], - "background-color-025-ref.xht": [ - "b469a4cb8dc47b04b31f83653a9cc922dd245e73", - [] - ], - "background-color-026-ref.xht": [ - "0b2d2856df50f76e5a2745e1aa178a88b9bca266", - [] - ], - "background-color-027-ref.xht": [ - "f0ae15aefb36bcd94b1d96b2d9d68707986cea98", - [] - ], - "background-color-028-ref.xht": [ - "59a7fa02b72b3f09b3aeda914377126432d2180d", - [] - ], - "background-color-029-ref.xht": [ - "5041fb87d3c62a16e2739771f9760f00f422e1d2", - [] - ], - "background-color-032-ref.xht": [ - "366b222e9bdd1a941c67a51d5c3060c413e5b2be", - [] - ], - "background-color-033-ref.xht": [ - "8dbab72574bd48d801a73bf1fd92c22c618792c1", - [] - ], - "background-color-034-ref.xht": [ - "9f135dc7454ab8bbada2414a75798939219e05b4", - [] - ], - "background-color-035-ref.xht": [ - "59025f39b7088aae2e3f440e3b6f35819e6ec939", - [] - ], - "background-color-037-ref.xht": [ - "75cf4a2f3428da7cc1e7f187b912090156b54c21", - [] - ], - "background-color-038-ref.xht": [ - "150cb97303574c700075265144b88ba915c9c1d4", - [] - ], - "background-color-039-ref.xht": [ - "6d08ab58951a7d082fd70728a3a12fee38035f4b", - [] - ], - "background-color-040-ref.xht": [ - "3c841881993c43bc5a654097b43603306cbd5c1a", - [] - ], - "background-color-041-ref.xht": [ - "389ae583eddca353182c93107ffd97746d81de4a", - [] - ], - "background-color-042-ref.xht": [ - "916cd6647cd851f9cbf3c5ab1c8ed7c94267c36c", - [] - ], - "background-color-043-ref.xht": [ - "290b880fe841b6b90a4598aeb5efb05c5f001284", - [] - ], - "background-color-044-ref.xht": [ - "1435c39446263a6f72620e79789c84f8d855223d", - [] - ], - "background-color-045-ref.xht": [ - "307427e5b791e9b8aeac9391afd191b6bff0a6aa", - [] - ], - "background-color-049-020202-ref.xht": [ - "4b37e52103130a79b77dd5aa0f451bbd47dd0058", - [] - ], - "background-color-049-030303-ref.xht": [ - "f5381c0c0d3bcfd0f52b2f84b2df3a6aa1cd0ae3", - [] - ], - "background-color-052-ref.xht": [ - "1e98cfe008bf52bb115b50f615f403eb30f59c81", - [] - ], - "background-color-054-fcfcfc-ref.xht": [ - "602375664818ca9cbdc958e17818ef5947c863e5", - [] - ], - "background-color-054-fdfdfd-ref.xht": [ - "58104c73c17620edc1caccf8d50a4bc956892fd5", - [] - ], - "background-color-063-ref.xht": [ - "43cbdd90997717c5c9186057cef95d9890e87432", - [] - ], - "background-color-070-020000-ref.xht": [ - "b60b3c17e0ef75ac5582c892bea5fa4f5b737648", - [] - ], - "background-color-070-030000-ref.xht": [ - "97ab0b2a04cf27c6bddfd9267c6da2f516001736", - [] - ], - "background-color-073-ref.xht": [ - "3c4b5c2af038c7e9596cf7b58fa188163613e431", - [] - ], - "background-color-075-fc0000-ref.xht": [ - "7cfa6f5b93c93a476d077adba85e9f91ccd4bc9c", - [] - ], - "background-color-075-fd0000-ref.xht": [ - "77c1d9a5ac56422c0a0b0c36c16516dd9163a851", - [] - ], - "background-color-083-ref.xht": [ - "05116ff48083a1f9da5949b8e7a8cd0cdb1b068e", - [] - ], - "background-color-090-000200-ref.xht": [ - "1e43bfad1c6a3a4bb0244480dbd02d73dcebb660", - [] - ], - "background-color-090-000300-ref.xht": [ - "6a072d9954c8cf07b24c21d57c9a8e32e432b283", - [] - ], - "background-color-093-ref.xht": [ - "280c4e54056c11b69d7cc4e12c1cc58233cac440", - [] - ], - "background-color-095-00fc00-ref.xht": [ - "d1d9355d9bb213e22a162c53ba1d7ad38d1fef79", - [] - ], - "background-color-095-00fd00-ref.xht": [ - "e5dec694c474cca4224249290ca57bbcdaa7ad81", - [] - ], - "background-color-103-ref.xht": [ - "934fcd6da64b14d20a116291e7e7e4ff1636d1fe", - [] - ], - "background-color-110-000002-ref.xht": [ - "ce7525c80bb273eee70f83795a37393404d6887e", - [] - ], - "background-color-110-000003-ref.xht": [ - "b6e2f8a8c37fc2f16698d244c1c8514a2163f4a8", - [] - ], - "background-color-113-ref.xht": [ - "120857be31ede81fbfb6f69b7545b364be2c04c3", - [] - ], - "background-color-115-0000fc-ref.xht": [ - "55590fcccb1912be93bbdb8f112d5cafca94c345", - [] - ], - "background-color-115-0000fd-ref.xht": [ - "83a5e96e608d6ccfc93688c4f76a58f56c24437c", - [] - ], - "background-color-123-ref.xht": [ - "68617d2c43a82f4c5e3e6b94e0f21268f72cbab7", - [] - ], "background-color-129-ref.xht": [ "bf2a612ed02080e0af2f28030cfb0ea0729fdb2e", [] ], - "background-color-132-ref.xht": [ - "9d6a313268e70b523a1cbe4bfd8376bac8ee1033", - [] - ], - "background-color-135-ref.xht": [ - "aa547b0a5422cd92009e37c1ce42ccc66f92b233", - [] - ], - "background-color-136-ref.xht": [ - "c3382a769aa55fa6c36654268e8d3cd7bdfa7f70", - [] - ], - "background-color-138-ref.xht": [ - "832375425ce6abe2776d38fba0f48153587eb8c7", - [] - ], - "background-color-139-ref.xht": [ - "587737848bf87d704c725eeab4a3c81c9189d736", - [] - ], - "background-color-140-ref.xht": [ - "056f8e4dcf20e08de5fe1f694fa4476b0e72e268", - [] - ], - "background-color-142-ref.xht": [ - "3f7ffb2f2bf589ea4190ac77a63bcb9dbee5a94a", - [] - ], - "background-color-143-ref.xht": [ - "70c54ff1a9ba59c67c087c9cf6d1aec670a3bd75", - [] - ], - "background-color-145-ref.xht": [ - "1d05b5f071d0d8018d39d12fb98bf4cc9db22c1c", - [] - ], "background-color-175-ref.xht": [ "3b320296aebfaeb6d8b68a8de4a876921c5edb6a", [] @@ -376030,246 +364627,10 @@ "ff381421b7ac5f70952f610b93d18561d81136d6", [] ], - "border-bottom-color-001-ref.xht": [ - "7c5bdccdce16321e12a9664f98e0c092001d9e0c", - [] - ], - "border-bottom-color-003-ref.xht": [ - "b2b51318751345c51948f7dfa1aa24ed0099cffc", - [] - ], - "border-bottom-color-004-ref.xht": [ - "aa7950069d2f18c2ee8cd2bd8c74dce664bce530", - [] - ], - "border-bottom-color-005-ref.xht": [ - "eb79eb193dfa3fccc3968f7274eee22f337f0713", - [] - ], - "border-bottom-color-006-ref.xht": [ - "9ef802086a8d161e34aa7ed91d2033051294965f", - [] - ], - "border-bottom-color-009-ref.xht": [ - "e5076a43ed8851c197db6bd87d8690f80e26a9aa", - [] - ], - "border-bottom-color-010-ref.xht": [ - "92ea2c169f32b5952ee8bab82508b6d704a09295", - [] - ], - "border-bottom-color-011-ref.xht": [ - "1c97de1ffcd359c3df039df08c35051fe89d44b6", - [] - ], - "border-bottom-color-012-ref.xht": [ - "ea9e7c3bcdc57c08b92cb58c19870f26b0098882", - [] - ], - "border-bottom-color-014-ref.xht": [ - "d3082895e93514d855cf9159e01d28eb650b3ae6", - [] - ], - "border-bottom-color-015-ref.xht": [ - "b04da2378811af19ed28f568692447c4b6dd1ee7", - [] - ], - "border-bottom-color-016-ref.xht": [ - "538f9051c2b3edaa4c1804a4333a3ccd455a8498", - [] - ], - "border-bottom-color-017-ref.xht": [ - "cf6912694c1cbf16307ffa906fe0a92c8da9d6d7", - [] - ], - "border-bottom-color-019-ref.xht": [ - "322c6fc059e8408446c6fbd0fb07cc0adf9371a8", - [] - ], - "border-bottom-color-020-ref.xht": [ - "833ec72aa3470948a6f34127f8cdc54b82266b08", - [] - ], - "border-bottom-color-021-ref.xht": [ - "4ea14313ac48b87efbf9063b96b259571dab2fad", - [] - ], - "border-bottom-color-022-ref.xht": [ - "d99e3eaf48175af761b16462ce04d618d9c6f24c", - [] - ], - "border-bottom-color-026-ref.xht": [ - "79cf8fd3c0a71b7977f79ba3ec1e92549171f1aa", - [] - ], - "border-bottom-color-027-ref.xht": [ - "aa7950069d2f18c2ee8cd2bd8c74dce664bce530", - [] - ], - "border-bottom-color-028-ref.xht": [ - "dad179e9eaa12581ee254f9e1d75fabb6ca6a54e", - [] - ], - "border-bottom-color-032-ref.xht": [ - "d5f9edb9e36f4ba7bf6e529984d97ec148dcb3ac", - [] - ], - "border-bottom-color-034-ref.xht": [ - "29939695788f42b1031f386872b99a0f5811ad2f", - [] - ], - "border-bottom-color-037-ref.xht": [ - "f89e162bd8d34f009de02fa02484a217d4c86237", - [] - ], - "border-bottom-color-038-ref.xht": [ - "b04da2378811af19ed28f568692447c4b6dd1ee7", - [] - ], - "border-bottom-color-039-ref.xht": [ - "192db0e6f9b80b00b0157cebd450928aa72f2cfe", - [] - ], - "border-bottom-color-042-ref.xht": [ - "11bffd78f2ef34c8b338d83c69d48da548ea45f6", - [] - ], - "border-bottom-color-044-ref.xht": [ - "3d27161bc47909d73451c90abdb08fe06b0a4165", - [] - ], - "border-bottom-color-049-ref.xht": [ - "344ce16730732139c44a3c60d2d182ac300b1271", - [] - ], - "border-bottom-color-052-ref.xht": [ - "8096f85a34258c38b50736f331cc9324d639c512", - [] - ], - "border-bottom-color-054-ref.xht": [ - "9d1c01f601152b10beac4885b2154b51bd29d469", - [] - ], - "border-bottom-color-063-ref.xht": [ - "3afc17f0ed9e19131ef2a2792c420ec13019eafa", - [] - ], - "border-bottom-color-070-ref.xht": [ - "8e185252fab793f51f3537625409ec24555f7294", - [] - ], - "border-bottom-color-073-ref.xht": [ - "9c8b4d8c643ae7ab5b587c1b745699c2271d3188", - [] - ], - "border-bottom-color-075-ref.xht": [ - "813946da33074aaf8f2f42e23b59adf0b9ed7389", - [] - ], - "border-bottom-color-083-ref.xht": [ - "bf6367d4efe0f088d3852dc42929ef32f51666a9", - [] - ], - "border-bottom-color-090-ref.xht": [ - "d18a102f4f32d56131b8005b69f09d57f7980f5c", - [] - ], - "border-bottom-color-093-ref.xht": [ - "e6d82904856a35607382acc4888f44429a9dda88", - [] - ], - "border-bottom-color-095-ref.xht": [ - "938e1105056f58129ea38841da63af1d938e6d88", - [] - ], - "border-bottom-color-100-ref.xht": [ - "27a0264086698c9c81d40d3662f684ab5c92d3de", - [] - ], - "border-bottom-color-103-ref.xht": [ - "3f0eb480ad0b3af5a8d6b9eb4934a30b1f11d69a", - [] - ], - "border-bottom-color-110-ref.xht": [ - "a9241f5351a6549d567054c490f526e240e903a1", - [] - ], - "border-bottom-color-113-ref.xht": [ - "030ee6ec0043f264d54420f366932cfa170a9033", - [] - ], - "border-bottom-color-115-ref.xht": [ - "46288771833caa3639376da59ae71359d37e6e71", - [] - ], - "border-bottom-color-123-ref.xht": [ - "6e03bafdd7502298116d316686a2d875a11adee4", - [] - ], "border-bottom-color-129-ref.xht": [ "290b83cf674ff6e0ba3a74ad044dedb0d0b9f98b", [] ], - "border-bottom-color-131-ref.xht": [ - "4e5d9de91eb969b1244d6c2836b6a0a17b09115d", - [] - ], - "border-bottom-color-132-ref.xht": [ - "713977b023b6dac8c314d3b226d5b4022003a40b", - [] - ], - "border-bottom-color-133-ref.xht": [ - "5db22dc25452f49a1247fa0e5849e03e7d4c7099", - [] - ], - "border-bottom-color-134-ref.xht": [ - "beccb7d434eb75f68a7238e6d2a5e7473b542d15", - [] - ], - "border-bottom-color-135-ref.xht": [ - "7546efe622d40e13e011e6393416a4172cbc9b33", - [] - ], - "border-bottom-color-136-ref.xht": [ - "a6b78590d5342d0495df54e6dacc8d64e507a104", - [] - ], - "border-bottom-color-137-ref.xht": [ - "80bc045ae08f5826caef14c45515bbe741db9051", - [] - ], - "border-bottom-color-138-ref.xht": [ - "23131e179cb76fde6b031509af72d61f4e8a2cb0", - [] - ], - "border-bottom-color-139-ref.xht": [ - "3569017b366dc38d2f5f63f67e295d8ac8a775c4", - [] - ], - "border-bottom-color-140-ref.xht": [ - "f0efa8828606ceddd7fabfcf671ad4cc983f2ba0", - [] - ], - "border-bottom-color-141-ref.xht": [ - "b15072ea27cb2117ede0a10fcbca98fc0f9a2b19", - [] - ], - "border-bottom-color-142-ref.xht": [ - "814f26daa65784771ab95e1e0d5f08b76cf371ea", - [] - ], - "border-bottom-color-143-ref.xht": [ - "2acd5974e35221bc35421a7e892d5b2ed38b4d17", - [] - ], - "border-bottom-color-144-ref.xht": [ - "374461a4f0cd8126c88902cbef16d90857905bbf", - [] - ], - "border-bottom-color-145-ref.xht": [ - "a7e37e77a62ab18c7c93537db0a065abca66c830", - [] - ], "border-bottom-style-005-ref.xht": [ "be3e33274f9b84abc9f3ec76f6aa01c4fc05492d", [] @@ -376418,250 +364779,10 @@ "fb0c1f515d21888af7f48f1d2b3d8e18885d965f", [] ], - "border-right-color-001-ref.xht": [ - "5e969a7057d1c3326337d338b802007e0a4a378d", - [] - ], - "border-right-color-003-ref.xht": [ - "cd50ec9c95f08b6e37571ec431219a37fc1df8a0", - [] - ], - "border-right-color-004-ref.xht": [ - "6658033e03f13acd886066c14f3e6b65d0a35cbc", - [] - ], - "border-right-color-005-ref.xht": [ - "271f0257338379fb8ab5c2598285ae13442a2621", - [] - ], - "border-right-color-006-ref.xht": [ - "54a3f0780dfa36b5358e8977889dbd3d9c64729d", - [] - ], - "border-right-color-007-ref.xht": [ - "33ec214d70c4ae870d06c7f232daa64acb76aa48", - [] - ], - "border-right-color-009-ref.xht": [ - "d29b3cff006f317349ebd99c6cf8092b20b854df", - [] - ], - "border-right-color-010-ref.xht": [ - "1f4e1bb39346a5dd3d3cf12c3ab10d38ed83cd8e", - [] - ], - "border-right-color-011-ref.xht": [ - "caf4b75eecef0f493aba5772770f20b2bf3a31cf", - [] - ], - "border-right-color-012-ref.xht": [ - "97e1d2d5511f5c6d01fb011ca292fbd4c9fdb474", - [] - ], - "border-right-color-014-ref.xht": [ - "1d6efa8dbaabf6fae1af6eeb82f4c9967508c5bc", - [] - ], - "border-right-color-015-ref.xht": [ - "ea5d366423906797c2433a6e84579d11ca2517ba", - [] - ], - "border-right-color-016-ref.xht": [ - "ce65cb7b2eaa63b67039cc6b01edb4e8f31ab5a7", - [] - ], - "border-right-color-017-ref.xht": [ - "5c86113e20a49fd8817c992c8b7607e278fb6340", - [] - ], - "border-right-color-019-ref.xht": [ - "2ed1d89d019e06e9115a61c96fb85a8293b9481a", - [] - ], - "border-right-color-020-ref.xht": [ - "3678117f240f14cf5c58f4876537218149197447", - [] - ], - "border-right-color-021-ref.xht": [ - "54e59ecce1a6a050b4928a0b8998983f763b98e3", - [] - ], - "border-right-color-022-ref.xht": [ - "5649a4692fb1220d3d74d267feaa69f391e6a99e", - [] - ], - "border-right-color-026-ref.xht": [ - "b04781282ed8545b782a70be86d1a15937de78db", - [] - ], - "border-right-color-027-ref.xht": [ - "6658033e03f13acd886066c14f3e6b65d0a35cbc", - [] - ], - "border-right-color-028-ref.xht": [ - "e2f0624e0a438079515931f66482038ea4b5b291", - [] - ], - "border-right-color-032-ref.xht": [ - "4de6e2612e0cc33708706d3cf11ca6e76c07a007", - [] - ], - "border-right-color-034-ref.xht": [ - "b42d611a0ccf752035f59929131f90cfd455841a", - [] - ], - "border-right-color-037-ref.xht": [ - "c471d6e34896379a5e150c070b17844d498613eb", - [] - ], - "border-right-color-038-ref.xht": [ - "ea5d366423906797c2433a6e84579d11ca2517ba", - [] - ], - "border-right-color-039-ref.xht": [ - "75d200c8f69eceba1b8a8ce8839062f5151f6cec", - [] - ], - "border-right-color-042-ref.xht": [ - "c62e0983af57c009fca90168f3ebf00abaf2ebc3", - [] - ], - "border-right-color-044-ref.xht": [ - "935decca7110cbe0ac0bd2019727af82d6e2a999", - [] - ], - "border-right-color-049-ref.xht": [ - "a1e55f878d87501c59a110127c66665a74361b0e", - [] - ], - "border-right-color-052-ref.xht": [ - "3eab45d6ef27f2d62be7673afc5f40688b658f67", - [] - ], - "border-right-color-054-ref.xht": [ - "1a8528541919b23e32d6e3a12c4dd634ea6bcd73", - [] - ], - "border-right-color-063-ref.xht": [ - "31fcddc30bcc184d9917ba305cb642338bd07e15", - [] - ], - "border-right-color-070-ref.xht": [ - "f0ed168b38131f3422032380115266ee2346546d", - [] - ], - "border-right-color-073-ref.xht": [ - "a851dd306fd2b1925d59c41f1d240e8e48c02a02", - [] - ], - "border-right-color-075-ref.xht": [ - "c0708eb0b317c74821b1ec2eff8e47f67d8c556d", - [] - ], - "border-right-color-083-ref.xht": [ - "fcb41f086599be2c6cb8026387fc3139d8102a50", - [] - ], - "border-right-color-090-ref.xht": [ - "07a74483a102d85722177173be0338347df2619d", - [] - ], - "border-right-color-093-ref.xht": [ - "8a38a2b9e27cd1775ab556f8ed8bd06dba5913cf", - [] - ], - "border-right-color-095-ref.xht": [ - "89fbb1ece749f1e5afd682993d2f28cc6191d47d", - [] - ], - "border-right-color-100-ref.xht": [ - "af48ac1dc0ba87ed1616a27262faef9da059b50d", - [] - ], - "border-right-color-103-ref.xht": [ - "94d16c8f06901ecf3d84d6b6ac16c55b2c71627b", - [] - ], - "border-right-color-110-ref.xht": [ - "7c5049a194bae7f75457de0ea7b61b9a7ed5934b", - [] - ], - "border-right-color-113-ref.xht": [ - "4579ac40b253383c4a62e7ee2e93b341ab60fd48", - [] - ], - "border-right-color-115-ref.xht": [ - "e573484d0cfd41082899a81b3b3ad46e6e0c0859", - [] - ], - "border-right-color-123-ref.xht": [ - "b8637fa28e7260c38acc74d33434f2553a32af80", - [] - ], "border-right-color-129-ref.xht": [ "9bce8d0dcbd7dfee7ffd27cc3f316087ef4a2fe3", [] ], - "border-right-color-131-ref.xht": [ - "28f861bbf670d6afd46d82cfa1301a1b63050dda", - [] - ], - "border-right-color-132-ref.xht": [ - "44f62e9915dcccaaccda468b6ab96d99c635b3ec", - [] - ], - "border-right-color-133-ref.xht": [ - "f8ff0058e43e48a8e4bd9a4c4f7b11ae20f8ec9e", - [] - ], - "border-right-color-134-ref.xht": [ - "3b3157912f9edbc7a3a70804b0758e74ef75604f", - [] - ], - "border-right-color-135-ref.xht": [ - "d2ccb1bf2b5749af4cbdef3c71a4ef18b86552a8", - [] - ], - "border-right-color-136-ref.xht": [ - "ad88d9b088ba59c15a0853c0a08189cadff288fb", - [] - ], - "border-right-color-137-ref.xht": [ - "861a21b121565e4b01064fba1211abe9d152ffad", - [] - ], - "border-right-color-138-ref.xht": [ - "d51452ccc960df5a9508352677698e0c94835579", - [] - ], - "border-right-color-139-ref.xht": [ - "d11d7998d0a4df700bc564cfa789f34eeb44792c", - [] - ], - "border-right-color-140-ref.xht": [ - "69f95adc7c3559eb53792c4ea243235fb6618dc6", - [] - ], - "border-right-color-141-ref.xht": [ - "8fa051bf2f7b1c923133d9415f1a66576bdbed06", - [] - ], - "border-right-color-142-ref.xht": [ - "82ae509f8201564cb5216f67b7b75805e1f33c77", - [] - ], - "border-right-color-143-ref.xht": [ - "b5927d37c258f0f0ee89e06cd7ef5106a2594f21", - [] - ], - "border-right-color-144-ref.xht": [ - "da46e0dd1c5d0cdfcc837eb84970dafd0b8e90aa", - [] - ], - "border-right-color-145-ref.xht": [ - "5c93a0cee79fe51b28e15b4dac12bdff1366fa99", - [] - ], "border-right-color-175-ref.xht": [ "ed715694de436241e51a456430bee01dec4b397a", [] @@ -377868,250 +365989,10 @@ } }, "colors": { - "color-001-ref.xht": [ - "acd2384afde31a01befe51e7bccd0b773c159624", - [] - ], - "color-002-ref.xht": [ - "b469a4cb8dc47b04b31f83653a9cc922dd245e73", - [] - ], - "color-003-ref.xht": [ - "ecc99ecb07c1d6a8beb8df2ad668ebff5b8dd957", - [] - ], - "color-004-ref.xht": [ - "f0ae15aefb36bcd94b1d96b2d9d68707986cea98", - [] - ], - "color-005-ref.xht": [ - "6ace4bbbbde3af870a199efcff9a74e380b75cb5", - [] - ], - "color-006-ref.xht": [ - "5041fb87d3c62a16e2739771f9760f00f422e1d2", - [] - ], - "color-009-ref.xht": [ - "e818c26885f403013c862d5885a0c9bdf46c7665", - [] - ], - "color-010-ref.xht": [ - "8dbab72574bd48d801a73bf1fd92c22c618792c1", - [] - ], - "color-011-ref.xht": [ - "9f4b87fd5ee387732160485bb278cd3216c8c6af", - [] - ], - "color-012-ref.xht": [ - "59025f39b7088aae2e3f440e3b6f35819e6ec939", - [] - ], - "color-014-ref.xht": [ - "cdfa33419c2579113469e2d54f22067d5c703440", - [] - ], - "color-015-ref.xht": [ - "150cb97303574c700075265144b88ba915c9c1d4", - [] - ], - "color-016-ref.xht": [ - "60460bd998e78fc909be797e9073c2b6e197f83e", - [] - ], - "color-017-ref.xht": [ - "3c841881993c43bc5a654097b43603306cbd5c1a", - [] - ], - "color-019-ref.xht": [ - "79ac0258078cec2368b62a01002880291c5049a1", - [] - ], - "color-020-ref.xht": [ - "290b880fe841b6b90a4598aeb5efb05c5f001284", - [] - ], - "color-021-ref.xht": [ - "2c7402ed17ca96f4da87f217c3500bd3ede85433", - [] - ], - "color-022-ref.xht": [ - "307427e5b791e9b8aeac9391afd191b6bff0a6aa", - [] - ], - "color-026-ref.xht": [ - "0b2d2856df50f76e5a2745e1aa178a88b9bca266", - [] - ], - "color-027-ref.xht": [ - "f0ae15aefb36bcd94b1d96b2d9d68707986cea98", - [] - ], - "color-028-ref.xht": [ - "59a7fa02b72b3f09b3aeda914377126432d2180d", - [] - ], - "color-032-ref.xht": [ - "366b222e9bdd1a941c67a51d5c3060c413e5b2be", - [] - ], - "color-033-ref.xht": [ - "8dbab72574bd48d801a73bf1fd92c22c618792c1", - [] - ], - "color-034-ref.xht": [ - "9f135dc7454ab8bbada2414a75798939219e05b4", - [] - ], - "color-037-ref.xht": [ - "75cf4a2f3428da7cc1e7f187b912090156b54c21", - [] - ], - "color-039-ref.xht": [ - "6d08ab58951a7d082fd70728a3a12fee38035f4b", - [] - ], - "color-042-ref.xht": [ - "916cd6647cd851f9cbf3c5ab1c8ed7c94267c36c", - [] - ], - "color-044-ref.xht": [ - "1435c39446263a6f72620e79789c84f8d855223d", - [] - ], - "color-049-ref.xht": [ - "f6fbe6b75c3e455e09b8edc47940a36a44527c7c", - [] - ], - "color-052-ref.xht": [ - "336b50856b97eda3ab920a9383c84a1e97ccbc8f", - [] - ], - "color-054-ref.xht": [ - "129435262e7ce96abc7efed7fde19f65fee749d9", - [] - ], - "color-063-ref.xht": [ - "43cbdd90997717c5c9186057cef95d9890e87432", - [] - ], - "color-070-ref.xht": [ - "7f93e3ad88cc0c27228c5a70e9dfb1a293b77d46", - [] - ], - "color-073-ref.xht": [ - "10485f719bff9350d35b62cd4f006670dd1c6d75", - [] - ], - "color-075-ref.xht": [ - "cc2c24969a83980e830bebd17405676e63982bef", - [] - ], - "color-083-ref.xht": [ - "5417ef07e8fbc1cc59de626384312d592b791b7a", - [] - ], - "color-090-ref.xht": [ - "017bcb95e8c0bd7b1f110a0641c774a76d3e9c22", - [] - ], - "color-093-ref.xht": [ - "aae925114736d5fa87f82526d10302662ce35f78", - [] - ], - "color-095-ref.xht": [ - "62e3f7b7f18c26e23ae8a5021027abb5f86843fe", - [] - ], - "color-103-ref.xht": [ - "934fcd6da64b14d20a116291e7e7e4ff1636d1fe", - [] - ], - "color-110-ref.xht": [ - "a382d1c2fb1f117db67dd62b34c7410157afbd1f", - [] - ], - "color-113-ref.xht": [ - "2f53e518755864f4693fc647ec4434ecbbabec68", - [] - ], - "color-115-ref.xht": [ - "d574618ac554da875cd227cc5883c59cf889e1f4", - [] - ], - "color-123-ref.xht": [ - "68617d2c43a82f4c5e3e6b94e0f21268f72cbab7", - [] - ], "color-129-ref.xht": [ "bf2a612ed02080e0af2f28030cfb0ea0729fdb2e", [] ], - "color-130-ref.xht": [ - "b469a4cb8dc47b04b31f83653a9cc922dd245e73", - [] - ], - "color-131-ref.xht": [ - "2dad381d88fcade0842a91035e9de52dd1983ab8", - [] - ], - "color-132-ref.xht": [ - "9d6a313268e70b523a1cbe4bfd8376bac8ee1033", - [] - ], - "color-133-ref.xht": [ - "43cbdd90997717c5c9186057cef95d9890e87432", - [] - ], - "color-134-ref.xht": [ - "10db5fbb5fef9ee14dfeb33f7827e17bc11cae33", - [] - ], - "color-135-ref.xht": [ - "aa547b0a5422cd92009e37c1ce42ccc66f92b233", - [] - ], - "color-136-ref.xht": [ - "c3382a769aa55fa6c36654268e8d3cd7bdfa7f70", - [] - ], - "color-137-ref.xht": [ - "68617d2c43a82f4c5e3e6b94e0f21268f72cbab7", - [] - ], - "color-138-ref.xht": [ - "832375425ce6abe2776d38fba0f48153587eb8c7", - [] - ], - "color-139-ref.xht": [ - "280a5fc35bc89b3182c196938bb708fce95bacdd", - [] - ], - "color-140-ref.xht": [ - "056f8e4dcf20e08de5fe1f694fa4476b0e72e268", - [] - ], - "color-141-ref.xht": [ - "59025f39b7088aae2e3f440e3b6f35819e6ec939", - [] - ], - "color-142-ref.xht": [ - "3f7ffb2f2bf589ea4190ac77a63bcb9dbee5a94a", - [] - ], - "color-143-ref.xht": [ - "70c54ff1a9ba59c67c087c9cf6d1aec670a3bd75", - [] - ], - "color-144-ref.xht": [ - "5041fb87d3c62a16e2739771f9760f00f422e1d2", - [] - ], - "color-145-ref.xht": [ - "1d05b5f071d0d8018d39d12fb98bf4cc9db22c1c", - [] - ], "color-175-ref.xht": [ "5c4e0b7de5a6799858ab8a3ff3d3f46f89ee0127", [] @@ -378976,10 +366857,6 @@ "ae9648ff690deea942849d84a2d52be5342a8a0e", [] ], - "c63-color-000-ref.xht": [ - "1cb42e36412daedcd31e415e44026d46aaa18d0f", - [] - ], "c64-uri-000-ref.xht": [ "e7d8f606d0a52bdbc22736f2bb3be32985e97f97", [] @@ -389414,54 +377291,6 @@ "2ec1fb0447c9c08ef41b147c4b7109022a5e4678", [] ], - "outline-color-049-ref.xht": [ - "e1d340d24a10bcc5748b3d5563092aa6ac4fd355", - [] - ], - "outline-color-052-ref.xht": [ - "fe849dfc2c1c94d42b125a084764dc8733dd55fe", - [] - ], - "outline-color-054-ref.xht": [ - "ecd5c5b6a70cd651817a91ee1e261f6cfda784e0", - [] - ], - "outline-color-070-ref.xht": [ - "ce6d3133e770c12eb1f8d7de23fdb7aafe5efd3d", - [] - ], - "outline-color-073-ref.xht": [ - "e5289db8f46abd985e27a7cbe3940833efcaadc7", - [] - ], - "outline-color-075-ref.xht": [ - "bbac031cb8b97fb404d00fe1bf1216b7be1cb00c", - [] - ], - "outline-color-090-ref.xht": [ - "ec3954e119a9d4a48d871de5ff263c96bb3b9cc4", - [] - ], - "outline-color-093-ref.xht": [ - "6086a60f4f66ef2ac25d20af21b19b6e22348ea5", - [] - ], - "outline-color-095-ref.xht": [ - "db3b9a2b2e8b5f0077aa1e55920f138079a89274", - [] - ], - "outline-color-110-ref.xht": [ - "215dd07ad215e9a27facdf298ec935059da9f777", - [] - ], - "outline-color-113-ref.xht": [ - "8baabd985a2a3b6f7d6e0f7bc53de582b2ddf880", - [] - ], - "outline-color-115-ref.xht": [ - "b3d7efcb6022ed6452694c48d21ff81a4b4f1f3a", - [] - ], "outline-width-096-ref.xht": [ "5fe0512173c24af3afbc336efb24d331019d1e4c", [] @@ -389634,10 +377463,6 @@ } }, "values": { - "color-000-ref.xht": [ - "9d463033b3e5f86af01048193fb627372af3de18", - [] - ], "numbers-units-007-ref.xht": [ "ac9b53bd4d89f57ceea6108f557a566e33c25d76", [] @@ -395397,6 +383222,10 @@ ] }, "css-borders": { + "META.yml": [ + "e1ef68513f7cabfd9c1ec444e8e9c5f00c9e0baf", + [] + ], "reference": { "border-radius-greater-than-width-ref.html": [ "3c8c470ef5ac93ed8d29fb26d40a2c4bbea47827", @@ -397330,6 +385159,10 @@ "7958810b40ecc2837ecb13d419a577fab9643115", [] ], + "content-visibility-intrinsic-size-001-ref.html": [ + "8d9bd96f7ed0c878310917d7c7ff66ce2e1ba724", + [] + ], "content-visibility-on-g-ref.html": [ "e93425d5ff8afb0cd77a8492c12b36013211bf25", [] @@ -412829,6 +400662,10 @@ "6cd7e76774bdfada51ae9fc3058db5f65f5fb2f8", [] ], + "clip-path-animation-inherit-ref.html": [ + "5b1cf397294adfc5adfcd87461c5db56201bf95c", + [] + ], "clip-path-animation-missing-0-percent-ref.html": [ "200edcd03821ba2899e43fd560c475b23e7678f3", [] @@ -415473,6 +403310,10 @@ "fefe86d8b798c7e3fa640d3324adde51ce45cd69", [] ], + "page-name-unnamed-trailing-001-print-ref.html": [ + "6cb29e1c7c602b316866e24e094f40d3d192a35c", + [] + ], "page-name-zero-height-001-print-ref.html": [ "e78cb65df988abff25061a58d96f2ce2525248f7", [] @@ -419503,6 +407344,14 @@ "ab9d83927458d5b9881b07bc7fd8a1d31e471b33", [] ], + "collapsed-border-partial-invalidation-001-ref.html": [ + "a3705965fe4470f25cb98c331f148b8b93fd22fc", + [] + ], + "collapsed-border-partial-invalidation-002-ref.html": [ + "d89389a6dc3bc2d86a17ea6f22857feaff6119fb", + [] + ], "collapsed-border-positioned-tr-td-ref.html": [ "b3099017699bb83d78bf0492c9c451ccd1e034bf", [] @@ -420896,6 +408745,10 @@ "letter-spacing-nesting-003-ref.xht": [ "996f2a1e30435038e1e02ff7b78bd361c06efc17", [] + ], + "letter-spacing-percent-001-ref.html": [ + "1025ecb67cda6ffbb108566279dbc9ba7311eb72", + [] ] }, "support": { @@ -423540,6 +411393,10 @@ "ref-filled-green-100px-square.xht": [ "05a13794482a94f6c10bd9d4c98704e63ef60331", [] + ], + "word-spacing-percent-001-ref.html": [ + "02bd2f64f45f1ea1e33a0e2f528414c7cb6c7b0c", + [] ] }, "support": { @@ -424260,6 +412117,22 @@ "8a962a41e923c50a6d891bc3f1b9c7bff3bbd180", [] ], + "svg-fill-none-ref.html": [ + "9167272178371bf554f83278eb0d256490a6ca34", + [] + ], + "svg-fill-opacity-ref.html": [ + "73c878b89dfa4b12d5a3dd985d0110c424265a1d", + [] + ], + "svg-stroke-dasharray-ref.html": [ + "63e45f4e11775c807abbb36f813ffc9604171ca9", + [] + ], + "svg-stroke-ref.html": [ + "d3905fbfbc96f87bf3d209b1d7c5955d70782e4a", + [] + ], "textindent-ref.html": [ "c3e3315e9b2795a5a5fb8a7e367bb133d6e442fe", [] @@ -427423,6 +415296,14 @@ "a0f6add684a57f394f2dd97b163a3ca9fc61a1ef", [] ], + "calc-rounding-001-ref.html": [ + "476e337505b0e21292a84f3fb91472db864716c5", + [] + ], + "calc-rounding-002-ref.html": [ + "a2e9fd0d188940cd1f6b198480141cde59801b97", + [] + ], "calc-text-indent-1-ref.html": [ "71c0b48d6eee5eb7a09b440f934e24d1f912e680", [] @@ -428033,6 +415914,10 @@ "5c882ada040ec700eda008e016d0a1827e31d368", [] ], + "clip-path-larger-than-border-box-on-child-of-named-element-ref.html": [ + "67d55eedf4872f828e2838c6f7c77d6d4d053b11", + [] + ], "content-object-fit-fill-ref.html": [ "b86e0a95a172bcc191f17d954b2cf6bd710a1fd1", [] @@ -428544,6 +416429,14 @@ "META.yml": [ "0c4122a8a54873c99c996df5cdb0e5035c9af56b", [] + ], + "line-height-ref.html": [ + "c75539243cbb45ab7407d5519748811e0f44eef0", + [] + ], + "width-ref.html": [ + "5d2755f3e9ea0e3b9b1134ec40a50ef7588bf0ea", + [] ] }, "css-will-change": { @@ -439446,6 +427339,10 @@ "816de535feaa83c224e76159d3defa571b1199fe", [] ], + "service-worker-fetch-all.js": [ + "78ac8d1576b49802fa1587c332ba8cad7a568daf", + [] + ], "service-worker.js": [ "bca71ad910cb189c2de6298b4ea59b5594aba637", [] @@ -439467,7 +427364,7 @@ [] ], "support.sub.js": [ - "46a9d9e0764c06c640adb0f463e8ea432f032e60", + "1cb432b7874ab35a0878fd680a4c1972606b9ad9", [] ], "worker-blob-fetcher.html": [ @@ -439624,8 +427521,12 @@ [] ], "resources": { + "additional-bids.py": [ + "060606b41dfa2f52acfd8f2e38a6f2ee60f741ed", + [] + ], "bidding-logic.sub.py": [ - "707e37f36bb1423dfb168a88320e3be620249109", + "e17f2c2c75d294d7cdf53d3f0afb2826bae10813", [] ], "decision-logic.sub.py": [ @@ -439645,7 +427546,7 @@ [] ], "fledge-util.sub.js": [ - "4fc77933634aa276e4ea83bd53be5ad612789e1d", + "5819357e299dcfc2d5ca78d28eaafc3445ee9bc9", [] ], "fledge_http_server_util.py": [ @@ -439656,6 +427557,10 @@ "47afcdef2a2812acccecd0f203d30d3023593f3d", [] ], + "permissions.py": [ + "eed93c42756b75045dd38ccc4c085059d040bf66", + [] + ], "redirect-to-trusted-signals.py": [ "7da27cd6872f9119c8647be939aecc4452526e50", [] @@ -441412,6 +429317,10 @@ [] ], "resources": { + "disable_bfcache.js": [ + "dea70ef4bdf17c87a8e01d71d1faa592a93c0b65", + [] + ], "echo-worker.js": [ "3e3ecb52e9f13f83053e99e3871e950937ebce05", [] @@ -441421,15 +429330,15 @@ [] ], "executor-pushstate.html": [ - "dcf4a798d00de34672e5b5480e4df6f27f96fa2d", + "3dd8f341f1e3affb60814666be080a3477e8bd95", [] ], "executor.html": [ - "2d118bbe2b2b8019bad58cb184acbf697e63275e", + "c3af5f6ba810eaee5c069c4b0d7ec918831abc9d", [] ], "executor.js": [ - "67ce0681303da0860095797bebeabdaf58fefd78", + "5137616d858eb7d6bd4de38ed5e433dcb2e7a9b9", [] ], "helper.sub.js": [ @@ -441441,7 +429350,7 @@ [] ], "rc-helper.js": [ - "80c164f56053d3379e0ac5ed31cde312c09ae6a3", + "ad2119b7385684dff539d80b5f3a37aefae10816", [] ], "service-worker.js": [ @@ -444139,24 +432048,44 @@ "86c5710132f348bd3e2332983d7211f4b3315cdb", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html": [ - "f9571f208ea843b11bc18dfe142c08a950571ff7", + "2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html": [ + "dac31c97f126b4841499110f28a9fcbea711a732", + [] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html": [ + "88d0cb2de28097a7663b40a0fdb11383a4834363", + [] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html": [ + "744983d4ae2127be450791ddbe5fb60473d378da", + [] + ], + "2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html": [ + "e611113e420c52605d133c444e2452a866ce7730", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html": [ - "e76613271f3971ac267e13a6a36fe87036902a25", + "2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html": [ + "c6d915cb078f55d306cc369da8b1c3d1c4c0ef63", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html": [ - "0f214fca9fdf37aba06dc20425c85d84c9bf2b19", + "2d.filter.layers.gaussianBlur.isotropic-expected.html": [ + "4f937548628d17bb9a1760c04471f8386e080261", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html": [ - "285a6417266212d28aec1515a9d7c5a339d47338", + "2d.filter.layers.gaussianBlur.mostly-x-expected.html": [ + "255270c192c54be83e27b2c24f0fe3c5b53839b4", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html": [ - "d59945b5da6da751480b8d4361aa26670d69b3cc", + "2d.filter.layers.gaussianBlur.mostly-y-expected.html": [ + "76a46b15338faea4306c6454ba2e54129732a460", + [] + ], + "2d.filter.layers.gaussianBlur.x-only-expected.html": [ + "26741f984749f44d2974ecbd4ce59a708971b81c", + [] + ], + "2d.filter.layers.gaussianBlur.y-only-expected.html": [ + "d00eec6b578ad0434da90f83020f079ba27cced1", [] ] }, @@ -444225,6 +432154,22 @@ "60f78d80965fd0dec9ea11bc21d3652fc3d7bad1", [] ], + "2d.layer.ctm.filter-expected.html": [ + "5fc1ac9acd5ec1b6132fb57a0c34e74a835f3372", + [] + ], + "2d.layer.ctm.resetTransform-expected.html": [ + "fd4c1746c755b631da3b92428139a7cb29f81083", + [] + ], + "2d.layer.ctm.setTransform-expected.html": [ + "45a3d095e13a87bb4b8827a13e580de14b2e09ad", + [] + ], + "2d.layer.ctm.shadow-in-transformed-layer-expected.html": [ + "312ca19b4c24450160749386634aaef4794bb05b", + [] + ], "2d.layer.drawImage-expected.html": [ "26f6e752149102af7cd3bda76045092545712ba4", [] @@ -444532,7 +432477,7 @@ [] ], "canvas-filter-object-turbulence-expected.html": [ - "ff0eebe2e043c77beb0a5ea98d465b091ec6b33e", + "ea5600b0062dab5e2d39e584df22996ab31788c1", [] ], "idl-conversions": { @@ -445223,24 +433168,44 @@ "86c5710132f348bd3e2332983d7211f4b3315cdb", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html": [ - "f9571f208ea843b11bc18dfe142c08a950571ff7", + "2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html": [ + "dac31c97f126b4841499110f28a9fcbea711a732", + [] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html": [ + "88d0cb2de28097a7663b40a0fdb11383a4834363", + [] + ], + "2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html": [ + "744983d4ae2127be450791ddbe5fb60473d378da", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html": [ - "e76613271f3971ac267e13a6a36fe87036902a25", + "2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html": [ + "e611113e420c52605d133c444e2452a866ce7730", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html": [ - "0f214fca9fdf37aba06dc20425c85d84c9bf2b19", + "2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html": [ + "c6d915cb078f55d306cc369da8b1c3d1c4c0ef63", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html": [ - "285a6417266212d28aec1515a9d7c5a339d47338", + "2d.filter.layers.gaussianBlur.isotropic-expected.html": [ + "4f937548628d17bb9a1760c04471f8386e080261", [] ], - "2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html": [ - "d59945b5da6da751480b8d4361aa26670d69b3cc", + "2d.filter.layers.gaussianBlur.mostly-x-expected.html": [ + "255270c192c54be83e27b2c24f0fe3c5b53839b4", + [] + ], + "2d.filter.layers.gaussianBlur.mostly-y-expected.html": [ + "76a46b15338faea4306c6454ba2e54129732a460", + [] + ], + "2d.filter.layers.gaussianBlur.x-only-expected.html": [ + "26741f984749f44d2974ecbd4ce59a708971b81c", + [] + ], + "2d.filter.layers.gaussianBlur.y-only-expected.html": [ + "d00eec6b578ad0434da90f83020f079ba27cced1", [] ] }, @@ -445309,6 +433274,22 @@ "60f78d80965fd0dec9ea11bc21d3652fc3d7bad1", [] ], + "2d.layer.ctm.filter-expected.html": [ + "5fc1ac9acd5ec1b6132fb57a0c34e74a835f3372", + [] + ], + "2d.layer.ctm.resetTransform-expected.html": [ + "fd4c1746c755b631da3b92428139a7cb29f81083", + [] + ], + "2d.layer.ctm.setTransform-expected.html": [ + "45a3d095e13a87bb4b8827a13e580de14b2e09ad", + [] + ], + "2d.layer.ctm.shadow-in-transformed-layer-expected.html": [ + "312ca19b4c24450160749386634aaef4794bb05b", + [] + ], "2d.layer.drawImage-expected.html": [ "26f6e752149102af7cd3bda76045092545712ba4", [] @@ -445667,7 +433648,7 @@ [] ], "gentestutilsunion.py": [ - "cf141f2f07475edb4912b6846aa67468648a6a74", + "4fe7f2bd42ee4fca6f3613fb60caca862f6d1baa", [] ], "name2dir-canvas.yaml": [ @@ -445764,11 +433745,11 @@ [] ], "filters.yaml": [ - "01c83a33e2c0b92fc46b69039f47a4a867f809b3", + "e18ab61b41ef31153e4d55eb4020f60e02a492ef", [] ], "layers.yaml": [ - "dfef55d081b9d46ba71d216ec76cbf9c0fe6f338", + "938cc74d21460434856f5cff4a8851cb92a126db", [] ], "line-styles.yaml": [ @@ -451687,6 +439668,10 @@ "26e5f33282192b10f56cd66fefeda2c1b9d9b389", [] ], + "select-button-min-height-001-ref.html": [ + "c35ad5fc420cd16baf2914d116f2e5a6e69fb96a", + [] + ], "select-empty-ref.html": [ "31ba23a5cf86f161b1204ea3f4c9fef4585af909", [] @@ -454090,7 +442075,7 @@ [] ], "popover-utils.js": [ - "bfc1f89ec1003bfaeca1a7aea115140858a85717", + "96ac7e03f0e7fc6bdd3c44ef400b243dba8b735d", [] ] } @@ -456728,7 +444713,7 @@ }, "tools": { "generate.py": [ - "3457f94d70598ca4590aa27ec9929ebec61c0039", + "f0db885814b8997cd80ff34121132607d7e71c17", [] ] } @@ -458889,7 +446874,7 @@ [] ], "CSP.idl": [ - "ac0a6ff5638eb0f64464d35cb11c7550a72d715f", + "d4a6377ebb30af39a7c3f470d4d2139179986285", [] ], "DOM-Parsing.idl": [ @@ -459177,7 +447162,7 @@ [] ], "contact-picker.idl": [ - "0119d0e2ce658f02df30120083f7d1b6b203bdad", + "fc589fa06697ce6632bd1487ebb3e7ff48904dfc", [] ], "content-index.idl": [ @@ -459205,7 +447190,7 @@ [] ], "css-anchor-position.idl": [ - "5d3973eff3d3b23b6641857ba3d7f5305cf6c62c", + "b79e3fce893ddc13bc89324bacea4340777d09e6", [] ], "css-animation-worklet.idl": [ @@ -459253,7 +447238,7 @@ [] ], "css-fonts.idl": [ - "070cbc58f5df950f4d856c71e490e8ad2340517d", + "7a917662b5927a374f4cb5b1b1371a5590f2dc6a", [] ], "css-highlight-api.idl": [ @@ -459352,6 +447337,10 @@ "38cedac40cddc71ea754df7171d68018d1a0854b", [] ], + "digital-identities.idl": [ + "9027ce61af8175a78fdd4a6b7ca41324756c8b85", + [] + ], "document-picture-in-picture.idl": [ "f54f437a9365a7f8540fb1bb1c42a3c9118cbf57", [] @@ -459361,7 +447350,7 @@ [] ], "edit-context.idl": [ - "eb3174e25f548314348a4414a014a1a0cbb62858", + "60ddbafe7585b390643d20b4811554005fdb4794", [] ], "element-capture.idl": [ @@ -459429,7 +447418,7 @@ [] ], "gamepad.idl": [ - "77a22c1d85805197b3d005f51055d5171690c304", + "024e5ea58c1c33ed4c9a0b94ddf53317fa43936b", [] ], "generic-sensor.idl": [ @@ -459465,7 +447454,7 @@ [] ], "html.idl": [ - "9193a7487eefb7b4eef7fb7119aa1b8743f5a12e", + "8992ceab1ee2cd423f8c34ed154a453ca2c6d97d", [] ], "idle-detection.idl": [ @@ -459492,6 +447481,10 @@ "6a2147b93e640109a1930cdc23279138c216c4ed", [] ], + "interest-invokers.tentative.idl": [ + "f89af4d73418bc14628a33349483e435275fa71f", + [] + ], "intersection-observer.idl": [ "8502a11357faabd327d5659089198f0133a9db4c", [] @@ -459533,7 +447526,7 @@ [] ], "longtasks.idl": [ - "13d4940c1c0aa5268310f799f2b4c17226147c45", + "e5b6ece16a1c373905f1b8a8561b1dc402704311", [] ], "magnetometer.idl": [ @@ -459593,7 +447586,7 @@ [] ], "mediasession.idl": [ - "57c62dfbc9d409feaac1a1755a2247e0c4ce8512", + "8e9a21aff063a7b6d5f34f59cb293c493ffb8c4c", [] ], "mediastream-recording.idl": [ @@ -459813,7 +447806,7 @@ [] ], "service-workers.idl": [ - "6d44d61debbef6f86a170855a791bb4b71179d51", + "c740e1098a884726b28dbd07cfe12bbebf2f1a00", [] ], "shape-detection-api.idl": [ @@ -459865,11 +447858,11 @@ [] ], "trusted-types.idl": [ - "6723994aae621f8d69022993c250a94649182dff", + "db5bd635cf9f699a6a8628898883d79a34336255", [] ], "turtledove.idl": [ - "f5813b5d03d6f7fc35c37c6bbb3bdc4f81aba556", + "8a2d7bb594f56d163acbc0cd88605857f1c608ca", [] ], "ua-client-hints.idl": [ @@ -459877,7 +447870,7 @@ [] ], "uievents.idl": [ - "21c40c308a8a175452f43e695cbc178673ea0d6a", + "0f9d3d3c1883f76bac8748d1e80e98fb0919eb0d", [] ], "url.idl": [ @@ -459909,7 +447902,7 @@ [] ], "wai-aria.idl": [ - "13e3b0f8b1976330788059ab61b263ba2f7a7ebd", + "78083f03f91fd987b6e19da391e640bf9816d701", [] ], "wasm-js-api.idl": [ @@ -460005,7 +447998,7 @@ [] ], "webgl1.idl": [ - "4552610c0d58222b34a345b21baf72ece278eb48", + "1b711e1a4ce9df841d62229e3598333ce22f7747", [] ], "webgl2.idl": [ @@ -460013,7 +448006,7 @@ [] ], "webgpu.idl": [ - "15074009cf65b4fbb79f995900565d6af94cec86", + "ef5b9c730abed4a31306cfb36d9a68c51ac91528", [] ], "webhid.idl": [ @@ -460029,7 +448022,7 @@ [] ], "webnn.idl": [ - "721ee788bda051d908713c4e848e3433226e5f05", + "cafba9de5e122fe78aa5ed490858a14060076079", [] ], "webrtc-encoded-transform.idl": [ @@ -460065,7 +448058,7 @@ [] ], "webtransport.idl": [ - "281c096d21d6849c38d4eaef62dbe082bd748536", + "7421dcb432c02b176876c30e620d71c32a94fe02", [] ], "webusb.idl": [ @@ -460504,7 +448497,7 @@ ] }, "lint.ignore": [ - "64266fc8e38ba5725c24dd320544690489820177", + "ebe734d00836233082291ab02ed0db2ca51a7936", [] ], "loading": { @@ -463786,7 +451779,7 @@ ], "not-restored-reasons": { "test-helper.js": [ - "97695cd0acec89bc5fa223eadf516d3103ddc302", + "826b0ccb2bead6135d513564f80f786da4a98544", [] ] }, @@ -464606,6 +452599,22 @@ "de7629453d91d09551fdfcbe51c90cda494e6fcf", [] ], + "errors": { + "support": { + "invalid-unknown-ancillary.png": [ + "21373a5a5aff91c2755cdc9a7f381da29658850c", + [] + ], + "no-invalid-chunks.png": [ + "6605d479854ba0d9e772b105f1b276b7c842a306", + [] + ] + }, + "unknown-ancillary-error-recovery-ref.html": [ + "cfa2cbb6f14cc95cb5930dab38fa3fb11bda49bd", + [] + ] + }, "support": { "cICP-and-iCCP.png": [ "71d88defc12b18b29d2c2dd4303e4bfb15d1a4c0", @@ -471338,7 +459347,7 @@ [] ], "credentials-test-helper.py": [ - "81a988e3581f0567a29a58b7303f124c5cc5e38e", + "46fc0ea6fb2a99877dbb6b69cb3da25a19f490fd", [] ], "delete-key.https.html": [ @@ -471485,6 +459494,10 @@ "1b63235b7cdffe9ebb43bfac3a01d5220e1519fb", [] ], + "verify-length-module.js": [ + "8ba10fbcb64fc40535f216454e64199ae49ffa67", + [] + ], "verify-shared-storage.https.html": [ "52c79e7e85afc66782d7d6c144c1a6b55bfccada", [] @@ -472231,7 +460244,7 @@ [] ], "utils.js": [ - "940edcc0ca359e3ececefac7498acf66af898c67", + "bc1bc5911eb8552efd689f84a0e61d2f74aa268a", [] ], "wake-lock.https.html": [ @@ -473956,7 +461969,7 @@ [] ], "requirements_tc.txt": [ - "81516466054bcc1750debe6c0fa3bf0ee335db0c", + "e1ae4dbf70ed5602e318fdfe5f95bb149ac398aa", [] ], "run_tc.py": [ @@ -474068,7 +462081,7 @@ [] ], "Dockerfile": [ - "e1ff6b9020515f4cca024614dff04021ff6974b5", + "a9162559ab87641da1c49f9f4b5bbb9af01074c8", [] ], "README.md": [ @@ -474567,7 +462580,7 @@ [] ], "requirements_tests.txt": [ - "0604dceb0a0421bd16fe091e18e8ed23dd8c8588", + "6455286736da2bbc07783da804e1990a9fb34022", [] ], "runner": { @@ -484099,7 +472112,7 @@ [] ], "network.py": [ - "8bc51334d2d2763c9e38eea0c09cdd0eb48e87d5", + "4523f67e9c97a7c981d36e23462cc47871bdd016", [] ], "permissions.py": [ @@ -484115,7 +472128,7 @@ [] ], "storage.py": [ - "882306ea72b9054287dbdbc3ebdce8f02488d943", + "14e8fa9434c0b449cc6811976fac015d9a43e2ae", [] ] }, @@ -484192,7 +472205,7 @@ [] ], "android.py": [ - "80c30c01039b50da6fcc3e5c7518a34c345b6ce8", + "15a4c413d5b20449db7f0c920c1b303e33f5bd1f", [] ], "browser.py": [ @@ -484482,7 +472495,7 @@ [] ], "firefox_android.py": [ - "3ce3b11d1f245539a31b2c1db35872c7d40f1415", + "0e90c8a6e48791322397a7f1a4e4162ef439fd78", [] ], "ladybird.py": [ @@ -484562,7 +472575,7 @@ [] ], "executormarionette.py": [ - "a5bf61d4053a0d9b358f117883c3f4848193a676", + "0f640d77415996883a35b213ff5fd6e945b24473", [] ], "executorselenium.py": [ @@ -485295,7 +473308,7 @@ [] ], "server.py": [ - "4167943ef83a703dff4d4b9b9b41864e23e81b4e", + "8ce36201ee9d3c973076566f1f8b85ce132cb03f", [] ], "sslutils": { @@ -487489,18 +475502,6 @@ ] } }, - "the-audiodestinationnode-interface": { - ".gitkeep": [ - "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", - [] - ] - }, - "the-audiolistener-interface": { - ".gitkeep": [ - "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", - [] - ] - }, "the-audionode-interface": { ".gitkeep": [ "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", @@ -487521,12 +475522,6 @@ [] ] }, - "the-audioprocessingevent-interface": { - ".gitkeep": [ - "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", - [] - ] - }, "the-audioworklet-interface": { "audioworklet-postmessage-sharedarraybuffer.https.html.headers": [ "63b60e490f47f4db77d33d7a4ca2f5b9a4181de8", @@ -488270,7 +476265,7 @@ ] }, "conftest.py": [ - "934b649c9132a467d0331b648e5eb70c818420b5", + "40fe20ddfe94533b10c636c6489b9f50be6e77c6", [] ], "continue_request": { @@ -488471,6 +476466,12 @@ "0941411fab84f20df84563698821f5cdb7a13ccd", [] ], + "delete_cookies": { + "__init__.py": [ + "4b73b0bcedf401f9af495d853e943501f81cce7e", + [] + ] + }, "get_cookies": { "__init__.py": [ "e69de29bb2d1d6434b8b29ae775ad8c2e48c5391", @@ -489295,7 +477296,7 @@ [] ], "average_pool2d.json": [ - "5a9f4e28b1044b2fcc640c4c88c49c399da17665", + "3d0c43227317ffc6f433eb9e81932b2e7fd3151d", [] ], "batch_normalization.json": [ @@ -489323,11 +477324,11 @@ [] ], "conv2d.json": [ - "5f8cd814a90dc935ea083315ef13680e84c03f5d", + "13e6b17242849b8e760d6b18af85d701a603b317", [] ], "conv_transpose2d.json": [ - "42274e6fa37f099cafa4c627fb56ac422a710ba5", + "742752fd41d6a682bba884cddefabcb5e72b4987", [] ], "cos.json": [ @@ -489395,7 +477396,7 @@ [] ], "l2_pool2d.json": [ - "bab89e0e3940b980f4d6206ffa46cff841d5e277", + "a65687721a33c10aec6c75f0e621859a2cf7ec1a", [] ], "layer_normalization.json": [ @@ -489435,7 +477436,7 @@ [] ], "max_pool2d.json": [ - "4532843d2b504222d1ca7518d2ed9af83a0ae123", + "216b4c55ddbe30940a21e24d9ad30c47fa7e1039", [] ], "min.json": [ @@ -489574,6 +477575,10 @@ "utils.js": [ "002ddbd706c0c86d26036483de4b769bc825108f", [] + ], + "utils_validation.js": [ + "10c704384f46107be234bcbd65d3beea034ba2bf", + [] ] } }, @@ -489923,6 +477928,10 @@ "ce5f3a7f6ae7a7f816471e869584ab2eb01632e5", [] ], + "passive-close-abort_wsh.py": [ + "ac3f67c8db17f2cfe796431249525bfdf5c435f0", + [] + ], "protocol_array_wsh.py": [ "be24ee01fd9aabd0722b7a498289a26eeb532037", [] @@ -489943,6 +477952,10 @@ "9df652dc3cbf12f6364462839e340848dec8e08f", [] ], + "remote-close_wsh.py": [ + "aadd99ea950d0d8414c432356443d5f3ce3e444e", + [] + ], "send-backpressure_wsh.py": [ "d3288d0e858d811ed9e5b80197e7883c1cb8ff65", [] @@ -496973,130 +484986,320 @@ {} ] ], - "idbindex_get.htm": [ - "861d7e54d1ebf54e4cd65bb68a6cb0324c25abd3", - [ - null, - {} - ] - ], - "idbindex_get2.htm": [ - "66d2fee5cb77110ad6afc077d51efd8e5163f90e", - [ - null, - {} - ] - ], - "idbindex_get3.htm": [ - "62a0a4f3baf34dee7d1f94beb5709c1fa2cf0d72", + "idbindex_get.any.js": [ + "0da228f73825e50c5a19cbf9b7504a946ae7b7df", [ - null, - {} - ] - ], - "idbindex_get4.htm": [ - "369c288071f05b7f5ff140ba20be074ca8171b86", + "IndexedDB/idbindex_get.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.get()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_get5.htm": [ - "9b0bfe4b35f55b341e9d260e83e403db4e9bb64f", + "IndexedDB/idbindex_get.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.get()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_get6.htm": [ - "ca51b8492fcac9617f3289ab5c5d1f24720cd02b", + "IndexedDB/idbindex_get.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.get()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} + "IndexedDB/idbindex_get.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.get()" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "idbindex_get7.htm": [ - "5e9511a0b1a532d7649bea3bc2edb7b36e53260f", + "idbindex_getAll.any.js": [ + "36b4c0239a524a3f5ae7f64629646f479239cc2f", [ - null, - {} - ] - ], - "idbindex_get8.htm": [ - "a2565419b98bca59003cccacb830896fcc4108c7", + "IndexedDB/idbindex_getAll.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAll" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getAll.html": [ - "bd2a021386be57f857fb28de0c27afb966e5ed22", + "IndexedDB/idbindex_getAll.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAll" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getAllKeys.html": [ - "5640bfdee7eed532a582f753a358c0879c37bff1", + "IndexedDB/idbindex_getAll.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAll" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} + "IndexedDB/idbindex_getAll.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAll" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "idbindex_getKey.htm": [ - "101e8f06b7b0a326cc18b09afa897c6cad02fdf9", + "idbindex_getAllKeys.any.js": [ + "92f3cc126984b084617c14db5c4daceeaf38ac4a", [ - null, - {} - ] - ], - "idbindex_getKey2.htm": [ - "488368d7f4adaa7fa95b5a2d1a1f0ea2ce35c331", + "IndexedDB/idbindex_getAllKeys.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAllKeys." + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getKey3.htm": [ - "40ed76d17412e91c3a1aabd2911f6607285c856a", + "IndexedDB/idbindex_getAllKeys.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAllKeys." + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getKey4.htm": [ - "8c81a272ae8944501b0bf1d0caea71ffeb046f7e", + "IndexedDB/idbindex_getAllKeys.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAllKeys." + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} + "IndexedDB/idbindex_getAllKeys.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IndexedDB: Test IDBIndex.getAllKeys." + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], - "idbindex_getKey5.htm": [ - "315513139713d94004b65235f331ba4a04763b76", + "idbindex_getKey.any.js": [ + "677a70e7cb43e4ad2675a8f03413bd55d8e7aa58", [ - null, - {} - ] - ], - "idbindex_getKey6.htm": [ - "b71967d4fbde70eccf4a2b51591ed10866cdb163", + "IndexedDB/idbindex_getKey.any.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.getKey()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getKey7.htm": [ - "6a64df311681021d314f2d048967618589ea284f", + "IndexedDB/idbindex_getKey.any.serviceworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.getKey()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} - ] - ], - "idbindex_getKey8.htm": [ - "cf0affb2105b31dd238252e1e6b112334d98e6b8", + "IndexedDB/idbindex_getKey.any.sharedworker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.getKey()" + ], + [ + "script", + "resources/support.js" + ] + ] + } + ], [ - null, - {} + "IndexedDB/idbindex_getKey.any.worker.html", + { + "script_metadata": [ + [ + "global", + "window,worker" + ], + [ + "title", + "IDBIndex.getKey()" + ], + [ + "script", + "resources/support.js" + ] + ] + } ] ], "idbindex_indexNames.htm": [ @@ -510371,6 +498574,13 @@ {} ] ], + "header-origin-same-origin.html": [ + "7c1bb2ce9a5e8a01aea008d176a4d0a9ddd6322e", + [ + null, + {} + ] + ], "header-referrer-no-referrer-when-downgrade.https.html": [ "d09d4ea5606751edeb0e67a631250d24e8d3130c", [ @@ -529869,7 +518079,7 @@ ] ], "fedcm-button-mode-basics.https.html": [ - "d7b063fca552896b17443f874ca7e639c7defe5e", + "abf46ee7db0511e14278e683d4b5cac00d4d615f", [ null, { @@ -529965,6 +518175,15 @@ } ] ], + "fedcm-identity-assertion-nocors.https.html": [ + "612387b4a0dc69a428f85333868b7f9877c76a81", + [ + null, + { + "testdriver": true + } + ] + ], "fedcm-iframe.https.html": [ "dc0c17dea695e632988c773df32a7c0e20d24d91", [ @@ -530001,6 +518220,15 @@ ] ] }, + "fedcm-login-status-unknown.https.html": [ + "d542524c884790fe6a957ffa789d8336284df252", + [ + null, + { + "testdriver": true + } + ] + ], "fedcm-loginhint.https.html": [ "edae955a7617561b28c7ce9d897c83af722ba357", [ @@ -530153,7 +518381,7 @@ ] ], "fedcm-pending-call-rejected.https.html": [ - "feb3f903d87a32380a2f4e2ef074bf706be6a8d6", + "bb9f885a8a1b9b4ad231774f6936fc99c701b255", [ null, { @@ -530711,6 +518939,15 @@ ] ] }, + "syntax": { + "colors-007.html": [ + "37c36e59b62ffde437ad8c1e5d5b59a685846bd1", + [ + null, + {} + ] + ] + }, "tables": { "border-collapse-no-interpolation.html": [ "800cc68d0c33d0dc5bd2a8bb2101aeb5c49d3136", @@ -532312,13 +520549,6 @@ {} ] ], - "anchor-non-oof-inherit.html": [ - "75f98a1ebfe0e6b61008e2152bea88228829af08", - [ - null, - {} - ] - ], "anchor-parse-invalid.html": [ "de4b0ffac45ec09914bac7bbfd43fabf8b083989", [ @@ -532818,14 +521048,14 @@ ], "parsing": { "position-try-options-computed.html": [ - "d6423c164b656814104305b9a2a0099814c0cbec", + "ac84b8fa4b312890070a0c256e9f6561304d8196", [ null, {} ] ], "position-try-options-parsing.html": [ - "dfc9997e9fdd0a4b7bc310bf26e9fd9c81f835fa", + "cb250a178d4236405ba26bdf19935f4d8c1b3c87", [ null, {} @@ -532846,7 +521076,7 @@ ] ], "position-try-parsing.html": [ - "7f50459710629cefd0282a8d78a60e8d760e719f", + "8c36ddbaace11770b015c2f2d55c77c9b736b7db", [ null, {} @@ -538197,6 +526427,29 @@ ] ] }, + "reading-order": { + "reading-order-items-computed.html": [ + "a8280337665d7779f59dac55d342d8224d262b94", + [ + null, + {} + ] + ], + "reading-order-items-invalid.html": [ + "eff5846e316cafce44f3c876c6a1ad9056a2d939", + [ + null, + {} + ] + ], + "reading-order-items-valid.html": [ + "d1ac7de64eb869dc585680f5bdde06839453c448", + [ + null, + {} + ] + ] + }, "textarea-display.html": [ "44634e3c3bdb7187f14c24b922d098ee273f995d", [ @@ -546200,6 +534453,27 @@ ] }, "text-box-trim": { + "text-box-edge-computed.html": [ + "50a963297ce430fd0b6c81db1f76e73a3c8aa36e", + [ + null, + {} + ] + ], + "text-box-edge-invalid.html": [ + "401f8c61a39346a1438eefafc2d811fc87ca32b3", + [ + null, + {} + ] + ], + "text-box-edge-valid.html": [ + "36f37715b9947b8195de1f036e880d8a96d30bfa", + [ + null, + {} + ] + ], "text-box-trim-valid.html": [ "61622774f6f33054ad97e74dde0b020619eb1d02", [ @@ -547323,7 +535597,7 @@ ] ], "mask-computed.html": [ - "28fc38defae2e5ea7b4bffab2a8755535921fa9d", + "586683dd5de9780cc77ab7e58128b3584ec7a8d0", [ null, {} @@ -556644,7 +544918,7 @@ } }, "inheritance.html": [ - "2043afe999db7be2b519aeeb9ec03cc75241e4e2", + "f41a5edcaf594a87149fc9f875453c3b87f1805c", [ null, {} @@ -556789,21 +545063,21 @@ ] ], "letter-spacing-computed.html": [ - "45417d1b4a83c3e0cbb6fcead8a38cd19900e64a", + "a7ef1390c1229ce4c11e0a8cb9cc63911bc61564", [ null, {} ] ], "letter-spacing-invalid.html": [ - "e9ad4e56a5bb71188535bdbf4fee96e8918c4dcc", + "e32b98c6d776ad4b3d5c57f2123229d0e1314601", [ null, {} ] ], "letter-spacing-valid.html": [ - "740d1fc39884de8adcf0b29aacd34ff6c4ff2cb3", + "f20fa21de1c67d12a02f42dfbcf2d1030f8bdbf9", [ null, {} @@ -557244,21 +545518,21 @@ ] ], "word-spacing-computed.html": [ - "192dec6f7a71e32dcb5658716150e725b4dfe4bb", + "7c3f989525cc5c04ad2feb778bc8ff45254e6698", [ null, {} ] ], "word-spacing-invalid.html": [ - "3a1c4ca487c43256e2bb04dfae89f623be95783d", + "ae8e121b9d8e9a6c499ee3d408496d1c0f74f8ed", [ null, {} ] ], "word-spacing-valid.html": [ - "217b2488f53128b8475ce4a3f4ca2aa84570b743", + "640f697f7089ff50dca814e8fd952ccfbdea3091", [ null, {} @@ -557638,7 +545912,7 @@ }, "word-spacing": { "word-spacing-computed-001.html": [ - "84d1fcf1e5a8031844de2d7f0027b0aa50b28c86", + "fac211af66c09315869408af86927fdf7e95daf8", [ null, {} @@ -559173,7 +547447,7 @@ {} ] ], - "transition-behaivor.html": [ + "transition-behavior.html": [ "fa24509a37386126f0a1de5098dad2d9056a2814", [ null, @@ -560927,7 +549201,7 @@ ] ], "letter-spacing.html": [ - "9d313c13955a385920a60fc8e836bf8b296c6e95", + "ab78031b2186c0ebc9ed0917a29df2fa4732cf45", [ null, {} @@ -562526,7 +550800,7 @@ ] ], "calc-letter-spacing.html": [ - "444785ba14c21faefe56c22de0c23766ddb26c95", + "4db3b012208452c799244640e09e4677c983122e", [ null, {} @@ -562567,13 +550841,6 @@ {} ] ], - "calc-rounding-001.html": [ - "dfd03a695305e0721154bf26f68a5912216d9862", - [ - null, - {} - ] - ], "calc-rounds-to-integer.html": [ "80589785c36e14d0859b3f4a5555f7e9d47ac963", [ @@ -562597,23 +550864,37 @@ ], "calc-size": { "animation": { + "calc-size-height-interpolation.tentative.html": [ + "525c38805d66ccf00719d3ce64a2703c32629042", + [ + null, + {} + ] + ], "calc-size-width-interpolation.tentative.html": [ - "7254951db32c61f5d7da2e70427d3524b635e209", + "ff72ba6a0d84bcafffb75cd6c7f87731a053219a", [ null, {} ] ] }, + "calc-size-height.tentative.html": [ + "6f93cc0c8998c27c7db4e823f7fffa75656c7a36", + [ + null, + {} + ] + ], "calc-size-parsing.tentative.html": [ - "fec24aaed13989e49dc2225847d51734bd523a3d", + "bc0048f826eaad91acfa194db5431aaa98c6137b", [ null, {} ] ], "calc-size-width.tentative.html": [ - "228f526752fc800681bb3950ee87908c29994792", + "c8000f345f73b9019128bea3ceb2dbc65d9eb307", [ null, {} @@ -562866,7 +551147,7 @@ ] ], "minmax-length-invalid.html": [ - "1405c3198128530939d9778642aaab2920bb6e60", + "7b8ca88cd26fb2910ca2e2e04cf5c1629d6b9f89", [ null, {} @@ -564611,6 +552892,13 @@ {} ] ], + "CSSStyleSheet-constructable-invalidation.html": [ + "f63abaa80c4a20d7b37916d05a1be37ef87bdefa", + [ + null, + {} + ] + ], "CSSStyleSheet-constructable-replace-cssRules.html": [ "adb1b5f70988a33a6535e9c27c9c86dffdb99aaf", [ @@ -566652,6 +554940,13 @@ {} ] ], + "smooth-scroll-in-load-event.html": [ + "e515b067102a938d3310487d89ef214bdfebb0ee", + [ + null, + {} + ] + ], "subpixel-sizes-and-offsets.tentative.html": [ "d198b9dde60c8cac16241c412d3e55f772166010", [ @@ -574312,8 +562607,99 @@ ] ], "insertion-removing-steps": { + "Node-appendChild-script-and-button-from-div.tentative.html": [ + "91f09ae50056661a9aa8553ca75fd6a5dc1482fb", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-custom-from-fragment.tentative.html": [ + "23a050f37e748583bb3090d9cb0b22f90d4abd51", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html": [ + "a9b7ba633e7deac4a4e56b559e3097a614bf70ef", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-div-from-fragment.tentative.html": [ + "b154c1bf4fbf99b5b9ab94ceca7d496604309181", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-iframe.tentative.html": [ + "68b288f24d8aaf1384495f63db57a1892d2bcbf8", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-source-from-fragment.tentative.html": [ + "7f93ac43bd81b2b1579e970dcf5c4bf25141f2ca", + [ + null, + {} + ] + ], + "Node-appendChild-script-and-style.tentative.html": [ + "d3365f8a5ee9545a04a134983100570c6fdb0567", + [ + null, + {} + ] + ], + "Node-appendChild-script-in-script.tentative.html": [ + "71081b49fec1322d12c07efc5eb735d9fef2c2e6", + [ + null, + {} + ] + ], + "Node-appendChild-text-and-script-in-style.tentative.html": [ + "850af680a0d2cfa1e25ef9f12fe42a8863f83221", + [ + null, + {} + ] + ], + "Node-appendChild-text-in-script.tentative.html": [ + "4d6543695cf1ef7f3a76efb9fb80a375328c4c0f", + [ + null, + {} + ] + ], + "Node-appendChild-three-scripts-from-fragment.tentative.html": [ + "a7b7405b64b794dc6981d2ce7977d7c27e7deb74", + [ + null, + {} + ] + ], + "Node-appendChild-three-scripts.tentative.html": [ + "6ffa35515e765b0a34f4a7656bd2ea55badf44aa", + [ + null, + {} + ] + ], + "blur-event.window.js": [ + "4c8cd85cbf5483c552047fe9698576f201a30a5f", + [ + "dom/nodes/insertion-removing-steps/blur-event.window.html", + {} + ] + ], "insertion-removing-steps-iframe.window.js": [ - "a10610f4677b159b8373ead2ff9f6fd1f49dabf7", + "60c2bec0c8aa213b1bfa1d75c99ca1745cb9871c", [ "dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.html", {} @@ -575561,6 +563947,15 @@ } ] ], + "delete-in-inline-editing-host-under-shadow-root.html": [ + "c1a825a6452f31305d8677bccfb2804ba92dfd0d", + [ + null, + { + "testdriver": true + } + ] + ], "delete-in-last-definition-list-item-when-parent-list-is-editing-host.html": [ "e068f9bcd22a654a4eeed4c59c920c9cc353c70e", [ @@ -607346,7 +595741,7 @@ }, "private-network-access": { "anchor.tentative.https.window.js": [ - "4e860ad381df9b97fe3486e6b9d8d98eaabf808a", + "f5473868b7cf722dfacf76822ec2e89bfd064170", [ "fetch/private-network-access/anchor.tentative.https.window.html?include=from-local", { @@ -608354,8 +596749,44 @@ } ] ], + "service-worker-fetch-document-treat-as-public.tentative.https.window.js": [ + "6fc29ce4725b15b4d773c641e8fa93756e2399a5", + [ + "fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/support.sub.js" + ] + ] + } + ] + ], + "service-worker-fetch-document.tentative.https.window.js": [ + "ec380555a809b38543bb0f74fb59a8d546e785ef", + [ + "fetch/private-network-access/service-worker-fetch-document.tentative.https.window.html", + { + "script_metadata": [ + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/support.sub.js" + ] + ] + } + ] + ], "service-worker-fetch.tentative.https.window.js": [ - "cb6d1f79b01f7c3fc7ba13884bd675bfd01d74a2", + "5fc5800ba042345789ffe0a78c77c9502d6acd44", [ "fetch/private-network-access/service-worker-fetch.tentative.https.window.html?1-8", { @@ -608584,7 +597015,7 @@ ] ], "window-open-existing.tentative.https.window.js": [ - "6a2a624fc8032d03b626109ee7f825f7acf5874c", + "565a2117a8470c66bfd487637fdc8aadb3ccf34b", [ "fetch/private-network-access/window-open-existing.tentative.https.window.html?include=from-local", { @@ -608790,7 +597221,7 @@ ] ], "window-open.tentative.https.window.js": [ - "6793d1f3b4d9218975c7b08e165a729c00960df9", + "42d70af4e4ea0ce6ed38f3fbe438da000ad7d2da", [ "fetch/private-network-access/window-open.tentative.https.window.html?include=from-local", { @@ -609789,6 +598220,41 @@ } ] ], + "additional-bids.https.window.js": [ + "0e1d22c261984872f80cb09b39a6be24a038d311", + [ + "fledge/tentative/additional-bids.https.window.html?1-last", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-last" + ] + ], + "timeout": "long" + } + ] + ], "auction-config-passed-to-worklets.https.window.js": [ "c78a27bb87a67cae52c411beb6990796afd95f42", [ @@ -612244,9 +600710,9 @@ ] ], "generate-bid-browser-signals.https.window.js": [ - "3ab8bbf51f6baf80e9c6f293c53160c2be703242", + "615702ba9e21e009628c6a9f2fc72ad94ff02ab7", [ - "fledge/tentative/generate-bid-browser-signals.https.window.html?1-last", + "fledge/tentative/generate-bid-browser-signals.https.window.html?1-4", { "script_metadata": [ [ @@ -612271,7 +600737,215 @@ ], [ "variant", - "?1-last" + "?1-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/generate-bid-browser-signals.https.window.html?13-16", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/generate-bid-browser-signals.https.window.html?17-last", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/generate-bid-browser-signals.https.window.html?5-8", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-last" + ] + ], + "timeout": "long" + } + ], + [ + "fledge/tentative/generate-bid-browser-signals.https.window.html?9-12", + { + "script_metadata": [ + [ + "script", + "/resources/testdriver.js" + ], + [ + "script", + "/common/utils.js" + ], + [ + "script", + "resources/fledge-util.sub.js" + ], + [ + "script", + "/common/subset-tests.js" + ], + [ + "timeout", + "long" + ], + [ + "variant", + "?1-4" + ], + [ + "variant", + "?5-8" + ], + [ + "variant", + "?9-12" + ], + [ + "variant", + "?13-16" + ], + [ + "variant", + "?17-last" ] ], "timeout": "long" @@ -622970,6 +611644,79 @@ ] ] }, + "pageswap": { + "pageswap-cross-origin.sub.html": [ + "44479cf0debbbfd6fb582fba69c48bdc9e1c6555", + [ + null, + { + "testdriver": true + } + ] + ], + "pageswap-iframe.html": [ + "05ca1a942886a841852a6afdc9fba460eae950fd", + [ + null, + { + "testdriver": true + } + ] + ], + "pageswap-push-from-click.html": [ + "936158cd4737845bc3d2bdda2edacd25abee54b9", + [ + null, + { + "testdriver": true + } + ] + ], + "pageswap-push-navigation-hidden-document.html": [ + "0a699232f071efeb16a82194a2564ef76204e8c7", + [ + null, + { + "testdriver": true + } + ] + ], + "pageswap-push-navigation.html": [ + "4542d7cae26456f61d94978f02b20392b43cba45", + [ + null, + {} + ] + ], + "pageswap-push-with-redirect.html": [ + "8252fff84d6de401ea577fc22f218aa358f1e67d", + [ + null, + {} + ] + ], + "pageswap-reload-navigation.html": [ + "f7539ebc4784280ce5b500e539d6250f1793a52e", + [ + null, + {} + ] + ], + "pageswap-replace-navigation.html": [ + "f6b3f7408cc39a3e77c220263fac70c8163f9c0b", + [ + null, + {} + ] + ], + "pageswap-traverse-navigation-no-bfcache.https.html": [ + "9e8c0e100ebed2b874556acebf00a1d09045de04", + [ + null, + {} + ] + ] + }, "persisted-user-state-restoration": { "resume-timer-on-history-back.html": [ "77602b2d4258c87a7ac055475986d691da8dad90", @@ -632308,6 +621055,13 @@ {} ] ], + "2d.layer.ctm.getTransform.html": [ + "7a69c595272195e9c87e563704183b083c719d19", + [ + null, + {} + ] + ], "2d.layer.exceptions-are-no-op.html": [ "7ab2080fca382babacd8908b1b5ebbddb9f2c2ad", [ @@ -642810,6 +631564,20 @@ {} ] ], + "2d.layer.ctm.getTransform.html": [ + "b2306d95acb15dfa39a35e2082e0dd1b8fa616f8", + [ + null, + {} + ] + ], + "2d.layer.ctm.getTransform.worker.js": [ + "54b1fee5d0958de27d9e8f4520ebb43a8c6e0662", + [ + "html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.html", + {} + ] + ], "2d.layer.exceptions-are-no-op.html": [ "a047c539cfbda487598412027f441f0794c44c07", [ @@ -655123,6 +643891,69 @@ {} ] ], + "element-render-blocking-029.tentative.html": [ + "44dff3cb8429d901b65f5991d3696abb31ff6831", + [ + null, + {} + ] + ], + "element-render-blocking-030.tentative.html": [ + "307c2d303d045d090c180ae22476b1419b91d9bc", + [ + null, + {} + ] + ], + "element-render-blocking-031.tentative.html": [ + "2098483a0600c642f32403fff97be2bb4fed4572", + [ + null, + {} + ] + ], + "element-render-blocking-032.tentative.html": [ + "307c2d303d045d090c180ae22476b1419b91d9bc", + [ + null, + {} + ] + ], + "element-render-blocking-033.tentative.html": [ + "59d41c08c0a677e0e462c53e47e76635cb3bf9b1", + [ + null, + {} + ] + ], + "element-render-blocking-034.tentative.html": [ + "92d4a06b1a93f4f2f6dfb77b4c293064522ebca4", + [ + null, + {} + ] + ], + "element-render-blocking-035.tentative.html": [ + "fd3b6b1759f21d2b71fd9b0b137324529c72f14a", + [ + null, + {} + ] + ], + "element-render-blocking-036.tentative.html": [ + "83637b3a08b859b0fa46b3bfdab6edc8df86c7bb", + [ + null, + {} + ] + ], + "element-render-blocking-037.tentative.html": [ + "885d64604fe8c1ad4b605a3582c90c70c8302f5d", + [ + null, + {} + ] + ], "non-render-blocking-scripts.optional.html": [ "a4c32ea037b7b47490c54ddd7616b88bfebcdc76", [ @@ -659208,7 +648039,7 @@ ] ], "event-propagate-disabled.tentative.html": [ - "e3dcd43a17ab2a4bd2b3807f699236d080b95f52", + "2be6dc72fe7261f7987b8babbc1628ed6e936423", [ null, { @@ -667850,6 +656681,13 @@ {} ] ], + "interestelement-interface.tentative.html": [ + "531bf0e1a629989c743094686f50388d9bbe28be", + [ + null, + {} + ] + ], "invokeelement-interface.tentative.html": [ "b003daf20d4be5b9eac15b930d10ae2b859ec505", [ @@ -668148,6 +656986,20 @@ } }, "permission-element": { + "invalid-css-properties.html": [ + "c7186563f0ae6d8c2c2a8ab2b1d2dcd6c5c9283d", + [ + null, + {} + ] + ], + "negative-offset-and-margin.html": [ + "860e637e0a9f540bd786e4fcc1c3c1c3604cbfe0", + [ + null, + {} + ] + ], "no-end-tag-no-contents.html": [ "5fcce1421b6cd2abed01ab95c381aa7d29708e98", [ @@ -679798,7 +668650,7 @@ ] ], "test_serialize.html": [ - "88a9ce5221dcf90ad7c064b6e135ba5e1b37da4f", + "59226db6e72b731cf0973a3c2c0fd75d950aefc3", [ null, {} @@ -695811,7 +684663,7 @@ ], "not-restored-reasons": { "abort-block-bfcache.window.js": [ - "09a73509b8a834eca47032972d90b14c430bd1af", + "e5dbb0f43c8dd3d447e7bfe455d4ae1ad7ae8e91", [ "performance-timeline/not-restored-reasons/abort-block-bfcache.window.html", { @@ -695821,6 +684673,10 @@ "Aborting a parser should block bfcache" ], [ + "script", + "./test-helper.js" + ], + [ "timeout", "long" ] @@ -700166,6 +689022,15 @@ } }, "private-aggregation": { + "protected-audience-auction-report-buyers-debug-mode-surface.https.html": [ + "ddc2b6a3723071d7b0f21b0f17757a1f1c59e1c8", + [ + null, + { + "timeout": "long" + } + ] + ], "protected-audience-surface-failure.https.html": [ "b512afc25dbe99441a0c57638e7b11e2e0681f36", [ @@ -722131,6 +710996,15 @@ {} ] ], + "focus-scroll-under-delegatesFocus.html": [ + "ea5fc472b5a0ffd3bbc6cc2eff112c3f38c0e09e", + [ + null, + { + "testdriver": true + } + ] + ], "focus-selector-delegatesFocus.html": [ "bbc1346a460a13f17a82046ea2cfacaca5e6e1cf", [ @@ -723359,6 +712233,15 @@ {} ] ], + "append-exceed-former-entry-limit.tentative.https.html": [ + "921b9d45733a559d082056a64706238b429a565c", + [ + null, + { + "timeout": "long" + } + ] + ], "blob-module-script-url-invalid-mime-type.tentative.https.sub.html": [ "116facbcd5f558b3d186878a3247ba81ea9c7c4e", [ @@ -723380,6 +712263,41 @@ {} ] ], + "cross-origin-create-worklet-credentials-include.tentative.https.sub.html": [ + "9c44d2a29f8d3324df8966addcffe7ebf08cea0f", + [ + null, + {} + ] + ], + "cross-origin-create-worklet-credentials-omit.tentative.https.sub.html": [ + "ddda1809f2ca9590d5f6391da0f4843140d98f9a", + [ + null, + {} + ] + ], + "cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html": [ + "99701d2b7d40a12179b9f45058baf166b0a55062", + [ + null, + {} + ] + ], + "cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html": [ + "598fd8f405abdc88662078e34b5f52d58355e20b", + [ + null, + {} + ] + ], + "cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html": [ + "4195d09fc06c46d34b9eff2b582486da2c585e30", + [ + null, + {} + ] + ], "embedder-context.tentative.https.sub.html": [ "44f45a7643111f169be1a1b8935720325103099e", [ @@ -723520,6 +712438,15 @@ {} ] ], + "set-exceed-former-entry-limit.tentative.https.html": [ + "b78abbf1efd17711d2bffe641b83266c8f862e14", + [ + null, + { + "timeout": "long" + } + ] + ], "setters-long-string.tentative.https.sub.html": [ "69b66a53a0d0655abb0d0f13273a9091ba301014", [ @@ -736700,6 +725627,13 @@ {} ] ], + "svg-checkIntersection-002.svg": [ + "1ff1f7829f3cf7192d73549f50743c29d617fa8f", + [ + null, + {} + ] + ], "svg-getIntersectionList-001.svg": [ "a360bad3d35af84f0d65a4d00391cf454332691e", [ @@ -736708,7 +725642,7 @@ ] ], "svg-getIntersectionList-002.svg": [ - "c2c1f8e425af84c68e4dc7a51c68e1c668e2b4b1", + "dd30943569050c210cce66681b6092abc00eb382", [ null, {} @@ -736728,6 +725662,20 @@ {} ] ], + "svg-getIntersectionList-005.svg": [ + "717c15eef5272bb8621744bfe7e2c199f147d17a", + [ + null, + {} + ] + ], + "svg-getIntersectionList-006.svg": [ + "a7b946501377b5512c57286711a51d006d33db62", + [ + null, + {} + ] + ], "use-load-error-events.tentative.html": [ "2c52072e16906575679ab654b7e901a08b5541c7", [ @@ -737545,6 +726493,16 @@ } ] ], + "mouseevents-after-touchend.tentative.html": [ + "3032fadf193613ac1374c1ea5e3ab083374f6f3f", + [ + null, + { + "testdriver": true, + "timeout": "long" + } + ] + ], "multi-touch-interactions.html": [ "a10416bdfd458cc7008ffc401153be08c7e068d0", [ @@ -751279,6 +740237,13 @@ {} ] ], + "audioworkletprocessor-unconnected-outputs.https.window.js": [ + "16adddd3394d6d956234376343fb53062038ea59", + [ + "webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-unconnected-outputs.https.window.html", + {} + ] + ], "baseaudiocontext-audioworklet.https.html": [ "4281f56379bb20f1e173c22c99ab208d2be0fdd4", [ @@ -752127,7 +741092,7 @@ ] ], "waveshaper.html": [ - "8bfa009b181d4fc43f35e3bda7733923c2e08500", + "5e6ed24e9ea30f20d8a0342f958a9f52a1785a0a", [ null, {} @@ -759496,776 +748461,11 @@ ] }, "webnn": { - "arg_min_max.https.any.js": [ - "cff1d6a955ce31fbecde084f8407a8f53bf6b889", - [ - "webnn/arg_min_max.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API argMin/Max operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/arg_min_max.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API argMin/Max operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "batch_normalization.https.any.js": [ - "15e66a8bc06b2e73c19f910c765428b89b3f3b3d", - [ - "webnn/batch_normalization.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API batchNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/batch_normalization.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API batchNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "cast.https.any.js": [ - "c9be45a770d3ad6247bfca04e20dc915eb12fc10", - [ - "webnn/cast.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API cast operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/cast.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API cast operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "clamp.https.any.js": [ - "9818aed7c12be552b24427efa3beb78547ef2e0e", - [ - "webnn/clamp.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API clamp operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/clamp.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API clamp operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "concat.https.any.js": [ - "cce43e492ff4c5347bf8fd1d8c558ae97ea4a65a", - [ - "webnn/concat.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API concat operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/concat.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API concat operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "constant.https.any.js": [ - "afb020d275cd1578cae83ffb2c5d2cb1c1329285", - [ - "webnn/constant.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API constant" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/constant.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API constant" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "conv2d.https.any.js": [ - "b26b35ec676457d4d21c5f20fd0aff9eab3baf8e", - [ - "webnn/conv2d.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API conv2d operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/conv2d.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API conv2d operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "conv_transpose2d.https.any.js": [ - "99e76b825e55a59c590b86b2b7e1983d8e2b0650", - [ - "webnn/conv_transpose2d.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API convTranspose2d operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/conv_transpose2d.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API convTranspose2d operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "elementwise_binary.https.any.js": [ - "06c2404f95489da2c2558639d9b631c8c2124295", - [ - "webnn/elementwise_binary.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise binary operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/elementwise_binary.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise binary operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "elementwise_logical.https.any.js": [ - "e614b94df5e906630bf656889690b2c22d5b6d46", - [ - "webnn/elementwise_logical.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise logical operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/elementwise_logical.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise logical operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "elementwise_unary.https.any.js": [ - "4cdfee5bcb07f8ab011460f23564e081372267ac", - [ - "webnn/elementwise_unary.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise unary operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/elementwise_unary.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API element-wise unary operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "elu.https.any.js": [ - "57b624b5daa50e72ab87af69c22e61051c1c72e2", - [ - "webnn/elu.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API elu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/elu.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API elu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "expand.https.any.js": [ - "11abb9baa89da3a819ca67f99a83109c433fc88e", - [ - "webnn/expand.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API expand operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/expand.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API expand operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "gather.https.any.js": [ - "52bcece8043ebf1ca7a4f227ad3a4243f49ff502", - [ - "webnn/gather.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API gather operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/gather.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API gather operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "gemm.https.any.js": [ - "e5de9521fba767d5269b0829af3e55248e16f6fc", - [ - "webnn/gemm.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API gemm operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/gemm.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API gemm operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "gpu": { + "conformance_tests": { "arg_min_max.https.any.js": [ - "76092ea92e6931f64f24f068341fe7335fd58259", + "123c8b1048f5a2e14d37eb16320e2b3cb6fee55f", [ - "webnn/gpu/arg_min_max.https.any.html", + "webnn/conformance_tests/arg_min_max.https.any.html", { "script_metadata": [ [ @@ -760289,7 +748489,7 @@ } ], [ - "webnn/gpu/arg_min_max.https.any.worker.html", + "webnn/conformance_tests/arg_min_max.https.any.worker.html", { "script_metadata": [ [ @@ -760314,9 +748514,9 @@ ] ], "batch_normalization.https.any.js": [ - "90b6def636d1090dc0fe19368fbb5ac38d0133cd", + "9a1c85db1971b79f5667760c5698885c4536e0a1", [ - "webnn/gpu/batch_normalization.https.any.html", + "webnn/conformance_tests/batch_normalization.https.any.html", { "script_metadata": [ [ @@ -760340,7 +748540,7 @@ } ], [ - "webnn/gpu/batch_normalization.https.any.worker.html", + "webnn/conformance_tests/batch_normalization.https.any.worker.html", { "script_metadata": [ [ @@ -760365,9 +748565,9 @@ ] ], "cast.https.any.js": [ - "1830364eb55234a06c3b3821003ba8477bc459b9", + "bde2b9a4ce1cf2d25cb5866fe68725f8e13db1dd", [ - "webnn/gpu/cast.https.any.html", + "webnn/conformance_tests/cast.https.any.html", { "script_metadata": [ [ @@ -760391,7 +748591,7 @@ } ], [ - "webnn/gpu/cast.https.any.worker.html", + "webnn/conformance_tests/cast.https.any.worker.html", { "script_metadata": [ [ @@ -760416,9 +748616,9 @@ ] ], "clamp.https.any.js": [ - "98313868b6d6802cea00603caad49288dc4a7c99", + "7b60c41f2cacd6700a84823c048cf0aba609b288", [ - "webnn/gpu/clamp.https.any.html", + "webnn/conformance_tests/clamp.https.any.html", { "script_metadata": [ [ @@ -760442,7 +748642,7 @@ } ], [ - "webnn/gpu/clamp.https.any.worker.html", + "webnn/conformance_tests/clamp.https.any.worker.html", { "script_metadata": [ [ @@ -760467,9 +748667,9 @@ ] ], "concat.https.any.js": [ - "07073724feeade9df491c566ef31f1141376c2c3", + "254e0b657b43dbaa370779ba92186fe3d7eb1657", [ - "webnn/gpu/concat.https.any.html", + "webnn/conformance_tests/concat.https.any.html", { "script_metadata": [ [ @@ -760493,7 +748693,7 @@ } ], [ - "webnn/gpu/concat.https.any.worker.html", + "webnn/conformance_tests/concat.https.any.worker.html", { "script_metadata": [ [ @@ -760518,9 +748718,9 @@ ] ], "constant.https.any.js": [ - "7e0933f2f1b333e5043ddfd823faf420cc156e94", + "4814734886e0bf94995ec1992cacd9e6be1bc7c1", [ - "webnn/gpu/constant.https.any.html", + "webnn/conformance_tests/constant.https.any.html", { "script_metadata": [ [ @@ -760544,7 +748744,7 @@ } ], [ - "webnn/gpu/constant.https.any.worker.html", + "webnn/conformance_tests/constant.https.any.worker.html", { "script_metadata": [ [ @@ -760569,9 +748769,9 @@ ] ], "conv2d.https.any.js": [ - "b3986b65551a087d51abff83d72e012cf8147a34", + "0d9a6213569a7fb72c45ae47ab90245093e4ea20", [ - "webnn/gpu/conv2d.https.any.html", + "webnn/conformance_tests/conv2d.https.any.html", { "script_metadata": [ [ @@ -760595,7 +748795,7 @@ } ], [ - "webnn/gpu/conv2d.https.any.worker.html", + "webnn/conformance_tests/conv2d.https.any.worker.html", { "script_metadata": [ [ @@ -760620,9 +748820,9 @@ ] ], "conv_transpose2d.https.any.js": [ - "020bfa9c972d9d1fe50157601fe7a8bd35331a19", + "ee5d28c72adc9e610ac1c09402b85b21de28bafd", [ - "webnn/gpu/conv_transpose2d.https.any.html", + "webnn/conformance_tests/conv_transpose2d.https.any.html", { "script_metadata": [ [ @@ -760646,7 +748846,7 @@ } ], [ - "webnn/gpu/conv_transpose2d.https.any.worker.html", + "webnn/conformance_tests/conv_transpose2d.https.any.worker.html", { "script_metadata": [ [ @@ -760671,9 +748871,9 @@ ] ], "elementwise_binary.https.any.js": [ - "035d0c77c0310a18f2fe45a707a170e670d70606", + "5db14a43a1f4d752ce15f8bfad50031902b0a9a2", [ - "webnn/gpu/elementwise_binary.https.any.html", + "webnn/conformance_tests/elementwise_binary.https.any.html", { "script_metadata": [ [ @@ -760697,7 +748897,7 @@ } ], [ - "webnn/gpu/elementwise_binary.https.any.worker.html", + "webnn/conformance_tests/elementwise_binary.https.any.worker.html", { "script_metadata": [ [ @@ -760722,9 +748922,9 @@ ] ], "elementwise_logical.https.any.js": [ - "f597ce8e0b259eaecc57c50437ae50a1a520695c", + "a60c199447f1ef1e6266a4fde4a566d9b65772f8", [ - "webnn/gpu/elementwise_logical.https.any.html", + "webnn/conformance_tests/elementwise_logical.https.any.html", { "script_metadata": [ [ @@ -760748,7 +748948,7 @@ } ], [ - "webnn/gpu/elementwise_logical.https.any.worker.html", + "webnn/conformance_tests/elementwise_logical.https.any.worker.html", { "script_metadata": [ [ @@ -760773,9 +748973,9 @@ ] ], "elementwise_unary.https.any.js": [ - "45978f91ec4c5d7f0d00fd7d4abe4661788a38b8", + "8029539edadd8d4f96a0d04e56f7271f99b7e5c7", [ - "webnn/gpu/elementwise_unary.https.any.html", + "webnn/conformance_tests/elementwise_unary.https.any.html", { "script_metadata": [ [ @@ -760799,7 +748999,7 @@ } ], [ - "webnn/gpu/elementwise_unary.https.any.worker.html", + "webnn/conformance_tests/elementwise_unary.https.any.worker.html", { "script_metadata": [ [ @@ -760824,9 +749024,9 @@ ] ], "elu.https.any.js": [ - "965bb4d35f1eb5fcee530b4977b66f628a3e2469", + "382faa97fd1340f0bf04df1d2cac17390d20866d", [ - "webnn/gpu/elu.https.any.html", + "webnn/conformance_tests/elu.https.any.html", { "script_metadata": [ [ @@ -760850,7 +749050,7 @@ } ], [ - "webnn/gpu/elu.https.any.worker.html", + "webnn/conformance_tests/elu.https.any.worker.html", { "script_metadata": [ [ @@ -760875,9 +749075,9 @@ ] ], "expand.https.any.js": [ - "82fa891a39933aa5420ce88e8d888e359732faa7", + "b1be129eac3b768a5b2df4fdf6c75afb8c1ea916", [ - "webnn/gpu/expand.https.any.html", + "webnn/conformance_tests/expand.https.any.html", { "script_metadata": [ [ @@ -760901,7 +749101,7 @@ } ], [ - "webnn/gpu/expand.https.any.worker.html", + "webnn/conformance_tests/expand.https.any.worker.html", { "script_metadata": [ [ @@ -760926,9 +749126,9 @@ ] ], "gather.https.any.js": [ - "7c8a685c5cb3fa9b5a6a2ea267e19e5d4df1b31d", + "39b19705632b7682f44f40aa711bd4dc0e04b117", [ - "webnn/gpu/gather.https.any.html", + "webnn/conformance_tests/gather.https.any.html", { "script_metadata": [ [ @@ -760952,7 +749152,7 @@ } ], [ - "webnn/gpu/gather.https.any.worker.html", + "webnn/conformance_tests/gather.https.any.worker.html", { "script_metadata": [ [ @@ -760977,9 +749177,9 @@ ] ], "gemm.https.any.js": [ - "a19dc39bbc87e845eadbf74ea369780bd38e90dc", + "61fd7c9b3963f7c0202d46677f65ee8051da1b8e", [ - "webnn/gpu/gemm.https.any.html", + "webnn/conformance_tests/gemm.https.any.html", { "script_metadata": [ [ @@ -761003,7 +749203,7 @@ } ], [ - "webnn/gpu/gemm.https.any.worker.html", + "webnn/conformance_tests/gemm.https.any.worker.html", { "script_metadata": [ [ @@ -761027,10 +749227,1950 @@ } ] ], + "gpu": { + "arg_min_max.https.any.js": [ + "c700ee5cad7ec88167c6bc0c73956e11b1e72f6c", + [ + "webnn/conformance_tests/gpu/arg_min_max.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API argMin/Max operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/arg_min_max.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API argMin/Max operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "batch_normalization.https.any.js": [ + "534cdf6365a2c5226f0c366dae763c1656c1bce5", + [ + "webnn/conformance_tests/gpu/batch_normalization.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API batchNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/batch_normalization.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API batchNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "cast.https.any.js": [ + "e4309ffd8e3e7152b414a05fbd2ce767755c447d", + [ + "webnn/conformance_tests/gpu/cast.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API cast operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/cast.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API cast operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "clamp.https.any.js": [ + "9b3f93ecc77cc4a67a10dfd9e8f34a61dbb76c09", + [ + "webnn/conformance_tests/gpu/clamp.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API clamp operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/clamp.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API clamp operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "concat.https.any.js": [ + "c0cfb8626b80495e60e99b821ae8cdb806f716b3", + [ + "webnn/conformance_tests/gpu/concat.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API concat operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/concat.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API concat operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "constant.https.any.js": [ + "77b4d889a2306cb3645b7c9db8f45cfacca7096b", + [ + "webnn/conformance_tests/gpu/constant.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API constant" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/constant.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API constant" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "conv2d.https.any.js": [ + "770540abd85237aa54055ba47b48ed98a8ed7e5d", + [ + "webnn/conformance_tests/gpu/conv2d.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API conv2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/conv2d.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API conv2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "conv_transpose2d.https.any.js": [ + "08c441b5b4580e5118df659b5e804a5abeb7926a", + [ + "webnn/conformance_tests/gpu/conv_transpose2d.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API convTranspose2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/conv_transpose2d.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API convTranspose2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "elementwise_binary.https.any.js": [ + "8b9fa486f866d5ac1b1e504e8838c1a2b71e9282", + [ + "webnn/conformance_tests/gpu/elementwise_binary.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise binary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/elementwise_binary.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise binary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "elementwise_logical.https.any.js": [ + "70a887a147aff90870411d3529fea622439f96a5", + [ + "webnn/conformance_tests/gpu/elementwise_logical.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise logical operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/elementwise_logical.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise logical operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "elementwise_unary.https.any.js": [ + "887112931118dd4cf6db6ccfe6835af5a299f8c0", + [ + "webnn/conformance_tests/gpu/elementwise_unary.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise unary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/elementwise_unary.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API element-wise unary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "elu.https.any.js": [ + "db14442641b5750af9f5bcd60668a6a8fed74b86", + [ + "webnn/conformance_tests/gpu/elu.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API elu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/elu.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API elu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "expand.https.any.js": [ + "f46f4637817b94e6ca55eee8a88aca75b5715b9c", + [ + "webnn/conformance_tests/gpu/expand.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API expand operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/expand.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API expand operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "gather.https.any.js": [ + "8e457192d818be0f7c59cf985fbf7edbc039267c", + [ + "webnn/conformance_tests/gpu/gather.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API gather operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/gather.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API gather operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "gemm.https.any.js": [ + "f288c31bedff1f5f1b5be675f237f9002890d9ed", + [ + "webnn/conformance_tests/gpu/gemm.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API gemm operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/gemm.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API gemm operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "hard_sigmoid.https.any.js": [ + "d40e42a211b733acc7d94031f194ed3b81edabbf", + [ + "webnn/conformance_tests/gpu/hard_sigmoid.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API hardSigmoid operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/hard_sigmoid.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API hardSigmoid operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "hard_swish.https.any.js": [ + "031e65ee1606d54033077a3b941f27bf77b441c8", + [ + "webnn/conformance_tests/gpu/hard_swish.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API tanh operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/hard_swish.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API tanh operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "instance_normalization.https.any.js": [ + "ecfaac71eed9464e822599c8a102d328515631a2", + [ + "webnn/conformance_tests/gpu/instance_normalization.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API instanceNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/instance_normalization.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API instanceNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "layer_normalization.https.any.js": [ + "0e4f6caebf1cbc023a2c1928ebb29c22fc246c77", + [ + "webnn/conformance_tests/gpu/layer_normalization.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API layerNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/layer_normalization.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API layerNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "leaky_relu.https.any.js": [ + "9fab2353b9aac7eef800bc64d06176b6ea7025c3", + [ + "webnn/conformance_tests/gpu/leaky_relu.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API leakyRelu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/leaky_relu.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API leakyRelu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "linear.https.any.js": [ + "ccec2c3eac246a19214d7892df72c3c80a02df67", + [ + "webnn/conformance_tests/gpu/linear.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API linear operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/linear.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API linear operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "matmul.https.any.js": [ + "635ce84ac6b102348c1c030f518873f928025cc7", + [ + "webnn/conformance_tests/gpu/matmul.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API matmul operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/matmul.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API matmul operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "pad.https.any.js": [ + "f313e2c9f9a06b9dac028851d3e7573c8320c15c", + [ + "webnn/conformance_tests/gpu/pad.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API pad operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/pad.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API pad operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "pooling.https.any.js": [ + "837bca2c71d80d77b1071595899dbc1d82cc138a", + [ + "webnn/conformance_tests/gpu/pooling.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API pooling operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/pooling.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API pooling operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "prelu.https.any.js": [ + "475cd9e5ce94debff8878de0f882c6936638b25d", + [ + "webnn/conformance_tests/gpu/prelu.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API prelu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/prelu.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API prelu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "reduction.https.any.js": [ + "0f3cefa02eb6f52b511ac0b3a34610fa77122d7c", + [ + "webnn/conformance_tests/gpu/reduction.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API reduction operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/reduction.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API reduction operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "relu.https.any.js": [ + "d1a35367df44f23948262660977b41f8284191a9", + [ + "webnn/conformance_tests/gpu/relu.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API relu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/relu.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API relu operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "reshape.https.any.js": [ + "b0217d2e67bcf343e6b00171329793d1e570f11e", + [ + "webnn/conformance_tests/gpu/reshape.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API reshape operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/reshape.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API reshape operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "sigmoid.https.any.js": [ + "26116c0ff92ee01577560429f92ee95b501545f2", + [ + "webnn/conformance_tests/gpu/sigmoid.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API sigmoid operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/sigmoid.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API sigmoid operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "slice.https.any.js": [ + "1710c79a9ced8ee8715fa89e1dd25e59fb271012", + [ + "webnn/conformance_tests/gpu/slice.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API slice operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/slice.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API slice operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "softmax.https.any.js": [ + "9eaffe2bebcfd7044ac64c0edbbac7e76fb6a267", + [ + "webnn/conformance_tests/gpu/softmax.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softmax operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/softmax.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softmax operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "softplus.https.any.js": [ + "5f06846113e38616c52b99641dd562ab21d10de6", + [ + "webnn/conformance_tests/gpu/softplus.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softplus operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/softplus.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softplus operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "softsign.https.any.js": [ + "eac0b7ec40cec0def9de674c9c9832673a6f4b8b", + [ + "webnn/conformance_tests/gpu/softsign.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softsign operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/softsign.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API softsign operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "split.https.any.js": [ + "3b0aafd7870fb06c46b1c7e2fceb4d6a22e2fd07", + [ + "webnn/conformance_tests/gpu/split.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API split operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/split.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API split operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "tanh.https.any.js": [ + "3029f4865a49325f71d82468e74799e9dbeb21be", + [ + "webnn/conformance_tests/gpu/tanh.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API tanh operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/tanh.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API tanh operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "transpose.https.any.js": [ + "295ef43ec11f14aa27bae0cc96efc3572ba0445b", + [ + "webnn/conformance_tests/gpu/transpose.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API transpose operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/transpose.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API transpose operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "triangular.https.any.js": [ + "3e1b0d5ab130ff2a5dfb9ad66075f2c1bd980e6c", + [ + "webnn/conformance_tests/gpu/triangular.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API triangular operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/triangular.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API triangular operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ], + "where.https.any.js": [ + "49c6cbd4e3236d03c881e7557fbaf52812ff0550", + [ + "webnn/conformance_tests/gpu/where.https.any.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API where operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ], + [ + "webnn/conformance_tests/gpu/where.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "test WebNN API where operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../../resources/utils.js" + ], + [ + "timeout", + "long" + ] + ], + "timeout": "long" + } + ] + ] + }, "hard_sigmoid.https.any.js": [ - "b6f2f53b320f61f62af5288cb25dfa97acce52df", + "8161a2453861b3fc1ccda5cc95362c2cea78ede8", [ - "webnn/gpu/hard_sigmoid.https.any.html", + "webnn/conformance_tests/hard_sigmoid.https.any.html", { "script_metadata": [ [ @@ -761054,7 +751194,7 @@ } ], [ - "webnn/gpu/hard_sigmoid.https.any.worker.html", + "webnn/conformance_tests/hard_sigmoid.https.any.worker.html", { "script_metadata": [ [ @@ -761079,9 +751219,9 @@ ] ], "hard_swish.https.any.js": [ - "a1731490bd4f584596d410f9c3aad55864c00f1c", + "b4a7c53d8d2004fd2948cd016df0fa5efb8a5cae", [ - "webnn/gpu/hard_swish.https.any.html", + "webnn/conformance_tests/hard_swish.https.any.html", { "script_metadata": [ [ @@ -761105,7 +751245,7 @@ } ], [ - "webnn/gpu/hard_swish.https.any.worker.html", + "webnn/conformance_tests/hard_swish.https.any.worker.html", { "script_metadata": [ [ @@ -761130,9 +751270,9 @@ ] ], "instance_normalization.https.any.js": [ - "e1d73de387eab5e571635ec19544bb322cd125c0", + "fce879172e5faa464cad4feaa24dc3a1d52aa334", [ - "webnn/gpu/instance_normalization.https.any.html", + "webnn/conformance_tests/instance_normalization.https.any.html", { "script_metadata": [ [ @@ -761156,7 +751296,7 @@ } ], [ - "webnn/gpu/instance_normalization.https.any.worker.html", + "webnn/conformance_tests/instance_normalization.https.any.worker.html", { "script_metadata": [ [ @@ -761181,9 +751321,9 @@ ] ], "layer_normalization.https.any.js": [ - "1deb43bee5dc326627d0141f3dd814543a677432", + "ab8a50cc0374412bab18ff63a4ec894182090b06", [ - "webnn/gpu/layer_normalization.https.any.html", + "webnn/conformance_tests/layer_normalization.https.any.html", { "script_metadata": [ [ @@ -761207,7 +751347,7 @@ } ], [ - "webnn/gpu/layer_normalization.https.any.worker.html", + "webnn/conformance_tests/layer_normalization.https.any.worker.html", { "script_metadata": [ [ @@ -761232,9 +751372,9 @@ ] ], "leaky_relu.https.any.js": [ - "f3a7bd8ba536003f55715f1a0c6d5311fd62a6a4", + "2b6f17e95dee4a5b5ae8e5fc246278dd261ae476", [ - "webnn/gpu/leaky_relu.https.any.html", + "webnn/conformance_tests/leaky_relu.https.any.html", { "script_metadata": [ [ @@ -761258,7 +751398,7 @@ } ], [ - "webnn/gpu/leaky_relu.https.any.worker.html", + "webnn/conformance_tests/leaky_relu.https.any.worker.html", { "script_metadata": [ [ @@ -761283,9 +751423,9 @@ ] ], "linear.https.any.js": [ - "48b8d82c1e5a00fa1b7be9443ae60935b0bdf871", + "465b697f29ae5765805559ebb7253994d7f88f78", [ - "webnn/gpu/linear.https.any.html", + "webnn/conformance_tests/linear.https.any.html", { "script_metadata": [ [ @@ -761309,7 +751449,7 @@ } ], [ - "webnn/gpu/linear.https.any.worker.html", + "webnn/conformance_tests/linear.https.any.worker.html", { "script_metadata": [ [ @@ -761334,9 +751474,9 @@ ] ], "matmul.https.any.js": [ - "01fed04e3d3dbe8c6fd279e104b20fdb1ac5c1af", + "64eeb37f08bc47482e3806af7f6eb21147198f85", [ - "webnn/gpu/matmul.https.any.html", + "webnn/conformance_tests/matmul.https.any.html", { "script_metadata": [ [ @@ -761360,7 +751500,7 @@ } ], [ - "webnn/gpu/matmul.https.any.worker.html", + "webnn/conformance_tests/matmul.https.any.worker.html", { "script_metadata": [ [ @@ -761385,9 +751525,9 @@ ] ], "pad.https.any.js": [ - "26d1bf0f3858b2bb18c85a88a352589afa430983", + "f1a2400d1cb01c5b0dd7e16c114e92a1eec13019", [ - "webnn/gpu/pad.https.any.html", + "webnn/conformance_tests/pad.https.any.html", { "script_metadata": [ [ @@ -761411,7 +751551,7 @@ } ], [ - "webnn/gpu/pad.https.any.worker.html", + "webnn/conformance_tests/pad.https.any.worker.html", { "script_metadata": [ [ @@ -761436,9 +751576,9 @@ ] ], "pooling.https.any.js": [ - "e174bb5186a87f24fcfeeb28d48406fed38bf732", + "400d5ed37de1563261ffe71863e45752ea56f4b7", [ - "webnn/gpu/pooling.https.any.html", + "webnn/conformance_tests/pooling.https.any.html", { "script_metadata": [ [ @@ -761462,7 +751602,7 @@ } ], [ - "webnn/gpu/pooling.https.any.worker.html", + "webnn/conformance_tests/pooling.https.any.worker.html", { "script_metadata": [ [ @@ -761487,9 +751627,9 @@ ] ], "prelu.https.any.js": [ - "5a1580e662ad819739097f9f15cdad51a881505e", + "83cc9db4b4dd5f8dfa9b55b845c46205d107a882", [ - "webnn/gpu/prelu.https.any.html", + "webnn/conformance_tests/prelu.https.any.html", { "script_metadata": [ [ @@ -761513,7 +751653,7 @@ } ], [ - "webnn/gpu/prelu.https.any.worker.html", + "webnn/conformance_tests/prelu.https.any.worker.html", { "script_metadata": [ [ @@ -761538,9 +751678,9 @@ ] ], "reduction.https.any.js": [ - "69f9b64df4eeef927fafaf4951a1eb0a9639f416", + "30bfb4ba7a8c3c2a102d35b17dc1eda2029cc2e6", [ - "webnn/gpu/reduction.https.any.html", + "webnn/conformance_tests/reduction.https.any.html", { "script_metadata": [ [ @@ -761564,7 +751704,7 @@ } ], [ - "webnn/gpu/reduction.https.any.worker.html", + "webnn/conformance_tests/reduction.https.any.worker.html", { "script_metadata": [ [ @@ -761589,9 +751729,9 @@ ] ], "relu.https.any.js": [ - "dc09846e3b36c4b5aaeab8f2e64de35763bfefc3", + "51e427898fe2068bde1649071004a4d3df4f1146", [ - "webnn/gpu/relu.https.any.html", + "webnn/conformance_tests/relu.https.any.html", { "script_metadata": [ [ @@ -761615,7 +751755,7 @@ } ], [ - "webnn/gpu/relu.https.any.worker.html", + "webnn/conformance_tests/relu.https.any.worker.html", { "script_metadata": [ [ @@ -761640,9 +751780,9 @@ ] ], "reshape.https.any.js": [ - "e5145e2403e1c32ecbfab5caaec66ac2de835dd2", + "c0dafb176c41c4d9d6d9dc169fbb834821a8d09e", [ - "webnn/gpu/reshape.https.any.html", + "webnn/conformance_tests/reshape.https.any.html", { "script_metadata": [ [ @@ -761666,7 +751806,7 @@ } ], [ - "webnn/gpu/reshape.https.any.worker.html", + "webnn/conformance_tests/reshape.https.any.worker.html", { "script_metadata": [ [ @@ -761691,9 +751831,9 @@ ] ], "sigmoid.https.any.js": [ - "6c85f5b3037fb33c75b1c38a68296d7fbc7c830d", + "186f46891816aa0cff77c1c740861791ff0c9772", [ - "webnn/gpu/sigmoid.https.any.html", + "webnn/conformance_tests/sigmoid.https.any.html", { "script_metadata": [ [ @@ -761717,7 +751857,7 @@ } ], [ - "webnn/gpu/sigmoid.https.any.worker.html", + "webnn/conformance_tests/sigmoid.https.any.worker.html", { "script_metadata": [ [ @@ -761742,9 +751882,9 @@ ] ], "slice.https.any.js": [ - "98e5f422dad504cfe937b21be12a0d108305ae29", + "64412045176e0af1b96d7f9bfd646d5cf3a0d8b8", [ - "webnn/gpu/slice.https.any.html", + "webnn/conformance_tests/slice.https.any.html", { "script_metadata": [ [ @@ -761768,7 +751908,7 @@ } ], [ - "webnn/gpu/slice.https.any.worker.html", + "webnn/conformance_tests/slice.https.any.worker.html", { "script_metadata": [ [ @@ -761793,9 +751933,9 @@ ] ], "softmax.https.any.js": [ - "9170dd0e145b5996c4922d355b37810430e71258", + "143b7d969fc51ddeecbfd6cdfef173a015e52631", [ - "webnn/gpu/softmax.https.any.html", + "webnn/conformance_tests/softmax.https.any.html", { "script_metadata": [ [ @@ -761819,7 +751959,7 @@ } ], [ - "webnn/gpu/softmax.https.any.worker.html", + "webnn/conformance_tests/softmax.https.any.worker.html", { "script_metadata": [ [ @@ -761844,9 +751984,9 @@ ] ], "softplus.https.any.js": [ - "a61e5beaefdfdbeeeca6b79798c6cf5a335ec0f8", + "fcd6410bdb3c875e8309516add453d11f7d05783", [ - "webnn/gpu/softplus.https.any.html", + "webnn/conformance_tests/softplus.https.any.html", { "script_metadata": [ [ @@ -761870,7 +752010,7 @@ } ], [ - "webnn/gpu/softplus.https.any.worker.html", + "webnn/conformance_tests/softplus.https.any.worker.html", { "script_metadata": [ [ @@ -761895,9 +752035,9 @@ ] ], "softsign.https.any.js": [ - "f598cbfcef486581d230a323c66c67cdce792cb7", + "6e26afdadee7a7e5cf38fa47eb34675aabab428d", [ - "webnn/gpu/softsign.https.any.html", + "webnn/conformance_tests/softsign.https.any.html", { "script_metadata": [ [ @@ -761921,7 +752061,7 @@ } ], [ - "webnn/gpu/softsign.https.any.worker.html", + "webnn/conformance_tests/softsign.https.any.worker.html", { "script_metadata": [ [ @@ -761946,9 +752086,9 @@ ] ], "split.https.any.js": [ - "8eecd76fa1b58c28d6302932b975273b0d478c9f", + "0de6cb4d8df0c214ed0f015b57d1f43524039ef9", [ - "webnn/gpu/split.https.any.html", + "webnn/conformance_tests/split.https.any.html", { "script_metadata": [ [ @@ -761972,7 +752112,7 @@ } ], [ - "webnn/gpu/split.https.any.worker.html", + "webnn/conformance_tests/split.https.any.worker.html", { "script_metadata": [ [ @@ -761997,9 +752137,9 @@ ] ], "tanh.https.any.js": [ - "15a9eeb013c0559102292266c279685369ff1afe", + "c5d1f86ab1ccd9af2e5b91d5ca2a3df281a85ba5", [ - "webnn/gpu/tanh.https.any.html", + "webnn/conformance_tests/tanh.https.any.html", { "script_metadata": [ [ @@ -762023,7 +752163,7 @@ } ], [ - "webnn/gpu/tanh.https.any.worker.html", + "webnn/conformance_tests/tanh.https.any.worker.html", { "script_metadata": [ [ @@ -762048,9 +752188,9 @@ ] ], "transpose.https.any.js": [ - "074e18a488372f9534238bd3031fab52d4c62371", + "746e53d512ac7f10fa3775082d4f8cf89eea3082", [ - "webnn/gpu/transpose.https.any.html", + "webnn/conformance_tests/transpose.https.any.html", { "script_metadata": [ [ @@ -762074,7 +752214,7 @@ } ], [ - "webnn/gpu/transpose.https.any.worker.html", + "webnn/conformance_tests/transpose.https.any.worker.html", { "script_metadata": [ [ @@ -762099,9 +752239,9 @@ ] ], "triangular.https.any.js": [ - "3b779fabd31ee547a7ce9622b4a2960ae3bb3e3d", + "503f310620b9c262d8b7e7186dd9f575f932384d", [ - "webnn/gpu/triangular.https.any.html", + "webnn/conformance_tests/triangular.https.any.html", { "script_metadata": [ [ @@ -762125,7 +752265,7 @@ } ], [ - "webnn/gpu/triangular.https.any.worker.html", + "webnn/conformance_tests/triangular.https.any.worker.html", { "script_metadata": [ [ @@ -762150,9 +752290,9 @@ ] ], "where.https.any.js": [ - "ec0c5530a044b4b44077743eede15f75fea0afe3", + "7926221d3aefb7b914202ff4f02fb2746368866a", [ - "webnn/gpu/where.https.any.html", + "webnn/conformance_tests/where.https.any.html", { "script_metadata": [ [ @@ -762176,7 +752316,7 @@ } ], [ - "webnn/gpu/where.https.any.worker.html", + "webnn/conformance_tests/where.https.any.worker.html", { "script_metadata": [ [ @@ -762201,108 +752341,6 @@ ] ] }, - "hard_sigmoid.https.any.js": [ - "81bd5124ce90f09da63b292def464701101e9b15", - [ - "webnn/hard_sigmoid.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API hardSigmoid operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/hard_sigmoid.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API hardSigmoid operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "hard_swish.https.any.js": [ - "052c7f2a208013ffca4d5c4ddb09404cd69d17d5", - [ - "webnn/hard_swish.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API tanh operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/hard_swish.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API tanh operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], "idlharness.https.any.js": [ "93e88294ef1ed0347db722a9c1305aac47fc4129", [ @@ -762362,1077 +752400,314 @@ } ] ], - "instance_normalization.https.any.js": [ - "0b7a708917f0f65d397d7ac728b3ec59791728c7", - [ - "webnn/instance_normalization.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API instanceNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/instance_normalization.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API instanceNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "layer_normalization.https.any.js": [ - "380db4ea528f1b9fd13a43b8fe00b788a109c955", - [ - "webnn/layer_normalization.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API layerNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/layer_normalization.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API layerNormalization operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "leaky_relu.https.any.js": [ - "61539ce92ea8611f0c929e390fb8d06a9259c7c4", - [ - "webnn/leaky_relu.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API leakyRelu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/leaky_relu.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API leakyRelu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "linear.https.any.js": [ - "4b2c05540b7fec01a6142af2351204213d436259", - [ - "webnn/linear.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API linear operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/linear.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API linear operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "matmul.https.any.js": [ - "8a9882afe613c68fb1fd948c2310f91eb9cb8009", - [ - "webnn/matmul.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API matmul operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/matmul.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API matmul operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "pad.https.any.js": [ - "05eec653c6c64eb3a199be891870bf616cf993ae", - [ - "webnn/pad.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API pad operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/pad.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API pad operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "pooling.https.any.js": [ - "c34ae2bba2422594ce03bea07dfe57ce794432fd", - [ - "webnn/pooling.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API pooling operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/pooling.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API pooling operations" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "prelu.https.any.js": [ - "c1b2e9fa2a0afffb60eec2c1445a230bca8030f9", - [ - "webnn/prelu.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API prelu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/prelu.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API prelu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "reduction.https.any.js": [ - "20bd74d8dee84bcf32ccf24362a73a6854cf9462", - [ - "webnn/reduction.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API reduction operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/reduction.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API reduction operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "relu.https.any.js": [ - "42b64e11de0eda64f587cce901861fda8e2b7ce3", - [ - "webnn/relu.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API relu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/relu.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API relu operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "reshape.https.any.js": [ - "e0733635f8755bf1a1540e7f225754ab24d66003", - [ - "webnn/reshape.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API reshape operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/reshape.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API reshape operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "sigmoid.https.any.js": [ - "e904d8dfa7814107f0f2f2707eaebaa600533941", - [ - "webnn/sigmoid.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API sigmoid operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/sigmoid.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API sigmoid operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "slice.https.any.js": [ - "cb7acefc0539a904d165a12ca5fdd9541206012e", - [ - "webnn/slice.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API slice operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/slice.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API slice operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "softmax.https.any.js": [ - "8e5342bd75a0d85c671ecf9f7a5fbeadf805822f", - [ - "webnn/softmax.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softmax operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/softmax.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softmax operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "softplus.https.any.js": [ - "7096f64a043a91fba09c91df70114666c8980664", - [ - "webnn/softplus.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softplus operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/softplus.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softplus operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "softsign.https.any.js": [ - "61a7d5365fabca290eaeb400c961a107558e17ed", - [ - "webnn/softsign.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softsign operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ], - [ - "webnn/softsign.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API softsign operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "split.https.any.js": [ - "b6fc5b4d98d53b05e0a39a10d00e1eef23f6b6ef", - [ - "webnn/split.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API split operation" - ], - [ - "global", - "window,dedicatedworker" + "validation_tests": { + "arg_min_max.https.any.js": [ + "700be83b04a7ac0af0eae6903741ccfcb89b3ba7", + [ + "webnn/validation_tests/arg_min_max.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API argMin/Max operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/arg_min_max.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API argMin/Max operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ], - [ - "webnn/split.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API split operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "tanh.https.any.js": [ - "d0d45e754b271d9bed389f3e2958ad1c15e3bf78", - [ - "webnn/tanh.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API tanh operation" - ], - [ - "global", - "window,dedicatedworker" + "batch_normalization.https.any.js": [ + "25b542d34ea66128f2eea496d98124a7efcee209", + [ + "webnn/validation_tests/batch_normalization.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API batchNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/batch_normalization.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API batchNormalization operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ], - [ - "webnn/tanh.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API tanh operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "transpose.https.any.js": [ - "63a123342aa3501ababcf14a0c811e7dc040ba4e", - [ - "webnn/transpose.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API transpose operation" - ], - [ - "global", - "window,dedicatedworker" + "elementwise_binary.https.any.js": [ + "97a1a2b93c9821116df58a38f50e3e5b4fa49c03", + [ + "webnn/validation_tests/elementwise_binary.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API element-wise binary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/elementwise_binary.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API element-wise binary operations" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ], - [ - "webnn/transpose.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API transpose operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "triangular.https.any.js": [ - "1f1af6dcab6b87338c8466685ea6921290dc02cd", - [ - "webnn/triangular.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API triangular operation" - ], - [ - "global", - "window,dedicatedworker" + "layer_normalization.https.any.js": [ + "7dbcf5c74a71bc63e8b0b12907386f69e0ffa05f", + [ + "webnn/validation_tests/layer_normalization.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/layer_normalization.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ], - [ - "webnn/triangular.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API triangular operation" - ], - [ - "global", - "window,dedicatedworker" - ], - [ - "script", - "./resources/utils.js" - ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } - ] - ], - "where.https.any.js": [ - "306128a814227550d3ce5de7d650d9d64ba67b60", - [ - "webnn/where.https.any.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API where operation" - ], - [ - "global", - "window,dedicatedworker" + "reduction.https.any.js": [ + "65b71239b96f503fc1dca4cb6cd59e588f183038", + [ + "webnn/validation_tests/reduction.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API reduction operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/reduction.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API reduction operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ], - [ - "webnn/where.https.any.worker.html", - { - "script_metadata": [ - [ - "title", - "test WebNN API where operation" - ], - [ - "global", - "window,dedicatedworker" + "resample2d.https.any.js": [ + "2e00cf297cb0720748e24c0b25e0aa9377f6fa6e", + [ + "webnn/validation_tests/resample2d.https.any.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API resample2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "script", - "./resources/utils.js" + "timeout": "long" + } + ], + [ + "webnn/validation_tests/resample2d.https.any.worker.html", + { + "script_metadata": [ + [ + "title", + "validation tests for WebNN API resample2d operation" + ], + [ + "global", + "window,dedicatedworker" + ], + [ + "script", + "../resources/utils_validation.js" + ], + [ + "timeout", + "long" + ] ], - [ - "timeout", - "long" - ] - ], - "timeout": "long" - } + "timeout": "long" + } + ] ] - ] + } }, "webrtc": { "RTCCertificate-postMessage.html": [ @@ -763464,7 +752739,7 @@ ] ], "RTCConfiguration-iceServers.html": [ - "d344cce9f862a07034aeaeb96ab4012f0bab6eca", + "aa66bfbb2bfff0febc9404e4b73e0637a3226a70", [ null, {} @@ -763748,7 +753023,7 @@ ] ], "RTCPeerConnection-createDataChannel.html": [ - "cddbd02c7bf22420532b5dc0d5a691660b5f44ec", + "373630ff77236668a1e32ed56e7340594d110996", [ null, { @@ -764284,7 +753559,7 @@ ] ], "RTCRtpTransceiver-setCodecPreferences.html": [ - "30a0fa69c52143dc89997c09d7c4d5611d12df51", + "8142132a8c32f3a72cb65d07c0dee7cecc3c867b", [ null, {} @@ -764506,7 +753781,7 @@ ] ], "historical.html": [ - "ae7a29dec0c184d5bc52e2db14b919bdd6b700b3", + "e30a7bc7d355953b75034a5ddf84085c3b8273f7", [ null, {} @@ -765468,7 +754743,7 @@ ] ], "supported-stats.https.html": [ - "b886778e516140e32b5a2053748a9396c5700ccc", + "677736f3cd8f33963c53d4fa9bee0c52f4826a5f", [ null, { @@ -777268,7 +766543,38 @@ ] ], "close.any.js": [ - "098caf31c82fa9b702f3e1e260c7f7af09445052", + "ad41dc6e2e9fd3fcff4af10da30c548a60d8e880", + [ + "websockets/stream/tentative/close.any.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], [ "websockets/stream/tentative/close.any.html?wpt_flags=h2", { @@ -777287,6 +766593,10 @@ ], [ "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777314,6 +766624,41 @@ ], [ "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/close.any.serviceworker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777341,6 +766686,10 @@ ], [ "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777368,6 +766717,41 @@ ], [ "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/close.any.sharedworker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777395,6 +766779,10 @@ ], [ "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777422,6 +766810,41 @@ ], [ "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/close.any.worker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777449,6 +766872,10 @@ ], [ "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777476,6 +766903,10 @@ ], [ "variant", + "?default" + ], + [ + "variant", "?wss" ], [ @@ -777705,6 +767136,381 @@ } ] ], + "remote-close.any.js": [ + "b7fd321914a4e6f9bf70d431bca591a7c5460675", + [ + "websockets/stream/tentative/remote-close.any.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.html?wpt_flags=h2", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.html?wss", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.serviceworker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.serviceworker.html?wpt_flags=h2", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.serviceworker.html?wss", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.sharedworker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.sharedworker.html?wpt_flags=h2", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.sharedworker.html?wss", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.worker.html?default", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.worker.html?wpt_flags=h2", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ], + [ + "websockets/stream/tentative/remote-close.any.worker.html?wss", + { + "script_metadata": [ + [ + "script", + "../../constants.sub.js" + ], + [ + "script", + "resources/url-constants.js" + ], + [ + "global", + "window,worker" + ], + [ + "variant", + "?default" + ], + [ + "variant", + "?wss" + ], + [ + "variant", + "?wpt_flags=h2" + ] + ] + } + ] + ], "websocket-error.any.js": [ "b114bbb3e3495d2ae4ce0c75454539d4b2fddea7", [ @@ -803884,510 +793690,6 @@ {} ] ], - "outline-color-003.xht": [ - "fc9fac98b6a2fcd40a00aa35e4f9cc6666178dfc", - [ - null, - {} - ] - ], - "outline-color-004.xht": [ - "08ac66c1238e4de846057585c2bd91c3dfdd7b5c", - [ - null, - {} - ] - ], - "outline-color-005.xht": [ - "e0a087b281111d665d60d328d83dbb7ab29c251a", - [ - null, - {} - ] - ], - "outline-color-006.xht": [ - "aa50cd495f45b5d5565ecfa5661dd66fb6403292", - [ - null, - {} - ] - ], - "outline-color-009.xht": [ - "72be4c5e3fb96e47f7b64095c4755a4bbd188858", - [ - null, - {} - ] - ], - "outline-color-010.xht": [ - "394d4646150f9a28d1b0156826c0ea096f2609e3", - [ - null, - {} - ] - ], - "outline-color-011.xht": [ - "9b1035a4d21c2221ea9c1bded84dbf5c3359d24e", - [ - null, - {} - ] - ], - "outline-color-012.xht": [ - "75f7ae9877b21058b6a4074872b52eb3e9501cef", - [ - null, - {} - ] - ], - "outline-color-014.xht": [ - "52dbe6cf8e4eaa405575b773d4a3b9bae07dcbc3", - [ - null, - {} - ] - ], - "outline-color-015.xht": [ - "03b17219f0e82d22b7990b91323bf3c9bb3976d7", - [ - null, - {} - ] - ], - "outline-color-016.xht": [ - "9b7d9e3fccc6015a2d750208a5ce78c41b23fd90", - [ - null, - {} - ] - ], - "outline-color-017.xht": [ - "ec30fb6ece768397c287f7c0495a226807bd135a", - [ - null, - {} - ] - ], - "outline-color-019.xht": [ - "10beda0520e5f47c789cb8e8a5aaab6cf47e93ba", - [ - null, - {} - ] - ], - "outline-color-020.xht": [ - "4c52916dba4405bf2c33a8bed616395dbbbffb4b", - [ - null, - {} - ] - ], - "outline-color-021.xht": [ - "1ed0b6f3f50f2965c9c1ddd57acd8ee617f7af0c", - [ - null, - {} - ] - ], - "outline-color-022.xht": [ - "0aceeb2797baad64fc1bfd58278a37b13a1e2097", - [ - null, - {} - ] - ], - "outline-color-026.xht": [ - "98585d11e823d150cdd0fac07e969c168f90b2b5", - [ - null, - {} - ] - ], - "outline-color-027.xht": [ - "0dd858235ca910d9afed70691110dd2b5e04152e", - [ - null, - {} - ] - ], - "outline-color-028.xht": [ - "3c2a2f7c4d83b3a2503b9c80f530542ff8b5eaaf", - [ - null, - {} - ] - ], - "outline-color-029.xht": [ - "6d283099da91ac7a2305dea2ee328f3c6798c232", - [ - null, - {} - ] - ], - "outline-color-032.xht": [ - "6e2683eb1e4976b58dd0f09d6ddb781e8eb4f747", - [ - null, - {} - ] - ], - "outline-color-033.xht": [ - "f215bb3012b2e61f4a98b01bf1cf399db58c31f0", - [ - null, - {} - ] - ], - "outline-color-034.xht": [ - "e36154d1bd26812a275cc058b99551eca4a6ade0", - [ - null, - {} - ] - ], - "outline-color-035.xht": [ - "bf2fd9b7f6199f6c2c7333c23d4a8521dc115aec", - [ - null, - {} - ] - ], - "outline-color-037.xht": [ - "94558c796a237e051ed51c323e4e9e552c7850b7", - [ - null, - {} - ] - ], - "outline-color-038.xht": [ - "cd9d295bbb2a7208433244e265043b18ea897daf", - [ - null, - {} - ] - ], - "outline-color-039.xht": [ - "8eec350cbf0926991260a6fab2d9ac69c5c27a3e", - [ - null, - {} - ] - ], - "outline-color-040.xht": [ - "e1411591abe29331d89b71479f0d6eceae053122", - [ - null, - {} - ] - ], - "outline-color-042.xht": [ - "ce23bf4437e5789693681857bf7f88d4afe8b2e1", - [ - null, - {} - ] - ], - "outline-color-043.xht": [ - "285ffff0df1b1e7f49cd02c790eec571811cba56", - [ - null, - {} - ] - ], - "outline-color-044.xht": [ - "73a5edb87594eb5e7f019d40e22e38c326d895e0", - [ - null, - {} - ] - ], - "outline-color-045.xht": [ - "0766a5633cbe596ed9e599589395586a40e562df", - [ - null, - {} - ] - ], - "outline-color-055.xht": [ - "fc8e03955d889b23d187e6e0a35378b9bea34be3", - [ - null, - {} - ] - ], - "outline-color-056.xht": [ - "072878eebacdb495dbc0ff4a08f1d12b6b8839b1", - [ - null, - {} - ] - ], - "outline-color-057.xht": [ - "dbf9b7e14688ef8bce014d56aef847d4ff22cf2d", - [ - null, - {} - ] - ], - "outline-color-060.xht": [ - "9af35b1f307efac231b6c0e466805836166a5f4e", - [ - null, - {} - ] - ], - "outline-color-063.xht": [ - "4b4a59a338ab4e392b36db904bb6510a895660e6", - [ - null, - {} - ] - ], - "outline-color-064.xht": [ - "1c79116778469a3f82256a2272b6cc552e525b6a", - [ - null, - {} - ] - ], - "outline-color-065.xht": [ - "638fc551615ff6b0dbbb46de3940b0df6517a6f8", - [ - null, - {} - ] - ], - "outline-color-066.xht": [ - "3643ac65bcfaf58de619c76bec2d18006f9efcfc", - [ - null, - {} - ] - ], - "outline-color-067.xht": [ - "0e6c5be02a6c325556cdb1aceebe51054d74610a", - [ - null, - {} - ] - ], - "outline-color-068.xht": [ - "89b77d12cae552f21cd81cddad3f6c8525fce33d", - [ - null, - {} - ] - ], - "outline-color-076.xht": [ - "909c50756ecd061c4ebeca27d4278f22fb45cc23", - [ - null, - {} - ] - ], - "outline-color-077.xht": [ - "1e34e4e605db5fab67ef233ab433a1b81af0507e", - [ - null, - {} - ] - ], - "outline-color-078.xht": [ - "dbe54938f6ff9ff39e582059cdc0c23018f2af17", - [ - null, - {} - ] - ], - "outline-color-080.xht": [ - "1c3594327943dfd9a117f4aea3d6dfc770134199", - [ - null, - {} - ] - ], - "outline-color-083.xht": [ - "63a0a2276a5e7f0136e1a8ac3f973c9b4378391e", - [ - null, - {} - ] - ], - "outline-color-084.xht": [ - "9388d576ba08d6f3cae252918d4a8603f3ae24a5", - [ - null, - {} - ] - ], - "outline-color-085.xht": [ - "b3fe617557f225a64aeb6839ebe33a7e96bbd925", - [ - null, - {} - ] - ], - "outline-color-086.xht": [ - "3e02c58ece075c5a7b5725aed6e1472b45eb1ac9", - [ - null, - {} - ] - ], - "outline-color-087.xht": [ - "4e50e0c1124039bb61257504699c09289fe01ecc", - [ - null, - {} - ] - ], - "outline-color-088.xht": [ - "081c024fb2763f2312b70bf881e33ddb20ac7060", - [ - null, - {} - ] - ], - "outline-color-096.xht": [ - "47acaac4823e85661fae2099b0ba3aa9dd757311", - [ - null, - {} - ] - ], - "outline-color-097.xht": [ - "22695edc19bace5b2ebdaef9064d737704bdfedf", - [ - null, - {} - ] - ], - "outline-color-098.xht": [ - "4b64681777c3c5ca3451412d397c80ff3fc5f407", - [ - null, - {} - ] - ], - "outline-color-100.xht": [ - "e49ccf9bf6723372565aae617f0a2cfa7c2b8e63", - [ - null, - {} - ] - ], - "outline-color-103.xht": [ - "c7db3c5fdf025831dd9016c6ec28b3ab46d312d8", - [ - null, - {} - ] - ], - "outline-color-104.xht": [ - "1c233b9efb5e74aa86e64795500b7bd676d34425", - [ - null, - {} - ] - ], - "outline-color-105.xht": [ - "be5647977bfc6ba159b6898c45c19bca062a4baf", - [ - null, - {} - ] - ], - "outline-color-106.xht": [ - "53f8612f5ed411f1f05429883d97a9bc55ed81d8", - [ - null, - {} - ] - ], - "outline-color-107.xht": [ - "ec2baec1cea147b3d2261ab0b8f6fc03e727d0b8", - [ - null, - {} - ] - ], - "outline-color-108.xht": [ - "c594dcf86c0adaf568cdfea0f28e490adb253a72", - [ - null, - {} - ] - ], - "outline-color-116.xht": [ - "4a6804be17cd38e9d1d4ee067d707a48cbbd8e3f", - [ - null, - {} - ] - ], - "outline-color-117.xht": [ - "f688c5c593a171886eb2e91e44f31c3fa09a95c4", - [ - null, - {} - ] - ], - "outline-color-118.xht": [ - "87eea213ab299c0acbc0d28a6e0afc98f1ee3235", - [ - null, - {} - ] - ], - "outline-color-120.xht": [ - "f57de8633b6f6281a4e222ebcf91eb375ffe7723", - [ - null, - {} - ] - ], - "outline-color-123.xht": [ - "5714c14a1e1aaa2f6d919c54bea785501f037a55", - [ - null, - {} - ] - ], - "outline-color-124.xht": [ - "c552ae69cc462cb002062226cfe3b32b55377f93", - [ - null, - {} - ] - ], - "outline-color-125.xht": [ - "5be5f3774daedc77ea9bde8ef60cc902d87af842", - [ - null, - {} - ] - ], - "outline-color-126.xht": [ - "88ff60bc176f13fb575f92a291518bd6db92d040", - [ - null, - {} - ] - ], - "outline-color-127.xht": [ - "abca8308d76c698a6a56b70751b55a0cf4db2b51", - [ - null, - {} - ] - ], - "outline-color-128.xht": [ - "de5070a35625bbafd40dc714c56002229de5e8cb", - [ - null, - {} - ] - ], "outline-color-129.xht": [ "4c5148c2620f5a3e3d0c49fceb2f5d87f30ac9c7", [ @@ -804395,111 +793697,6 @@ {} ] ], - "outline-color-131.xht": [ - "45bc6a9afbaebab71b45883754b31e94a851f4ef", - [ - null, - {} - ] - ], - "outline-color-132.xht": [ - "9d48c842886688130c76e3d52f9ddf3123d8e64f", - [ - null, - {} - ] - ], - "outline-color-133.xht": [ - "44f91a3b57774243424bbd5dd8c4177c5374ab01", - [ - null, - {} - ] - ], - "outline-color-134.xht": [ - "55b9e9d1cfd79b767186bb9aaba79eafe3602d2b", - [ - null, - {} - ] - ], - "outline-color-135.xht": [ - "874712372b666d5e9f881c57ba2de451ab9b115b", - [ - null, - {} - ] - ], - "outline-color-136.xht": [ - "4d4cf17e0d44270a97e1aa253d7e8c81756fd3aa", - [ - null, - {} - ] - ], - "outline-color-137.xht": [ - "02fedc25b0f1b58e7f20e2b06761a5933d0bbba2", - [ - null, - {} - ] - ], - "outline-color-138.xht": [ - "afd9d8aa82c3a52bb8e32760b052cee1447e422c", - [ - null, - {} - ] - ], - "outline-color-139.xht": [ - "9fcf203cee5a4b49dbda78b861bc4a95cdd1e10c", - [ - null, - {} - ] - ], - "outline-color-140.xht": [ - "60aa999768b621782b3c9431b51385177a9dd664", - [ - null, - {} - ] - ], - "outline-color-141.xht": [ - "3400c9a3c8dffce9fa8251b7cd3f6dd96756fc9a", - [ - null, - {} - ] - ], - "outline-color-142.xht": [ - "37950f49b026afee5fa69c1c2687f23a9672c118", - [ - null, - {} - ] - ], - "outline-color-143.xht": [ - "88e1a322c3c6b19363d520a3cc88b709e04e60ec", - [ - null, - {} - ] - ], - "outline-color-144.xht": [ - "93b39a25eb70ea8d259149f6b7e019719b7e2380", - [ - null, - {} - ] - ], - "outline-color-145.xht": [ - "f93f849e666278c4090a86f51a9542cd21c4dba8", - [ - null, - {} - ] - ], "outline-color-174.xht": [ "9dc1afb1cb4be61114b88842bb9de3177e6c2efc", [ @@ -810069,7 +799266,7 @@ }, "context_created": { "context_created.py": [ - "e8b7fc5f894c8186c44e8ecdda7210952d8147ce", + "d77209842c1a0010b842b02c19180da6a323d827", [ null, {} @@ -810513,7 +799710,7 @@ "permissions": { "set_permission": { "invalid.py": [ - "0ef8c57f4154e524ea95bea08454d914e0153f62", + "0ace04e8bcfefd25795e062026c4e402e2d315f3", [ null, {} @@ -810532,7 +799729,7 @@ "input": { "perform_actions": { "invalid.py": [ - "4ae3039f473e16ebe6350196822e8e5e7a4c00e3", + "1c5983159c1cf878a6664432dea8cdce47722957", [ null, {} @@ -810746,14 +799943,21 @@ "network": { "add_intercept": { "add_intercept.py": [ - "7648eb1934fa37d2eaef4ff1ed9be5a2d3859dbc", + "c073e1cc3260f08d3b781102dfcdcd54804f60ce", + [ + null, + {} + ] + ], + "contexts.py": [ + "83dfa5560f77896564de93db4fbf0d1a62182d57", [ null, {} ] ], "invalid.py": [ - "ac7b2738548425f8aab010e6be9145c2cad8f296", + "187fd9890e1236793b80cbdf8a1d69dc6fff7292", [ null, {} @@ -811456,6 +800660,29 @@ } }, "storage": { + "delete_cookies": { + "filter.py": [ + "eff2f00dd320a45db4b3f7b0e99fcacee8a2c19f", + [ + null, + {} + ] + ], + "invalid.py": [ + "ba9c5a5da0ab510473afef3e860eedf71d7676a7", + [ + null, + {} + ] + ], + "partition.py": [ + "0b3726142cbba03602431402cb34fc48a1a8d6f9", + [ + null, + {} + ] + ] + }, "get_cookies": { "filter.py": [ "b244ef86ac24d22c619fcdbc73f32d3edee828cc", @@ -811465,14 +800692,14 @@ ] ], "invalid.py": [ - "fbd5647f30345387e0d63e4741d2f630f47a4e1c", + "93d0da2ac472a7b406138198c70f9264033403ed", [ null, {} ] ], "partition.py": [ - "a1c26503525034614a1861b3512b60144df9f2ca", + "fb1755421ece4c9af0b1392c085af8286d17b0fd", [ null, {} @@ -811537,7 +800764,7 @@ ] ], "invalid.py": [ - "53d2573575b645b76c2e101c833e28e87e7d86b4", + "9962d303a14672010b56c30bf502dfaf733300d1", [ null, {} @@ -811551,7 +800778,7 @@ ] ], "partition.py": [ - "cb0ace1f4028290b2089857fb8ba9e60aa2acbd6", + "9283ee0732912e2a77f51ec25e8cbe413759161a", [ null, {} diff --git a/tests/wpt/meta/css/CSS2/ui/outline-color-030.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-color-030.xht.ini deleted file mode 100644 index 5ab75080014..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-color-030.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-color-030.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/css-align/blocks/align-content-block-break-content-020.html.ini b/tests/wpt/meta/css/css-align/blocks/align-content-block-break-content-020.html.ini deleted file mode 100644 index c19c67ff247..00000000000 --- a/tests/wpt/meta/css/css-align/blocks/align-content-block-break-content-020.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[align-content-block-break-content-020.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-fonts/idlharness.html.ini b/tests/wpt/meta/css/css-fonts/idlharness.html.ini index e11751fc2ec..c72b6e25012 100644 --- a/tests/wpt/meta/css/css-fonts/idlharness.html.ini +++ b/tests/wpt/meta/css/css-fonts/idlharness.html.ini @@ -109,3 +109,6 @@ [CSSFontFeatureValuesMap interface: maplike<CSSOMString, [object Object\]>] expected: FAIL + + [CSSFontFeatureValuesRule interface: attribute historicalForms] + expected: FAIL diff --git a/tests/wpt/meta/css/css-transitions/transition-behaivor.html.ini b/tests/wpt/meta/css/css-transitions/transition-behaivor.html.ini deleted file mode 100644 index be999af2dc0..00000000000 --- a/tests/wpt/meta/css/css-transitions/transition-behaivor.html.ini +++ /dev/null @@ -1,18 +0,0 @@ -[transition-behaivor.html] - [transition-behavior:allow-discrete should animate discrete properties.] - expected: FAIL - - [transition-behavior:allow-discrete overlaps the previous normal value.] - expected: FAIL - - [transition-behavior:normal overlaps the previous allow-discrete value.] - expected: FAIL - - [transition-behavior changed to normal should stop the running discrete transitions.] - expected: FAIL - - [transition-behavior:allow-discrete should animate for values fallback to discrete animations.] - expected: FAIL - - [transition-behavior:normal should cancel the running transitions whose animation values are not interpolatable] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transitions/transition-behavior.html.ini b/tests/wpt/meta/css/css-transitions/transition-behavior.html.ini new file mode 100644 index 00000000000..4bbeadc1c56 --- /dev/null +++ b/tests/wpt/meta/css/css-transitions/transition-behavior.html.ini @@ -0,0 +1,18 @@ +[transition-behavior.html] + [transition-behavior:allow-discrete should animate discrete properties.] + expected: FAIL + + [transition-behavior:allow-discrete overlaps the previous normal value.] + expected: FAIL + + [transition-behavior:normal overlaps the previous allow-discrete value.] + expected: FAIL + + [transition-behavior changed to normal should stop the running discrete transitions.] + expected: FAIL + + [transition-behavior:allow-discrete should animate for values fallback to discrete animations.] + expected: FAIL + + [transition-behavior:normal should cancel the running transitions whose animation values are not interpolatable] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-letter-spacing.html.ini b/tests/wpt/meta/css/css-values/calc-letter-spacing.html.ini new file mode 100644 index 00000000000..bae4e1fb5d2 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-letter-spacing.html.ini @@ -0,0 +1,3 @@ +[calc-letter-spacing.html] + [testing letter-spacing: calc(100%)] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini b/tests/wpt/meta/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini new file mode 100644 index 00000000000..dad7beac230 --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html.ini @@ -0,0 +1,336 @@ +[calc-size-height-interpolation.tentative.html] + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Transitions: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [CSS Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (-0.25) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.5) should be [150px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (0.75) should be [175px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1) should be [200px\]] + expected: FAIL + + [Web Animations: property <height> from neutral to [calc-size(auto, size * 2)\] at (1.25) should be [225px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0 * size)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [calc-size(min-content, 0px)\] to [calc-size(min-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Transitions with transition: all: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [CSS Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (-0.25) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0) should be [0\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.25) should be [25px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.5) should be [50px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (0.75) should be [75px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1) should be [100px\]] + expected: FAIL + + [Web Animations: property <height> from [0\] to [calc-size(max-content, size)\] at (1.25) should be [125px\]] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-size/calc-size-height.tentative.html.ini b/tests/wpt/meta/css/css-values/calc-size/calc-size-height.tentative.html.ini new file mode 100644 index 00000000000..ba84cd6c00b --- /dev/null +++ b/tests/wpt/meta/css/css-values/calc-size/calc-size-height.tentative.html.ini @@ -0,0 +1,81 @@ +[calc-size-height.tentative.html] + [resolved height for height in auto height container: calc-size(any, 357px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(any, 357px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(any, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(any, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(31%, size)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(max-content, 31%)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(max-content, 31%)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(fit-content, 72px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(fit-content, 72px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(37px, 93px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(37px, 93px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(83px, size * 3)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(83px, size * 3)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(min-content, size / 2)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(min-content, size / 2)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(max-content, size * 1.2)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(max-content, size * 1.2)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(fit-content, size / 2 + 30px)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(fit-content, size / 2 + 30px)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(30px, 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(30px, 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(any, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(any, 30px), 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(2in, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(2in, 30px), 15em)] + expected: FAIL + + [resolved height for height in auto height container: calc-size(calc-size(min-content, 30px), 15em)] + expected: FAIL + + [resolved height for height in definite height container: calc-size(calc-size(min-content, 30px), 15em)] + expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/smooth-scroll-in-load-event.html.ini b/tests/wpt/meta/css/cssom-view/smooth-scroll-in-load-event.html.ini new file mode 100644 index 00000000000..fcc529f04fe --- /dev/null +++ b/tests/wpt/meta/css/cssom-view/smooth-scroll-in-load-event.html.ini @@ -0,0 +1,3 @@ +[smooth-scroll-in-load-event.html] + [Smooth scroll in load event handler] + expected: FAIL diff --git a/tests/wpt/meta/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini b/tests/wpt/meta/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini new file mode 100644 index 00000000000..fc908daeaab --- /dev/null +++ b/tests/wpt/meta/css/cssom/CSSStyleSheet-constructable-invalidation.html.ini @@ -0,0 +1,9 @@ +[CSSStyleSheet-constructable-invalidation.html] + [mutating constructed CSSStyleSheet applied to root invalidates styles] + expected: FAIL + + [mutating constructed CSSStyleSheet applied to shadowdom invalidates styles] + expected: FAIL + + [mutating dependent constructed CSSStyleSheet applied to shadowdom invalidates styles] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini new file mode 100644 index 00000000000..be8657be47c --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html] + [Inserting <meta> that uses alternate stylesheets, applies the style during DOM insertion, and before script runs as a result of any atomic insertions] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini new file mode 100644 index 00000000000..ba1dca97151 --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html.ini @@ -0,0 +1,9 @@ +[Node-appendChild-script-and-style.tentative.html] + [Earlier-inserted <script> (via a DocumentFragment) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL + + [Earlier-inserted <script> (via a div) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL + + [Earlier-inserted <script> (via a append()) synchronously observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini new file mode 100644 index 00000000000..71d9e80004b --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-script-in-script.tentative.html] + [An outer script does not execute until its inner `<script>` children are finished being inserted into it. The outer script's execution considers any script text that inner scripts added to the outer one.] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini new file mode 100644 index 00000000000..4837b8eed6e --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-text-and-script-in-style.tentative.html] + [All style rules appended to a <style> element are inserted and script-observable to scripts inserted in the `<style>` element, by the time scripts execute after DOM insertions.] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini new file mode 100644 index 00000000000..329de683b8c --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-three-scripts-from-fragment.tentative.html] + [Node.appendChild: inserting three scripts from a document fragment] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini new file mode 100644 index 00000000000..996233b6e71 --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html.ini @@ -0,0 +1,3 @@ +[Node-appendChild-three-scripts.tentative.html] + [Node.appendChild: inserting three scripts from a div] + expected: FAIL diff --git a/tests/wpt/meta/dom/nodes/insertion-removing-steps/blur-event.window.js.ini b/tests/wpt/meta/dom/nodes/insertion-removing-steps/blur-event.window.js.ini new file mode 100644 index 00000000000..9b57360d600 --- /dev/null +++ b/tests/wpt/meta/dom/nodes/insertion-removing-steps/blur-event.window.js.ini @@ -0,0 +1,2 @@ +[blur-event.window.html] + expected: CRASH diff --git a/tests/wpt/meta/fetch/metadata/generated/css-images.sub.tentative.html.ini b/tests/wpt/meta/fetch/metadata/generated/css-images.sub.tentative.html.ini index 7b4cf2c5ae7..4b5c3e26586 100644 --- a/tests/wpt/meta/fetch/metadata/generated/css-images.sub.tentative.html.ini +++ b/tests/wpt/meta/fetch/metadata/generated/css-images.sub.tentative.html.ini @@ -185,6 +185,3 @@ [border-image sec-fetch-site - HTTPS downgrade (header not sent)] expected: FAIL - - [background-image sec-fetch-site - HTTPS downgrade (header not sent)] - expected: TIMEOUT diff --git a/tests/wpt/meta/fetch/private-network-access/anchor.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/anchor.tentative.https.window.js.ini index 85d194b63f7..e416b9431ff 100644 --- a/tests/wpt/meta/fetch/private-network-access/anchor.tentative.https.window.js.ini +++ b/tests/wpt/meta/fetch/private-network-access/anchor.tentative.https.window.js.ini @@ -49,6 +49,12 @@ [public to private: success.] expected: FAIL + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL + [anchor.tentative.https.window.html?include=from-local] diff --git a/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini new file mode 100644 index 00000000000..f679ad1145e --- /dev/null +++ b/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js.ini @@ -0,0 +1,19 @@ +[service-worker-fetch-document-treat-as-public.tentative.https.window.html] + expected: TIMEOUT + [treat-as-public to local: failed preflight.] + expected: TIMEOUT + + [treat-as-public to local: success.] + expected: NOTRUN + + [treat-as-public to local (same-origin): no preflight required.] + expected: NOTRUN + + [treat-as-public to private: failed preflight.] + expected: NOTRUN + + [treat-as-public to private: success.] + expected: NOTRUN + + [treat-as-public to public: success.] + expected: NOTRUN diff --git a/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini new file mode 100644 index 00000000000..daa4ff7a6e7 --- /dev/null +++ b/tests/wpt/meta/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js.ini @@ -0,0 +1,28 @@ +[service-worker-fetch-document.tentative.https.window.html] + expected: TIMEOUT + [local to local: success.] + expected: TIMEOUT + + [private to local: failed preflight.] + expected: NOTRUN + + [private to local: success.] + expected: NOTRUN + + [private to private: success.] + expected: NOTRUN + + [public to local: failed preflight.] + expected: NOTRUN + + [public to local: success.] + expected: NOTRUN + + [public to private: failed preflight.] + expected: NOTRUN + + [public to private: success.] + expected: NOTRUN + + [public to public: success.] + expected: NOTRUN diff --git a/tests/wpt/meta/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini index ad5a61ccc47..6bcaf322518 100644 --- a/tests/wpt/meta/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini +++ b/tests/wpt/meta/fetch/private-network-access/window-open-existing.tentative.https.window.js.ini @@ -49,6 +49,12 @@ [public to private: success.] expected: FAIL + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL + [window-open-existing.tentative.https.window.html?include=from-local] diff --git a/tests/wpt/meta/fetch/private-network-access/window-open.tentative.https.window.js.ini b/tests/wpt/meta/fetch/private-network-access/window-open.tentative.https.window.js.ini index 19d12529be2..d2c0904935b 100644 --- a/tests/wpt/meta/fetch/private-network-access/window-open.tentative.https.window.js.ini +++ b/tests/wpt/meta/fetch/private-network-access/window-open.tentative.https.window.js.ini @@ -111,3 +111,9 @@ [public to private: success.] expected: FAIL + + [public to public redirected to private: missing CORS headers.] + expected: FAIL + + [public to public to private: success.] + expected: FAIL diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini new file mode 100644 index 00000000000..20abae2de47 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-push-navigation.html] + expected: ERROR + [pageswap on navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini new file mode 100644 index 00000000000..573635a83c2 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html.ini @@ -0,0 +1,4 @@ +[pageswap-push-with-redirect.html] + expected: ERROR + [pageswap on navigation with same-origin redirect] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini new file mode 100644 index 00000000000..b2ddf034c96 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-reload-navigation.html] + expected: ERROR + [pageswap on replace navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini new file mode 100644 index 00000000000..0bfaf13b9ac --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html.ini @@ -0,0 +1,4 @@ +[pageswap-replace-navigation.html] + expected: ERROR + [pageswap on replace navigation from script] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini new file mode 100644 index 00000000000..e7c96088871 --- /dev/null +++ b/tests/wpt/meta/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html.ini @@ -0,0 +1,2 @@ +[pageswap-traverse-navigation-no-bfcache.https.html] + expected: ERROR diff --git a/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini new file mode 100644 index 00000000000..9c73854e53e --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.getTransform.html.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini new file mode 100644 index 00000000000..80e523c0947 --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.resetTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini new file mode 100644 index 00000000000..b4f4152f807 --- /dev/null +++ b/tests/wpt/meta/html/canvas/element/layers/2d.layer.ctm.setTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini new file mode 100644 index 00000000000..f75a14cc307 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini new file mode 100644 index 00000000000..8959869db5b --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini new file mode 100644 index 00000000000..bc247e7beb8 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini deleted file mode 100644 index a16f0fccdf1..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini deleted file mode 100644 index 2e2112c793f..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini deleted file mode 100644 index 0fd3c9ee532..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini deleted file mode 100644 index b45e9850e78..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini deleted file mode 100644 index e99615d8e03..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html] - expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini new file mode 100644 index 00000000000..313bdcf7ff4 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini new file mode 100644 index 00000000000..2c60f9dd804 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini new file mode 100644 index 00000000000..35968d5306b --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.isotropic.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini new file mode 100644 index 00000000000..86ab5962ea9 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.mostly-x.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini new file mode 100644 index 00000000000..6f82af0f57e --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.mostly-y.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini new file mode 100644 index 00000000000..d2d77fbcf52 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.x-only.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini new file mode 100644 index 00000000000..3514179242b --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html.ini @@ -0,0 +1,2 @@ +[2d.filter.layers.gaussianBlur.y-only.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini new file mode 100644 index 00000000000..9b5b2b40da6 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.filter.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini new file mode 100644 index 00000000000..9c73854e53e --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini new file mode 100644 index 00000000000..23ab4a8a5e0 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js.ini @@ -0,0 +1,3 @@ +[2d.layer.ctm.getTransform.worker.html] + [Tests getTransform inside layers.] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini new file mode 100644 index 00000000000..80e523c0947 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini new file mode 100644 index 00000000000..18b178e7a19 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.resetTransform.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini new file mode 100644 index 00000000000..b4f4152f807 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.html] + expected: FAIL diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini new file mode 100644 index 00000000000..46bb3227c96 --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.setTransform.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini new file mode 100644 index 00000000000..070fec454ff --- /dev/null +++ b/tests/wpt/meta/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html.ini @@ -0,0 +1,2 @@ +[2d.layer.ctm.shadow-in-transformed-layer.w.html] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/dom/idlharness.https.html.ini b/tests/wpt/meta/html/dom/idlharness.https.html.ini index 7bad5ee5a7e..9b68cb7b610 100644 --- a/tests/wpt/meta/html/dom/idlharness.https.html.ini +++ b/tests/wpt/meta/html/dom/idlharness.https.html.ini @@ -1919,6 +1919,69 @@ [MessagePort interface: attribute onclose] expected: FAIL + [NotRestoredReasonDetails interface: existence and properties of interface object] + expected: FAIL + + [NotRestoredReasonDetails interface object length] + expected: FAIL + + [NotRestoredReasonDetails interface object name] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [NotRestoredReasonDetails interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NotRestoredReasonDetails interface: attribute reason] + expected: FAIL + + [NotRestoredReasonDetails interface: operation toJSON()] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface object] + expected: FAIL + + [NotRestoredReasons interface object length] + expected: FAIL + + [NotRestoredReasons interface object name] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [NotRestoredReasons interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [NotRestoredReasons interface: attribute src] + expected: FAIL + + [NotRestoredReasons interface: attribute id] + expected: FAIL + + [NotRestoredReasons interface: attribute name] + expected: FAIL + + [NotRestoredReasons interface: attribute url] + expected: FAIL + + [NotRestoredReasons interface: attribute reasons] + expected: FAIL + + [NotRestoredReasons interface: attribute children] + expected: FAIL + + [NotRestoredReasons interface: operation toJSON()] + expected: FAIL + [idlharness.https.html?include=(Document|Window)] [Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type] @@ -4748,3 +4811,9 @@ [HTMLFrameSetElement interface: document.createElement("frameset") must inherit property "onpagereveal" with the proper type] expected: FAIL + + [HTMLTemplateElement interface: attribute shadowRootClonable] + expected: FAIL + + [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootClonable" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini new file mode 100644 index 00000000000..990ba49fedc --- /dev/null +++ b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-033.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-033.tentative.html] + [blocking defers frames until full parsing] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini new file mode 100644 index 00000000000..0e2f5bf93c1 --- /dev/null +++ b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-034.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-034.tentative.html] + [relative URLs that match this document are OK] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini new file mode 100644 index 00000000000..99856076384 --- /dev/null +++ b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-035.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-035.tentative.html] + [relative URLs that match this document are OK, regarless of <base>] + expected: FAIL diff --git a/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini new file mode 100644 index 00000000000..b6357e1f207 --- /dev/null +++ b/tests/wpt/meta/html/dom/render-blocking/element-render-blocking-037.tentative.html.ini @@ -0,0 +1,3 @@ +[element-render-blocking-037.tentative.html] + [relative URLs that match this document are OK, regarless of <base>] + expected: FAIL diff --git a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/document-with-fragment-valid.html.ini b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/document-with-fragment-valid.html.ini index 352a6c63e15..b0c997e92a8 100644 --- a/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/document-with-fragment-valid.html.ini +++ b/tests/wpt/meta/html/interaction/focus/the-autofocus-attribute/document-with-fragment-valid.html.ini @@ -1,4 +1,3 @@ [document-with-fragment-valid.html] [Autofocus elements in top-level browsing context's documents with URL fragments should be skipped.] expected: FAIL - diff --git a/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini b/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini index 246e55deb7e..4caf5931a11 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/media-elements/track/track-element/no-cuechange-before-play.html.ini @@ -1,4 +1,3 @@ [no-cuechange-before-play.html] - expected: TIMEOUT [Ensure that the 'cuechange' event is not fired before video playback has begun.] - expected: TIMEOUT + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini index 26704422bbe..68203d2a082 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-2.html.ini @@ -1,4 +1,4 @@ [iframe_sandbox_popups_escaping-2.html] - expected: TIMEOUT + expected: CRASH [Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used] expected: TIMEOUT diff --git a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini index 4034793cc72..1ae1c2cc134 100644 --- a/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini +++ b/tests/wpt/meta/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-2.html.ini @@ -1,3 +1,4 @@ [iframe_sandbox_popups_nonescaping-2.html] + expected: CRASH [Check that popups from a sandboxed iframe do not escape the sandbox] expected: FAIL diff --git a/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini b/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini new file mode 100644 index 00000000000..7682a4830bf --- /dev/null +++ b/tests/wpt/meta/html/semantics/forms/form-submission-0/reparent-form-during-planned-navigation-task.html.ini @@ -0,0 +1,4 @@ +[reparent-form-during-planned-navigation-task.html] + expected: TIMEOUT + [reparent-form-during-planned-navigation-task] + expected: TIMEOUT diff --git a/tests/wpt/meta/html/semantics/invokers/interestelement-interface.tentative.html.ini b/tests/wpt/meta/html/semantics/invokers/interestelement-interface.tentative.html.ini new file mode 100644 index 00000000000..5f7e2c98053 --- /dev/null +++ b/tests/wpt/meta/html/semantics/invokers/interestelement-interface.tentative.html.ini @@ -0,0 +1,18 @@ +[interestelement-interface.tentative.html] + [interestTargetElement reflects interestee HTML element] + expected: FAIL + + [interestTargetElement reflects set value] + expected: FAIL + + [interestTargetElement reflects set value across shadow root into light dom] + expected: FAIL + + [interestTargetElement does not reflect set value inside shadowroot] + expected: FAIL + + [interestTargetElement does not reflect invalid value] + expected: FAIL + + [interestTargetElement throws error on assignment of non Element] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/permission-element/invalid-css-properties.html.ini b/tests/wpt/meta/html/semantics/permission-element/invalid-css-properties.html.ini new file mode 100644 index 00000000000..fb93513adba --- /dev/null +++ b/tests/wpt/meta/html/semantics/permission-element/invalid-css-properties.html.ini @@ -0,0 +1,3 @@ +[invalid-css-properties.html] + [None of the listed properties should be applied] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/permission-element/negative-offset-and-margin.html.ini b/tests/wpt/meta/html/semantics/permission-element/negative-offset-and-margin.html.ini new file mode 100644 index 00000000000..0e7adcb5ef9 --- /dev/null +++ b/tests/wpt/meta/html/semantics/permission-element/negative-offset-and-margin.html.ini @@ -0,0 +1,3 @@ +[negative-offset-and-margin.html] + [Negative margins/offset should be changed to 0px] + expected: FAIL diff --git a/tests/wpt/meta/resource-timing/nested-context-navigations-iframe.html.ini b/tests/wpt/meta/resource-timing/nested-context-navigations-iframe.html.ini deleted file mode 100644 index 9df96f72c08..00000000000 --- a/tests/wpt/meta/resource-timing/nested-context-navigations-iframe.html.ini +++ /dev/null @@ -1,10 +0,0 @@ -[nested-context-navigations-iframe.html] - expected: TIMEOUT - [Test that iframe refreshes are not observable by the parent] - expected: TIMEOUT - - [Test that crossorigin iframe refreshes are not observable by the parent] - expected: NOTRUN - - [Test that cross-site iframe refreshes are not observable by the parent] - expected: NOTRUN diff --git a/tests/wpt/meta/resource-timing/test_resource_timing.html.ini b/tests/wpt/meta/resource-timing/test_resource_timing.html.ini index 12581463c49..86a2572b9b8 100644 --- a/tests/wpt/meta/resource-timing/test_resource_timing.html.ini +++ b/tests/wpt/meta/resource-timing/test_resource_timing.html.ini @@ -68,6 +68,3 @@ [PerformanceEntry has correct protocol attribute (xmlhttprequest)] expected: FAIL - - [PerformanceEntry has correct name, initiatorType, startTime, and duration (img)] - expected: FAIL diff --git a/tests/wpt/meta/uievents/idlharness.window.js.ini b/tests/wpt/meta/uievents/idlharness.window.js.ini index 22e2d482930..8c338ad8ba1 100644 --- a/tests/wpt/meta/uievents/idlharness.window.js.ini +++ b/tests/wpt/meta/uievents/idlharness.window.js.ini @@ -172,3 +172,57 @@ [MouseEvent interface: new WheelEvent("event") must inherit property "layerY" with the proper type] expected: FAIL + + [TextEvent interface: existence and properties of interface object] + expected: FAIL + + [TextEvent interface object length] + expected: FAIL + + [TextEvent interface object name] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [TextEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [TextEvent interface: attribute data] + expected: FAIL + + [TextEvent interface: operation initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)] + expected: FAIL + + [TextEvent must be primary interface of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()] + expected: FAIL + + [Stringification of (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })()] + expected: FAIL + + [TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "data" with the proper type] + expected: FAIL + + [TextEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString)" with the proper type] + expected: FAIL + + [TextEvent interface: calling initTextEvent(DOMString, optional boolean, optional boolean, optional Window?, optional DOMString) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "view" with the proper type] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "detail" with the proper type] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long)" with the proper type] + expected: FAIL + + [UIEvent interface: calling initUIEvent(DOMString, optional boolean, optional boolean, optional Window?, optional long) on (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() with too few arguments must throw TypeError] + expected: FAIL + + [UIEvent interface: (() => { const ev = document.createEvent("TextEvent"); ev.initTextEvent("event"); return ev; })() must inherit property "which" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta/websockets/stream/tentative/close.any.js.ini b/tests/wpt/meta/websockets/stream/tentative/close.any.js.ini index e308a7fe944..778e1b77e64 100644 --- a/tests/wpt/meta/websockets/stream/tentative/close.any.js.ini +++ b/tests/wpt/meta/websockets/stream/tentative/close.any.js.ini @@ -279,6 +279,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.sharedworker.html?wpt_flags=h2] expected: ERROR @@ -386,6 +389,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.html?wss] [close code should be sent to server and reflected back] @@ -490,6 +496,9 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.serviceworker.html?wpt_flags=h2] expected: ERROR @@ -597,9 +606,184 @@ [canceling the readable with a DOMException not set code or reason] expected: FAIL + [incomplete closing handshake should be considered unclean close] + expected: FAIL + [close.any.serviceworker.html?wss] expected: ERROR [close.any.sharedworker.html?wss] expected: ERROR + +[close.any.sharedworker.html?default] + expected: ERROR + +[close.any.worker.html?default] + [close code should be sent to server and reflected back] + expected: FAIL + + [no close argument should send empty Close frame] + expected: FAIL + + [unspecified close code should send empty Close frame] + expected: FAIL + + [unspecified close code with empty reason should send empty Close frame] + expected: FAIL + + [unspecified close code with non-empty reason should set code to 1000] + expected: FAIL + + [close(true) should throw a TypeError] + expected: FAIL + + [close() with an overlong reason should throw] + expected: FAIL + + [close during handshake should work] + expected: FAIL + + [close() with invalid code 999 should throw] + expected: FAIL + + [close() with invalid code 1001 should throw] + expected: FAIL + + [close() with invalid code 2999 should throw] + expected: FAIL + + [close() with invalid code 5000 should throw] + expected: FAIL + + [closing the writable should result in a clean close] + expected: FAIL + + [writer close() promise should not resolve until handshake completes] + expected: FAIL + + [incomplete closing handshake should be considered unclean close] + expected: FAIL + + [aborting the writable should result in a clean close] + expected: FAIL + + [aborting the writable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [aborting the writable with a code should send that code] + expected: FAIL + + [aborting the writable with a code and reason should use them] + expected: FAIL + + [aborting the writable with a reason but no code should default the close code] + expected: FAIL + + [aborting the writable with a DOMException not set code or reason] + expected: FAIL + + [canceling the readable should result in a clean close] + expected: FAIL + + [canceling the readable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [canceling the readable with a code should send that code] + expected: FAIL + + [canceling the readable with a code and reason should use them] + expected: FAIL + + [canceling the readable with a reason but no code should default the close code] + expected: FAIL + + [canceling the readable with a DOMException not set code or reason] + expected: FAIL + + +[close.any.html?default] + [close code should be sent to server and reflected back] + expected: FAIL + + [no close argument should send empty Close frame] + expected: FAIL + + [unspecified close code should send empty Close frame] + expected: FAIL + + [unspecified close code with empty reason should send empty Close frame] + expected: FAIL + + [unspecified close code with non-empty reason should set code to 1000] + expected: FAIL + + [close(true) should throw a TypeError] + expected: FAIL + + [close() with an overlong reason should throw] + expected: FAIL + + [close during handshake should work] + expected: FAIL + + [close() with invalid code 999 should throw] + expected: FAIL + + [close() with invalid code 1001 should throw] + expected: FAIL + + [close() with invalid code 2999 should throw] + expected: FAIL + + [close() with invalid code 5000 should throw] + expected: FAIL + + [closing the writable should result in a clean close] + expected: FAIL + + [writer close() promise should not resolve until handshake completes] + expected: FAIL + + [incomplete closing handshake should be considered unclean close] + expected: FAIL + + [aborting the writable should result in a clean close] + expected: FAIL + + [aborting the writable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [aborting the writable with a code should send that code] + expected: FAIL + + [aborting the writable with a code and reason should use them] + expected: FAIL + + [aborting the writable with a reason but no code should default the close code] + expected: FAIL + + [aborting the writable with a DOMException not set code or reason] + expected: FAIL + + [canceling the readable should result in a clean close] + expected: FAIL + + [canceling the readable with attributes not wrapped in a WebSocketError should be ignored] + expected: FAIL + + [canceling the readable with a code should send that code] + expected: FAIL + + [canceling the readable with a code and reason should use them] + expected: FAIL + + [canceling the readable with a reason but no code should default the close code] + expected: FAIL + + [canceling the readable with a DOMException not set code or reason] + expected: FAIL + + +[close.any.serviceworker.html?default] + expected: ERROR diff --git a/tests/wpt/meta/websockets/stream/tentative/remote-close.any.js.ini b/tests/wpt/meta/websockets/stream/tentative/remote-close.any.js.ini new file mode 100644 index 00000000000..649cfd5aa25 --- /dev/null +++ b/tests/wpt/meta/websockets/stream/tentative/remote-close.any.js.ini @@ -0,0 +1,155 @@ +[remote-close.any.worker.html?wss] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.worker.html?default] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.html?wpt_flags=h2] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.worker.html?wpt_flags=h2] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.sharedworker.html?wss] + expected: ERROR + +[remote-close.any.serviceworker.html?wpt_flags=h2] + expected: ERROR + +[remote-close.any.serviceworker.html?wss] + expected: ERROR + +[remote-close.any.serviceworker.html?default] + expected: ERROR + +[remote-close.any.html?default] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.sharedworker.html?default] + expected: ERROR + +[remote-close.any.html?wss] + [clean close should be clean] + expected: FAIL + + [close frame with no body should result in status code 1005] + expected: FAIL + + [reason should be passed through] + expected: FAIL + + [UTF-8 reason should work] + expected: FAIL + + [close with unwritten data should not be considered clean] + expected: FAIL + + [remote code and reason should be used] + expected: FAIL + + [abrupt close should give an error] + expected: FAIL + + +[remote-close.any.sharedworker.html?wpt_flags=h2] + expected: ERROR diff --git a/tests/wpt/meta/workers/WorkerGlobalScope-close.html.ini b/tests/wpt/meta/workers/WorkerGlobalScope-close.html.ini new file mode 100644 index 00000000000..24daae4c2e7 --- /dev/null +++ b/tests/wpt/meta/workers/WorkerGlobalScope-close.html.ini @@ -0,0 +1,3 @@ +[WorkerGlobalScope-close.html] + [Test sending a message after closing.] + expected: FAIL diff --git a/tests/wpt/tests/.well-known/interest-group/permissions/default.py b/tests/wpt/tests/.well-known/interest-group/permissions/default.py new file mode 100644 index 00000000000..c24531c2f76 --- /dev/null +++ b/tests/wpt/tests/.well-known/interest-group/permissions/default.py @@ -0,0 +1,8 @@ +"""Endpoint to get interest group cross-origin permissions.""" +from importlib import import_module + +permissions = import_module('fledge.tentative.resources.permissions') + + +def main(request, response): + permissions.get_permissions(request, response) diff --git a/tests/wpt/tests/IndexedDB/idbindex_get.any.js b/tests/wpt/tests/IndexedDB/idbindex_get.any.js new file mode 100644 index 00000000000..0da228f7382 --- /dev/null +++ b/tests/wpt/tests/IndexedDB/idbindex_get.any.js @@ -0,0 +1,190 @@ +// META: global=window,worker +// META: title=IDBIndex.get() +// META: script=resources/support.js +// @author Microsoft <https://www.microsoft.com> +// @author Intel <http://www.intel.com> + +'use_strict'; + +async_test(t => { + let db; + let index; + const record = { key: 1, indexedProperty: "data" }; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const objStore = db.createObjectStore("store", { keyPath: "key" }); + index = objStore.createIndex("index", "indexedProperty"); + + objStore.add(record); + }; + + open_rq.onsuccess = function(e) { + const rq = db.transaction("store", "readonly", { durability: 'relaxed' }) + .objectStore("store") + .index("index") + .get(record.indexedProperty); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result.key, record.key); + t.done(); + }); + }; +}, 'get() returns the record'); + +async_test(t => { + let db; + const records = [ + { key: 1, indexedProperty: "data" }, + { key: 2, indexedProperty: "data" }, + { key: 3, indexedProperty: "data" } + ]; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const objStore = db.createObjectStore("test", { keyPath: "key" }); + objStore.createIndex("index", "indexedProperty"); + + for (let i = 0; i < records.length; i++) + objStore.add(records[i]); + }; + + open_rq.onsuccess = function(e) { + const rq = db.transaction("test", "readonly", { durability: 'relaxed' }) + .objectStore("test") + .index("index") + .get("data"); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result.key, records[0].key); + t.done(); + }); + }; +}, 'get() returns the record where the index contains duplicate values'); + +async_test(t => { + let db; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const rq = db.createObjectStore("test", { keyPath: "key" }) + .createIndex("index", "indexedProperty") + .get(1); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result, undefined); + t.done(); + }); + }; +}, 'get() attempts to retrieve a record that does not exist'); + +async_test(t => { + let db; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + store.createIndex("index", "indexedProperty"); + + for (let i = 0; i < 10; i++) { + store.add({ key: i, indexedProperty: "data" + i }); + } + }; + + open_rq.onsuccess = function(e) { + const rq = db.transaction("store", "readonly", { durability: 'relaxed' }) + .objectStore("store") + .index("index") + .get(IDBKeyRange.bound('data4', 'data7')); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result.key, 4); + assert_equals(e.target.result.indexedProperty, 'data4'); + + step_timeout(function () { t.done(); }, 4); + }); + }; +}, 'get() returns the record with the first key in the range'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + + const index = db.createObjectStore("test", { keyPath: "key" }) + .createIndex("index", "indexedProperty"); + + assert_throws_dom("DataError", function () { + index.get(NaN); + }); + t.done(); + }; +}, 'get() throws DataError when using invalid key'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + + store.add({ key: 1, indexedProperty: "data" }); + store.deleteIndex("index"); + + assert_throws_dom("InvalidStateError", function () { + index.get("data"); + }); + t.done(); + }; +}, 'get() throws InvalidStateError when the index is deleted'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + store.add({ key: 1, indexedProperty: "data" }); + }; + + open_rq.onsuccess = function(e) { + db = e.target.result; + const tx = db.transaction('store', 'readonly', { durability: 'relaxed' }); + const index = tx.objectStore('store').index('index'); + tx.abort(); + + assert_throws_dom("TransactionInactiveError", function () { + index.get("data"); + }); + t.done(); + }; +}, 'get() throws TransactionInactiveError on aborted transaction'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + store.add({ key: 1, indexedProperty: "data" }); + + e.target.transaction.abort(); + + assert_throws_dom("InvalidStateError", function () { + index.get("data"); + }); + t.done(); + }; +}, 'get() throws InvalidStateError on index deleted by aborted upgrade'); diff --git a/tests/wpt/tests/IndexedDB/idbindex_get.htm b/tests/wpt/tests/IndexedDB/idbindex_get.htm deleted file mode 100644 index 861d7e54d1e..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get.htm +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - returns the record </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, index, - t = async_test(), - record = { key: 1, indexedProperty: "data" }; - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var objStore = db.createObjectStore("store", { keyPath: "key" }); - index = objStore.createIndex("index", "indexedProperty"); - - objStore.add(record); - } - - open_rq.onsuccess = function(e) { - var rq = db.transaction("store", "readonly", {durability: 'relaxed'}) - .objectStore("store") - .index("index") - .get(record.indexedProperty); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result.key, record.key); - t.done(); - }); - } -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_get2.htm b/tests/wpt/tests/IndexedDB/idbindex_get2.htm deleted file mode 100644 index 66d2fee5cb7..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get2.htm +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - returns the record where the index contains duplicate values </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, - t = async_test(), - records = [ { key:1, indexedProperty:"data" }, - { key:2, indexedProperty:"data" }, - { key:3, indexedProperty:"data" } ]; - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var objStore = db.createObjectStore("test", { keyPath: "key" }); - objStore.createIndex("index", "indexedProperty"); - - for (var i = 0; i < records.length; i++) - objStore.add(records[i]); - }; - - open_rq.onsuccess = function(e) { - var rq = db.transaction("test", "readonly", {durability: 'relaxed'}) - .objectStore("test") - .index("index") - .get("data"); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result.key, records[0].key); - t.done(); - }); - }; -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_get3.htm b/tests/wpt/tests/IndexedDB/idbindex_get3.htm deleted file mode 100644 index 62a0a4f3baf..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get3.htm +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - attempt to retrieve a record that doesn't exist </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var rq = db.createObjectStore("test", { keyPath: "key" }) - .createIndex("index", "indexedProperty") - .get(1); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result, undefined); - t.done(); - }); - }; -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_get4.htm b/tests/wpt/tests/IndexedDB/idbindex_get4.htm deleted file mode 100644 index 369c288071f..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get4.htm +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<meta charset=utf-8> -<title>IDBIndex.get() - returns the record with the first key in the range </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> - -<script> - var db, t = async_test(); - - var open_rq = createdb(t); - - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - store.createIndex("index", "indexedProperty"); - - for(var i = 0; i < 10; i++) { - store.add({ key: i, indexedProperty: "data" + i }); - } - } - - open_rq.onsuccess = function(e) { - var rq = db.transaction("store", "readonly", {durability: 'relaxed'}) - .objectStore("store") - .index("index") - .get(IDBKeyRange.bound('data4', 'data7')); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result.key, 4); - assert_equals(e.target.result.indexedProperty, 'data4'); - - step_timeout(function() { t.done(); }, 4) - }); - } -</script> - -<div id=log></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_get5.htm b/tests/wpt/tests/IndexedDB/idbindex_get5.htm deleted file mode 100644 index 9b0bfe4b35f..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get5.htm +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - throw DataError when using invalid key </title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-get-IDBRequest-any-key"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - - var index = db.createObjectStore("test", { keyPath: "key" }) - .createIndex("index", "indexedProperty"); - assert_throws_dom("DataError",function(){ - index.get(NaN); - }); - t.done(); - }; -</script> - diff --git a/tests/wpt/tests/IndexedDB/idbindex_get6.htm b/tests/wpt/tests/IndexedDB/idbindex_get6.htm deleted file mode 100644 index ca51b8492fc..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get6.htm +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - throw InvalidStateError when the index is deleted</title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-get-IDBRequest-any-key"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - - store.add({ key: 1, indexedProperty: "data" }); - store.deleteIndex("index"); - - assert_throws_dom("InvalidStateError", function(){ - index.get("data"); - }); - t.done(); - } -</script> - diff --git a/tests/wpt/tests/IndexedDB/idbindex_get7.htm b/tests/wpt/tests/IndexedDB/idbindex_get7.htm deleted file mode 100644 index 5e9511a0b1a..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get7.htm +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - throw TransactionInactiveError on aborted transaction</title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-get-IDBRequest-any-key"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - store.add({ key: 1, indexedProperty: "data" }); - } - open_rq.onsuccess = function(e) { - db = e.target.result; - var tx = db.transaction('store', 'readonly', {durability: 'relaxed'}); - var index = tx.objectStore('store').index('index'); - tx.abort(); - - assert_throws_dom("TransactionInactiveError", function(){ - index.get("data"); - }); - t.done(); - } -</script> diff --git a/tests/wpt/tests/IndexedDB/idbindex_get8.htm b/tests/wpt/tests/IndexedDB/idbindex_get8.htm deleted file mode 100644 index a2565419b98..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_get8.htm +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.get() - throw InvalidStateError on index deleted by aborted upgrade</title> -<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idb"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - store.add({ key: 1, indexedProperty: "data" }); - - e.target.transaction.abort(); - - assert_throws_dom("InvalidStateError", function(){ - index.get("data"); - }); - t.done(); - } -</script> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getAll.any.js b/tests/wpt/tests/IndexedDB/idbindex_getAll.any.js new file mode 100644 index 00000000000..36b4c0239a5 --- /dev/null +++ b/tests/wpt/tests/IndexedDB/idbindex_getAll.any.js @@ -0,0 +1,214 @@ +// META: global=window,worker +// META: title=IndexedDB: Test IDBIndex.getAll +// META: script=resources/support.js + +'use_strict'; + +const alphabet = 'abcdefghijklmnopqrstuvwxyz'.split(''); +const ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split(''); + +function getall_test(func, name) { + indexeddb_test( + function(t, connection, tx) { + let store = connection.createObjectStore('generated', + {autoIncrement: true, keyPath: 'id'}); + let index = store.createIndex('test_idx', 'upper'); + alphabet.forEach(function(letter) { + store.put({ch: letter, upper: letter.toUpperCase()}); + }); + + store = connection.createObjectStore('out-of-line', null); + index = store.createIndex('test_idx', 'upper'); + alphabet.forEach(function(letter) { + store.put({ch: letter, upper: letter.toUpperCase()}, letter); + }); + + store = connection.createObjectStore('out-of-line-not-unique', null); + index = store.createIndex('test_idx', 'half'); + alphabet.forEach(function(letter) { + if (letter <= 'm') + store.put({ch: letter, half: 'first'}, letter); + else + store.put({ch: letter, half: 'second'}, letter); + }); + + store = connection.createObjectStore('out-of-line-multi', null); + index = store.createIndex('test_idx', 'attribs', {multiEntry: true}); + alphabet.forEach(function(letter) { + attrs = []; + if (['a', 'e', 'i', 'o', 'u'].indexOf(letter) != -1) + attrs.push('vowel'); + else + attrs.push('consonant'); + if (letter == 'a') + attrs.push('first'); + if (letter == 'z') + attrs.push('last'); + store.put({ch: letter, attribs: attrs}, letter); + }); + + store = connection.createObjectStore('empty', null); + index = store.createIndex('test_idx', 'upper'); + }, + func, + name + ); +} + +function createGetAllRequest(t, storeName, connection, range, maxCount) { + const transaction = connection.transaction(storeName, 'readonly'); + const store = transaction.objectStore(storeName); + const index = store.index('test_idx'); + const req = index.getAll(range, maxCount); + req.onerror = t.unreached_func('getAll request should succeed'); + return req; +} + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, 'C'); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), ['c']); + assert_array_equals(data.map(function(e) { return e.upper; }), ['C']); + t.done(); + }); + }, 'Single item get'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'empty', connection); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, [], + 'getAll() on empty object store should return an empty array'); + t.done(); + }); + }, 'Empty object store'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), alphabet); + assert_array_equals(data.map(function(e) { return e.upper; }), ALPHABET); + t.done(); + }); + }, 'Get all keys'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, undefined, + 10); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), 'abcdefghij'.split('')); + assert_array_equals(data.map(function(e) { return e.upper; }), 'ABCDEFGHIJ'.split('')); + t.done(); + }); + }, 'maxCount=10'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'M')); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_array_equals(data.map(function(e) { return e.ch; }), 'ghijklm'.split('')); + assert_array_equals(data.map(function(e) { return e.upper; }), 'GHIJKLM'.split('')); + t.done(); + }); + }, 'Get bound range'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'M'), 3); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), 'ghi'.split('')); + assert_array_equals(data.map(function(e) { return e.upper; }), 'GHI'.split('')); + t.done(); + }); + }, 'Get bound range with maxCount'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'K', false, true)); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), 'ghij'.split('')); + assert_array_equals(data.map(function(e) { return e.upper; }), 'GHIJ'.split('')); + t.done(); + }); + }, 'Get upper excluded'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'K', true, false)); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), 'hijk'.split('')); + assert_array_equals(data.map(function(e) { return e.upper; }), 'HIJK'.split('')); + t.done(); + }); + }, 'Get lower excluded'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'generated', + connection, IDBKeyRange.bound(4, 15), 3); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_true(Array.isArray(data)); + assert_equals(data.length, 0); + t.done(); + }); + }, 'Get bound range (generated) with maxCount'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', + connection, "Doesn't exist"); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, [], + 'getAll() using a nonexistent key should return an empty array'); + t.done(); + req.onerror = t.unreached_func('getAll request should succeed'); + }); + }, 'Non existent key'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line', connection, + undefined, 0); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), alphabet); + assert_array_equals(data.map(function(e) { return e.upper; }), ALPHABET); + t.done(); + }); + }, 'maxCount=0'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line-not-unique', connection, + 'first'); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), 'abcdefghijklm'.split('')); + assert_true(data.every(function(e) { return e.half === 'first'; })); + t.done(); + }); + }, 'Retrieve multiEntry key'); + +getall_test(function(t, connection) { + const req = createGetAllRequest(t, 'out-of-line-multi', connection, + 'vowel'); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_class_string(data, 'Array', 'result should be an array'); + assert_array_equals(data.map(function(e) { return e.ch; }), ['a', 'e', 'i', 'o', 'u']); + assert_array_equals(data[0].attribs, ['vowel', 'first']); + assert_true(data.every(function(e) { return e.attribs[0] === 'vowel'; })); + t.done(); + }); + }, 'Retrieve one key multiple values'); diff --git a/tests/wpt/tests/IndexedDB/idbindex_getAll.html b/tests/wpt/tests/IndexedDB/idbindex_getAll.html deleted file mode 100644 index bd2a021386b..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getAll.html +++ /dev/null @@ -1,216 +0,0 @@ -<!DOCTYPE html> -<title>IndexedDB: Test IDBIndex.getAll.</title> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> -<script> -var alphabet = 'abcdefghijklmnopqrstuvwxyz'.split(''); -var ALPHABET = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split(''); - -function getall_test(func, name) { - indexeddb_test( - function(t, connection, tx) { - var store = connection.createObjectStore('generated', - {autoIncrement: true, keyPath: 'id'}); - var index = store.createIndex('test_idx', 'upper'); - alphabet.forEach(function(letter) { - store.put({ch: letter, upper: letter.toUpperCase()}); - }); - - store = connection.createObjectStore('out-of-line', null); - index = store.createIndex('test_idx', 'upper'); - alphabet.forEach(function(letter) { - store.put({ch: letter, upper: letter.toUpperCase()}, letter); - }); - - store = connection.createObjectStore('out-of-line-not-unique', null); - index = store.createIndex('test_idx', 'half'); - alphabet.forEach(function(letter) { - if (letter <= 'm') - store.put({ch: letter, half: 'first'}, letter); - else - store.put({ch: letter, half: 'second'}, letter); - }); - - store = connection.createObjectStore('out-of-line-multi', null); - index = store.createIndex('test_idx', 'attribs', {multiEntry: true}); - alphabet.forEach(function(letter) { - attrs = []; - if (['a', 'e', 'i', 'o', 'u'].indexOf(letter) != -1) - attrs.push('vowel'); - else - attrs.push('consonant'); - if (letter == 'a') - attrs.push('first'); - if (letter == 'z') - attrs.push('last'); - store.put({ch: letter, attribs: attrs}, letter); - }); - - store = connection.createObjectStore('empty', null); - index = store.createIndex('test_idx', 'upper'); - }, - func, - name - ); -} - -function createGetAllRequest(t, storeName, connection, range, maxCount) { - var transaction = connection.transaction(storeName, 'readonly'); - var store = transaction.objectStore(storeName); - var index = store.index('test_idx'); - var req = index.getAll(range, maxCount); - req.onerror = t.unreached_func('getAll request should succeed'); - return req; -} - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, 'C'); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), ['c']); - assert_array_equals(data.map(function(e) { return e.upper; }), ['C']); - t.done(); - }); - }, 'Single item get'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'empty', connection); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, [], - 'getAll() on empty object store should return an empty array'); - t.done(); - }); - }, 'Empty object store'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), alphabet); - assert_array_equals(data.map(function(e) { return e.upper; }), ALPHABET); - t.done(); - }); - }, 'Get all keys'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, undefined, - 10); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), 'abcdefghij'.split('')); - assert_array_equals(data.map(function(e) { return e.upper; }), 'ABCDEFGHIJ'.split('')); - t.done(); - }); - }, 'maxCount=10'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'M')); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_array_equals(data.map(function(e) { return e.ch; }), 'ghijklm'.split('')); - assert_array_equals(data.map(function(e) { return e.upper; }), 'GHIJKLM'.split('')); - t.done(); - }); - }, 'Get bound range'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'M'), 3); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), 'ghi'.split('')); - assert_array_equals(data.map(function(e) { return e.upper; }), 'GHI'.split('')); - t.done(); - }); - }, 'Get bound range with maxCount'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'K', false, true)); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), 'ghij'.split('')); - assert_array_equals(data.map(function(e) { return e.upper; }), 'GHIJ'.split('')); - t.done(); - }); - }, 'Get upper excluded'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'K', true, false)); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), 'hijk'.split('')); - assert_array_equals(data.map(function(e) { return e.upper; }), 'HIJK'.split('')); - t.done(); - }); - }, 'Get lower excluded'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'generated', - connection, IDBKeyRange.bound(4, 15), 3); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_true(Array.isArray(data)); - assert_equals(data.length, 0); - t.done(); - }); - }, 'Get bound range (generated) with maxCount'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', - connection, "Doesn't exist"); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, [], - 'getAll() using a nonexistent key should return an empty array'); - t.done(); - req.onerror = t.unreached_func('getAll request should succeed'); - }); - }, 'Non existent key'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line', connection, - undefined, 0); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), alphabet); - assert_array_equals(data.map(function(e) { return e.upper; }), ALPHABET); - t.done(); - }); - }, 'maxCount=0'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line-not-unique', connection, - 'first'); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), 'abcdefghijklm'.split('')); - assert_true(data.every(function(e) { return e.half === 'first'; })); - t.done(); - }); - }, 'Retrieve multiEntry key'); - -getall_test(function(t, connection) { - var req = createGetAllRequest(t, 'out-of-line-multi', connection, - 'vowel'); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_class_string(data, 'Array', 'result should be an array'); - assert_array_equals(data.map(function(e) { return e.ch; }), ['a', 'e', 'i', 'o', 'u']); - assert_array_equals(data[0].attribs, ['vowel', 'first']); - assert_true(data.every(function(e) { return e.attribs[0] === 'vowel'; })); - t.done(); - }); - }, 'Retrieve one key multiple values'); - -</script> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.any.js b/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.any.js new file mode 100644 index 00000000000..92f3cc12698 --- /dev/null +++ b/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.any.js @@ -0,0 +1,189 @@ +// META: global=window,worker +// META: title=IndexedDB: Test IDBIndex.getAllKeys. +// META: script=resources/support.js + +'use_strict'; + +const alphabet = 'abcdefghijklmnopqrstuvwxyz'.split(''); + +function getall_test(func, name) { + indexeddb_test( + function(t, connection, tx) { + let store = connection.createObjectStore('generated', + {autoIncrement: true, keyPath: 'id'}); + let index = store.createIndex('test_idx', 'upper'); + alphabet.forEach(function(letter) { + store.put({ch: letter, upper: letter.toUpperCase()}); + }); + + store = connection.createObjectStore('out-of-line', null); + index = store.createIndex('test_idx', 'upper'); + alphabet.forEach(function(letter) { + store.put({ch: letter, upper: letter.toUpperCase()}, letter); + }); + + store = connection.createObjectStore('out-of-line-multi', null); + index = store.createIndex('test_idx', 'attribs', {multiEntry: true}); + alphabet.forEach(function(letter) { + attrs = []; + if (['a', 'e', 'i', 'o', 'u'].indexOf(letter) != -1) + attrs.push('vowel'); + else + attrs.push('consonant'); + if (letter == 'a') + attrs.push('first'); + if (letter == 'z') + attrs.push('last'); + store.put({ch: letter, attribs: attrs}, letter.toUpperCase()); + }); + + store = connection.createObjectStore('empty', null); + index = store.createIndex('test_idx', 'upper'); + }, + func, + name + ); +} + +function createGetAllKeysRequest(t, storeName, connection, range, maxCount) { + const transaction = connection.transaction(storeName, 'readonly'); + const store = transaction.objectStore(storeName); + const index = store.index('test_idx'); + const req = index.getAllKeys(range, maxCount); + req.onerror = t.unreached_func('getAllKeys request should succeed'); + return req; +} + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, 'C'); + req.onsuccess = t.step_func(function(evt) { + const data = evt.target.result; + assert_array_equals(evt.target.result, ['c']); + t.done(); + }); + }, 'Single item get'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'empty', connection); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, [], + 'getAllKeys() on empty object store should return empty array'); + t.done(); + }); + }, 'Empty object store'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, alphabet, + 'getAllKeys() should return a..z'); + t.done(); + }); + }, 'Get all keys'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'generated', connection); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, + 19, 20, 21, 22, 23, 24, 25, 26], + 'getAllKeys() should return 1..26'); + t.done(); + }); + }, 'Get all generated keys'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, undefined, + 10); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + 'abcdefghij'.split(''), + 'getAllKeys() should return a..j'); + t.done(); + }); + }, 'maxCount=10'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'M')); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + 'ghijklm'.split(''), + 'getAllKeys() should return g..m'); + t.done(); + }); + }, 'Get bound range'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'M'), 3); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + ['g', 'h', 'i'], + 'getAllKeys() should return g..i'); + t.done(); + }); + }, 'Get bound range with maxCount'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'K', false, true)); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + ['g', 'h', 'i', 'j'], + 'getAllKeys() should return g..j'); + t.done(); + }); + }, 'Get upper excluded'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, + IDBKeyRange.bound('G', 'K', true, false)); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, + ['h', 'i', 'j', 'k'], + 'getAllKeys() should return h..k'); + t.done(); + }); + }, 'Get lower excluded'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'generated', + connection, IDBKeyRange.bound(4, 15), 3); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, [], + 'getAllKeys() should return []'); + t.done(); + }); + }, 'Get bound range (generated) with maxCount'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', + connection, "Doesn't exist"); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, [], + 'getAllKeys() using a nonexistent key should return empty array'); + t.done(); + req.onerror = t.unreached_func('getAllKeys request should succeed'); + }); + }, 'Non existent key'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line', connection, + undefined, 0); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, alphabet, + 'getAllKeys() should return a..z'); + t.done(); + }); + }, 'maxCount=0'); + +getall_test(function(t, connection) { + const req = createGetAllKeysRequest(t, 'out-of-line-multi', connection, + 'vowel'); + req.onsuccess = t.step_func(function(evt) { + assert_array_equals(evt.target.result, ['A','E','I','O','U']) + t.done(); + }); + req.onerror = t.unreached_func('getAllKeys request should succeed'); + }, 'Retrieve multiEntry keys'); diff --git a/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.html b/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.html deleted file mode 100644 index 5640bfdee7e..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getAllKeys.html +++ /dev/null @@ -1,192 +0,0 @@ -<!DOCTYPE html> -<title>IndexedDB: Test IDBIndex.getAllKeys.</title> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> -<script> - -var alphabet = 'abcdefghijklmnopqrstuvwxyz'.split(''); - -function getall_test(func, name) { - indexeddb_test( - function(t, connection, tx) { - var store = connection.createObjectStore('generated', - {autoIncrement: true, keyPath: 'id'}); - var index = store.createIndex('test_idx', 'upper'); - alphabet.forEach(function(letter) { - store.put({ch: letter, upper: letter.toUpperCase()}); - }); - - store = connection.createObjectStore('out-of-line', null); - index = store.createIndex('test_idx', 'upper'); - alphabet.forEach(function(letter) { - store.put({ch: letter, upper: letter.toUpperCase()}, letter); - }); - - store = connection.createObjectStore('out-of-line-multi', null); - index = store.createIndex('test_idx', 'attribs', {multiEntry: true}); - alphabet.forEach(function(letter) { - attrs = []; - if (['a', 'e', 'i', 'o', 'u'].indexOf(letter) != -1) - attrs.push('vowel'); - else - attrs.push('consonant'); - if (letter == 'a') - attrs.push('first'); - if (letter == 'z') - attrs.push('last'); - store.put({ch: letter, attribs: attrs}, letter.toUpperCase()); - }); - - store = connection.createObjectStore('empty', null); - index = store.createIndex('test_idx', 'upper'); - }, - func, - name - ); -} - -function createGetAllKeysRequest(t, storeName, connection, range, maxCount) { - var transaction = connection.transaction(storeName, 'readonly'); - var store = transaction.objectStore(storeName); - var index = store.index('test_idx'); - var req = index.getAllKeys(range, maxCount); - req.onerror = t.unreached_func('getAllKeys request should succeed'); - return req; -} - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, 'C'); - req.onsuccess = t.step_func(function(evt) { - var data = evt.target.result; - assert_array_equals(evt.target.result, ['c']); - t.done(); - }); - }, 'Single item get'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'empty', connection); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, [], - 'getAllKeys() on empty object store should return empty array'); - t.done(); - }); - }, 'Empty object store'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, alphabet, - 'getAllKeys() should return a..z'); - t.done(); - }); - }, 'Get all keys'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'generated', connection); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, - 19, 20, 21, 22, 23, 24, 25, 26], - 'getAllKeys() should return 1..26'); - t.done(); - }); - }, 'Get all generated keys'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, undefined, - 10); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - 'abcdefghij'.split(''), - 'getAllKeys() should return a..j'); - t.done(); - }); - }, 'maxCount=10'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'M')); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - 'ghijklm'.split(''), - 'getAllKeys() should return g..m'); - t.done(); - }); - }, 'Get bound range'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'M'), 3); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - ['g', 'h', 'i'], - 'getAllKeys() should return g..i'); - t.done(); - }); - }, 'Get bound range with maxCount'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'K', false, true)); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - ['g', 'h', 'i', 'j'], - 'getAllKeys() should return g..j'); - t.done(); - }); - }, 'Get upper excluded'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, - IDBKeyRange.bound('G', 'K', true, false)); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, - ['h', 'i', 'j', 'k'], - 'getAllKeys() should return h..k'); - t.done(); - }); - }, 'Get lower excluded'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'generated', - connection, IDBKeyRange.bound(4, 15), 3); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, [], - 'getAllKeys() should return []'); - t.done(); - }); - }, 'Get bound range (generated) with maxCount'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', - connection, "Doesn't exist"); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, [], - 'getAllKeys() using a nonexistent key should return empty array'); - t.done(); - req.onerror = t.unreached_func('getAllKeys request should succeed'); - }); - }, 'Non existent key'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line', connection, - undefined, 0); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, alphabet, - 'getAllKeys() should return a..z'); - t.done(); - }); - }, 'maxCount=0'); - -getall_test(function(t, connection) { - var req = createGetAllKeysRequest(t, 'out-of-line-multi', connection, - 'vowel'); - req.onsuccess = t.step_func(function(evt) { - assert_array_equals(evt.target.result, ['A','E','I','O','U']) - t.done(); - }); - req.onerror = t.unreached_func('getAllKeys request should succeed'); - }, 'Retrieve multiEntry keys'); - -</script> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey.any.js b/tests/wpt/tests/IndexedDB/idbindex_getKey.any.js new file mode 100644 index 00000000000..677a70e7cb4 --- /dev/null +++ b/tests/wpt/tests/IndexedDB/idbindex_getKey.any.js @@ -0,0 +1,191 @@ +// META: global=window,worker +// META: title=IDBIndex.getKey() +// META: script=resources/support.js +// @author Microsoft <https://www.microsoft.com> +// @author Intel <http://www.intel.com> + +'use_strict'; + +async_test(t => { + let db; + const record = { key: 1, indexedProperty: "data" }; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const objStore = db.createObjectStore("test", { keyPath: "key" }); + objStore.createIndex("index", "indexedProperty"); + + objStore.add(record); + }; + + open_rq.onsuccess = function(e) { + let rq = db.transaction("test", "readonly", { durability: 'relaxed' }) + .objectStore("test"); + + rq = rq.index("index"); + + rq = rq.getKey("data"); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result, record.key); + t.done(); + }); + }; +}, 'getKey() returns the record\'s primary key'); + +async_test(t => { + let db; + const records = [ + { key: 1, indexedProperty: "data" }, + { key: 2, indexedProperty: "data" }, + { key: 3, indexedProperty: "data" } + ]; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + var objStore = db.createObjectStore("test", { keyPath: "key" }); + objStore.createIndex("index", "indexedProperty"); + + for (let i = 0; i < records.length; i++) + objStore.add(records[i]); + }; + + open_rq.onsuccess = function(e) { + const rq = db.transaction("test", "readonly", { durability: 'relaxed' }) + .objectStore("test") + .index("index") + .getKey("data"); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result, records[0].key); + t.done(); + }); + }; +}, 'getKey() returns the record\'s primary key where the index contains duplicate values'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const rq = db.createObjectStore("test", { keyPath: "key" }) + .createIndex("index", "indexedProperty") + .getKey(1); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result, undefined); + t.done(); + }); + }; +}, 'getKey() attempt to retrieve the primary key of a record that doesn\'t exist'); + +async_test(t => { + let db; + + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + store.createIndex("index", "indexedProperty"); + + for (let i = 0; i < 10; i++) { + store.add({ key: i, indexedProperty: "data" + i }); + } + }; + + open_rq.onsuccess = function(e) { + const rq = db.transaction("store", "readonly", { durability: 'relaxed' }) + .objectStore("store") + .index("index") + .getKey(IDBKeyRange.bound('data4', 'data7')); + + rq.onsuccess = t.step_func(function(e) { + assert_equals(e.target.result, 4); + + step_timeout(function () { t.done(); }, 4) + }); + }; +}, 'getKey() returns the key of the first record within the range'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + + const index = db.createObjectStore("test", { keyPath: "key" }) + .createIndex("index", "indexedProperty"); + + assert_throws_dom("DataError", function () { + index.getKey(NaN); + }); + t.done(); + }; +}, 'getKey() throws DataError when using invalid key'); + +async_test(t => { + let db; + const open_rq = createdb(t); + + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + + store.add({ key: 1, indexedProperty: "data" }); + store.deleteIndex("index"); + + assert_throws_dom("InvalidStateError", function () { + index.getKey("data"); + }); + t.done(); + }; +}, 'getKey() throws InvalidStateError when the index is deleted'); + +async_test(t => { + let db; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + store.add({ key: 1, indexedProperty: "data" }); + }; + + open_rq.onsuccess = function(e) { + db = e.target.result; + const tx = db.transaction('store', 'readonly', { durability: 'relaxed' }); + const index = tx.objectStore('store').index('index'); + tx.abort(); + + assert_throws_dom("TransactionInactiveError", function () { + index.getKey("data"); + }); + t.done(); + }; +}, 'getKey() throws TransactionInactiveError on aborted transaction'); + +async_test(t => { + let db; + + const open_rq = createdb(t); + open_rq.onupgradeneeded = function(e) { + db = e.target.result; + const store = db.createObjectStore("store", { keyPath: "key" }); + const index = store.createIndex("index", "indexedProperty"); + store.add({ key: 1, indexedProperty: "data" }); + + e.target.transaction.abort(); + + assert_throws_dom("InvalidStateError", function () { + index.getKey("data"); + }); + t.done(); + }; +}, 'getKey() throws InvalidStateError on index deleted by aborted upgrade'); diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey.htm deleted file mode 100644 index 101e8f06b7b..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey.htm +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - returns the record's primary key </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, - t = async_test(), - record = { key:1, indexedProperty:"data" }; - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var objStore = db.createObjectStore("test", { keyPath: "key" }); - objStore.createIndex("index", "indexedProperty"); - - objStore.add(record); - }; - - open_rq.onsuccess = function(e) { - var rq = db.transaction("test", "readonly", {durability: 'relaxed'}) - .objectStore("test"); - - rq = rq.index("index"); - - rq = rq.getKey("data"); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result, record.key); - t.done(); - }); - }; -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey2.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey2.htm deleted file mode 100644 index 488368d7f4a..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey2.htm +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - returns the record's primary key where the index contains duplicate values </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, - t = async_test(), - records = [ { key:1, indexedProperty:"data" }, - { key:2, indexedProperty:"data" }, - { key:3, indexedProperty:"data" } ]; - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var objStore = db.createObjectStore("test", { keyPath: "key" }); - objStore.createIndex("index", "indexedProperty"); - - for (var i = 0; i < records.length; i++) - objStore.add(records[i]); - }; - - open_rq.onsuccess = function(e) { - var rq = db.transaction("test", "readonly", {durability: 'relaxed'}) - .objectStore("test") - .index("index") - .getKey("data"); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result, records[0].key); - t.done(); - }); - }; -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey3.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey3.htm deleted file mode 100644 index 40ed76d1741..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey3.htm +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - attempt to retrieve the primary key of a record that doesn't exist</title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> - -<script> - var db, - t = async_test(); - - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var rq = db.createObjectStore("test", { keyPath: "key" }) - .createIndex("index", "indexedProperty") - .getKey(1); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result, undefined); - t.done(); - }); - }; -</script> - -<div id="log"></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey4.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey4.htm deleted file mode 100644 index 8c81a272ae8..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey4.htm +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html> -<meta charset=utf-8> -<title>IDBIndex.getKey() - returns the key of the first record within the range </title> -<link rel="author" title="Microsoft" href="http://www.microsoft.com"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> - -<script> - var db, t = async_test(); - - var open_rq = createdb(t); - - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - store.createIndex("index", "indexedProperty"); - - for(var i = 0; i < 10; i++) { - store.add({ key: i, indexedProperty: "data" + i }); - } - } - - open_rq.onsuccess = function(e) { - var rq = db.transaction("store", "readonly", {durability: 'relaxed'}) - .objectStore("store") - .index("index") - .getKey(IDBKeyRange.bound('data4', 'data7')); - - rq.onsuccess = t.step_func(function(e) { - assert_equals(e.target.result, 4); - - step_timeout(function() { t.done(); }, 4) - }); - } -</script> - -<div id=log></div> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey5.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey5.htm deleted file mode 100644 index 31551313971..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey5.htm +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - throw DataError when using invalid key </title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-getKey-IDBRequest-any-key"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="resources/support.js"></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - - var index = db.createObjectStore("test", { keyPath: "key" }) - .createIndex("index", "indexedProperty"); - assert_throws_dom("DataError",function(){ - index.getKey(NaN); - }); - t.done(); - }; -</script> - diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey6.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey6.htm deleted file mode 100644 index b71967d4fbd..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey6.htm +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - throw InvalidStateError when the index is deleted</title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-getKey-IDBRequest-any-key"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - - store.add({ key: 1, indexedProperty: "data" }); - store.deleteIndex("index"); - - assert_throws_dom("InvalidStateError", function(){ - index.getKey("data"); - }); - t.done(); - } -</script> - diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey7.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey7.htm deleted file mode 100644 index 6a64df31168..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey7.htm +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - throw TransactionInactiveError on aborted transaction</title> -<link rel="author" title="Intel" href="http://www.intel.com"> -<link rel="help" href="https://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBIndex-getKey-IDBRequest-any-key"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - store.add({ key: 1, indexedProperty: "data" }); - } - open_rq.onsuccess = function(e) { - db = e.target.result; - var tx = db.transaction('store', 'readonly', {durability: 'relaxed'}); - var index = tx.objectStore('store').index('index'); - tx.abort(); - - assert_throws_dom("TransactionInactiveError", function(){ - index.getKey("data"); - }); - t.done(); - } -</script> diff --git a/tests/wpt/tests/IndexedDB/idbindex_getKey8.htm b/tests/wpt/tests/IndexedDB/idbindex_getKey8.htm deleted file mode 100644 index cf0affb2105..00000000000 --- a/tests/wpt/tests/IndexedDB/idbindex_getKey8.htm +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>IDBIndex.getKey() - throw InvalidStateError on index deleted by aborted upgrade</title> -<link rel="help" href="https://w3c.github.io/IndexedDB/#dom-idbindex-getkey"> -<script src=/resources/testharness.js></script> -<script src=/resources/testharnessreport.js></script> -<script src=resources/support.js></script> -<div id="log"></div> -<script> - var db, - t = async_test(); - - var open_rq = createdb(t); - open_rq.onupgradeneeded = function(e) { - db = e.target.result; - var store = db.createObjectStore("store", { keyPath: "key" }); - var index = store.createIndex("index", "indexedProperty"); - store.add({ key: 1, indexedProperty: "data" }); - - e.target.transaction.abort(); - - assert_throws_dom("InvalidStateError", function(){ - index.getKey("data"); - }); - t.done(); - } -</script> diff --git a/tests/wpt/tests/annotation-model/tools/make_tests.py b/tests/wpt/tests/annotation-model/tools/make_tests.py index 6890baa2961..007db68ea80 100644 --- a/tests/wpt/tests/annotation-model/tools/make_tests.py +++ b/tests/wpt/tests/annotation-model/tools/make_tests.py @@ -38,7 +38,7 @@ for curdir, subdirList, fileList in os.walk(DEFDIR, topdown=True): except ValueError as e: print("parse of " + theFile + " failed: " + e[0]) else: - theFile = re.sub("\.\./", "", theFile) + theFile = re.sub(r"\.\./", "", theFile) defList.append(theFile) if (len(defList)): @@ -75,7 +75,7 @@ for curdir, subdirList, fileList in os.walk(TESTTREE, topdown=True): templateFile = autoTemplate suffix = ".html" - rfile = re.sub("\.\./", "", file) + rfile = re.sub(r"\.\./", "", file) # interesting pattern is {{TESTFILE}} tcopy = re.sub("{{TESTFILE}}", rfile, templateFile) @@ -88,7 +88,7 @@ for curdir, subdirList, fileList in os.walk(TESTTREE, topdown=True): tcopy = re.sub("{{TESTTITLE}}", title, tcopy) # target file is basename of theFile + '-manual.html' - target = re.sub("\.test",suffix, theFile) + target = re.sub(r"\.test",suffix, theFile) try: out = open(target, "w") diff --git a/tests/wpt/tests/attribution-reporting/resources/helpers.js b/tests/wpt/tests/attribution-reporting/resources/helpers.js index 5778159d4c8..e5c749931e0 100644 --- a/tests/wpt/tests/attribution-reporting/resources/helpers.js +++ b/tests/wpt/tests/attribution-reporting/resources/helpers.js @@ -170,6 +170,7 @@ const registerAttributionSrc = async ({ method = 'img', extraQueryParams = {}, reportingOrigin, + extraHeaders = [], }) => { const searchParams = new URLSearchParams(location.search); @@ -208,6 +209,8 @@ const registerAttributionSrc = async ({ headers = headers.concat(params.headers); } + headers = headers.concat(extraHeaders); + const url = blankURLWithHeaders(headers, reportingOrigin); Object.entries(extraQueryParams) diff --git a/tests/wpt/tests/beacon/headers/header-origin-same-origin.html b/tests/wpt/tests/beacon/headers/header-origin-same-origin.html new file mode 100644 index 00000000000..7c1bb2ce9a5 --- /dev/null +++ b/tests/wpt/tests/beacon/headers/header-origin-same-origin.html @@ -0,0 +1,25 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>SendBeacon Origin Header Same Origin Policy</title> + <script src="/resources/testharness.js"></script> + <script src="/resources/testharnessreport.js"></script> + <meta name='referrer' content='same-origin'> + </head> + <body> + <script src="/common/utils.js"></script> + <script src="/common/get-host-info.sub.js"></script> + <script src="header-referrer.js"></script> + <script> + var testBase = RESOURCES_DIR; + const addBody = true; + testOriginHeader(testBase, window.location.origin); + testOriginHeader(testBase, window.location.origin, addBody); + + testBase = get_host_info().HTTP_REMOTE_ORIGIN + RESOURCES_DIR; + testOriginHeader(testBase, "null"); + testOriginHeader(testBase, "null", addBody); + </script> + </body> +</html> diff --git a/tests/wpt/tests/beacon/headers/header-referrer.js b/tests/wpt/tests/beacon/headers/header-referrer.js index ebd67df1d76..1e9d4f697d0 100644 --- a/tests/wpt/tests/beacon/headers/header-referrer.js +++ b/tests/wpt/tests/beacon/headers/header-referrer.js @@ -18,17 +18,32 @@ function testReferrerHeader(testBase, expectedReferrer, mayBeBlockedAsMixedConte }, "Test referer header " + testBase); } +function testOriginHeader(testBase, expectedOrigin, addBody) { + var id = self.token(); + var testUrl = testBase + "inspect-header.py?header=origin&cmd=put&id=" + id; + + promise_test(function(test) { + const sentBeacon = navigator.sendBeacon(testUrl, addBody ? "data" : undefined); + assert_true(sentBeacon, "SendBeacon Succeeded"); + return pollResult(expectedOrigin, id, "origin") .then(result => { + assert_equals(result, expectedOrigin, "Correct origin header result"); + }); + }, "Test origin header " + testBase + (addBody ? " - with body" : " - without body")); +} + // SendBeacon is an asynchronous and non-blocking request to a web server. // We may have to create a poll loop to get result from server -function pollResult(expectedReferrer, id) { - var checkUrl = RESOURCES_DIR + "inspect-header.py?header=referer&cmd=get&id=" + id; +function pollResult(expectedReferrer, id, headerName) { + if (!headerName) + headerName = "referer"; + var checkUrl = RESOURCES_DIR + "inspect-header.py?header=" + headerName + "&cmd=get&id=" + id; return new Promise(resolve => { function checkResult() { fetch(checkUrl).then( function(response) { assert_equals(response.status, 200, "Inspect header response's status is 200"); - let result = response.headers.get("x-request-referer"); + let result = response.headers.get("x-request-" + headerName); if (result != undefined) { resolve(result); diff --git a/tests/wpt/tests/cookies/third-party-cookies/resources/third-party-cookies-cross-site-popup-opener.html b/tests/wpt/tests/cookies/third-party-cookies/resources/third-party-cookies-cross-site-popup-opener.html index 88f43b559c8..0e25f792619 100644 --- a/tests/wpt/tests/cookies/third-party-cookies/resources/third-party-cookies-cross-site-popup-opener.html +++ b/tests/wpt/tests/cookies/third-party-cookies/resources/third-party-cookies-cross-site-popup-opener.html @@ -31,7 +31,7 @@ await credFetch( `${origin}/cookies/resources/set.py?${thirdPartyHttpCookie}=foobar;` + "Secure;Path=/;SameSite=None"); - await assertOriginCanAccessCookies({ + await assertHttpOriginCanAccessCookies({ origin, cookieNames: [thirdPartyHttpCookie], expectsCookie: false, diff --git a/tests/wpt/tests/credential-management/fedcm-button-mode-basics.https.html b/tests/wpt/tests/credential-management/fedcm-button-mode-basics.https.html index d7b063fca55..abf46ee7db0 100644 --- a/tests/wpt/tests/credential-management/fedcm-button-mode-basics.https.html +++ b/tests/wpt/tests/credential-management/fedcm-button-mode-basics.https.html @@ -30,4 +30,63 @@ fedcm_test(async t => { }); }, "Test that the button mode requires user activation."); + fedcm_test(async t => { + let widget_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + let button_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + button_test_options.identity.mode = "button"; + + let first_cred = navigator.credentials.get(widget_test_options); + let rej = promise_rejects_dom(t, 'NetworkError', first_cred); + + return test_driver.bless('initiate FedCM request', async function() { + let second_cred = await fedcm_get_and_select_first_account(t, button_test_options); + assert_equals(second_cred.token, "mode=button"); + await rej; + }); + }, "Test that the button mode can replace widget mode."); + +fedcm_test(async t => { + let widget_test_options = request_options_with_mediation_required(); + let button_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + button_test_options.identity.mode = "button"; + + return test_driver.bless('initiate FedCM request', async function() { + let first_cred = await fedcm_get_and_select_first_account(t, button_test_options); + assert_equals(first_cred.token, "mode=button"); + let second_cred = await fedcm_get_and_select_first_account(t, widget_test_options); + assert_equals(second_cred.token, "token"); + }); +}, "Test that the widget mode can succeed after the button mode."); + +fedcm_test(async t => { + let button_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + button_test_options.identity.mode = "button"; + + return test_driver.bless('initiate FedCM request', async function() { + let first_cred = fedcm_get_and_select_first_account(t, button_test_options); + let second_cred = navigator.credentials.get(button_test_options); + let rej = promise_rejects_dom(t, 'NotAllowedError', second_cred); + + let cred = await first_cred; + assert_equals(cred.token, "mode=button"); + await rej; + }); +}, "Test that the button mode cannot replace button mode."); + +fedcm_test(async t => { + let widget_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + let button_test_options = request_options_with_mediation_required("manifest_with_rp_mode.json"); + button_test_options.identity.mode = "button"; + + return test_driver.bless('initiate FedCM request', async function() { + let first_cred = fedcm_get_and_select_first_account(t, button_test_options); + let second_cred = navigator.credentials.get(widget_test_options); + let rej = promise_rejects_dom(t, 'NotAllowedError', second_cred); + + let cred = await first_cred; + assert_equals(cred.token, "mode=button"); + await rej; + }); +}, "Test that the widget mode cannot replace button mode."); + </script> diff --git a/tests/wpt/tests/credential-management/fedcm-identity-assertion-nocors.https.html b/tests/wpt/tests/credential-management/fedcm-identity-assertion-nocors.https.html new file mode 100644 index 00000000000..612387b4a0d --- /dev/null +++ b/tests/wpt/tests/credential-management/fedcm-identity-assertion-nocors.https.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<title>Federated Credential Management API test with no CORS identity assertion.</title> +<link rel="help" href="https://fedidcg.github.io/FedCM"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> + +<script type="module"> +import {request_options_with_mediation_required, + fedcm_test, + select_manifest, + mark_signed_in, + fedcm_get_dialog_type_promise, + fedcm_get_and_select_first_account} from './support/fedcm-helper.sub.js'; + +fedcm_test(async t => { + await mark_signed_in(); + let test_options = request_options_with_mediation_required("manifest-token-nocors.json"); + await select_manifest(t, test_options); + try { + const cred = await fedcm_get_and_select_first_account(t, test_options); + assert_unreached("An IdentityCredentialError exception should be thrown."); + } catch (e) { + assert_true(e instanceof DOMException); + assert_equals(e.name, "IdentityCredentialError"); + } +}, 'Test that promise is rejected if identity assertion does not use CORS'); +</script> diff --git a/tests/wpt/tests/credential-management/fedcm-login-status-unknown.https.html b/tests/wpt/tests/credential-management/fedcm-login-status-unknown.https.html new file mode 100644 index 00000000000..d542524c884 --- /dev/null +++ b/tests/wpt/tests/credential-management/fedcm-login-status-unknown.https.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>FedCM IDP sign-in status API tests for unknown state</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> + +<script type="module"> + import {request_options_with_mediation_required, + fedcm_test, + select_manifest, + fedcm_get_and_select_first_account} from './support/fedcm-helper.sub.js'; + + // TODO(crbug.com/1494119): move the test under fedcm-login-status. + fedcm_test(async t => { + let test_options = request_options_with_mediation_required("manifest_with_no_accounts.json"); + await select_manifest(t, test_options); + + let request = navigator.credentials.get(test_options); + return promise_rejects_dom(t, 'NetworkError', request); + }, 'Test that promise is rejected silently when accounts fetch fails in unknown state'); +</script>
\ No newline at end of file diff --git a/tests/wpt/tests/credential-management/fedcm-pending-call-rejected.https.html b/tests/wpt/tests/credential-management/fedcm-pending-call-rejected.https.html index feb3f903d87..bb9f885a8a1 100644 --- a/tests/wpt/tests/credential-management/fedcm-pending-call-rejected.https.html +++ b/tests/wpt/tests/credential-management/fedcm-pending-call-rejected.https.html @@ -19,7 +19,7 @@ fedcm_test(async t => { // We have to call promise_rejects_dom here, because if we call it after // the promise gets rejected, the unhandled rejection event handler is called // and fails the test even if we handle the rejection later. - const rej = promise_rejects_dom(t, 'AbortError', second); + const rej = promise_rejects_dom(t, 'NotAllowedError', second); const first_cred = await first; assert_equals(first_cred.token, "token"); diff --git a/tests/wpt/tests/credential-management/support/fedcm/manifest-token-nocors.json b/tests/wpt/tests/credential-management/support/fedcm/manifest-token-nocors.json new file mode 100644 index 00000000000..77ba1b4702b --- /dev/null +++ b/tests/wpt/tests/credential-management/support/fedcm/manifest-token-nocors.json @@ -0,0 +1,7 @@ +{ + "accounts_endpoint": "accounts.py", + "client_metadata_endpoint": "client_metadata.py", + "id_assertion_endpoint": "token.py?nocors=1", + "disconnect_endpoint": "disconnect.py", + "login_url": "login.html" +} diff --git a/tests/wpt/tests/credential-management/support/fedcm/request-params-check.py b/tests/wpt/tests/credential-management/support/fedcm/request-params-check.py index daf91aad8f1..b774496d5da 100644 --- a/tests/wpt/tests/credential-management/support/fedcm/request-params-check.py +++ b/tests/wpt/tests/credential-management/support/fedcm/request-params-check.py @@ -80,6 +80,8 @@ def tokenCheck(request): return (544, [], "Missing 'account_id' POST parameter") if not request.POST.get(b"disclosure_text_shown"): return (545, [], "Missing 'disclosure_text_shown' POST parameter") + if not request.headers.get(b"Origin"): + return (540, [], "Missing Origin") def revokeCheck(request): common_error = commonCheck(request, b"cors") diff --git a/tests/wpt/tests/credential-management/support/fedcm/token.py b/tests/wpt/tests/credential-management/support/fedcm/token.py index b914eb2d965..7ec81c390a9 100644 --- a/tests/wpt/tests/credential-management/support/fedcm/token.py +++ b/tests/wpt/tests/credential-management/support/fedcm/token.py @@ -7,5 +7,8 @@ def main(request, response): return request_error response.headers.set(b"Content-Type", b"application/json") + if b"nocors" not in request.GET: + response.headers.set(b"Access-Control-Allow-Origin", request.headers.get(b"Origin")) + response.headers.set(b"Access-Control-Allow-Credentials", "true") return "{\"token\": \"token\"}" diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-001.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-001.xht deleted file mode 100644 index bd952404d74..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-001.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 5 digits which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-002-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-002-ref.xht deleted file mode 100644 index b469a4cb8dc..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-002-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-002.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-002.xht deleted file mode 100644 index f9e7e77eac4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-002.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-003-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-003-ref.xht deleted file mode 100644 index ecc99ecb07c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-003-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-003.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-003.xht deleted file mode 100644 index d804cddc690..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-003.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-003-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #010101." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010101; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010101 color swatch" src="support/010101_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-004-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-004-ref.xht deleted file mode 100644 index f0ae15aefb3..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-004-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-004.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-004.xht deleted file mode 100644 index f08f1a48df9..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-004.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-004-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #999999." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #999999; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#999 color swatch" src="support/999_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-005-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-005-ref.xht deleted file mode 100644 index 388bd8ab70a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-005-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-005.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-005.xht deleted file mode 100644 index 616339f3f80..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-005.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-005-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fefefe." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fefefe; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-006-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-006-ref.xht deleted file mode 100644 index 5041fb87d3c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-006-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-006.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-006.xht deleted file mode 100644 index 137c5917e91..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-006.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #ffffff." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #ffffff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-007.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-007.xht deleted file mode 100644 index 9b0b3e776fa..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-007.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the maximum plus one value of #1000000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #1000000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-008.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-008.xht deleted file mode 100644 index ca10f24176b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-008.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with the maximum plus one value of #fgfgfg which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #fgfgfg; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-009-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-009-ref.xht deleted file mode 100644 index e818c26885f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-009-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-009.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-009.xht deleted file mode 100644 index 3e61aa61ff2..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-009.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-009-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #010000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010000 color swatch" src="support/010000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-010-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-010-ref.xht deleted file mode 100644 index 8dbab72574b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-010-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-010.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-010.xht deleted file mode 100644 index 3939ed52601..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-010.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-010-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #990000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #990000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#900 color swatch" src="support/900_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-011-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-011-ref.xht deleted file mode 100644 index 9f4b87fd5ee..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-011-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-011.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-011.xht deleted file mode 100644 index a9362308344..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-011.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-011-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fe0000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fe0000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-012-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-012-ref.xht deleted file mode 100644 index 59025f39b70..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-012-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-012.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-012.xht deleted file mode 100644 index 22979cf43f0..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-012.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #ff0000." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #ff0000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-013-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-013-ref.xht deleted file mode 100644 index 62226dacb9f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-013-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - img {width: 100%;} - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a wide filled green rectangle.</p> - - <div><img src="support/swatch-green.png" height="100" alt="Image download support must be enabled" /></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-013.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-013.xht deleted file mode 100644 index 454cf14c344..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-013.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a red set to the maximum plus one value of #fg0000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #fg0000 is invalid and falls back to the initial value." /> - <style type="text/css"> - #test - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #fg0000; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-014-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-014-ref.xht deleted file mode 100644 index cdfa33419c2..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-014-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-014.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-014.xht deleted file mode 100644 index 8fb0710baea..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-014.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-014-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000100." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000100; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-015-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-015-ref.xht deleted file mode 100644 index 150cb973035..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-015-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-015.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-015.xht deleted file mode 100644 index db83e5bccf6..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-015.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-015-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #009900." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #009900; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#090 color swatch" src="support/090_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-016-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-016-ref.xht deleted file mode 100644 index 60460bd998e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-016-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-016.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-016.xht deleted file mode 100644 index 362219e26da..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-016.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-016-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00fe00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00fe00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-017-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-017-ref.xht deleted file mode 100644 index 3c841881993..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-017-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-017.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-017.xht deleted file mode 100644 index ea1bace5ab8..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-017.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00ff00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00ff00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-018.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-018.xht deleted file mode 100644 index 150ed16267e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-018.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a green set to the maximum plus one value of #00fg00 is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00fg00; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-019-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-019-ref.xht deleted file mode 100644 index 79ac0258078..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-019-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-019.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-019.xht deleted file mode 100644 index 5a9863aafaf..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-019.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-019-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000001." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000001; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000001 color swatch" src="support/000001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-020-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-020-ref.xht deleted file mode 100644 index 290b880fe84..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-020-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-020.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-020.xht deleted file mode 100644 index 863be8b6cab..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-020.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-020-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #000099." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000099; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#009 color swatch" src="support/009_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-021-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-021-ref.xht deleted file mode 100644 index 2c7402ed17c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-021-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-021.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-021.xht deleted file mode 100644 index 0a7d39c4a89..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-021.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-021-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #0000fe." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0000fe; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-022-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-022-ref.xht deleted file mode 100644 index 307427e5b79..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-022-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-022.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-022.xht deleted file mode 100644 index 3fb3f8a297a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-022.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #0000ff." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0000ff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-023.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-023.xht deleted file mode 100644 index 703421aa51f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-023.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 6 digits with a blue set to the maximum plus one value of #0000fg is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #0000fg; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-024.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-024.xht deleted file mode 100644 index 8bac3c5147b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-024.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 2 digits which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-025-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-025-ref.xht deleted file mode 100644 index b469a4cb8dc..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-025-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-025.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-025.xht deleted file mode 100644 index 8a4cb82271b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-025.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-025-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #000 causes the background of the box to be black." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #000; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-026-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-026-ref.xht deleted file mode 100644 index 0b2d2856df5..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-026-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-026.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-026.xht deleted file mode 100644 index 7d4ea13bcd7..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-026.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-026-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #111." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #111; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#111 color swatch" src="support/111_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-027-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-027-ref.xht deleted file mode 100644 index f0ae15aefb3..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-027-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-027.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-027.xht deleted file mode 100644 index 3aa1c983020..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-027.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-027-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #999." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #999; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#999 color swatch" src="support/999_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-028-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-028-ref.xht deleted file mode 100644 index 59a7fa02b72..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-028-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-028.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-028.xht deleted file mode 100644 index 1601d98e409..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-028.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-028-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #eee." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #eee; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#eee color swatch" src="support/eee_color.png" /> - </div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-029-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-029-ref.xht deleted file mode 100644 index 5041fb87d3c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-029-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-029.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-029.xht deleted file mode 100644 index 122fa11fcce..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-029.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-029-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #fff." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #fff; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-030.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-030.xht deleted file mode 100644 index 050ad81401d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-030.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the maximum plus one value of #1000 which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-04-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #1000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #1000; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-031.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-031.xht deleted file mode 100644 index 2f70a07272e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-031.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with the maximum plus one value of #ggg which is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #ggg; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-032-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-032-ref.xht deleted file mode 100644 index 366b222e9bd..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-032-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-032.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-032.xht deleted file mode 100644 index 5743e2b8e74..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-032.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-032-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #100." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #100; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#100 color swatch" src="support/100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-033-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-033-ref.xht deleted file mode 100644 index 8dbab72574b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-033-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-033.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-033.xht deleted file mode 100644 index e6a12193d75..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-033.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-033-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #900." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #900; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#900 color swatch" src="support/900_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-034-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-034-ref.xht deleted file mode 100644 index 9f135dc7454..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-034-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-034.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-034.xht deleted file mode 100644 index 278fcfce843..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-034.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-034-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #e00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #e00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#e00 color swatch" src="support/e00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-035-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-035-ref.xht deleted file mode 100644 index 59025f39b70..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-035-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-035.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-035.xht deleted file mode 100644 index 0c8afb3de1f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-035.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-035-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #f00." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #f00; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-036.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-036.xht deleted file mode 100644 index f9cf11a73b1..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-036.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a red set to the maximum plus one value of #g00 is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-013-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #g00; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled green rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-037-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-037-ref.xht deleted file mode 100644 index 75cf4a2f342..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-037-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-037.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-037.xht deleted file mode 100644 index 32daca17b82..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-037.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-037-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #010." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #010; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010 color swatch" src="support/010_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-038-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-038-ref.xht deleted file mode 100644 index 150cb973035..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-038-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-038.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-038.xht deleted file mode 100644 index 76d4c9cb1fb..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-038.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-038-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #090." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #090; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#090 color swatch" src="support/090_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-039-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-039-ref.xht deleted file mode 100644 index 6d08ab58951..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-039-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-039.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-039.xht deleted file mode 100644 index 944c66c6229..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-039.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-039-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #0e0." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0e0; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0e0 color swatch" src="support/0e0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-040-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-040-ref.xht deleted file mode 100644 index 3c841881993..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-040-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-040.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-040.xht deleted file mode 100644 index 998e8a8902e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-040.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-040-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to #0f0." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #0f0; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-041-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-041-ref.xht deleted file mode 100644 index 389ae583edd..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-041-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - img {width: 100%;} - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a wide filled orange rectangle.</p> - - <div><img src="support/swatch-orange.png" height="100" alt="Image download support must be enabled" /></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-041.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-041.xht deleted file mode 100644 index 0ce51cca13b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-041.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-041-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - } - #wrapper - { - background-color: orange; - } - #test - { - background-color: #0g0; - } - </style> - </head> - <body> - <p>Test passes if there is a wide filled orange rectangle.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-042-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-042-ref.xht deleted file mode 100644 index 916cd6647cd..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-042-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-042.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-042.xht deleted file mode 100644 index e8b3157665d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-042.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-042-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #001." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #001; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#001 color swatch" src="support/001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-043-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-043-ref.xht deleted file mode 100644 index 290b880fe84..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-043-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-043.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-043.xht deleted file mode 100644 index cbc4b0033ae..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-043.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-043-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #009." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #009; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#009 color swatch" src="support/009_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-044-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-044-ref.xht deleted file mode 100644 index 1435c394462..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-044-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-044.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-044.xht deleted file mode 100644 index a115c6d86d4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-044.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-044-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00e." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00e; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00e color swatch" src="support/00e_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-045-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-045-ref.xht deleted file mode 100644 index 307427e5b79..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-045-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-045.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-045.xht deleted file mode 100644 index 4b98028bbaf..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-045.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-045-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to #00f." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: #00f; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-046.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-046.xht deleted file mode 100644 index c32901c8cda..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-046.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to hex with 3 digits with a blue set to the maximum plus one value of #00g is invalid</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="Background-color set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #wrapper - { - background-color: green; - } - #test - { - background-color: #00g; - } - </style> - </head> - <body> - <p>Test passes if there is a <strong>filled green square</strong>.</p> - <div id="wrapper"> - <div id="test"></div> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-047.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-047.xht deleted file mode 100644 index d02be6a049a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-047.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1%, -1%, -1%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-048.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-048.xht deleted file mode 100644 index 8b2b5282302..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-048.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht deleted file mode 100644 index 4b37e521031..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-020202-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/020202_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/020202_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht deleted file mode 100644 index f5381c0c0d3..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049-030303-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/030303_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/030303_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-049.xht deleted file mode 100644 index df0b832c22b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-049.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-049-020202-ref.xht" /> - <link rel="match" href="background-color-049-030303-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(1%, 1%, 1%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - background-color: rgb(1%, 1%, 1%); - height: 100px; - width: 100px; - } - #reference - { - color: rgb(1%, 1%, 1%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html> - diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-050.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-050.xht deleted file mode 100644 index b202b35f80a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-050.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0%, -0%, -0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0%, -0%, -0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-051.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-051.xht deleted file mode 100644 index 558ec9acc9e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-051.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0%, +0%, +0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0%, +0%, +0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-052-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-052-ref.xht deleted file mode 100644 index 1e98cfe008b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-052-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/666666_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/666666_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-052.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-052.xht deleted file mode 100644 index f8bc813559d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-052.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-052-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(40%, 40%, 40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(40%, 40%, 40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(40%, 40%, 40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-053.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-053.xht deleted file mode 100644 index 1ea427b28cc..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-053.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-052-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(+40%, +40%, +40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(+40%, +40%, +40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(+40%, +40%, +40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht deleted file mode 100644 index 60237566481..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fcfcfc-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fcfcfc_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fcfcfc_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht deleted file mode 100644 index 58104c73c17..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054-fdfdfd-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fdfdfd_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fdfdfd_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-054.xht deleted file mode 100644 index 27b1ea4d075..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-054.xht +++ /dev/null @@ -1,40 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-054-fcfcfc-ref.xht" /> - <link rel="match" href="background-color-054-fdfdfd-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(99%, 99%, 99%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - body - { - background-color: black; - color: white; - } - #test - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - } - #reference - { - color: rgb(99%, 99%, 99%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-055.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-055.xht deleted file mode 100644 index d8a148340fb..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-055.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(100%, 100%, 100%)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(100%, 100%, 100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-056.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-056.xht deleted file mode 100644 index 21eccce3d5d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-056.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+100%, +100%, +100%)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+100%, +100%, +100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-057.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-057.xht deleted file mode 100644 index 5645c50bf54..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-057.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(101%, 101%, 101%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-058.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-058.xht deleted file mode 100644 index 020f3fd2d70..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-058.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1, -1, -1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-059.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-059.xht deleted file mode 100644 index d40c24df756..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-059.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-060.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-060.xht deleted file mode 100644 index 99d8156ef3d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-060.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-003-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(1, 1, 1)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(1, 1, 1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010101 color swatch" src="support/010101_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-061.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-061.xht deleted file mode 100644 index b0a262ea5a4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-061.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0, -0, -0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0, -0, -0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-062.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-062.xht deleted file mode 100644 index 17e0cfe6334..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-062.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0, +0, +0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0, +0, +0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-063-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-063-ref.xht deleted file mode 100644 index 43cbdd90997..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-063-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-063.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-063.xht deleted file mode 100644 index ac2a142808c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-063.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(128, 128, 128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(128, 128, 128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-064.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-064.xht deleted file mode 100644 index e5bff1b70da..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-064.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+128, +128, +128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+128, +128, +128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-065.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-065.xht deleted file mode 100644 index 12118419b89..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-065.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-005-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(254, 254, 254)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(254, 254, 254); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fefefe color swatch" src="support/fefefe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-066.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-066.xht deleted file mode 100644 index a35205fb832..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-066.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(255, 255, 255)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(255, 255, 255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-067.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-067.xht deleted file mode 100644 index 4f3f9cbc233..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-067.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+255, +255, +255)." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+255, +255, +255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-068.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-068.xht deleted file mode 100644 index 44087395082..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-068.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(256, 256, 256); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-069.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-069.xht deleted file mode 100644 index d8c1a5991c4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-069.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht deleted file mode 100644 index b60b3c17e0e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-020000-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/020000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/020000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht deleted file mode 100644 index 97ab0b2a04c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070-030000-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/030000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/030000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-070.xht deleted file mode 100644 index 5982e24d4b6..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-070.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-070-020000-ref.xht" /> - <link rel="match" href="background-color-070-030000-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(1%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(1%, 0%, 0%); - } - #reference - { - color: rgb(1%, 0%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-071.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-071.xht deleted file mode 100644 index 2b04f969d79..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-071.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-072.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-072.xht deleted file mode 100644 index b8d56425199..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-072.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-073-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-073-ref.xht deleted file mode 100644 index 3c4b5c2af03..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-073-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/660000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/660000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-073.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-073.xht deleted file mode 100644 index 3ccae5540b1..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-073.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-073-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(40%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(40%, 0%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(40%, 0%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-074.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-074.xht deleted file mode 100644 index c37912b9ddf..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-074.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-073-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(+40%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(+40%, 0%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(+40%, 0%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht deleted file mode 100644 index 7cfa6f5b93c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fc0000-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fc0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fc0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht deleted file mode 100644 index 77c1d9a5ac5..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075-fd0000-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fd0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fd0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-075.xht deleted file mode 100644 index 0a1bc875f9f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-075.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-075-fc0000-ref.xht" /> - <link rel="match" href="background-color-075-fd0000-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(99%, 0%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(99%, 0%, 0%); - } - #reference - { - color: rgb(99%, 0%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-076.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-076.xht deleted file mode 100644 index 0dc3c451b11..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-076.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(100%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(100%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-077.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-077.xht deleted file mode 100644 index f5a8449a583..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-077.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+100%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+100%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-078.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-078.xht deleted file mode 100644 index 4fd825bd754..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-078.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color is set to rgb(101%, 0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(101%, 0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-079.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-079.xht deleted file mode 100644 index 62a6ad79b43..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-079.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-1, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-080.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-080.xht deleted file mode 100644 index e0a77a7e64d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-080.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-009-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(1, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(1, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#010000 color swatch" src="support/010000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-081.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-081.xht deleted file mode 100644 index a558636a550..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-081.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(-0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(-0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-082.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-082.xht deleted file mode 100644 index 65dccc485f9..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-082.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+0, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+0, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-083-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-083-ref.xht deleted file mode 100644 index 05116ff4808..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-083-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-083.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-083.xht deleted file mode 100644 index 46a0a565080..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-083.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-083-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(128, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(128, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#800000 color swatch" src="support/800000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-084.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-084.xht deleted file mode 100644 index a25685035c6..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-084.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-083-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+128, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+128, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#800000 color swatch" src="support/800000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-085.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-085.xht deleted file mode 100644 index e20926d643b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-085.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-011-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(254, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(254, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fe0000 color swatch" src="support/fe0000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-086.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-086.xht deleted file mode 100644 index 95ed2890329..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-086.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(255, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(255, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-087.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-087.xht deleted file mode 100644 index 3b732620618..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-087.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(+255, 0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(+255, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-088.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-088.xht deleted file mode 100644 index 7a4cadfa70e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-088.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(256, 0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-089.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-089.xht deleted file mode 100644 index d21b7fe0c13..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-089.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, -1%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht deleted file mode 100644 index 1e43bfad1c6..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000200-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000200_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000200_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht deleted file mode 100644 index 6a072d9954c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090-000300-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000300_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000300_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-090.xht deleted file mode 100644 index 59f63dde33b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-090.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-090-000200-ref.xht" /> - <link rel="match" href="background-color-090-000300-ref.xht" /> - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 1%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - } - #reference - { - color: rgb(0%, 1%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-091.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-091.xht deleted file mode 100644 index 2d6ce461887..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-091.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, -0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, -0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-092.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-092.xht deleted file mode 100644 index 5c9a4e08a07..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-092.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, +0%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, +0%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-093-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-093-ref.xht deleted file mode 100644 index 280c4e54056..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-093-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/> - <meta name="flags" content="image"/> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/006600_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/006600_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-093.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-093.xht deleted file mode 100644 index dae3822cae7..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-093.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-093-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 40%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 40%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 40%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-094.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-094.xht deleted file mode 100644 index a5b31906b88..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-094.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-093-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, +40%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, +40%, 0%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, +40%, 0%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht deleted file mode 100644 index d1d9355d9bb..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fc00-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fc00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fc00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht deleted file mode 100644 index e5dec694c47..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095-00fd00-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fd00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fd00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-095.xht deleted file mode 100644 index ad19592bb80..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-095.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-095-00fc00-ref.xht" /> - <link rel="match" href="background-color-095-00fd00-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 99%, 0%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - } - #reference - { - color: rgb(0%, 99%, 0%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-096.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-096.xht deleted file mode 100644 index baa9de190cd..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-096.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 100%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 100%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-097.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-097.xht deleted file mode 100644 index 37d949ac4e9..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-097.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, +100%, 0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, +100%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-098.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-098.xht deleted file mode 100644 index 7a258faa4c5..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-098.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 101%, 0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-099.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-099.xht deleted file mode 100644 index c13af740a75..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-099.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, -1, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-100.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-100.xht deleted file mode 100644 index 86544845c94..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-100.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-014-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to rgb(0, 1, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 1, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000100_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-101.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-101.xht deleted file mode 100644 index 7bb78cedf5c..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-101.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, -0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, -0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-102.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-102.xht deleted file mode 100644 index 3ae143328de..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-102.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +0, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +0, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-103-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-103-ref.xht deleted file mode 100644 index 934fcd6da64..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-103-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-103.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-103.xht deleted file mode 100644 index 93306085ce2..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-103.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 128, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 128, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-104.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-104.xht deleted file mode 100644 index 049f2bbf085..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-104.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +128, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +128, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-105.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-105.xht deleted file mode 100644 index f6847924d03..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-105.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-016-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 254, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 254, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00fe00 color swatch" src="support/00fe00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-106.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-106.xht deleted file mode 100644 index 9bcabb32d80..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-106.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 255, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 255, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-107.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-107.xht deleted file mode 100644 index b690bfd4869..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-107.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, +255, 0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, +255, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-108.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-108.xht deleted file mode 100644 index 14f2e5664ec..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-108.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-017-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 256, 0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0f0 color swatch" src="support/0f0_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-109.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-109.xht deleted file mode 100644 index 224c8285f93..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-109.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, -1%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht deleted file mode 100644 index ce7525c80bb..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000002-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000002_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000002_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht deleted file mode 100644 index b6e2f8a8c37..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110-000003-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000003_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000003_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-110.xht deleted file mode 100644 index 1c298ccc97a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-110.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-110-000002-ref.xht" /> - <link rel="match" href="background-color-110-000003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 1%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - } - #reference - { - color: rgb(0%, 0%, 1%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-111.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-111.xht deleted file mode 100644 index b1c1d4a3475..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-111.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, -0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, -0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-112.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-112.xht deleted file mode 100644 index 094c0dbcac9..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-112.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +0%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, +0%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-113-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-113-ref.xht deleted file mode 100644 index 120857be31e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-113-ref.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000066_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000066_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-113.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-113.xht deleted file mode 100644 index b8245d5476f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-113.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-113-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 0%, 40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-114.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-114.xht deleted file mode 100644 index cd27c6e5216..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-114.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <meta name="flags" content="ahem" /> - <link rel="match" href="background-color-113-ref.xht" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +40%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, +40%); - margin-bottom: 10px; - } - #reference - { - color: rgb(0%, 0%, +40%); - font: 100px/1 Ahem; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht deleted file mode 100644 index 55590fcccb1..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fc-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fc_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fc_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht deleted file mode 100644 index 83a5e96e608..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115-0000fd-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"><![CDATA[ - div - { - margin-top: 10px; - } - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> -</head> -<body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fd_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fd_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-115.xht deleted file mode 100644 index 25903e56b76..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-115.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <!-- This test has 2 reference files to match rounding fractional color values up or down --> - <link rel="match" href="background-color-115-0000fc-ref.xht" /> - <link rel="match" href="background-color-115-0000fd-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 99%)." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - #test - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - } - #reference - { - color: rgb(0%, 0%, 99%); - font: 100px/1 Ahem; - margin-top: 10px; - } - ]]></style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference">X</div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-116.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-116.xht deleted file mode 100644 index db6901457f7..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-116.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, 100%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-117.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-117.xht deleted file mode 100644 index 75b7f5b93a8..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-117.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0%, 0%, +100%)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, +100%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-118.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-118.xht deleted file mode 100644 index f97e581e7ad..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-118.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0%, 0%, 101%); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-119.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-119.xht deleted file mode 100644 index f70540f3b5a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-119.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, -1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-120.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-120.xht deleted file mode 100644 index f220efe5712..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-120.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-019-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 1)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 1); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000001 color swatch" src="support/000001_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-121.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-121.xht deleted file mode 100644 index 0ef996e7672..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-121.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, -0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, -0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-122.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-122.xht deleted file mode 100644 index a244421750e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-122.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +0)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +0); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-123-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-123-ref.xht deleted file mode 100644 index 68617d2c43a..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-123-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-123.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-123.xht deleted file mode 100644 index c8a7dd9ccf4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-123.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-124.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-124.xht deleted file mode 100644 index 896f2eb2e00..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-124.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +128)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +128); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-125.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-125.xht deleted file mode 100644 index 8630cfee44d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-125.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-021-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 254)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 254); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#0000fe color swatch" src="support/0000fe_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-126.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-126.xht deleted file mode 100644 index 4a865760537..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-126.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, 255)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-127.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-127.xht deleted file mode 100644 index 98bc089214e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-127.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color is set to rgb(0, 0, +255)." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, +255); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-128.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-128.xht deleted file mode 100644 index b673363127b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-128.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image invalid" /> - <meta name="assert" content="Background-color set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: rgb(0, 0, 256); - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-130.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-130.xht deleted file mode 100644 index 7373a3f8fb6..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-130.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-002-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to black causes the background-color of the box to be black." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: black; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000 color swatch" src="support/000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-131.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-131.xht deleted file mode 100644 index 942862b0e99..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-131.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-022-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to blue causes the background-color of the box to be blue." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: blue; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#00f color swatch" src="support/00f_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-132-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-132-ref.xht deleted file mode 100644 index 9d6a313268e..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-132-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-132.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-132.xht deleted file mode 100644 index 898cc691af7..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-132.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-132-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to fuchsia causes the background-color of the box to be fuchsia." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: fuchsia; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="fuchsia color swatch" src="support/fuchsia_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-133.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-133.xht deleted file mode 100644 index 06552a649c0..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-133.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-063-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to gray causes the background-color of the box to be gray." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: gray; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#808080 color swatch" src="support/808080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-134.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-134.xht deleted file mode 100644 index 08511a73bc5..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-134.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-103-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to green causes the background of the box to be green." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: green; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#008000 color swatch" src="support/008000_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-135-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-135-ref.xht deleted file mode 100644 index aa547b0a542..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-135-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-135.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-135.xht deleted file mode 100644 index 64a92f9003f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-135.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-135-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to lime causes the background-color of the box to be lime." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: lime; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="lime color swatch" src="support/swatch-lime.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-136-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-136-ref.xht deleted file mode 100644 index c3382a769aa..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-136-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-136.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-136.xht deleted file mode 100644 index a9aed049195..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-136.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-136-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to maroon causes the background-color of the box to be maroon." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: maroon; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="maroon color swatch" src="support/maroon_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-137.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-137.xht deleted file mode 100644 index a965f8cbd25..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-137.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-123-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to navy causes the background-color of the box to be navy." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: navy; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#000080 color swatch" src="support/000080_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-138-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-138-ref.xht deleted file mode 100644 index 832375425ce..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-138-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-138.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-138.xht deleted file mode 100644 index e438b2eea3f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-138.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-138-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to olive causes the background-color of the box to be olive." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: olive; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="olive color swatch" src="support/olive_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-139-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-139-ref.xht deleted file mode 100644 index 587737848bf..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-139-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/orange15x15.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/orange15x15.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-139.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-139.xht deleted file mode 100644 index 28f21aeb18f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-139.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-139-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to orange causes the background-color of the box to be orange." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: orange; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div> - <img alt="orange color swatch" src="support/orange15x15.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-140-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-140-ref.xht deleted file mode 100644 index 056f8e4dcf2..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-140-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-140.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-140.xht deleted file mode 100644 index 40dd3502142..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-140.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-140-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to purple causes the background-color of the box to be purple." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: purple; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="purple color swatch" src="support/purple_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-141.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-141.xht deleted file mode 100644 index b393f22b43f..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-141.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-012-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to red causes the background-color of the box to be red." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: red; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#f00 color swatch" src="support/f00_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-142-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-142-ref.xht deleted file mode 100644 index 3f7ffb2f2bf..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-142-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-142.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-142.xht deleted file mode 100644 index db2aaa46308..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-142.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-142-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to silver causes the background-color of the box to be silver." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: silver; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="silver color swatch" src="support/silver_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-143-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-143-ref.xht deleted file mode 100644 index 70c54ff1a9b..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-143-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-143.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-143.xht deleted file mode 100644 index b0c0e2e1bc4..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-143.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-143-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to teal causes the background-color of the box to be teal." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: teal; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="teal color swatch" src="support/teal_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-144.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-144.xht deleted file mode 100644 index f1668fd6d33..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-144.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-006-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to white causes the background-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: white; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="#fff color swatch" src="support/fff_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-145-ref.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-145-ref.xht deleted file mode 100644 index 1d05b5f071d..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-145-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/backgrounds/background-color-145.xht b/tests/wpt/tests/css/CSS2/backgrounds/background-color-145.xht deleted file mode 100644 index 3afa2192b83..00000000000 --- a/tests/wpt/tests/css/CSS2/backgrounds/background-color-145.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Background-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-properties" /> - <link rel="match" href="background-color-145-ref.xht" /> - - <meta name="flags" content="image" /> - <meta name="assert" content="Background-color set to yellow causes the background-color of the box to be yellow." /> - <style type="text/css"> - img, #test - { - height: 100px; - width: 100px; - } - #test - { - background-color: yellow; - margin-bottom: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test"></div> - <div id="reference"> - <img alt="yellow color swatch" src="support/yellow_color.png" /> - </div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001-ref.xht deleted file mode 100644 index 7c5bdccdce1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001.xht deleted file mode 100644 index 5214c335c85..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-001.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-002.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-002.xht deleted file mode 100644 index c52d2aebaea..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-002.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003-ref.xht deleted file mode 100644 index b2b51318751..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010101_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003.xht deleted file mode 100644 index 48b032439c3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-003.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010101; - height: 0; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004-ref.xht deleted file mode 100644 index aa7950069d2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004.xht deleted file mode 100644 index 60d1e4cbf73..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-004.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #999999; - height: 0; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005-ref.xht deleted file mode 100644 index eb79eb193df..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fefefe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005.xht deleted file mode 100644 index c7310c06235..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-005.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fefefe; - height: 0; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006-ref.xht deleted file mode 100644 index 9ef802086a8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fff_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006.xht deleted file mode 100644 index fbd7527b5cc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-006.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ffffff; - height: 0; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-007.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-007.xht deleted file mode 100644 index d9ae994c826..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-007.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #1000000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-008.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-008.xht deleted file mode 100644 index 0f5105d209e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-008.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fgfgfg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009-ref.xht deleted file mode 100644 index e5076a43ed8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009.xht deleted file mode 100644 index 461e6e273a7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-009.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010000; - height: 0; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010-ref.xht deleted file mode 100644 index 92ea2c169f3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: #990000; - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010.xht deleted file mode 100644 index 990f57bc747..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-010.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #990000; - height: 0; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011-ref.xht deleted file mode 100644 index 1c97de1ffcd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fe0000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011.xht deleted file mode 100644 index 94ee90e4731..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-011.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fe0000; - height: 0; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012-ref.xht deleted file mode 100644 index ea9e7c3bcdc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/f00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012.xht deleted file mode 100644 index fddac3965f4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-012.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ff0000; - height: 0; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-013.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-013.xht deleted file mode 100644 index 455b89d596b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-013.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fg0000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014-ref.xht deleted file mode 100644 index d3082895e93..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014.xht deleted file mode 100644 index fc00268dabd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-014.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000100; - height: 0; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015-ref.xht deleted file mode 100644 index b04da237881..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015.xht deleted file mode 100644 index 8bc3c80da5e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-015.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #009900; - height: 0; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016-ref.xht deleted file mode 100644 index 538f9051c2b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00fe00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016.xht deleted file mode 100644 index 40d3b77435f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-016.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00fe00; - height: 0; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017-ref.xht deleted file mode 100644 index cf6912694c1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0f0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017.xht deleted file mode 100644 index cbfaee79a60..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-017.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00ff00; - height: 0; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-018.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-018.xht deleted file mode 100644 index ecaea1c746a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-018.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00fg00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019-ref.xht deleted file mode 100644 index 322c6fc059e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019.xht deleted file mode 100644 index 267ed5396d5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-019.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000001; - height: 0; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020-ref.xht deleted file mode 100644 index 833ec72aa34..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/009_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020.xht deleted file mode 100644 index fb8cfb20aa6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-020.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000099; - height: 0; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021-ref.xht deleted file mode 100644 index 4ea14313ac4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0000fe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021.xht deleted file mode 100644 index c84d76f8722..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-021.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000fe; - height: 0; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022-ref.xht deleted file mode 100644 index d99e3eaf481..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00f_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022.xht deleted file mode 100644 index 0090ddeac17..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-022.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000ff; - height: 0; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-023.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-023.xht deleted file mode 100644 index d10a2775735..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-023.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0000fg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-024.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-024.xht deleted file mode 100644 index 6cd95188f40..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-024.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-025.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-025.xht deleted file mode 100644 index 4c5b3d1ce07..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-025.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #000; - height: 0; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026-ref.xht deleted file mode 100644 index 79cf8fd3c0a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/111_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026.xht deleted file mode 100644 index 0e539bb602a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-026.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #111; - height: 0; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027-ref.xht deleted file mode 100644 index aa7950069d2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027.xht deleted file mode 100644 index f1a65812e54..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-027.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #999; - height: 0; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028-ref.xht deleted file mode 100644 index dad179e9eaa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/eee_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028.xht deleted file mode 100644 index c25c89a184e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-028.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #eee; - height: 0; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-029.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-029.xht deleted file mode 100644 index 623072dcd9f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-029.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #fff; - height: 0; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-030.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-030.xht deleted file mode 100644 index abf930e3261..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-030.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #1000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-031.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-031.xht deleted file mode 100644 index 60f31234283..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-031.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #ggg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032-ref.xht deleted file mode 100644 index d5f9edb9e36..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032.xht deleted file mode 100644 index a14a91b225a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-032.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #100; - height: 0; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-033.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-033.xht deleted file mode 100644 index 0eeaae8387a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-033.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #900; - height: 0; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034-ref.xht deleted file mode 100644 index 29939695788..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/e00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034.xht deleted file mode 100644 index 41ed5b423b1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-034.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #e00; - height: 0; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-035.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-035.xht deleted file mode 100644 index 43c7d2f0304..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-035.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #f00; - height: 0; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-036.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-036.xht deleted file mode 100644 index 5bb1979c268..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-036.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #g00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037-ref.xht deleted file mode 100644 index f89e162bd8d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037.xht deleted file mode 100644 index aaa0547d715..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-037.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #010; - height: 0; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038-ref.xht deleted file mode 100644 index b04da237881..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038.xht deleted file mode 100644 index df795d75eea..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-038.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #090; - height: 0; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039-ref.xht deleted file mode 100644 index 192db0e6f9b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0e0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039.xht deleted file mode 100644 index e454a366ee7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-039.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0e0; - height: 0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-040.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-040.xht deleted file mode 100644 index 9343aaabfd2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-040.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0f0; - height: 0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-041.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-041.xht deleted file mode 100644 index 2c0b7daa5c5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-041.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #0g0; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042-ref.xht deleted file mode 100644 index 11bffd78f2e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042.xht deleted file mode 100644 index 0ac99a15b74..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-042.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #001; - height: 0; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-043.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-043.xht deleted file mode 100644 index 09205f43733..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-043.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #009; - height: 0; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044-ref.xht deleted file mode 100644 index 3d27161bc47..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00e_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044.xht deleted file mode 100644 index 4e847ed453e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-044.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00e; - height: 0; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-045.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-045.xht deleted file mode 100644 index b6f39cc51e4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-045.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00f; - height: 0; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-046.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-046.xht deleted file mode 100644 index 81ff35d9de3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-046.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: #00g; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-047.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-047.xht deleted file mode 100644 index 080709fc251..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-047.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1%, -1%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-048.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-048.xht deleted file mode 100644 index 800d3761af8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-048.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049-ref.xht deleted file mode 100644 index 344ce167307..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049.xht deleted file mode 100644 index 0b2e262b7d7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-049.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1%, 1%, 1%); - height: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-050.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-050.xht deleted file mode 100644 index d70f8b5f29e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-050.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0%, -0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-051.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-051.xht deleted file mode 100644 index 70a6c63782c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-051.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0%, +0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052-ref.xht deleted file mode 100644 index 8096f85a342..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052.xht deleted file mode 100644 index a90c57a47dd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-052.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(40%, 40%, 40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-053.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-053.xht deleted file mode 100644 index cfc23e2c1d3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-053.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+40%, +40%, +40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054-ref.xht deleted file mode 100644 index 9d1c01f6011..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054.xht deleted file mode 100644 index 7366be47d2d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-054.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(99%, 99%, 99%); - height: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-055.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-055.xht deleted file mode 100644 index 8be065dfd7c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-055.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(100%, 100%, 100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-056.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-056.xht deleted file mode 100644 index df3d7b47ffb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-056.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+100%, +100%, +100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-057.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-057.xht deleted file mode 100644 index 5e362672fb8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-057.xht +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(101%, 101%, 101%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-058.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-058.xht deleted file mode 100644 index 79ee6561375..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-058.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1, -1, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-059.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-059.xht deleted file mode 100644 index d860b0bd267..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-059.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-060.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-060.xht deleted file mode 100644 index 2a7f41483e9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-060.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1, 1, 1); - height: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-061.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-061.xht deleted file mode 100644 index 97a0001a8be..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-061.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0, -0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-062.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-062.xht deleted file mode 100644 index 9b9eca3d2c5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-062.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0, +0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063-ref.xht deleted file mode 100644 index 3afc17f0ed9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063.xht deleted file mode 100644 index a6295e1ad28..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-063.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(128, 128, 128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-064.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-064.xht deleted file mode 100644 index 89148be4ae9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-064.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+128, +128, +128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-065.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-065.xht deleted file mode 100644 index d11d1ba641a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-065.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(254, 254, 254); - height: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-066.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-066.xht deleted file mode 100644 index 7bad2cf389d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-066.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(255, 255, 255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-067.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-067.xht deleted file mode 100644 index f53683a2be9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-067.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+255, +255, +255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-068.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-068.xht deleted file mode 100644 index 491d57534ee..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-068.xht +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(256, 256, 256); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-069.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-069.xht deleted file mode 100644 index 3717d36ea83..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-069.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070-ref.xht deleted file mode 100644 index 8e185252fab..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070.xht deleted file mode 100644 index bdedc861907..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-070.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-071.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-071.xht deleted file mode 100644 index e17c1dff338..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-071.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-072.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-072.xht deleted file mode 100644 index b6113b805f5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-072.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073-ref.xht deleted file mode 100644 index 9c8b4d8c643..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073.xht deleted file mode 100644 index b60a4d84704..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-073.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-074.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-074.xht deleted file mode 100644 index 851efab0487..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-074.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075-ref.xht deleted file mode 100644 index 813946da330..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075.xht deleted file mode 100644 index c8b5873b211..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-075.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(99%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-076.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-076.xht deleted file mode 100644 index 766e371b1f2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-076.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-077.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-077.xht deleted file mode 100644 index 4ce0ec8ee7b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-077.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-078.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-078.xht deleted file mode 100644 index 7435831018a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-078.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(101%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-079.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-079.xht deleted file mode 100644 index 7256c711d6e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-079.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-080.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-080.xht deleted file mode 100644 index 46c60e78be6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-080.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-081.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-081.xht deleted file mode 100644 index 843848cb37a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-081.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(-0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-082.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-082.xht deleted file mode 100644 index 66e533b34b2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-082.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083-ref.xht deleted file mode 100644 index bf6367d4efe..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/800000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083.xht deleted file mode 100644 index 7b6241ac990..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-083.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-084.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-084.xht deleted file mode 100644 index 2ac69013ba4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-084.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-085.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-085.xht deleted file mode 100644 index bf2b53bd716..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-085.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(254, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-086.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-086.xht deleted file mode 100644 index f052625a4a3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-086.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-087.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-087.xht deleted file mode 100644 index 111155f7065..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-087.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(+255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-088.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-088.xht deleted file mode 100644 index ca55585278f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-088.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(256, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-089.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-089.xht deleted file mode 100644 index 0d715dda9bd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-089.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, -1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090-ref.xht deleted file mode 100644 index d18a102f4f3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090.xht deleted file mode 100644 index 4cdd83f3bf8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-090.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-091.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-091.xht deleted file mode 100644 index 60c8815119b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-091.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, -0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-092.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-092.xht deleted file mode 100644 index 7027950d718..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-092.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093-ref.xht deleted file mode 100644 index e6d82904856..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093.xht deleted file mode 100644 index e4f629ea464..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-093.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-094.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-094.xht deleted file mode 100644 index e9d58db3021..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-094.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095-ref.xht deleted file mode 100644 index 938e1105056..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095.xht deleted file mode 100644 index 4ddfedfeecb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-095.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 99%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-096.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-096.xht deleted file mode 100644 index 245605da62c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-096.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-097.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-097.xht deleted file mode 100644 index cd33161b37d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-097.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, +100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-098.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-098.xht deleted file mode 100644 index 6d039dd127a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-098.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 101%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-099.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-099.xht deleted file mode 100644 index 5f6ae6bc891..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-099.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, -1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100-ref.xht deleted file mode 100644 index 27a02640866..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: rgb(0, 1, 0); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100.xht deleted file mode 100644 index 44075c7547e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-100.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-101.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-101.xht deleted file mode 100644 index 8947bc54deb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-101.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, -0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-102.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-102.xht deleted file mode 100644 index 3f4516e9422..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-102.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103-ref.xht deleted file mode 100644 index 3f0eb480ad0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/008000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103.xht deleted file mode 100644 index 8127a908fc4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-103.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-104.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-104.xht deleted file mode 100644 index 0b4f3b105ed..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-104.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-105.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-105.xht deleted file mode 100644 index 8e0ec285896..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-105.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 254, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-106.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-106.xht deleted file mode 100644 index bd9fc7497f8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-106.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-107.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-107.xht deleted file mode 100644 index 72a38a36826..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-107.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, +255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-108.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-108.xht deleted file mode 100644 index d69d720085e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-108.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 256, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-109.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-109.xht deleted file mode 100644 index 053febc6f12..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-109.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110-ref.xht deleted file mode 100644 index a9241f5351a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110.xht deleted file mode 100644 index 736365f6d0a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-110.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-111.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-111.xht deleted file mode 100644 index 7d8523838b1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-111.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-112.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-112.xht deleted file mode 100644 index 5c70578bb2f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-112.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113-ref.xht deleted file mode 100644 index 030ee6ec004..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113-ref.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113.xht deleted file mode 100644 index 347344ebdc6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-113.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-114.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-114.xht deleted file mode 100644 index c28375c7de6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-114.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115-ref.xht deleted file mode 100644 index 46288771833..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115.xht deleted file mode 100644 index 41f46477f1c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-115.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 99%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-116.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-116.xht deleted file mode 100644 index b8f182522b8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-116.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-117.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-117.xht deleted file mode 100644 index 034f0f5b827..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-117.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, +100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-118.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-118.xht deleted file mode 100644 index 25990d11c51..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-118.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0%, 0%, 101%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-119.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-119.xht deleted file mode 100644 index 25ccc228bcd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-119.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-120.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-120.xht deleted file mode 100644 index 6cf2c68e430..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-120.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-121.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-121.xht deleted file mode 100644 index 4f6ae4f5be7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-121.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-122.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-122.xht deleted file mode 100644 index b742b0634cf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-122.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123-ref.xht deleted file mode 100644 index 6e03bafdd75..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123.xht deleted file mode 100644 index a95ef02b51c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-123.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-124.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-124.xht deleted file mode 100644 index 957b9e7cd94..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-124.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-125.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-125.xht deleted file mode 100644 index 370eb8ac659..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-125.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 254); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-126.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-126.xht deleted file mode 100644 index ab183be63b8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-126.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-127.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-127.xht deleted file mode 100644 index b03e5099200..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-127.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, +255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-128.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-128.xht deleted file mode 100644 index 94462cacdd9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-128.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-bottom-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: rgb(0, 0, 256); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-130.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-130.xht deleted file mode 100644 index a8c1583484f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-130.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to black causes the border-bottom-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: black; - height: 0; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131-ref.xht deleted file mode 100644 index 4e5d9de91eb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/blue15x15.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131.xht deleted file mode 100644 index aa987cb49fa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-131.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to blue causes the border-bottom-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: blue; - height: 0; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132-ref.xht deleted file mode 100644 index 713977b023b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fuchsia_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132.xht deleted file mode 100644 index ac7a228d7bf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-132.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to fuchsia causes the border-bottom-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: fuchsia; - height: 0; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133-ref.xht deleted file mode 100644 index 5db22dc2545..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133.xht deleted file mode 100644 index 06c1c9ebbab..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-133.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to gray causes the border-bottom-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: gray; - height: 0; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134-ref.xht deleted file mode 100644 index beccb7d434e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-green.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134.xht deleted file mode 100644 index 97d168bc59d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-134.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: green; - height: 0; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135-ref.xht deleted file mode 100644 index 7546efe622d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-lime.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135.xht deleted file mode 100644 index 85ce19a0b1f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-135.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to lime causes the border-bottom-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: lime; - height: 0; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136-ref.xht deleted file mode 100644 index a6b78590d53..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/maroon_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136.xht deleted file mode 100644 index 3444b985167..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-136.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-20 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to maroon causes the border-bottom-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: maroon; - height: 0; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137-ref.xht deleted file mode 100644 index 80bc045ae08..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-navy.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137.xht deleted file mode 100644 index b3fd414209d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-137.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to navy causes the border-bottom-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: navy; - height: 0; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138-ref.xht deleted file mode 100644 index 23131e179cb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/olive_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138.xht deleted file mode 100644 index 6ffa065e695..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-138.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to olive causes the border-bottom-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: olive; - height: 0; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139-ref.xht deleted file mode 100644 index 3569017b366..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-orange.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139.xht deleted file mode 100644 index 1754a3349f7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-139.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to orange causes the border-bottom-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: orange; - height: 0; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140-ref.xht deleted file mode 100644 index f0efa882860..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/purple_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140.xht deleted file mode 100644 index baf09054004..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-140.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to purple causes the border-bottom-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: purple; - height: 0; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141-ref.xht deleted file mode 100644 index b15072ea27c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-red.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141.xht deleted file mode 100644 index c6655232140..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-141.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to red causes the border-bottom-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: red; - height: 0; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142-ref.xht deleted file mode 100644 index 814f26daa65..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/silver_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142.xht deleted file mode 100644 index e53654dfc51..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-142.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to silver causes the border-bottom-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: silver; - height: 0; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143-ref.xht deleted file mode 100644 index 2acd5974e35..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/teal_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143.xht deleted file mode 100644 index 2a7188025ca..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-143.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to teal causes the border-bottom-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: teal; - height: 0; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144-ref.xht deleted file mode 100644 index 374461a4f0c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/swatch-white.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144.xht deleted file mode 100644 index d1061878de9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-144.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to white causes the border-bottom-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: white; - height: 0; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145-ref.xht deleted file mode 100644 index a7e37e77a62..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145-ref.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/yellow_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145.xht b/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145.xht deleted file mode 100644 index 4ac7c5917c9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-bottom-color-145.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-bottom-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-bottom-color' set to yellow causes the border-bottom-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-bottom-style: solid; - border-bottom-width: 1in; - border-bottom-color: yellow; - height: 0; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-001.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-001.xht deleted file mode 100644 index 26f026c1cb0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-001.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-002.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-002.xht deleted file mode 100644 index 0a7aeffc3c6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-002.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-003.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-003.xht deleted file mode 100644 index 7c7485bdba1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-003.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010101; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-004.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-004.xht deleted file mode 100644 index fe6e8e63a64..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-004.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #999999; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-005.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-005.xht deleted file mode 100644 index d458a713567..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-005.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fefefe; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-006.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-006.xht deleted file mode 100644 index 2aeb4e00fb4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-006.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ffffff; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-007.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-007.xht deleted file mode 100644 index 96793387bf1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-007.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #1000000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-008.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-008.xht deleted file mode 100644 index b95241d8008..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-008.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fgfgfg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-009.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-009.xht deleted file mode 100644 index 7d167052c13..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-009.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010000; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-010.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-010.xht deleted file mode 100644 index 1f41c35badb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-010.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #990000; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-011.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-011.xht deleted file mode 100644 index 19acbe2f35a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-011.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fe0000; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-012.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-012.xht deleted file mode 100644 index 784a876d4ea..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-012.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ff0000; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-013.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-013.xht deleted file mode 100644 index cb89214e1e4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-013.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fg0000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-014.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-014.xht deleted file mode 100644 index c407698f813..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-014.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000100; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-015.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-015.xht deleted file mode 100644 index 0d502b9f9e1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-015.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #009900; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-016.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-016.xht deleted file mode 100644 index 41c308d15b8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-016.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00fe00; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-017.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-017.xht deleted file mode 100644 index d8cbe8b1e1f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-017.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00ff00; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-018.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-018.xht deleted file mode 100644 index 49fea3c70d5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-018.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00fg00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-019.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-019.xht deleted file mode 100644 index 583852437d9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-019.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000001; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-020.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-020.xht deleted file mode 100644 index ddfb8b49cd5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-020.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000099; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-021.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-021.xht deleted file mode 100644 index f0c16a7b5b9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-021.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000fe; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-022.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-022.xht deleted file mode 100644 index 129f5f1a8cf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-022.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000ff; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-023.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-023.xht deleted file mode 100644 index ed969cff29e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-023.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0000fg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-024.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-024.xht deleted file mode 100644 index fb1bf0d78c6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-024.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-025.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-025.xht deleted file mode 100644 index 2d1e9950b9c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-025.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #000; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-026.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-026.xht deleted file mode 100644 index 4abf4266979..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-026.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #111; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-027.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-027.xht deleted file mode 100644 index c28aa21bf52..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-027.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #999; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-028.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-028.xht deleted file mode 100644 index 386c42a244e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-028.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #eee; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-029.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-029.xht deleted file mode 100644 index f2624c1dff0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-029.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #fff; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-030.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-030.xht deleted file mode 100644 index fc62a4b1442..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-030.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #1000; - height: 1in; - width: 0; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-031.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-031.xht deleted file mode 100644 index c31e9d9eaa3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-031.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #ggg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-032.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-032.xht deleted file mode 100644 index 2478e7880a1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-032.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #100; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-033.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-033.xht deleted file mode 100644 index 79ec0085baf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-033.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #900; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-034.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-034.xht deleted file mode 100644 index 2282d058794..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-034.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #e00; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-035.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-035.xht deleted file mode 100644 index 25acf6d8ad2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-035.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #f00; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-036.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-036.xht deleted file mode 100644 index b268910e59e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-036.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #g00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-037.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-037.xht deleted file mode 100644 index 73cf82df6bf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-037.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #010; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-038.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-038.xht deleted file mode 100644 index cffdd3fa106..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-038.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #090; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-039.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-039.xht deleted file mode 100644 index ffada9e7a15..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-039.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0e0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-040.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-040.xht deleted file mode 100644 index edd44d2af91..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-040.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0f0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-041.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-041.xht deleted file mode 100644 index 8a19c644bef..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-041.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #0g0; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-042.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-042.xht deleted file mode 100644 index eeaa75b5ace..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-042.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #001; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-043.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-043.xht deleted file mode 100644 index 12cddbd1cb0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-043.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #009; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-044.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-044.xht deleted file mode 100644 index 9232b04ff64..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-044.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00e; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-045.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-045.xht deleted file mode 100644 index d8afc8a85c0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-045.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00f; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-046.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-046.xht deleted file mode 100644 index 0e585c32770..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-046.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: #00g; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-047.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-047.xht deleted file mode 100644 index bb0b50b9cbc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-047.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1%, -1%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-048.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-048.xht deleted file mode 100644 index 2526461f94f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-048.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-049.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-049.xht deleted file mode 100644 index be71e45ac73..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-049.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1%, 1%, 1%); - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-050.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-050.xht deleted file mode 100644 index 62696bbc2f0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-050.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0%, -0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-051.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-051.xht deleted file mode 100644 index e4a74328aae..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-051.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0%, +0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-052.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-052.xht deleted file mode 100644 index a2469a75741..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-052.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(40%, 40%, 40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-053.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-053.xht deleted file mode 100644 index e0826207e6b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-053.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+40%, +40%, +40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-054.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-054.xht deleted file mode 100644 index 056a3f792d8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-054.xht +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(99%, 99%, 99%); - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-055.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-055.xht deleted file mode 100644 index 51428320a38..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-055.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(100%, 100%, 100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-056.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-056.xht deleted file mode 100644 index 97567200bd7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-056.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+100%, +100%, +100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-057.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-057.xht deleted file mode 100644 index fde87d18988..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-057.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(101%, 101%, 101%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-058.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-058.xht deleted file mode 100644 index f11c3efe094..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-058.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1, -1, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-059.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-059.xht deleted file mode 100644 index a47824414b2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-059.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-060.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-060.xht deleted file mode 100644 index 5819fd3506a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-060.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1, 1, 1); - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-061.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-061.xht deleted file mode 100644 index 99debe1088c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-061.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0, -0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-062.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-062.xht deleted file mode 100644 index 99cb289e5c4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-062.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0, +0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-063.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-063.xht deleted file mode 100644 index 653414a387d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-063.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(128, 128, 128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-064.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-064.xht deleted file mode 100644 index b894e3c3c7f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-064.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+128, +128, +128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-065.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-065.xht deleted file mode 100644 index 11b46615e89..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-065.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(254, 254, 254); - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-066.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-066.xht deleted file mode 100644 index 89b0058e0ca..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-066.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(255, 255, 255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-067.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-067.xht deleted file mode 100644 index b595cea5f53..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-067.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+255, +255, +255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-068.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-068.xht deleted file mode 100644 index b582d0df9e5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-068.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(256, 256, 256); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-069.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-069.xht deleted file mode 100644 index 9662a942ca4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-069.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-070.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-070.xht deleted file mode 100644 index abfd0c62f08..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-070.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1%, 0%, 0%); - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-071.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-071.xht deleted file mode 100644 index f1b22797595..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-071.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-072.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-072.xht deleted file mode 100644 index ba018039852..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-072.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-073.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-073.xht deleted file mode 100644 index 612d7002d4e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-073.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-074.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-074.xht deleted file mode 100644 index 4f49db32766..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-074.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-075.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-075.xht deleted file mode 100644 index 242b6ac6781..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-075.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(99%, 0%, 0%); - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-076.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-076.xht deleted file mode 100644 index 02980b5942b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-076.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-077.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-077.xht deleted file mode 100644 index da72352d1c9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-077.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-078.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-078.xht deleted file mode 100644 index 6d1cd48952c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-078.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(101%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-079.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-079.xht deleted file mode 100644 index b7f8caf46d5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-079.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-1, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-080.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-080.xht deleted file mode 100644 index a9878d09819..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-080.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(1, 0, 0); - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-081.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-081.xht deleted file mode 100644 index 95de7e74d9d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-081.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(-0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-082.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-082.xht deleted file mode 100644 index a0373884ef9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-082.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-083.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-083.xht deleted file mode 100644 index c2123960b09..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-083.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-084.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-084.xht deleted file mode 100644 index f1ba9781eb1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-084.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-085.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-085.xht deleted file mode 100644 index d3482935a0e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-085.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(254, 0, 0); - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-086.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-086.xht deleted file mode 100644 index 85a79765cc8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-086.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-087.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-087.xht deleted file mode 100644 index 9d2489a719f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-087.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(+255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-088.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-088.xht deleted file mode 100644 index ff2bfa664e2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-088.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(256, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-089.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-089.xht deleted file mode 100644 index a0dc7872e36..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-089.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, -1%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-090.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-090.xht deleted file mode 100644 index 5c1908aeac4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-090.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 1%, 0%); - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-091.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-091.xht deleted file mode 100644 index e639eb7a98c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-091.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, -0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-092.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-092.xht deleted file mode 100644 index 0a78434d04a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-092.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-093.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-093.xht deleted file mode 100644 index 18d995441d4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-093.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-094.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-094.xht deleted file mode 100644 index 2940b09fee9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-094.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-095.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-095.xht deleted file mode 100644 index 3bef2686acd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-095.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 99%, 0%); - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-096.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-096.xht deleted file mode 100644 index fc75c29a7d3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-096.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-097.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-097.xht deleted file mode 100644 index 5b90142132b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-097.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, +100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-098.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-098.xht deleted file mode 100644 index e38bccc776e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-098.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 101%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-099.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-099.xht deleted file mode 100644 index ff193dccfe4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-099.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, -1, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-100.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-100.xht deleted file mode 100644 index b2acc607165..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-100.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 1, 0); - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-101.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-101.xht deleted file mode 100644 index cd7503fa5aa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-101.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, -0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-102.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-102.xht deleted file mode 100644 index 3174a878f54..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-102.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-103.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-103.xht deleted file mode 100644 index e2378fc5a19..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-103.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-104.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-104.xht deleted file mode 100644 index 5adabc8d38c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-104.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-105.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-105.xht deleted file mode 100644 index 65c36432bf1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-105.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 254, 0); - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-106.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-106.xht deleted file mode 100644 index f992b2bcfaf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-106.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-107.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-107.xht deleted file mode 100644 index 7c3e41eefbe..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-107.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, +255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-108.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-108.xht deleted file mode 100644 index 4c3abbb5fe1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-108.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 256, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-109.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-109.xht deleted file mode 100644 index 0023bef43b4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-109.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-110.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-110.xht deleted file mode 100644 index c947fe8abeb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-110.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 1%); - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-111.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-111.xht deleted file mode 100644 index 4c4bf57ea2d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-111.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-112.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-112.xht deleted file mode 100644 index 1d944cf3828..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-112.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-113.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-113.xht deleted file mode 100644 index 67b32763daa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-113.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-114.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-114.xht deleted file mode 100644 index e10886c8884..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-114.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-115.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-115.xht deleted file mode 100644 index 72f95ecb55c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-115.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 99%); - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-116.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-116.xht deleted file mode 100644 index bb0714dedfc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-116.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-117.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-117.xht deleted file mode 100644 index d35664a9324..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-117.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, +100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-118.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-118.xht deleted file mode 100644 index 64043cdc3de..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-118.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0%, 0%, 101%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-119.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-119.xht deleted file mode 100644 index 5fe0875aa49..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-119.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-120.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-120.xht deleted file mode 100644 index 7d7a31cef2c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-120.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 1); - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-121.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-121.xht deleted file mode 100644 index 0f2141de644..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-121.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-122.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-122.xht deleted file mode 100644 index 690c32632b4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-122.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-123.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-123.xht deleted file mode 100644 index 5ca990e89d4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-123.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-124.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-124.xht deleted file mode 100644 index 8977d437a9e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-124.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-125.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-125.xht deleted file mode 100644 index e20a77fd4a7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-125.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 254); - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-126.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-126.xht deleted file mode 100644 index ed1ae10382a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-126.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-127.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-127.xht deleted file mode 100644 index 3f3d1f4c3be..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-127.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, +255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-128.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-128.xht deleted file mode 100644 index 2dcfe622b4d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-128.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-left-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: rgb(0, 0, 256); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-130.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-130.xht deleted file mode 100644 index 8afb06935b4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-130.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to black causes the border-left-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: black; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-131.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-131.xht deleted file mode 100644 index 6302912a84d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-131.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to blue causes the border-left-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: blue; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-132.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-132.xht deleted file mode 100644 index c554a0640a1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-132.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to fuchsia causes the border-left-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: fuchsia; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-133.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-133.xht deleted file mode 100644 index 58657b2f732..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-133.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to gray causes the border-left-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: gray; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-134.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-134.xht deleted file mode 100644 index 3b104fea833..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-134.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: green; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-135.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-135.xht deleted file mode 100644 index 9c792672242..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-135.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to lime causes the border-left-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: lime; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-136.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-136.xht deleted file mode 100644 index a73581363be..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-136.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to maroon causes the border-left-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: maroon; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-137.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-137.xht deleted file mode 100644 index 72741c99072..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-137.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to navy causes the border-left-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: navy; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-138.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-138.xht deleted file mode 100644 index 274cbeb0351..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-138.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to olive causes the border-left-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: olive; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-139.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-139.xht deleted file mode 100644 index f852c736fbe..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-139.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to orange causes the border-left-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: orange; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-140.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-140.xht deleted file mode 100644 index a0f472fe442..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-140.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to purple causes the border-left-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: purple; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-141.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-141.xht deleted file mode 100644 index d894273cd9f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-141.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to red causes the border-left-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: red; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-142.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-142.xht deleted file mode 100644 index 5d42b9610fe..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-142.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to silver causes the border-left-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: silver; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-143.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-143.xht deleted file mode 100644 index fe9098124a6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-143.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to teal causes the border-left-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: teal; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-144.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-144.xht deleted file mode 100644 index 93acb3b39ea..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-144.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to white causes the border-left-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: white; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-left-color-145.xht b/tests/wpt/tests/css/CSS2/borders/border-left-color-145.xht deleted file mode 100644 index 866e6988e62..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-left-color-145.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-left-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-left-color' set to yellow causes the border-left-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-left-style: solid; - border-left-width: 1in; - border-left-color: yellow; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-001-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-001-ref.xht deleted file mode 100644 index 5e969a7057d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-001-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-001.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-001.xht deleted file mode 100644 index 4087d1bc125..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-001.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-002.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-002.xht deleted file mode 100644 index 38f25ddccdc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-002.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000000; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-003-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-003-ref.xht deleted file mode 100644 index cd50ec9c95f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-003-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010101_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-003.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-003.xht deleted file mode 100644 index 581a4850cb4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-003.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010101; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-004-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-004-ref.xht deleted file mode 100644 index 6658033e03f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-004-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-004.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-004.xht deleted file mode 100644 index 3fcc99af607..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-004.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #999999; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-005-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-005-ref.xht deleted file mode 100644 index 271f0257338..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-005-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fefefe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-005.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-005.xht deleted file mode 100644 index c499b0c25bd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-005.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fefefe; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-006-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-006-ref.xht deleted file mode 100644 index 54a3f0780df..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-006-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/fff_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-006.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-006.xht deleted file mode 100644 index f201e2c0ef3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-006.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ffffff; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-007-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-007-ref.xht deleted file mode 100644 index 33ec214d70c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-007-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: black; - float: right; - height: 1in; - width: 1in; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there is a box below.</p> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-007.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-007.xht deleted file mode 100644 index 559bf165d3b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-007.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #1000000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-008.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-008.xht deleted file mode 100644 index 46dcfc9b2ce..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-008.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fgfgfg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-009-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-009-ref.xht deleted file mode 100644 index d29b3cff006..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-009-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-009.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-009.xht deleted file mode 100644 index ce933a7422e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-009.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010000; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-010-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-010-ref.xht deleted file mode 100644 index 1f4e1bb3934..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-010-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: #990000; - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-010.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-010.xht deleted file mode 100644 index 157bb855ac7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-010.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-01 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #990000; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-011-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-011-ref.xht deleted file mode 100644 index caf4b75eece..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-011-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fe0000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-011.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-011.xht deleted file mode 100644 index 41cdaef5d99..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-011.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fe0000; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-012-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-012-ref.xht deleted file mode 100644 index 97e1d2d5511..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-012-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/f00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-012.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-012.xht deleted file mode 100644 index d7ee72e9693..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-012.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ff0000; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-013.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-013.xht deleted file mode 100644 index 3f1404de979..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-013.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fg0000; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-014-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-014-ref.xht deleted file mode 100644 index 1d6efa8dbaa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-014-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-014.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-014.xht deleted file mode 100644 index b301ae08dd8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-014.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000100; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-015-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-015-ref.xht deleted file mode 100644 index ea5d3664239..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-015-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-015.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-015.xht deleted file mode 100644 index 266bcf8a2c7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-015.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #009900; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-016-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-016-ref.xht deleted file mode 100644 index ce65cb7b2ea..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-016-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00fe00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-016.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-016.xht deleted file mode 100644 index 6285de0db2b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-016.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00fe00; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-017-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-017-ref.xht deleted file mode 100644 index 5c86113e20a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-017-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0f0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-017.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-017.xht deleted file mode 100644 index 55685f8c4fa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-017.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00ff00; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-018.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-018.xht deleted file mode 100644 index 24e9e462afb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-018.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00fg00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-019-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-019-ref.xht deleted file mode 100644 index 2ed1d89d019..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-019-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-019.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-019.xht deleted file mode 100644 index b775fd216c2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-019.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000001; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-020-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-020-ref.xht deleted file mode 100644 index 3678117f240..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-020-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/009_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-020.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-020.xht deleted file mode 100644 index b7cbe633ce6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-020.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000099; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-021-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-021-ref.xht deleted file mode 100644 index 54e59ecce1a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-021-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0000fe_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-021.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-021.xht deleted file mode 100644 index 5b61cc5b1ef..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-021.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000fe; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-022-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-022-ref.xht deleted file mode 100644 index 5649a4692fb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-022-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00f_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-022.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-022.xht deleted file mode 100644 index d6e81b59f3d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-022.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000ff; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-023.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-023.xht deleted file mode 100644 index f79b7c77b43..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-023.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0000fg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-024.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-024.xht deleted file mode 100644 index 00537c02147..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-024.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-025.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-025.xht deleted file mode 100644 index ff127fbf0c1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-025.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #000; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-026-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-026-ref.xht deleted file mode 100644 index b04781282ed..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-026-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/111_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-026.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-026.xht deleted file mode 100644 index 6b03c4fd4ac..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-026.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #111; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-027-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-027-ref.xht deleted file mode 100644 index 6658033e03f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-027-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/999_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-027.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-027.xht deleted file mode 100644 index d50ad625c7a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-027.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #999; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-028-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-028-ref.xht deleted file mode 100644 index e2f0624e0a4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-028-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/eee_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-028.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-028.xht deleted file mode 100644 index 31fb4c00894..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-028.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #eee; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-029.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-029.xht deleted file mode 100644 index 758e1c74516..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-029.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #fff; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-030.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-030.xht deleted file mode 100644 index bbfdc56965e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-030.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #1000; - height: 1in; - width: 0; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-031.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-031.xht deleted file mode 100644 index 340c68d9eb7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-031.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #ggg; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-032-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-032-ref.xht deleted file mode 100644 index 4de6e2612e0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-032-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/100_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-032.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-032.xht deleted file mode 100644 index 4c36647aa8a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-032.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #100; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-033.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-033.xht deleted file mode 100644 index 2ac7e710c9b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-033.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #900; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-034-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-034-ref.xht deleted file mode 100644 index b42d611a0cc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-034-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/e00_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-034.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-034.xht deleted file mode 100644 index dd7f9121ee3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-034.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #e00; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-035.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-035.xht deleted file mode 100644 index 686141399e2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-035.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #f00; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-036.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-036.xht deleted file mode 100644 index bfb55ce7a8c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-036.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #g00; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-037-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-037-ref.xht deleted file mode 100644 index c471d6e3489..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-037-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/010_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-037.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-037.xht deleted file mode 100644 index 2213a09f703..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-037.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #010; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-038-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-038-ref.xht deleted file mode 100644 index ea5d3664239..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-038-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/090_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-038.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-038.xht deleted file mode 100644 index 55648d7029d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-038.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #090; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-039-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-039-ref.xht deleted file mode 100644 index 75d200c8f69..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-039-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/0e0_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-039.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-039.xht deleted file mode 100644 index 45ca2a27e02..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-039.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0e0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-040.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-040.xht deleted file mode 100644 index 21c5dd266cc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-040.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0f0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-041.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-041.xht deleted file mode 100644 index ecbb6000978..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-041.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #0g0; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-042-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-042-ref.xht deleted file mode 100644 index c62e0983af5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-042-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/001_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-042.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-042.xht deleted file mode 100644 index aa3e8852013..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-042.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #001; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-043.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-043.xht deleted file mode 100644 index 00bd2611d11..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-043.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #009; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-044-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-044-ref.xht deleted file mode 100644 index 935decca711..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-044-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/00e_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-044.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-044.xht deleted file mode 100644 index 514c2733394..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-044.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00e; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-045.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-045.xht deleted file mode 100644 index 05379e3420a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-045.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00f; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-046.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-046.xht deleted file mode 100644 index 3ec588fcb2c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-046.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-007-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: #00g; - height: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a box below.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-047.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-047.xht deleted file mode 100644 index 7f68609fd0f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-047.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1%, -1%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-048.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-048.xht deleted file mode 100644 index dd67378791f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-048.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-049-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-049-ref.xht deleted file mode 100644 index a1e55f878d8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-049-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-049.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-049.xht deleted file mode 100644 index eb1b16792b4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-049.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-049-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1%, 1%, 1%); - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-050.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-050.xht deleted file mode 100644 index 2eee1e154c8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-050.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0%, -0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-051.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-051.xht deleted file mode 100644 index cafa86efa1a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-051.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0%, +0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-052-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-052-ref.xht deleted file mode 100644 index 3eab45d6ef2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-052-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-052.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-052.xht deleted file mode 100644 index 15aef97fe0c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-052.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-052-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(40%, 40%, 40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-053.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-053.xht deleted file mode 100644 index 63c0eabaf93..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-053.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-052-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+40%, +40%, +40%); - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-054-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-054-ref.xht deleted file mode 100644 index 1a852854191..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-054-ref.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - body - { - background-color: black; - } - p - { - color: white; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-054.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-054.xht deleted file mode 100644 index 5c36d859473..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-054.xht +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-054-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(99%, 99%, 99%); - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-055.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-055.xht deleted file mode 100644 index 43c9d48d468..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-055.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(100%, 100%, 100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-056.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-056.xht deleted file mode 100644 index 58fa4339fab..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-056.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+100%, +100%, +100%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-057.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-057.xht deleted file mode 100644 index beee6bf7545..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-057.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(101%, 101%, 101%); - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-058.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-058.xht deleted file mode 100644 index 173c5b89131..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-058.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1, -1, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-059.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-059.xht deleted file mode 100644 index f1f7e081a42..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-059.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-060.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-060.xht deleted file mode 100644 index fddadc9220f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-060.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1, 1, 1); - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-061.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-061.xht deleted file mode 100644 index 8ebc0e8e441..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-061.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0, -0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-062.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-062.xht deleted file mode 100644 index 619398223f6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-062.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0, +0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-063-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-063-ref.xht deleted file mode 100644 index 31fcddc30bc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-063-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-063.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-063.xht deleted file mode 100644 index c7579fe1236..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-063.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(128, 128, 128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-064.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-064.xht deleted file mode 100644 index aa60d72c5bd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-064.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+128, +128, +128); - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-065.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-065.xht deleted file mode 100644 index b2d44c145ee..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-065.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(254, 254, 254); - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-066.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-066.xht deleted file mode 100644 index 06b6154ddc1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-066.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(255, 255, 255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-067.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-067.xht deleted file mode 100644 index 969de38edeb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-067.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+255, +255, +255); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-068.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-068.xht deleted file mode 100644 index f5ba13465f3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-068.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(256, 256, 256); - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-069.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-069.xht deleted file mode 100644 index 89755e42d71..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-069.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-070-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-070-ref.xht deleted file mode 100644 index f0ed168b381..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-070-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-070.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-070.xht deleted file mode 100644 index 39fe330e99d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-070.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-070-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1%, 0%, 0%); - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-071.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-071.xht deleted file mode 100644 index de7c70a97a8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-071.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-072.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-072.xht deleted file mode 100644 index 2bad196d90c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-072.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0%, 0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-073-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-073-ref.xht deleted file mode 100644 index a851dd306fd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-073-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-073.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-073.xht deleted file mode 100644 index b8a8f62e064..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-073.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-073-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-074.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-074.xht deleted file mode 100644 index d541d7b1d76..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-074.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-073-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+40%, 0%, 0%); - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-075-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-075-ref.xht deleted file mode 100644 index c0708eb0b31..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-075-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-075.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-075.xht deleted file mode 100644 index c6b160f5124..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-075.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-075-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(99%, 0%, 0%); - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-076.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-076.xht deleted file mode 100644 index 5691834f890..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-076.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-077.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-077.xht deleted file mode 100644 index 935012999b0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-077.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+100%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-078.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-078.xht deleted file mode 100644 index a5abe31cb93..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-078.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(101%, 0%, 0%); - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-079.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-079.xht deleted file mode 100644 index c9056e5444d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-079.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-1, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-080.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-080.xht deleted file mode 100644 index 2ea1e3f45d1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-080.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(1, 0, 0); - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-081.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-081.xht deleted file mode 100644 index 6ba4a3a56e4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-081.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(-0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-082.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-082.xht deleted file mode 100644 index 07a590b7736..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-082.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+0, 0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-083-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-083-ref.xht deleted file mode 100644 index fcb41f08659..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-083-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/800000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-083.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-083.xht deleted file mode 100644 index 0dcaad552bf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-083.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-084.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-084.xht deleted file mode 100644 index cb7939c96fd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-084.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+128, 0, 0); - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-085.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-085.xht deleted file mode 100644 index 2bda8e50a36..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-085.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(254, 0, 0); - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-086.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-086.xht deleted file mode 100644 index fc63b368258..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-086.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-087.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-087.xht deleted file mode 100644 index 0ae0d20abba..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-087.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(+255, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-088.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-088.xht deleted file mode 100644 index a8f994420a8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-088.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(256, 0, 0); - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-089.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-089.xht deleted file mode 100644 index 80fa71740d5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-089.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, -1%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-090-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-090-ref.xht deleted file mode 100644 index 07a74483a10..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-090-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-090.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-090.xht deleted file mode 100644 index 7becc80679d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-090.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-090-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 1%, 0%); - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-091.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-091.xht deleted file mode 100644 index 5a9cf2db4c1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-091.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, -0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-092.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-092.xht deleted file mode 100644 index f58c03894f8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-092.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +0%, 0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-093-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-093-ref.xht deleted file mode 100644 index 8a38a2b9e27..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-093-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-093.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-093.xht deleted file mode 100644 index f1e213819d1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-093.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-093-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-094.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-094.xht deleted file mode 100644 index ecdc6185e82..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-094.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-093-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +40%, 0%); - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-095-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-095-ref.xht deleted file mode 100644 index 89fbb1ece74..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-095-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-095.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-095.xht deleted file mode 100644 index 9ea964ea205..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-095.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-095-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 99%, 0%); - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-096.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-096.xht deleted file mode 100644 index f4eddd2d7d0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-096.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-097.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-097.xht deleted file mode 100644 index 6a2cc7ceb93..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-097.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, +100%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-098.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-098.xht deleted file mode 100644 index d1337caf27c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-098.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 101%, 0%); - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-099.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-099.xht deleted file mode 100644 index dc4f07102c0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-099.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, -1, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-100-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-100-ref.xht deleted file mode 100644 index af48ac1dc0b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-100-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background-color: rgb(0, 1, 0); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-100.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-100.xht deleted file mode 100644 index 21df7be61bc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-100.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-02 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 1, 0); - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-101.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-101.xht deleted file mode 100644 index c16287a2e98..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-101.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, -0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-102.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-102.xht deleted file mode 100644 index 431ce5f3d2a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-102.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +0, 0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-103-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-103-ref.xht deleted file mode 100644 index 94d16c8f069..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-103-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/008000_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-103.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-103.xht deleted file mode 100644 index ef6d2e70d5c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-103.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-104.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-104.xht deleted file mode 100644 index 84c1157c68b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-104.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +128, 0); - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-105.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-105.xht deleted file mode 100644 index d8bf01aab21..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-105.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 254, 0); - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-106.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-106.xht deleted file mode 100644 index b521a12c53e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-106.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-107.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-107.xht deleted file mode 100644 index c57d3e9a4a7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-107.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, +255, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-108.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-108.xht deleted file mode 100644 index 1deacdee72f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-108.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 256, 0); - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-109.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-109.xht deleted file mode 100644 index 9cb68f11186..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-109.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, -1%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-110-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-110-ref.xht deleted file mode 100644 index 7c5049a194b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-110-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-110.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-110.xht deleted file mode 100644 index 0c967489b30..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-110.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-110-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 1%); - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-111.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-111.xht deleted file mode 100644 index b92381fa3c5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-111.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, -0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-112.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-112.xht deleted file mode 100644 index cc2c354ac44..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-112.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +0%); - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-113-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-113-ref.xht deleted file mode 100644 index 4579ac40b25..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-113-ref.xht +++ /dev/null @@ -1,27 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-113.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-113.xht deleted file mode 100644 index 2162aae1ae8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-113.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-113-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-114.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-114.xht deleted file mode 100644 index bbccbfc41ae..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-114.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-113-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +40%); - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-115-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-115-ref.xht deleted file mode 100644 index e573484d0cf..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-115-ref.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - #upper-square - { - margin-left: 1in; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="upper-square"></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-115.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-115.xht deleted file mode 100644 index 7eae3cef73b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-115.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-115-ref.xht"/> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 99%); - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-116.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-116.xht deleted file mode 100644 index 377ba1a2751..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-116.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-117.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-117.xht deleted file mode 100644 index 72936fc9970..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-117.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, +100%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-118.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-118.xht deleted file mode 100644 index 5f478019bb9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-118.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0%, 0%, 101%); - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-119.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-119.xht deleted file mode 100644 index 15a6c383562..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-119.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, -1); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-120.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-120.xht deleted file mode 100644 index b931421c415..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-120.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 1); - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-121.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-121.xht deleted file mode 100644 index 9d6a0490937..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-121.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, -0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-122.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-122.xht deleted file mode 100644 index d7ed39a397d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-122.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +0); - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-123-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-123-ref.xht deleted file mode 100644 index b8637fa28e7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-123-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"/> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/000080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-123.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-123.xht deleted file mode 100644 index 01d93e04def..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-123.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 128); - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-124.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-124.xht deleted file mode 100644 index 52641446cd3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-124.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +128); - width: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-125.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-125.xht deleted file mode 100644 index 79f3d8db25e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-125.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 254); - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-126.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-126.xht deleted file mode 100644 index e5ad494f9ee..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-126.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-127.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-127.xht deleted file mode 100644 index c8a281242ca..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-127.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, +255); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-128.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-128.xht deleted file mode 100644 index 88f4a4eaa2f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-128.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-right-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: rgb(0, 0, 256); - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-130.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-130.xht deleted file mode 100644 index b36a02df10b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-130.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to black causes the border-right-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: black; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-131-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-131-ref.xht deleted file mode 100644 index 28f861bbf67..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-131-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/blue15x15.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-131.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-131.xht deleted file mode 100644 index 6a78aa45abb..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-131.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to blue causes the border-right-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: blue; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-132-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-132-ref.xht deleted file mode 100644 index 44f62e9915d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-132-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/fuchsia_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-132.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-132.xht deleted file mode 100644 index 0338b8fdbed..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-132.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to fuchsia causes the border-right-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: fuchsia; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-133-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-133-ref.xht deleted file mode 100644 index f8ff0058e43..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-133-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/808080_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-133.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-133.xht deleted file mode 100644 index c9fa8d20c78..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-133.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to gray causes the border-right-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: gray; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-134-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-134-ref.xht deleted file mode 100644 index 3b3157912f9..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-134-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-green.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-134.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-134.xht deleted file mode 100644 index 06cf78a6c7b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-134.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: green; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-135-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-135-ref.xht deleted file mode 100644 index d2ccb1bf2b5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-135-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-lime.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-135.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-135.xht deleted file mode 100644 index 3384ba82160..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-135.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to lime causes the border-right-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: lime; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-136-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-136-ref.xht deleted file mode 100644 index ad88d9b088b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-136-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/maroon_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-136.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-136.xht deleted file mode 100644 index 181d76b3ee2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-136.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to maroon causes the border-right-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: maroon; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-137-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-137-ref.xht deleted file mode 100644 index 861a21b1215..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-137-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/1x1-navy.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-137.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-137.xht deleted file mode 100644 index c5b67ca8914..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-137.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to navy causes the border-right-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: navy; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-138-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-138-ref.xht deleted file mode 100644 index d51452ccc96..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-138-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/olive_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-138.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-138.xht deleted file mode 100644 index 9805de2b191..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-138.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to olive causes the border-right-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: olive; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-139-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-139-ref.xht deleted file mode 100644 index d11d7998d0a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-139-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-orange.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-139.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-139.xht deleted file mode 100644 index 5c41321307f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-139.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to orange causes the border-right-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: orange; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-140-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-140-ref.xht deleted file mode 100644 index 69f95adc7c3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-140-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/purple_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-140.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-140.xht deleted file mode 100644 index 9b3af4f86c8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-140.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to purple causes the border-right-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: purple; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-141-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-141-ref.xht deleted file mode 100644 index 8fa051bf2f7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-141-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/swatch-red.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-141.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-141.xht deleted file mode 100644 index 3d04bb8263f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-141.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to red causes the border-right-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: red; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-142-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-142-ref.xht deleted file mode 100644 index 82ae509f820..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-142-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/silver_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-142.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-142.xht deleted file mode 100644 index 013d4c42fcd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-142.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to silver causes the border-right-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: silver; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-143-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-143-ref.xht deleted file mode 100644 index b5927d37c25..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-143-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/teal_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-143.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-143.xht deleted file mode 100644 index 1f5f9caf780..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-143.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to teal causes the border-right-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: teal; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-144-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-144-ref.xht deleted file mode 100644 index da46e0dd1c5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-144-ref.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div - { - background: url("support/swatch-white.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-144.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-144.xht deleted file mode 100644 index 0ed286552e0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-144.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to white causes the border-right-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: white; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-145-ref.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-145-ref.xht deleted file mode 100644 index 5c93a0cee79..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-145-ref.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div - { - background: url("support/yellow_color.png"); - height: 1in; - margin-top: 10px; - width: 1in; - } - - div#top {margin-left: 1in;} - ]]></style> - - </head> - - <body> - - <p>Test passes if the boxes below are the same color.</p> - - <div id="top"></div> - - <div></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-right-color-145.xht b/tests/wpt/tests/css/CSS2/borders/border-right-color-145.xht deleted file mode 100644 index 436fa7dde08..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-right-color-145.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-right-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-03 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-right-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-right-color' set to yellow causes the border-right-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-right-style: solid; - border-right-width: 1in; - border-right-color: yellow; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-001.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-001.xht deleted file mode 100644 index e6c57d190f3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-001.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with five digits which is invalid and is equivalent to minimum minus one value for six digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00000 falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-002.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-002.xht deleted file mode 100644 index a0586e2303b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-002.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000000; - height: 0; - } - #reference - { - background-color: #000000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-003.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-003.xht deleted file mode 100644 index ed88dab192e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-003.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010101 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010101; - height: 0; - } - #reference - { - background-color: #010101; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-004.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-004.xht deleted file mode 100644 index 1820e18d510..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-004.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-004-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #999999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #999999; - height: 0; - } - #reference - { - background-color: #999999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-005.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-005.xht deleted file mode 100644 index a4b1cc954a1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-005.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fefefe renders the correct color for the border." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fefefe; - height: 0; - } - #reference - { - background-color: #fefefe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-006.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-006.xht deleted file mode 100644 index 20211f87c1b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-006.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #ffffff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ffffff; - height: 0; - } - #reference - { - background-color: #ffffff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-007.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-007.xht deleted file mode 100644 index 09144da5d55..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-007.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #1000000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-008.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-008.xht deleted file mode 100644 index 5276a60a68b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-008.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #fgfgfg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fgfgfg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-009.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-009.xht deleted file mode 100644 index 648ca024425..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-009.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010000; - height: 0; - } - #reference - { - background-color: #010000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-010.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-010.xht deleted file mode 100644 index 06fbe25343b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-010.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #990000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #990000; - height: 0; - } - #reference - { - background-color: #990000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-011.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-011.xht deleted file mode 100644 index 837515754c7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-011.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fe0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fe0000; - height: 0; - } - #reference - { - background-color: #fe0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-012.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-012.xht deleted file mode 100644 index 32c361745e5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-012.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #ff0000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ff0000; - height: 0; - } - #reference - { - background-color: #ff0000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-013.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-013.xht deleted file mode 100644 index c7cd936db3c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-013.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #fg0000 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fg0000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-014.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-014.xht deleted file mode 100644 index a0564b695ab..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-014.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-014-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000100; - height: 0; - } - #reference - { - background-color: #000100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-015.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-015.xht deleted file mode 100644 index f58d07b3af7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-015.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-015-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #009900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #009900; - height: 0; - } - #reference - { - background-color: #009900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-016.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-016.xht deleted file mode 100644 index 44faf8054ae..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-016.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00fe00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00fe00; - height: 0; - } - #reference - { - background-color: #00fe00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-017.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-017.xht deleted file mode 100644 index d3432b22dde..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-017.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00ff00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00ff00; - height: 0; - } - #reference - { - background-color: #00ff00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-018.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-018.xht deleted file mode 100644 index 74b580fc801..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-018.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00fg00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00fg00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-019.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-019.xht deleted file mode 100644 index 32f13db98d8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-019.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000001; - height: 0; - } - #reference - { - background-color: #000001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-020.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-020.xht deleted file mode 100644 index a94c07437b1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-020.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000099 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000099; - height: 0; - } - #reference - { - background-color: #000099; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-021.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-021.xht deleted file mode 100644 index cd690453490..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-021.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0000fe renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000fe; - height: 0; - } - #reference - { - background-color: #0000fe; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-022.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-022.xht deleted file mode 100644 index ad05d5ed864..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-022.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0000ff renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000ff; - height: 0; - } - #reference - { - background-color: #0000ff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-023.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-023.xht deleted file mode 100644 index 3d4f1f38dd1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-023.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #0000fg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0000fg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-024.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-024.xht deleted file mode 100644 index 1785a0e0980..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-024.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-025.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-025.xht deleted file mode 100644 index bf57265d281..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-025.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #000 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #000; - height: 0; - } - #reference - { - background-color: #000; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-026.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-026.xht deleted file mode 100644 index 3328cdfcbb5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-026.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-026-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #111 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #111; - height: 0; - } - #reference - { - background-color: #111; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-027.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-027.xht deleted file mode 100644 index 3c1e3ef1c57..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-027.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-027-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #999 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #999; - height: 0; - } - #reference - { - background-color: #999; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-028.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-028.xht deleted file mode 100644 index f5a401490d0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-028.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-028-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #eee renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #eee; - height: 0; - } - #reference - { - background-color: #eee; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-029.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-029.xht deleted file mode 100644 index 82c77779d37..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-029.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #fff renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #fff; - height: 0; - } - #reference - { - background-color: #fff; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-030.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-030.xht deleted file mode 100644 index 260ba20f0c2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-030.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the maximum plus one value of #1000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-transparent-or-black-square-black.xht"/> - <link rel="match" href="../reference/ref-transparent-or-black-square-transparent.xht"/> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> - <style type="text/css"> - div.test - { - border: 5px solid blue; - height: 1in; - width: 1in; - } - div.test div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #1000; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> - <div class="test"><div></div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-031.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-031.xht deleted file mode 100644 index 7473b23a618..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-031.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #ggg falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #ggg; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-032.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-032.xht deleted file mode 100644 index be58b93222f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-032.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-032-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #100 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #100; - height: 0; - } - #reference - { - background-color: #100; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-033.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-033.xht deleted file mode 100644 index 4769d075b53..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-033.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-010-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #900 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #900; - height: 0; - } - #reference - { - background-color: #900; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-034.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-034.xht deleted file mode 100644 index f7a6214c4e8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-034.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-034-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #e00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #e00; - height: 0; - } - #reference - { - background-color: #e00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-035.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-035.xht deleted file mode 100644 index 906a8fecc46..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-035.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #f00 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #f00; - height: 0; - } - #reference - { - background-color: #f00; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-036.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-036.xht deleted file mode 100644 index d5e1636a48f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-036.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #g00 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #g00; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-037.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-037.xht deleted file mode 100644 index 72e4cf8e81c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-037.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-037-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #010 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #010; - height: 0; - } - #reference - { - background-color: #010; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-038.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-038.xht deleted file mode 100644 index be42ca45f69..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-038.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-038-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #090 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #090; - height: 0; - } - #reference - { - background-color: #090; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-039.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-039.xht deleted file mode 100644 index 85ffdd2ad64..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-039.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-039-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0e0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0e0; - height: 0; - } - #reference - { - background-color: #0e0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-040.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-040.xht deleted file mode 100644 index 75c8eedbef8..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-040.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #0f0 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0f0; - height: 0; - } - #reference - { - background-color: #0f0; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-041.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-041.xht deleted file mode 100644 index 7747250d40b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-041.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #0g0 falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #0g0; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-042.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-042.xht deleted file mode 100644 index d8427077ff5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-042.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-042-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #001 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #001; - height: 0; - } - #reference - { - background-color: #001; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-043.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-043.xht deleted file mode 100644 index e880ebe9236..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-043.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-020-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #009 renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #009; - height: 0; - } - #reference - { - background-color: #009; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-044.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-044.xht deleted file mode 100644 index e4777694d87..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-044.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-044-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00e renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00e; - height: 0; - } - #reference - { - background-color: #00e; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-045.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-045.xht deleted file mode 100644 index 22781787d07..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-045.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to #00f renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00f; - height: 0; - } - #reference - { - background-color: #00f; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-046.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-046.xht deleted file mode 100644 index 6cbb483aab0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-046.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="../reference/ref-filled-black-96px-square.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to #00g falls back to the initial value." /> - <style type="text/css"> - div - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: #00g; - height: 0; - width: 1in; - } - </style> - </head> - <body> - <p>Test passes if there is a filled black square.</p> - <div></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-047.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-047.xht deleted file mode 100644 index b8c46a7c398..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-047.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1%, -1%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1%, -1%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-048.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-048.xht deleted file mode 100644 index 97fac87bcfc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-048.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-049.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-049.xht deleted file mode 100644 index b2504d2f14f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-049.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-049-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(1%, 1%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1%, 1%, 1%); - height: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-050.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-050.xht deleted file mode 100644 index 864b6131f6d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-050.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0%, -0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0%, -0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-051.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-051.xht deleted file mode 100644 index ed5b7e59cfd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-051.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0%, +0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0%, +0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-052.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-052.xht deleted file mode 100644 index c762d23b099..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-052.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with a nominal value, rgb(40%, 40%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(40%, 40%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(40%, 40%, 40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-053.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-053.xht deleted file mode 100644 index df03a90f13d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-053.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with a nominal value and a plus sign, rgb(+40%, +40%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-052-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(+40%, +40%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+40%, +40%, +40%); - height: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-054.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-054.xht deleted file mode 100644 index 26fabdbf1c2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-054.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-054-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(99%, 99%, 99%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(99%, 99%, 99%); - height: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-055.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-055.xht deleted file mode 100644 index 2e7d05c681f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-055.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(100%, 100%, 100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(100%, 100%, 100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-056.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-056.xht deleted file mode 100644 index 346f51e84a5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-056.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+100%, +100%, +100%) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+100%, +100%, +100%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-057.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-057.xht deleted file mode 100644 index b4ddb791b84..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-057.xht +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(101%, 101%, 101%) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(101%, 101%, 101%); - height: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-058.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-058.xht deleted file mode 100644 index 2a7a298844a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-058.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, -1, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1, -1, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-059.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-059.xht deleted file mode 100644 index 76244e57cb3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-059.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-060.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-060.xht deleted file mode 100644 index bfb3102972c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-060.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-26 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-003-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(1, 1, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1, 1, 1); - height: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-061.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-061.xht deleted file mode 100644 index 40dd7763849..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-061.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0, -0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0, -0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-062.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-062.xht deleted file mode 100644 index 95994d2a706..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-062.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0, +0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0, +0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-063.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-063.xht deleted file mode 100644 index c64dcdd633b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-063.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(128, 128, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(128, 128, 128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-064.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-064.xht deleted file mode 100644 index 815ea1b1666..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-064.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-063-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+128, +128, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+128, +128, +128); - height: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-065.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-065.xht deleted file mode 100644 index 1678fe4bc18..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-065.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-005-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(254, 254, 254) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(254, 254, 254); - height: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-066.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-066.xht deleted file mode 100644 index dbd5d207800..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-066.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(255, 255, 255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(255, 255, 255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-067.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-067.xht deleted file mode 100644 index c1d71320656..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-067.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+255, +255, +255) renders the correct color." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+255, +255, +255); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-068.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-068.xht deleted file mode 100644 index e156363fce7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-068.xht +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-006-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(256, 256, 256) truncates to a valid value." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(256, 256, 256); - height: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-069.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-069.xht deleted file mode 100644 index 16b97eb603f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-069.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1%, 0%, 0%) falls back to the initial value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-070.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-070.xht deleted file mode 100644 index 89af64ed46f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-070.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-070-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(1%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-071.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-071.xht deleted file mode 100644 index 7702654314b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-071.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-072.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-072.xht deleted file mode 100644 index 59804267869..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-072.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-073.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-073.xht deleted file mode 100644 index 2cad35940d6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-073.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a nominal value, rgb(40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-074.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-074.xht deleted file mode 100644 index 19308732825..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-074.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+40%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-073-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(+40%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+40%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-075.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-075.xht deleted file mode 100644 index fe12a2630f0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-075.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-075-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(99%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(99%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-076.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-076.xht deleted file mode 100644 index 7bcb5816304..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-076.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-077.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-077.xht deleted file mode 100644 index c0efd26700d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-077.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+100%, 0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+100%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-078.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-078.xht deleted file mode 100644 index 9e6751218ef..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-078.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(101%, 0%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(101%, 0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-079.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-079.xht deleted file mode 100644 index 13e29bb0f3c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-079.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-080.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-080.xht deleted file mode 100644 index d623aa5cbb6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-080.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-009-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(1, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(1, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-081.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-081.xht deleted file mode 100644 index 4fa97584f8c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-081.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(-0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(-0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-082.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-082.xht deleted file mode 100644 index 9e31b55dda5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-082.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+0, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+0, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-083.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-083.xht deleted file mode 100644 index ef436507126..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-083.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-084.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-084.xht deleted file mode 100644 index 0a0ebf0605a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-084.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-083-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+128, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+128, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-085.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-085.xht deleted file mode 100644 index a9946411c0a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-085.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-011-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(254, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(254, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-086.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-086.xht deleted file mode 100644 index 8ccb35d35e4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-086.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-087.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-087.xht deleted file mode 100644 index 64212bda34c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-087.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(+255, 0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(+255, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-088.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-088.xht deleted file mode 100644 index d8d06a41cab..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-088.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-012-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(256, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(256, 0, 0); - height: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-089.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-089.xht deleted file mode 100644 index 78e7a186ae2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-089.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, -1%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, -1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-090.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-090.xht deleted file mode 100644 index fe013a42cb3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-090.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-090-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 1%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 1%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-091.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-091.xht deleted file mode 100644 index b590c99bfe4..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-091.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, -0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, -0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-092.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-092.xht deleted file mode 100644 index 2b065a14211..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-092.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +0%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +0%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-093.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-093.xht deleted file mode 100644 index 62793e35880..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-093.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a nominal value, rgb(0%, 40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-094.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-094.xht deleted file mode 100644 index abdaab867a3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-094.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +40%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-093-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +40%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +40%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-095.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-095.xht deleted file mode 100644 index 3e506b7f4f2..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-095.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-095-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 99%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 99%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-096.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-096.xht deleted file mode 100644 index d404742575c..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-096.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-097.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-097.xht deleted file mode 100644 index c9522e10c3f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-097.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, +100%, 0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, +100%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-098.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-098.xht deleted file mode 100644 index 6e338aa63b1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-098.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 101%, 0%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 101%, 0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-099.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-099.xht deleted file mode 100644 index 0b293b1786a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-099.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(-1, 0, 0) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, -1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-100.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-100.xht deleted file mode 100644 index 15a5c0db3b1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-100.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-100-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 1, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 1, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-101.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-101.xht deleted file mode 100644 index 3c177a1eff7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-101.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, -0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, -0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-102.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-102.xht deleted file mode 100644 index d47febcc06f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-102.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +0, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +0, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-103.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-103.xht deleted file mode 100644 index 0c5ca240b51..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-103.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-104.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-104.xht deleted file mode 100644 index eece7594177..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-104.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-103-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +128, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +128, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-105.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-105.xht deleted file mode 100644 index 15d89409468..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-105.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-016-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 254, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 254, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-106.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-106.xht deleted file mode 100644 index a5ecaab7d6d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-106.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-107.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-107.xht deleted file mode 100644 index 06997f0fc51..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-107.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, +255, 0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, +255, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-108.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-108.xht deleted file mode 100644 index cc32b636cff..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-108.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-017-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 256, 0) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 256, 0); - height: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-109.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-109.xht deleted file mode 100644 index 1652b30d6c7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-109.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, -1%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, -1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-110.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-110.xht deleted file mode 100644 index e9b0dc220a1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-110.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-110-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 1%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 1%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-111.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-111.xht deleted file mode 100644 index a0dcfe07b7e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-111.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, -0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, -0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-112.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-112.xht deleted file mode 100644 index 5270285044d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-112.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +0%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +0%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-113.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-113.xht deleted file mode 100644 index fe70f535d5b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-113.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-114.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-114.xht deleted file mode 100644 index 4983c20b9e3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-114.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +40%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-113-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +40%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +40%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-115.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-115.xht deleted file mode 100644 index a81edd4a195..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-115.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-115-ref.xht"/> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 99%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 99%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-116.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-116.xht deleted file mode 100644 index 056b3d948fd..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-116.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-117.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-117.xht deleted file mode 100644 index 64a0a73a814..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-117.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, +100%) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, +100%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-118.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-118.xht deleted file mode 100644 index ac5a7c6d681..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-118.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0%, 0%, 101%) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0%, 0%, 101%); - height: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-119.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-119.xht deleted file mode 100644 index 301c61535d6..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-119.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, -1) truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, -1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-120.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-120.xht deleted file mode 100644 index a39c1f0563f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-120.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-019-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 1) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 1); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-121.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-121.xht deleted file mode 100644 index 6777c26c02b..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-121.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, -0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, -0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-122.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-122.xht deleted file mode 100644 index fb58975cac1..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-122.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +0) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +0); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-123.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-123.xht deleted file mode 100644 index 0bc975a10c0..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-123.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-124.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-124.xht deleted file mode 100644 index 904193d0441..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-124.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-21 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-123-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +128) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +128); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-125.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-125.xht deleted file mode 100644 index a3d4dcd1441..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-125.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-021-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 254) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 254); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-126.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-126.xht deleted file mode 100644 index a4ce60bac7a..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-126.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-127.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-127.xht deleted file mode 100644 index e2962c0b04d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-127.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, +255) renders the correct color." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, +255); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-128.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-128.xht deleted file mode 100644 index 5c6506c989e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-128.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-022-ref.xht" /> - - <meta name="flags" content="invalid" /> - <meta name="assert" content="The 'border-top-color' set to rgb(0, 0, 256) properly truncates to a valid value." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: rgb(0, 0, 256); - height: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-130.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-130.xht deleted file mode 100644 index 467b4117ba5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-130.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-001-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to black causes the border-top-color of the box to be black." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: black; - height: 0; - } - #reference - { - background-color: black; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-131.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-131.xht deleted file mode 100644 index fd43bab6271..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-131.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-131-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to blue causes the border-top-color of the box to be blue." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: blue; - height: 0; - } - #reference - { - background-color: blue; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-132.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-132.xht deleted file mode 100644 index dabc5cc564f..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-132.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-132-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to fuchsia causes the border-top-color of the box to be fuchsia." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: fuchsia; - height: 0; - } - #reference - { - background-color: fuchsia; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-133.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-133.xht deleted file mode 100644 index 3ede926a924..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-133.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-133-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to gray causes the border-top-color of the box to be gray." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: gray; - height: 0; - } - #reference - { - background-color: gray; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-134.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-134.xht deleted file mode 100644 index 32586f2eff3..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-134.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-134-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to green causes the background of the box to be green." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: green; - height: 0; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-135.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-135.xht deleted file mode 100644 index 44b64f6346d..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-135.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-135-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to lime causes the border-top-color of the box to be lime." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: lime; - height: 0; - } - #reference - { - background-color: lime; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-136.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-136.xht deleted file mode 100644 index 5e03740f464..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-136.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-136-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to maroon causes the border-top-color of the box to be maroon." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: maroon; - height: 0; - } - #reference - { - background-color: maroon; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-137.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-137.xht deleted file mode 100644 index 175ca69e95e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-137.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-137-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to navy causes the border-top-color of the box to be navy." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: navy; - height: 0; - } - #reference - { - background-color: navy; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-138.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-138.xht deleted file mode 100644 index 853b02e354e..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-138.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-138-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to olive causes the border-top-color of the box to be olive." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: olive; - height: 0; - } - #reference - { - background-color: olive; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-139.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-139.xht deleted file mode 100644 index b78baedf5a7..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-139.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-139-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to orange causes the border-top-color of the box to be orange." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: orange; - height: 0; - } - #reference - { - background-color: orange; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-140.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-140.xht deleted file mode 100644 index d738cfc4463..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-140.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-140-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to purple causes the border-top-color of the box to be purple." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: purple; - height: 0; - } - #reference - { - background-color: purple; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-141.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-141.xht deleted file mode 100644 index 6b9d0339de5..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-141.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-141-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to red causes the border-top-color of the box to be red." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: red; - height: 0; - } - #reference - { - background-color: red; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-142.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-142.xht deleted file mode 100644 index ba90093fd97..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-142.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-142-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to silver causes the border-top-color of the box to be silver." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: silver; - height: 0; - } - #reference - { - background-color: silver; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-143.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-143.xht deleted file mode 100644 index a6b9a3901fa..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-143.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-143-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to teal causes the border-top-color of the box to be teal." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: teal; - height: 0; - } - #reference - { - background-color: teal; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-144.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-144.xht deleted file mode 100644 index 589c6c46676..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-144.xht +++ /dev/null @@ -1,45 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-144-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to white causes the border-top-color of the box to be white." /> - <style type="text/css"> - body - { - background-color: black; - } - p - { - color: white; - } - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: white; - height: 0; - } - #reference - { - background-color: white; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/borders/border-top-color-145.xht b/tests/wpt/tests/css/CSS2/borders/border-top-color-145.xht deleted file mode 100644 index 04f2aea55cc..00000000000 --- a/tests/wpt/tests/css/CSS2/borders/border-top-color-145.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Border-top-color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-05-27 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#border-color-properties" /> - <link rel="match" href="border-bottom-color-145-ref.xht" /> - - <meta name="assert" content="The 'border-top-color' set to yellow causes the border-top-color of the box to be yellow." /> - <style type="text/css"> - div - { - height: 1in; - width: 1in; - } - #test - { - border-top-style: solid; - border-top-width: 1in; - border-top-color: yellow; - height: 0; - } - #reference - { - background-color: yellow; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if the boxes below are the same color.</p> - <div id="test"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-001-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-001-ref.xht deleted file mode 100644 index acd2384afde..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-001-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-bottom: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/1x1-green.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/1x1-green.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-001.xht b/tests/wpt/tests/css/CSS2/colors/color-001.xht deleted file mode 100644 index cbbb323c4be..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-001.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with 5 digits which is invalid and is equivalent to minimum minus one value for 6 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-11-10 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-001-ref.xht" /> - - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - color: green; - height: 100px; - width: 100px; - } - #test - { - color: #00000; - font: 100px/1 Ahem; - } - #reference - { - background-color: green; - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-002-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-002-ref.xht deleted file mode 100644 index b469a4cb8dc..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-002-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-002.xht b/tests/wpt/tests/css/CSS2/colors/color-002.xht deleted file mode 100644 index 3bca3b6987c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-002.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the minimum value, #000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-003-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-003-ref.xht deleted file mode 100644 index ecc99ecb07c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-003-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010101_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-003.xht b/tests/wpt/tests/css/CSS2/colors/color-003.xht deleted file mode 100644 index de955098e89..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-003.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the minimum plus one value, #010101</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010101' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010101; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010101; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-004-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-004-ref.xht deleted file mode 100644 index f0ae15aefb3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-004-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-004.xht b/tests/wpt/tests/css/CSS2/colors/color-004.xht deleted file mode 100644 index 4026d9ee65f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-004.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a nominal value #999999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-004-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#999999' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #999999; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #999999; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-005-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-005-ref.xht deleted file mode 100644 index 6ace4bbbbde..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-005-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fefefe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-005.xht b/tests/wpt/tests/css/CSS2/colors/color-005.xht deleted file mode 100644 index 49f2d60d50e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-005.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the maximum minus one value of #fefefe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-005-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fefefe' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background: black; - color: white; - } - #test - { - color: #fefefe; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fefefe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-006-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-006-ref.xht deleted file mode 100644 index 5041fb87d3c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-006-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-006.xht b/tests/wpt/tests/css/CSS2/colors/color-006.xht deleted file mode 100644 index 9fdd3e9b836..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-006.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the maximum value of #ffffff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#ffffff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: #ffffff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-007.xht b/tests/wpt/tests/css/CSS2/colors/color-007.xht deleted file mode 100644 index c7b745537e6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-007.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the maximum plus one value of #1000000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#1000000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #1000000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-008.xht b/tests/wpt/tests/css/CSS2/colors/color-008.xht deleted file mode 100644 index 519dbd7f1f4..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-008.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with the maximum plus one value of #fgfgfg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#fgfgfg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fgfgfg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-009-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-009-ref.xht deleted file mode 100644 index e818c26885f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-009-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-009.xht b/tests/wpt/tests/css/CSS2/colors/color-009.xht deleted file mode 100644 index 0d82fccc085..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-009.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a red set to minimum plus one value, #010000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-009-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-010-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-010-ref.xht deleted file mode 100644 index 8dbab72574b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-010-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-010.xht b/tests/wpt/tests/css/CSS2/colors/color-010.xht deleted file mode 100644 index 51241a507c1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-010.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a red set to a nominal value, #990000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-010-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#990000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #990000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #990000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-011-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-011-ref.xht deleted file mode 100644 index 9f4b87fd5ee..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-011-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fe0000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-011.xht b/tests/wpt/tests/css/CSS2/colors/color-011.xht deleted file mode 100644 index 2950e066130..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-011.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a red set to maximum minus one value, #fe0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-011-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fe0000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fe0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fe0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-012-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-012-ref.xht deleted file mode 100644 index 59025f39b70..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-012-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-012.xht b/tests/wpt/tests/css/CSS2/colors/color-012.xht deleted file mode 100644 index 54e33725d94..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-012.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a red set to the maximum value, #ff0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#ff0000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #ff0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-013.xht b/tests/wpt/tests/css/CSS2/colors/color-013.xht deleted file mode 100644 index 61b0a0edac9..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-013.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a red set to the maximum plus one value, #fg0000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#fg0000' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #fg0000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-014-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-014-ref.xht deleted file mode 100644 index cdfa33419c2..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-014-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-014.xht b/tests/wpt/tests/css/CSS2/colors/color-014.xht deleted file mode 100644 index 3de6f574738..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-014.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a green set to minimum plus one value, #000100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-014-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000100' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000100; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-015-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-015-ref.xht deleted file mode 100644 index 150cb973035..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-015-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/090_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-015.xht b/tests/wpt/tests/css/CSS2/colors/color-015.xht deleted file mode 100644 index f5cba09b5c1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-015.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a green set to a nominal value, #009900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-015-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#009900' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #009900; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #009900; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-016-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-016-ref.xht deleted file mode 100644 index 60460bd998e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-016-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00fe00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-016.xht b/tests/wpt/tests/css/CSS2/colors/color-016.xht deleted file mode 100644 index 643a98af835..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-016.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a green set to maximum minus one value, #00fe00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-016-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00fe00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00fe00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00fe00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-017-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-017-ref.xht deleted file mode 100644 index 3c841881993..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-017-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0f0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-017.xht b/tests/wpt/tests/css/CSS2/colors/color-017.xht deleted file mode 100644 index 1faddb628d1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-017.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a green set to the maximum value, #00ff00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00ff00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00ff00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-018.xht b/tests/wpt/tests/css/CSS2/colors/color-018.xht deleted file mode 100644 index ecffe0f5d4c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-018.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a green set to the maximum plus one value, #00fg00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00fg00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00fg00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-019-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-019-ref.xht deleted file mode 100644 index 79ac0258078..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-019-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-019.xht b/tests/wpt/tests/css/CSS2/colors/color-019.xht deleted file mode 100644 index 2bf43bd69c1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-019.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a blue set to minimum plus one value, #000001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-019-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000001' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000001; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-020-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-020-ref.xht deleted file mode 100644 index 290b880fe84..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-020-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/009_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-020.xht b/tests/wpt/tests/css/CSS2/colors/color-020.xht deleted file mode 100644 index 7a33fccf87e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-020.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a blue set to a nominal value, #000099</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-020-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000099; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000099; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-021-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-021-ref.xht deleted file mode 100644 index 2c7402ed17c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-021-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0000fe_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-021.xht b/tests/wpt/tests/css/CSS2/colors/color-021.xht deleted file mode 100644 index 0ce481e0f93..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-021.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a blue set to maximum minus one value, #0000fe</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-021-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0000fe' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000fe; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000fe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-022-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-022-ref.xht deleted file mode 100644 index 307427e5b79..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-022-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00f_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-022.xht b/tests/wpt/tests/css/CSS2/colors/color-022.xht deleted file mode 100644 index 44807afcac0..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-022.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a blue set to the maximum value, #0000ff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0000ff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000ff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-023.xht b/tests/wpt/tests/css/CSS2/colors/color-023.xht deleted file mode 100644 index 33220ab80db..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-023.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with six digits with a blue set to the maximum plus one value, #0000fg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#0000fg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0000fg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-024.xht b/tests/wpt/tests/css/CSS2/colors/color-024.xht deleted file mode 100644 index 0e29e3ea53d..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-024.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with 2 digits which is invalid and is equivalent to minimum minus one value for 3 digit hex</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-025.xht b/tests/wpt/tests/css/CSS2/colors/color-025.xht deleted file mode 100644 index 9795770761b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-025.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with the minimum possible value #000</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#000' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #000; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-026-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-026-ref.xht deleted file mode 100644 index 0b2d2856df5..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-026-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/111_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-026.xht b/tests/wpt/tests/css/CSS2/colors/color-026.xht deleted file mode 100644 index 03b18efc870..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-026.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with the minimum plus one value, #111</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-026-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#111' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #111; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #111; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-027-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-027-ref.xht deleted file mode 100644 index f0ae15aefb3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-027-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/999_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-027.xht b/tests/wpt/tests/css/CSS2/colors/color-027.xht deleted file mode 100644 index bec008afcba..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-027.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a nominal value #999</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-027-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#999' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #999; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #999; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-028-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-028-ref.xht deleted file mode 100644 index 59a7fa02b72..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-028-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/eee_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-028.xht b/tests/wpt/tests/css/CSS2/colors/color-028.xht deleted file mode 100644 index ae5e8fda5ef..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-028.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with the maximum minus one value of #eee</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-028-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#eee' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #eee; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #eee; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-029.xht b/tests/wpt/tests/css/CSS2/colors/color-029.xht deleted file mode 100644 index 1e996d38e61..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-029.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with the maximum value of #fff</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#fff' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: #fff; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-031.xht b/tests/wpt/tests/css/CSS2/colors/color-031.xht deleted file mode 100644 index 9b2e3f01610..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-031.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with the maximum plus one value of #ggg</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#ggg' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #ggg; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-032-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-032-ref.xht deleted file mode 100644 index 366b222e9bd..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-032-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/100_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-032.xht b/tests/wpt/tests/css/CSS2/colors/color-032.xht deleted file mode 100644 index 6c10a66f1b6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-032.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a red set to minimum plus one value, #100</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-032-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#100' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #100; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-033-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-033-ref.xht deleted file mode 100644 index 8dbab72574b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-033-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/900_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-033.xht b/tests/wpt/tests/css/CSS2/colors/color-033.xht deleted file mode 100644 index eb4fb2eb0f6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-033.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a red set to a nominal value, #900</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-033-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#900' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #900; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #900; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-034-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-034-ref.xht deleted file mode 100644 index 9f135dc7454..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-034-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/e00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-034.xht b/tests/wpt/tests/css/CSS2/colors/color-034.xht deleted file mode 100644 index 24535253c44..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-034.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a red set to maximum minus one value, #e00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-034-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#e00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #e00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #e00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-035.xht b/tests/wpt/tests/css/CSS2/colors/color-035.xht deleted file mode 100644 index a8a55d0d415..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-035.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a red set to the maximum value, #f00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#f00' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #f00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-036.xht b/tests/wpt/tests/css/CSS2/colors/color-036.xht deleted file mode 100644 index 3b70d6d4537..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-036.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a red set to the maximum plus one value, #g00</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#g00' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #g00; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-037-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-037-ref.xht deleted file mode 100644 index 75cf4a2f342..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-037-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/010_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-037.xht b/tests/wpt/tests/css/CSS2/colors/color-037.xht deleted file mode 100644 index 6c55c51b5fd..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-037.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a green set to minimum plus one value, #010</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-037-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#010' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #010; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-038.xht b/tests/wpt/tests/css/CSS2/colors/color-038.xht deleted file mode 100644 index f945274b9c7..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-038.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a green set to a nominal value, #090</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-015-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#090' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #090; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #090; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-039-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-039-ref.xht deleted file mode 100644 index 6d08ab58951..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-039-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/0e0_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-039.xht b/tests/wpt/tests/css/CSS2/colors/color-039.xht deleted file mode 100644 index 0d57bedd70e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-039.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a green set to maximum minus one value, #0e0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-039-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0e0' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0e0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0e0; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-040.xht b/tests/wpt/tests/css/CSS2/colors/color-040.xht deleted file mode 100644 index 75382609b7d..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-040.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a green set to the maximum value, #0f0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#0f0' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0f0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0f0; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-041.xht b/tests/wpt/tests/css/CSS2/colors/color-041.xht deleted file mode 100644 index 5f8b4382571..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-041.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a green set to the maximum plus one value, #0g0</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#0g0' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #0g0; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-042-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-042-ref.xht deleted file mode 100644 index 916cd6647cd..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-042-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/001_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-042.xht b/tests/wpt/tests/css/CSS2/colors/color-042.xht deleted file mode 100644 index 108311f383b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-042.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a blue set to minimum plus one value, #001</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-042-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#001' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #001; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-043.xht b/tests/wpt/tests/css/CSS2/colors/color-043.xht deleted file mode 100644 index aa4c2500042..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-043.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a blue set to a nominal value, #009</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-020-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#009' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #009; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #009; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-044-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-044-ref.xht deleted file mode 100644 index 1435c394462..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-044-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/00e_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-044.xht b/tests/wpt/tests/css/CSS2/colors/color-044.xht deleted file mode 100644 index 5579b1ee13c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-044.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a blue set to maximum minus one value, #00e</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-044-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00e' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00e; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00e; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-045.xht b/tests/wpt/tests/css/CSS2/colors/color-045.xht deleted file mode 100644 index be7091e4988..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-045.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a blue set to the maximum value, #00f</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to '#00f' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00f; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00f; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-046.xht b/tests/wpt/tests/css/CSS2/colors/color-046.xht deleted file mode 100644 index 9732adc739d..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-046.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to hex with three digits with a blue set to the maximum plus one value, #00g</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to '#00g' falls back to the initial value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: #00g; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-047.xht b/tests/wpt/tests/css/CSS2/colors/color-047.xht deleted file mode 100644 index db607cd7263..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-047.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with the minimum minus one value, rgb(-1%, -1%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1%, -1%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1%, -1%, -1%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-048.xht b/tests/wpt/tests/css/CSS2/colors/color-048.xht deleted file mode 100644 index 1f63db1b020..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-048.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with the minimum value, rgb(0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-049-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-049-ref.xht deleted file mode 100644 index f6fbe6b75c3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-049-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-049.xht b/tests/wpt/tests/css/CSS2/colors/color-049.xht deleted file mode 100644 index 85f5500c05f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-049.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with the minimum plus one value, rgb(1%, 1%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-049-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1%, 1%, 1%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1%, 1%, 1%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(1%, 1%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-050.xht b/tests/wpt/tests/css/CSS2/colors/color-050.xht deleted file mode 100644 index ef04321c4cb..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-050.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with the minimum value and minus sign, rgb(-0%, -0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0%, -0%, -0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0%, -0%, -0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-051.xht b/tests/wpt/tests/css/CSS2/colors/color-051.xht deleted file mode 100644 index 0d7033fcc87..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-051.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with the minimum value and plus sign, rgb(+0%, +0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0%, +0%, +0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0%, +0%, +0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-052-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-052-ref.xht deleted file mode 100644 index 336b50856b9..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-052-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-052.xht b/tests/wpt/tests/css/CSS2/colors/color-052.xht deleted file mode 100644 index de534c34967..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-052.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with a nominal value, rgb(50%, 50%, 50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-052-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(50%, 50%, 50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(50%, 50%, 50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-053.xht b/tests/wpt/tests/css/CSS2/colors/color-053.xht deleted file mode 100644 index d56a8c69b1c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-053.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with a nominal value and a plus sign, rgb(+50%, +50%, +50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-052-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+50%, +50%, +50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+50%, +50%, +50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(50%, 50%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-054-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-054-ref.xht deleted file mode 100644 index 129435262e7..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-054-ref.xht +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - div - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-054.xht b/tests/wpt/tests/css/CSS2/colors/color-054.xht deleted file mode 100644 index 1f02452e23f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-054.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with a maximum minus one value, rgb(99%, 99%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-054-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(99%, 99%, 99%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(99%, 99%, 99%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(99%, 99%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-055.xht b/tests/wpt/tests/css/CSS2/colors/color-055.xht deleted file mode 100644 index f3385e0b652..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-055.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with a maximum value, rgb(100%, 100%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(100%, 100%, 100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(100%, 100%, 100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-056.xht b/tests/wpt/tests/css/CSS2/colors/color-056.xht deleted file mode 100644 index 3d1d8079b1e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-056.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with plus sign on each maximum value, rgb(+100%, +100%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+100%, +100%, +100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(+100%, +100%, +100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-057.xht b/tests/wpt/tests/css/CSS2/colors/color-057.xht deleted file mode 100644 index d3369399128..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-057.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with a maximum plus one value, rgb(101%, 101%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(101%, 101%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(101%, 101%, 101%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-058.xht b/tests/wpt/tests/css/CSS2/colors/color-058.xht deleted file mode 100644 index 891d93f1564..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-058.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with the minimum minus one value, rgb(-1, -1, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, -1, -1)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, -1, -1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-059.xht b/tests/wpt/tests/css/CSS2/colors/color-059.xht deleted file mode 100644 index 4e360860b4b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-059.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with the minimum value, rgb(0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-060.xht b/tests/wpt/tests/css/CSS2/colors/color-060.xht deleted file mode 100644 index d63b315976e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-060.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with the minimum plus one value, rgb(1, 1, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-003-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1, 1, 1)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1, 1, 1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010101; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-061.xht b/tests/wpt/tests/css/CSS2/colors/color-061.xht deleted file mode 100644 index 9a8b1dd5192..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-061.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with the minimum value and minus sign, rgb(-0, -0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0, -0, -0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0, -0, -0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-062.xht b/tests/wpt/tests/css/CSS2/colors/color-062.xht deleted file mode 100644 index 53445905e10..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-062.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with the minimum value and plus sign, rgb(+0, +0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0, +0, +0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0, +0, +0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-063-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-063-ref.xht deleted file mode 100644 index 43cbdd90997..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-063-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-063.xht b/tests/wpt/tests/css/CSS2/colors/color-063.xht deleted file mode 100644 index ce6d66b75ed..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-063.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a nominal value, rgb(128, 128, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-063-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(128, 128, 128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(128, 128, 128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 128, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-064.xht b/tests/wpt/tests/css/CSS2/colors/color-064.xht deleted file mode 100644 index 8c144b91982..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-064.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a nominal value and a plus sign, rgb(+128, +128, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-063-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+128, +128, +128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+128, +128, +128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 128, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-065.xht b/tests/wpt/tests/css/CSS2/colors/color-065.xht deleted file mode 100644 index 366ceaef999..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-065.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a maximum minus one value, rgb(254, 254, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-005-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(254, 254, 254)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(254, 254, 254); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fefefe; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-066.xht b/tests/wpt/tests/css/CSS2/colors/color-066.xht deleted file mode 100644 index d0ff349859a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-066.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a maximum value, rgb(255, 255, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(255, 255, 255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(255, 255, 255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-067.xht b/tests/wpt/tests/css/CSS2/colors/color-067.xht deleted file mode 100644 index 26e211a9124..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-067.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a maximum value and a plus sign, rgb(+255, +255, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+255, +255, +255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(+255, +255, +255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-068.xht b/tests/wpt/tests/css/CSS2/colors/color-068.xht deleted file mode 100644 index db83bf1e805..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-068.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with a maximum plus one value, rgb(256, 256, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-006-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(256, 256, 256)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: rgb(256, 256, 256); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ffffff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-069.xht b/tests/wpt/tests/css/CSS2/colors/color-069.xht deleted file mode 100644 index 9fa1f4a6a42..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-069.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to the minimum minus one value, rgb(-1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1%, 0%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-070-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-070-ref.xht deleted file mode 100644 index 7f93e3ad88c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-070-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-070.xht b/tests/wpt/tests/css/CSS2/colors/color-070.xht deleted file mode 100644 index fc77dc33dd6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-070.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to the minimum plus one value, rgb(1%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-070-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(1%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-071.xht b/tests/wpt/tests/css/CSS2/colors/color-071.xht deleted file mode 100644 index 73d0e3d455a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-071.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to the minimum value and minus sign, rgb(-0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-072.xht b/tests/wpt/tests/css/CSS2/colors/color-072.xht deleted file mode 100644 index cb15f2bebb4..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-072.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to the minimum value and plus sign, rgb(+0%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-073-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-073-ref.xht deleted file mode 100644 index 10485f719bf..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-073-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-073.xht b/tests/wpt/tests/css/CSS2/colors/color-073.xht deleted file mode 100644 index e424b405e60..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-073.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a nominal value, rgb(50%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-073-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(50%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(50%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-074.xht b/tests/wpt/tests/css/CSS2/colors/color-074.xht deleted file mode 100644 index ab4f02a6e12..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-074.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a nominal value with a plus sign, rgb(+50%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-073-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+50%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(+50%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(50%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-075-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-075-ref.xht deleted file mode 100644 index cc2c24969a8..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-075-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-075.xht b/tests/wpt/tests/css/CSS2/colors/color-075.xht deleted file mode 100644 index 325ab22dbed..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-075.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a maximum minus one value, rgb(99%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-075-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(99%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - } - #test - { - color: rgb(99%, 0%, 0%); - font: 100px/1 Ahem; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-076.xht b/tests/wpt/tests/css/CSS2/colors/color-076.xht deleted file mode 100644 index a7d7bc7bf04..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-076.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a maximum value, rgb(100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(100%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-077.xht b/tests/wpt/tests/css/CSS2/colors/color-077.xht deleted file mode 100644 index d7d08202828..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-077.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a maximum value with a plus sign, rgb(+100%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+100%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+100%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-078.xht b/tests/wpt/tests/css/CSS2/colors/color-078.xht deleted file mode 100644 index 37d93a04f61..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-078.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with red set to a maximum plus one value, rgb(101%, 0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(101%, 0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(101%, 0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-079.xht b/tests/wpt/tests/css/CSS2/colors/color-079.xht deleted file mode 100644 index b3db446c858..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-079.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to the minimum minus one value, rgb(-1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-080.xht b/tests/wpt/tests/css/CSS2/colors/color-080.xht deleted file mode 100644 index 31aa42ef4ea..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-080.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to the minimum plus one value, rgb(1, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-009-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(1, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #010000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-081.xht b/tests/wpt/tests/css/CSS2/colors/color-081.xht deleted file mode 100644 index f69dd2bd6b7..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-081.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to the minimum value with a minus sign, rgb(-0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(-0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-082.xht b/tests/wpt/tests/css/CSS2/colors/color-082.xht deleted file mode 100644 index 3401e0a7d12..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-082.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to the minimum value with a plus sign, rgb(+0, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+0, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+0, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-083-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-083-ref.xht deleted file mode 100644 index 5417ef07e8f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-083-ref.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/800000_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-083.xht b/tests/wpt/tests/css/CSS2/colors/color-083.xht deleted file mode 100644 index 91b3bbb199e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-083.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a nominal value, rgb(128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-083-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(128, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(128, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 0, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-084.xht b/tests/wpt/tests/css/CSS2/colors/color-084.xht deleted file mode 100644 index 8b7fed81e3a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-084.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a nominal value with a plus sign, rgb(+128, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-083-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+128, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+128, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(128, 0, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-085.xht b/tests/wpt/tests/css/CSS2/colors/color-085.xht deleted file mode 100644 index fd6e6dc64cc..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-085.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a maximum minus one value, rgb(254, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-011-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(254, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(254, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #fe0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-086.xht b/tests/wpt/tests/css/CSS2/colors/color-086.xht deleted file mode 100644 index 44d510c18bd..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-086.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a maximum value, rgb(255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(255, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(255, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-087.xht b/tests/wpt/tests/css/CSS2/colors/color-087.xht deleted file mode 100644 index 77043a40c5e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-087.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a maximum value with a plus sign, rgb(+255, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(+255, 0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(+255, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-088.xht b/tests/wpt/tests/css/CSS2/colors/color-088.xht deleted file mode 100644 index 29aa25a2d17..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-088.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with red set to a maximum plus one value, rgb(256, 0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-012-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(256, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(256, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #ff0000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-089.xht b/tests/wpt/tests/css/CSS2/colors/color-089.xht deleted file mode 100644 index 09b5aa3903f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-089.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to the minimum minus one value, rgb(0%, -1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, -1%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, -1%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-090-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-090-ref.xht deleted file mode 100644 index 017bcb95e8c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-090-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-090.xht b/tests/wpt/tests/css/CSS2/colors/color-090.xht deleted file mode 100644 index 0a28f0a37a4..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-090.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to the minimum plus one value, rgb(0%, 1%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-090-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 1%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 1%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 1%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-091.xht b/tests/wpt/tests/css/CSS2/colors/color-091.xht deleted file mode 100644 index 5305543d2a3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-091.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to the minimum value and minus sign, rgb(0%, -0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, -0%, 0%)' renders the correct foreground color of an element's text content. ." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, -0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-092.xht b/tests/wpt/tests/css/CSS2/colors/color-092.xht deleted file mode 100644 index 4864039f72a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-092.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to the minimum value and plus sign, rgb(0%, +0%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +0%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +0%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-093-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-093-ref.xht deleted file mode 100644 index aae92511473..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-093-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-093.xht b/tests/wpt/tests/css/CSS2/colors/color-093.xht deleted file mode 100644 index c79c1faac3e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-093.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a nominal value, rgb(0%, 50%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-093-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 50%, 0%) renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 50%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-094.xht b/tests/wpt/tests/css/CSS2/colors/color-094.xht deleted file mode 100644 index 09ff6583f45..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-094.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a nominal value with a plus sign, rgb(0%, +50%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-093-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +50%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +50%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 50%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-095-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-095-ref.xht deleted file mode 100644 index 62e3f7b7f18..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-095-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-095.xht b/tests/wpt/tests/css/CSS2/colors/color-095.xht deleted file mode 100644 index e133b672af0..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-095.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a maximum minus one value, rgb(0%, 99%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-095-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 99%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 99%, 0%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 99%, 0%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-096.xht b/tests/wpt/tests/css/CSS2/colors/color-096.xht deleted file mode 100644 index ceb224d62c5..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-096.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a maximum value, rgb(0%, 100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 100%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 100%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-097.xht b/tests/wpt/tests/css/CSS2/colors/color-097.xht deleted file mode 100644 index b0e245ddc38..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-097.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a maximum value with a plus sign, rgb(0%, +100%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, +100%, 0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, +100%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-098.xht b/tests/wpt/tests/css/CSS2/colors/color-098.xht deleted file mode 100644 index 4ebe5564397..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-098.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with green set to a maximum plus one value, rgb(0%, 101%, 0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 101%, 0%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 101%, 0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-099.xht b/tests/wpt/tests/css/CSS2/colors/color-099.xht deleted file mode 100644 index 3bcce2f1ed3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-099.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to the minimum minus one value, rgb(0, -1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(-1, 0, 0)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(-1, 0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-100.xht b/tests/wpt/tests/css/CSS2/colors/color-100.xht deleted file mode 100644 index d6bfba8aa16..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-100.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to the minimum plus one value, rgb(0, 1, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-014-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 1, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - - #test - { - color: rgb(0, 1, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000100; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-101.xht b/tests/wpt/tests/css/CSS2/colors/color-101.xht deleted file mode 100644 index 306f2b84e50..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-101.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to the minimum value with a minus sign, rgb(0, -0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, -0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, -0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-102.xht b/tests/wpt/tests/css/CSS2/colors/color-102.xht deleted file mode 100644 index 508431035bb..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-102.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to the minimum value with a plus sign, rgb(0, +0, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +0, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +0, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-103-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-103-ref.xht deleted file mode 100644 index 934fcd6da64..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-103-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/008000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-103.xht b/tests/wpt/tests/css/CSS2/colors/color-103.xht deleted file mode 100644 index 15281e045a2..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-103.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a nominal value, rgb(0, 128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-103-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 128, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 128, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 128, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-104.xht b/tests/wpt/tests/css/CSS2/colors/color-104.xht deleted file mode 100644 index 6079f5b44ea..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-104.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a nominal value with a plus sign, rgb(0, +128, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-103-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +128, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +128, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 128, 0); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-105.xht b/tests/wpt/tests/css/CSS2/colors/color-105.xht deleted file mode 100644 index 076e67b78d3..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-105.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a maximum minus one value, rgb(0, 254, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-016-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 254, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 254, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00fe00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-106.xht b/tests/wpt/tests/css/CSS2/colors/color-106.xht deleted file mode 100644 index f53813104d5..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-106.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a maximum value, rgb(0, 255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 255, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 255, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-107.xht b/tests/wpt/tests/css/CSS2/colors/color-107.xht deleted file mode 100644 index 3ba4d20b9ad..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-107.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a maximum value with a plus sign, rgb(0, +255, 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, +255, 0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, +255, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-108.xht b/tests/wpt/tests/css/CSS2/colors/color-108.xht deleted file mode 100644 index a89e3ee5620..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-108.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with green set to a maximum plus one value, rgb(0, 256 0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-017-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 256, 0)' properly truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 256, 0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #00ff00; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-109.xht b/tests/wpt/tests/css/CSS2/colors/color-109.xht deleted file mode 100644 index d0ffb7df9b4..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-109.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to the minimum minus one value, rgb(0%, 0%, -1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, -1%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, -1%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-110-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-110-ref.xht deleted file mode 100644 index a382d1c2fb1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-110-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-110.xht b/tests/wpt/tests/css/CSS2/colors/color-110.xht deleted file mode 100644 index c9be48fcc34..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-110.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to the minimum plus one value, rgb(0%, 0%, 1%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-110-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 1%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 1%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 1%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-111.xht b/tests/wpt/tests/css/CSS2/colors/color-111.xht deleted file mode 100644 index 73090dea16a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-111.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to the minimum value and minus sign, rgb(0%, 0%, -0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, -0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, -0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-112.xht b/tests/wpt/tests/css/CSS2/colors/color-112.xht deleted file mode 100644 index c00cb43771d..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-112.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to the minimum value and plus sign, rgb(0%, 0%, +0%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +0%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +0%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-113-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-113-ref.xht deleted file mode 100644 index 2f53e518755..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-113-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-113.xht b/tests/wpt/tests/css/CSS2/colors/color-113.xht deleted file mode 100644 index 46315c97ae0..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-113.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a nominal value, rgb(0%, 0%, 50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-113-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-114.xht b/tests/wpt/tests/css/CSS2/colors/color-114.xht deleted file mode 100644 index f1160978b73..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-114.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a nominal value with a plus sign, rgb(0%, 0%, +50%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-113-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +50%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +50%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 50%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-115-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-115-ref.xht deleted file mode 100644 index d574618ac55..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-115-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-115.xht b/tests/wpt/tests/css/CSS2/colors/color-115.xht deleted file mode 100644 index bd30598487c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-115.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a maximum minus one value, rgb(0%, 0%, 99%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-07-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-115-ref.xht"/> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 99%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 99%); - font: 100px/1 Ahem; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0%, 0%, 99%); - margin-top: 10px; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-116.xht b/tests/wpt/tests/css/CSS2/colors/color-116.xht deleted file mode 100644 index 5aa956c0d65..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-116.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a maximum value, rgb(0%, 0%, 100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-117.xht b/tests/wpt/tests/css/CSS2/colors/color-117.xht deleted file mode 100644 index fdff7c6edc1..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-117.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a maximum value with a plus sign, rgb(0%, 0%, +100%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, +100%)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, +100%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-118.xht b/tests/wpt/tests/css/CSS2/colors/color-118.xht deleted file mode 100644 index e52ff649676..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-118.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using percentages with blue set to a maximum plus one value, rgb(0%, 0%, 101%)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0%, 0%, 101%)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0%, 0%, 101%); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-119.xht b/tests/wpt/tests/css/CSS2/colors/color-119.xht deleted file mode 100644 index e30e50be372..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-119.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to the minimum minus one value, rgb(0, 0, -1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, -1)' truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, -1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-120.xht b/tests/wpt/tests/css/CSS2/colors/color-120.xht deleted file mode 100644 index 601b866f963..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-120.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to the minimum plus one value, rgb(0, 0, 1)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-019-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 1)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 1); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000001; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-121.xht b/tests/wpt/tests/css/CSS2/colors/color-121.xht deleted file mode 100644 index 1b7cc721a15..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-121.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to the minimum value with a minus sign, rgb(0, 0, -0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, -0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, -0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-122.xht b/tests/wpt/tests/css/CSS2/colors/color-122.xht deleted file mode 100644 index 36b9ab53767..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-122.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to the minimum value with a plus sign, rgb(0, 0, +0)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-002-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +0)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +0); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #000000; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-123-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-123-ref.xht deleted file mode 100644 index 68617d2c43a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-123-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-123.xht b/tests/wpt/tests/css/CSS2/colors/color-123.xht deleted file mode 100644 index b90e61fd400..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-123.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a nominal value, rgb(0, 0, 128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-123-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-124.xht b/tests/wpt/tests/css/CSS2/colors/color-124.xht deleted file mode 100644 index 59c84bd8a8e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-124.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a nominal value with a plus sign, rgb(0, 0, +128)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-123-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +128)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +128); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 128); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-125.xht b/tests/wpt/tests/css/CSS2/colors/color-125.xht deleted file mode 100644 index 13fa480d977..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-125.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a maximum minus one value, rgb(0, 0, 254)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-021-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 254)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 254); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: rgb(0, 0, 254); - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-126.xht b/tests/wpt/tests/css/CSS2/colors/color-126.xht deleted file mode 100644 index 7699694de81..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-126.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a maximum value, rgb(0, 0, 255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-127.xht b/tests/wpt/tests/css/CSS2/colors/color-127.xht deleted file mode 100644 index ad173302715..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-127.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a maximum value with a plus sign, rgb(0, 0, +255)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, +255)' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, +255); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-128.xht b/tests/wpt/tests/css/CSS2/colors/color-128.xht deleted file mode 100644 index 74bd11b4aa5..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-128.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to rgb() using integers with blue set to a maximum plus one value, rgb(0, 0, 256)</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-022-ref.xht" /> - <meta name="flags" content="ahem invalid" /> - <meta name="assert" content="The 'color' set to 'rgb(0, 0, 256)' properly truncates to a valid value and renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: rgb(0, 0, 256); - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: #0000ff; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-130-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-130-ref.xht deleted file mode 100644 index b469a4cb8dc..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-130-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-130.xht b/tests/wpt/tests/css/CSS2/colors/color-130.xht deleted file mode 100644 index 9eb2cbb344e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-130.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to black</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-130-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'black' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: black; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: black; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-131-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-131-ref.xht deleted file mode 100644 index 2dad381d88f..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-131-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-blue.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-131.xht b/tests/wpt/tests/css/CSS2/colors/color-131.xht deleted file mode 100644 index 010a0ddc1cf..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-131.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to blue</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-131-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'blue' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: blue; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: blue; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-132-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-132-ref.xht deleted file mode 100644 index 9d6a313268e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-132-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fuchsia_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-132.xht b/tests/wpt/tests/css/CSS2/colors/color-132.xht deleted file mode 100644 index c3fa91422f6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-132.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to fuchsia</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-132-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'fuchsia' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: fuchsia; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: fuchsia; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-133-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-133-ref.xht deleted file mode 100644 index 43cbdd90997..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-133-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/808080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-133.xht b/tests/wpt/tests/css/CSS2/colors/color-133.xht deleted file mode 100644 index 7df48707591..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-133.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to gray</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-133-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'gray' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: gray; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: gray; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-134-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-134-ref.xht deleted file mode 100644 index 10db5fbb5fe..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-134-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-green.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-green.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-134.xht b/tests/wpt/tests/css/CSS2/colors/color-134.xht deleted file mode 100644 index 6366437e616..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-134.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to green</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-134-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'green' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: green; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: green; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-135-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-135-ref.xht deleted file mode 100644 index aa547b0a542..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-135-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-lime.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-135.xht b/tests/wpt/tests/css/CSS2/colors/color-135.xht deleted file mode 100644 index 1ae5b5f62ac..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-135.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to lime</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-135-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'lime' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: lime; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: lime; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-136-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-136-ref.xht deleted file mode 100644 index c3382a769aa..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-136-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/maroon_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-136.xht b/tests/wpt/tests/css/CSS2/colors/color-136.xht deleted file mode 100644 index aadbc513895..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-136.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to maroon</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-136-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'maroon' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: maroon; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: maroon; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-137-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-137-ref.xht deleted file mode 100644 index 68617d2c43a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-137-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/000080_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-137.xht b/tests/wpt/tests/css/CSS2/colors/color-137.xht deleted file mode 100644 index 729e7faece2..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-137.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to navy</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-137-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'navy' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: navy; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: navy; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-138-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-138-ref.xht deleted file mode 100644 index 832375425ce..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-138-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/olive_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-138.xht b/tests/wpt/tests/css/CSS2/colors/color-138.xht deleted file mode 100644 index ad0ba8f164a..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-138.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to olive</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-138-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'olive' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: olive; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: olive; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-139-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-139-ref.xht deleted file mode 100644 index 280a5fc35bc..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-139-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-orange.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/swatch-orange.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-139.xht b/tests/wpt/tests/css/CSS2/colors/color-139.xht deleted file mode 100644 index 9a5f2f15445..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-139.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to orange</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-139-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'orange' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: orange; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: orange; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-140-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-140-ref.xht deleted file mode 100644 index 056f8e4dcf2..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-140-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/purple_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-140.xht b/tests/wpt/tests/css/CSS2/colors/color-140.xht deleted file mode 100644 index 7a3d95c0f6e..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-140.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to purple</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-140-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'purple' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: purple; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: purple; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-141-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-141-ref.xht deleted file mode 100644 index 59025f39b70..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-141-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/f00_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-141.xht b/tests/wpt/tests/css/CSS2/colors/color-141.xht deleted file mode 100644 index e4f5d4d8cc6..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-141.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to red</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-141-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'red' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: red; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: red; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-142-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-142-ref.xht deleted file mode 100644 index 3f7ffb2f2bf..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-142-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/silver_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-142.xht b/tests/wpt/tests/css/CSS2/colors/color-142.xht deleted file mode 100644 index dbab988bced..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-142.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to silver</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-142-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'silver' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: silver; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: silver; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-143-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-143-ref.xht deleted file mode 100644 index 70c54ff1a9b..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-143-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/teal_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-143.xht b/tests/wpt/tests/css/CSS2/colors/color-143.xht deleted file mode 100644 index 0d80203ccbb..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-143.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to teal</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-143-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'teal' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: teal; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: teal; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-144-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-144-ref.xht deleted file mode 100644 index 5041fb87d3c..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-144-ref.xht +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - body {background-color: black;} - - p {color: white;} - - div {margin-top: 10px;} - - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/fff_color.png" /> - </div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/colors/color-144.xht b/tests/wpt/tests/css/CSS2/colors/color-144.xht deleted file mode 100644 index 35c22c12c12..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-144.xht +++ /dev/null @@ -1,38 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to white</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-144-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'white' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #test - { - color: white; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: white; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-145-ref.xht b/tests/wpt/tests/css/CSS2/colors/color-145-ref.xht deleted file mode 100644 index 1d05b5f071d..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-145-ref.xht +++ /dev/null @@ -1,36 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - div {margin-top: 10px;} - img - { - height: 100px; - vertical-align: top; - width: 100px; - } - ]]></style> - - </head> - - <body> - - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - <div> - <img alt="Image download support must be enabled" src="support/yellow_color.png" /> - </div> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/colors/color-145.xht b/tests/wpt/tests/css/CSS2/colors/color-145.xht deleted file mode 100644 index ba6467f94f7..00000000000 --- a/tests/wpt/tests/css/CSS2/colors/color-145.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color set to yellow</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-04-08 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#propdef-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#colors" /> - <link rel="match" href="color-145-ref.xht" /> - <meta name="flags" content="ahem" /> - <meta name="assert" content="The 'color' set to 'yellow' renders the correct foreground color of an element's text content." /> - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"> - #test - { - color: yellow; - font: 100px/1 Ahem; - margin-bottom: 10px; - } - #reference - { - height: 100px; - width: 100px; - background-color: yellow; - } - </style> - </head> - <body> - <p>Test passes if there are 2 squares with the <strong>same color</strong>.</p> - <div id="test">X</div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/css1/c63-color-000-ref.xht b/tests/wpt/tests/css/CSS2/css1/c63-color-000-ref.xht deleted file mode 100644 index 1cb42e36412..00000000000 --- a/tests/wpt/tests/css/CSS2/css1/c63-color-000-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml"> - - <head> - - <title>CSS Reftest Reference</title> - - <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> - - <style type="text/css"><![CDATA[ - p, div {color: blue;} - - img {vertical-align: bottom;} - ]]></style> - - </head> - - <body> - - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - - <div>Blue: <img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/><img src="support/swatch-blue.png" alt="FAIL"/></div> - - <div>Orange: <img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/><img src="support/swatch-orange.png" alt="FAIL"/></div> - - <div>Lime: <img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/><img src="support/swatch-lime.png" alt="FAIL"/></div> - - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/css1/c63-color-000.xht b/tests/wpt/tests/css/CSS2/css1/c63-color-000.xht deleted file mode 100644 index 3286b1193dc..00000000000 --- a/tests/wpt/tests/css/CSS2/css1/c63-color-000.xht +++ /dev/null @@ -1,42 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Color Units</title> - <meta name="flags" content="ahem image" /> - <link rel="help" href="http://www.w3.org/TR/REC-CSS1#color-units"/> - <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> - <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> - <link rel="match" href="c63-color-000-ref.xht" /> - - <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> - <style type="text/css"><![CDATA[ - body {color: blue;} - span {vertical-align: bottom; font: 15px/1 Ahem;} - img {vertical-align: bottom; color: red;} - .one {color: #0f0;} - .two {color: #00ff00;} - .three {color: rgb(0,255,0);} - .four {color: rgb(0%,100%,0%);} - .five {color: rgb(0.0%,100.0%,0.0%);} - .six {color: lime;} - .seven {color: invalidValue;} - .eight {color: rgb(1280,165,0);} - .nine {color: rgb(255,165,0);} - .ten {color: rgb(100%,64.7%,-500%);} - .eleven {color: rgb(100%,64.7%,0%);} - ]]></style> - <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units" title="4.3.6 Colors"/> - </head> - <body> - <p>There should be three solid bars of colour below, each longer than the last, each of the colour specified.</p> - <div> - Blue: <span>X</span><span class="seven">X</span><img src="support/swatch-blue.png" alt="FAIL"/> - </div> - <div> - Orange: <span class="eight">X</span><span class="nine">X</span><span class="ten">X</span><span class="eleven">X</span><img src="support/swatch-orange.png" alt="FAIL"/> - </div> - <div> - Lime: <span class="one">X</span><span class="two">X</span><span class="three">X</span><span class="four">X</span><span class="five">X</span><span class="six">X</span><span style="color: #0f0;">X</span><span style="color: #00ff00;">X</span><span style="color: rgb(0,255,0);">X</span><span style="color: rgb(0%,100%,0%);">X</span><span style="color: rgb(0.0%,100.0%,0.0%);">X</span><span style="color: lime;">X</span><img src="support/swatch-lime.png" alt="FAIL"/> - </div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/syntax/colors-007.html b/tests/wpt/tests/css/CSS2/syntax/colors-007.html new file mode 100644 index 00000000000..37c36e59b62 --- /dev/null +++ b/tests/wpt/tests/css/CSS2/syntax/colors-007.html @@ -0,0 +1,191 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>CSS2 Test: Colors</title> +<link rel="help" href="https://www.w3.org/TR/CSS2/syndata.html#color-units"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> +</head> +<body> +<div id="target"></div> +<script> +const valid_colors = { + "#000000": "rgb(0, 0, 0)", + "#000001": "rgb(0, 0, 1)", + "#000099": "rgb(0, 0, 153)", + "#0000fe": "rgb(0, 0, 254)", + "#0000ff": "rgb(0, 0, 255)", + "#000100": "rgb(0, 1, 0)", + "#000": "rgb(0, 0, 0)", + "#001": "rgb(0, 0, 17)", + "#009900": "rgb(0, 153, 0)", + "#009": "rgb(0, 0, 153)", + "#00e": "rgb(0, 0, 238)", + "#00f": "rgb(0, 0, 255)", + "#00fe00": "rgb(0, 254, 0)", + "#00ff00": "rgb(0, 255, 0)", + "#010000": "rgb(1, 0, 0)", + "#010101": "rgb(1, 1, 1)", + "#010": "rgb(0, 17, 0)", + "#090": "rgb(0, 153, 0)", + "#0e0": "rgb(0, 238, 0)", + "#0f0": "rgb(0, 255, 0)", + "#1000": "rgba(17, 0, 0, 0)", + "#100": "rgb(17, 0, 0)", + "#111": "rgb(17, 17, 17)", + "#900": "rgb(153, 0, 0)", + "#990000": "rgb(153, 0, 0)", + "#999999": "rgb(153, 153, 153)", + "#999": "rgb(153, 153, 153)", + "#e00": "rgb(238, 0, 0)", + "#eee": "rgb(238, 238, 238)", + "#f00": "rgb(255, 0, 0)", + "#fe0000": "rgb(254, 0, 0)", + "#fefefe": "rgb(254, 254, 254)", + "#ff0000": "rgb(255, 0, 0)", + "#fff": "rgb(255, 255, 255)", + "#ffffff": "rgb(255, 255, 255)", + "rgb(+0%, +0%, +0%)": "rgb(0, 0, 0)", + "rgb(+0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(+0, +0, +0)": "rgb(0, 0, 0)", + "rgb(+0, 0, 0)": "rgb(0, 0, 0)", + "rgb(+100%, +100%, +100%)": "rgb(255, 255, 255)", + "rgb(+100%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(+128, +128, +128)": "rgb(128, 128, 128)", + "rgb(+128, 0, 0)": "rgb(128, 0, 0)", + "rgb(+255, +255, +255)": "rgb(255, 255, 255)", + "rgb(+255, 0, 0)": "rgb(255, 0, 0)", + "rgb(+40%, +40%, +40%)": "rgb(102, 102, 102)", + "rgb(+40%, 0%, 0%)": "rgb(102, 0, 0)", + "rgb(-0%, -0%, -0%)": "rgb(0, 0, 0)", + "rgb(-0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(-0, -0, -0)": "rgb(0, 0, 0)", + "rgb(-0, 0, 0)": "rgb(0, 0, 0)", + "rgb(-1%, -1%, -1%)": "rgb(0, 0, 0)", + "rgb(-1%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(-1, -1, -1)": "rgb(0, 0, 0)", + "rgb(-1, 0, 0)": "rgb(0, 0, 0)", + "rgb(0%, +0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, +100%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, +40%, 0%)": "rgb(0, 102, 0)", + "rgb(0%, -0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, -1%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, +0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, +100%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, +40%)": "rgb(0, 0, 102)", + "rgb(0%, 0%, -0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, -1%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, 0%)": "rgb(0, 0, 0)", + "rgb(0%, 0%, 1%)": "rgb(0, 0, 3)", + "rgb(0%, 0%, 100%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, 101%)": "rgb(0, 0, 255)", + "rgb(0%, 0%, 40%)": "rgb(0, 0, 102)", + "rgb(0%, 0%, 99%)": "rgb(0, 0, 252)", + "rgb(0%, 1%, 0%)": "rgb(0, 3, 0)", + "rgb(0%, 100%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, 101%, 0%)": "rgb(0, 255, 0)", + "rgb(0%, 40%, 0%)": "rgb(0, 102, 0)", + "rgb(0%, 99%, 0%)": "rgb(0, 252, 0)", + "rgb(0, +0, 0)": "rgb(0, 0, 0)", + "rgb(0, +128, 0)": "rgb(0, 128, 0)", + "rgb(0, +255, 0)": "rgb(0, 255, 0)", + "rgb(0, -0, 0)": "rgb(0, 0, 0)", + "rgb(0, -1, 0)": "rgb(0, 0, 0)", + "rgb(0, 0, +0)": "rgb(0, 0, 0)", + "rgb(0, 0, +128)": "rgb(0, 0, 128)", + "rgb(0, 0, +255)": "rgb(0, 0, 255)", + "rgb(0, 0, -0)": "rgb(0, 0, 0)", + "rgb(0, 0, -1)": "rgb(0, 0, 0)", + "rgb(0, 0, 0)": "rgb(0, 0, 0)", + "rgb(0, 0, 1)": "rgb(0, 0, 1)", + "rgb(0, 0, 128)": "rgb(0, 0, 128)", + "rgb(0, 0, 254)": "rgb(0, 0, 254)", + "rgb(0, 0, 255)": "rgb(0, 0, 255)", + "rgb(0, 0, 256)": "rgb(0, 0, 255)", + "rgb(0, 1, 0)": "rgb(0, 1, 0)", + "rgb(0, 128, 0)": "rgb(0, 128, 0)", + "rgb(0, 254, 0)": "rgb(0, 254, 0)", + "rgb(0, 255, 0)": "rgb(0, 255, 0)", + "rgb(0, 256, 0)": "rgb(0, 255, 0)", + "rgb(1%, 0%, 0%)": "rgb(3, 0, 0)", + "rgb(1%, 1%, 1%)": "rgb(3, 3, 3)", + "rgb(1, 0, 0)": "rgb(1, 0, 0)", + "rgb(1, 1, 1)": "rgb(1, 1, 1)", + "rgb(100%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(100%, 100%, 100%)": "rgb(255, 255, 255)", + "rgb(101%, 0%, 0%)": "rgb(255, 0, 0)", + "rgb(101%, 101%, 101%)": "rgb(255, 255, 255)", + "rgb(128, 0, 0)": "rgb(128, 0, 0)", + "rgb(128, 128, 128)": "rgb(128, 128, 128)", + "rgb(254, 0, 0)": "rgb(254, 0, 0)", + "rgb(254, 254, 254)": "rgb(254, 254, 254)", + "rgb(255, 0, 0)": "rgb(255, 0, 0)", + "rgb(255, 255, 255)": "rgb(255, 255, 255)", + "rgb(256, 0, 0)": "rgb(255, 0, 0)", + "rgb(256, 256, 256)": "rgb(255, 255, 255)", + "rgb(40%, 0%, 0%)": "rgb(102, 0, 0)", + "rgb(40%, 40%, 40%)": "rgb(102, 102, 102)", + "rgb(99%, 0%, 0%)": "rgb(252, 0, 0)", + "rgb(99%, 99%, 99%)": "rgb(252, 252, 252)", + "rgb(0.0%, 100.0%, 0.0%)": "rgb(0, 255, 0)", + "aqua": "aqua", + "black": "black", + "blue": "blue", + "fuchsia": "fuchsia", + "gray": "gray", + "green": "green", + "inherit": "inherit", + "lime": "lime", + "maroon": "maroon", + "navy": "navy", + "olive": "olive", + "orange": "orange", + "purple": "purple", + "red": "red", + "silver": "silver", + "teal": "teal", + "transparent": "transparent", + "white": "white", + "yellow": "yellow", +}; + +const invalid_colors = [ + "#00000", + "#0000fg", + "#00", + "#00fg00", + "#00g", + "#0g0", + "#1000000", + "#fg0000", + "#fgfgfg", + "#g00", + "#ggg", + "invalidValue", +]; + +const color_properties = [ + "color", + "background-color", + "border-top-color", + "border-bottom-color", + "border-left-color", + "border-right-color", + "outline-color", + "text-decoration-color", +]; + +for (const prop of color_properties) { + for (const [value, serializedValue] of Object.entries(valid_colors)) { + test_valid_value(prop, value, serializedValue); + } + + for (const color of invalid_colors) { + test_invalid_value(prop, color); + } +} +</script> +</body> +</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-001.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-001.xht deleted file mode 100644 index 8fb1b8bdebb..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-001.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-002.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-002.xht deleted file mode 100644 index d2538412e00..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-002.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#000000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color #000000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-003.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-003.xht deleted file mode 100644 index fc9fac98b6a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-003.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#010101'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010101 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010101; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010101; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-004.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-004.xht deleted file mode 100644 index 08ac66c1238..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-004.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#999999'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #999999 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #999999; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #999999; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-005.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-005.xht deleted file mode 100644 index e0a087b2811..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-005.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#fefefe'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fefefe renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: #000000; - color: #fefefe; - } - #div1 - { - outline-color: #fefefe; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fefefe; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-006.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-006.xht deleted file mode 100644 index aa50cd495f4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-006.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#ffffff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #ffffff renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: #000000; - color: #ffffff; - } - #div1 - { - outline-color: #ffffff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #ffffff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-007.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-007.xht deleted file mode 100644 index fc023dd02a6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-007.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#1000000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #1000000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #1000000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-008.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-008.xht deleted file mode 100644 index 88dc03a3313..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-008.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#fgfgfg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #fgfgfg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #fgfgfg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-009.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-009.xht deleted file mode 100644 index 72be4c5e3fb..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-009.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#010000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-010.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-010.xht deleted file mode 100644 index 394d4646150..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-010.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#990000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #990000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #990000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #990000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-011.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-011.xht deleted file mode 100644 index 9b1035a4d21..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-011.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#fe0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fe0000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #fe0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fe0000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-012.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-012.xht deleted file mode 100644 index 75f7ae9877b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-012.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#ff0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #ff0000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #ff0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #ff0000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-013.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-013.xht deleted file mode 100644 index 80756f3c445..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-013.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#fg0000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #fg0000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #fg0000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-014.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-014.xht deleted file mode 100644 index 52dbe6cf8e4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-014.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#000100'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000100 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000100; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000100; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-015.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-015.xht deleted file mode 100644 index 03b17219f0e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-015.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#009900'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #009900 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #009900; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #009900; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-016.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-016.xht deleted file mode 100644 index 9b7d9e3fccc..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-016.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00fe00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00fe00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00fe00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00fe00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-017.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-017.xht deleted file mode 100644 index ec30fb6ece7..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-017.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00ff00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00ff00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00ff00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00ff00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-018.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-018.xht deleted file mode 100644 index daa6a630181..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-018.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00fg00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00fg00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00fg00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-019.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-019.xht deleted file mode 100644 index 10beda0520e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-019.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#000001'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000001 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000001; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000001; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-020.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-020.xht deleted file mode 100644 index 4c52916dba4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-020.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#000099'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #000099 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000099; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000099; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-021.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-021.xht deleted file mode 100644 index 1ed0b6f3f50..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-021.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0000fe'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0000fe renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0000fe; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0000fe; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-022.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-022.xht deleted file mode 100644 index 0aceeb2797b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-022.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0000ff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0000ff renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0000ff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0000ff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-023.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-023.xht deleted file mode 100644 index e740addb190..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-023.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0000fg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #0000fg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #0000fg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-024.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-024.xht deleted file mode 100644 index 3c2ce95ac07..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-024.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-025.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-025.xht deleted file mode 100644 index f2ad01c03d5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-025.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color #000 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #000; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-026.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-026.xht deleted file mode 100644 index 98585d11e82..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-026.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#111'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #111 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #111; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #111; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-027.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-027.xht deleted file mode 100644 index 0dd858235ca..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-027.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#999'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #999 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #999; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #999; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-028.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-028.xht deleted file mode 100644 index 3c2a2f7c4d8..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-028.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#eee'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #eee renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #eee; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #eee; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-029.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-029.xht deleted file mode 100644 index 6d283099da9..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-029.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#fff'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #fff renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: #fff; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #fff; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-030.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-030.xht deleted file mode 100644 index 22bfe73763c..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-030.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#1000'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #1000 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #1000; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-031.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-031.xht deleted file mode 100644 index 08a03c73807..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-031.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#ggg'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #ggg (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #ggg; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-032.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-032.xht deleted file mode 100644 index 6e2683eb1e4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-032.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#100'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #100 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #100; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #100; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-033.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-033.xht deleted file mode 100644 index f215bb3012b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-033.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#900'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #900 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #900; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #900; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-034.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-034.xht deleted file mode 100644 index e36154d1bd2..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-034.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#e00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #e00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #e00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #e00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-035.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-035.xht deleted file mode 100644 index bf2fd9b7f61..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-035.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#f00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #f00 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #f00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #f00; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-036.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-036.xht deleted file mode 100644 index 3bbd0afd897..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-036.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#g00'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #g00 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #g00; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-037.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-037.xht deleted file mode 100644 index 94558c796a2..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-037.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#010'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #010 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #010; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #010; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-038.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-038.xht deleted file mode 100644 index cd9d295bbb2..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-038.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#090'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #090 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #090; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #090; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-039.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-039.xht deleted file mode 100644 index 8eec350cbf0..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-039.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0e0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0e0 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0e0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0e0; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-040.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-040.xht deleted file mode 100644 index e1411591abe..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-040.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0f0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #0f0 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #0f0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #0f0; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-041.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-041.xht deleted file mode 100644 index e05515134ef..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-041.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#0g0'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #0g0 (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #0g0; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-042.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-042.xht deleted file mode 100644 index ce23bf4437e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-042.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#001'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #001 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #001; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #001; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-043.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-043.xht deleted file mode 100644 index 285ffff0df1..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-043.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#009'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #009 renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #009; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #009; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-044.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-044.xht deleted file mode 100644 index 73a5edb8759..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-044.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00e'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00e renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00e; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00e; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-045.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-045.xht deleted file mode 100644 index 0766a5633cb..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-045.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00f'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color #00f renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: #00f; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: #00f; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-046.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-046.xht deleted file mode 100644 index db192ffe841..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-046.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to '#00g'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="flags" content="invalid" /> - <meta name="assert" content="Outline color #00g (invalid) falls back to a default color." /> - <style type="text/css"> - #div1 - { - outline-color: #00g; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-047.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-047.xht deleted file mode 100644 index d473df9df51..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-047.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-1%, -1%, -1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1%, -1%, -1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1%, -1%, -1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1%, -1%, -1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-048.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-048.xht deleted file mode 100644 index 0ad9d45d249..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-048.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-049-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-049-ref.xht deleted file mode 100644 index e1d340d24a1..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-049-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(1%, 1%, 1%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-049.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-049.xht deleted file mode 100644 index 7df4181d574..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-049.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(1%, 1%, 1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-049-ref.xht"/> - <meta name="assert" content="Outline color rgb(1%, 1%, 1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1%, 1%, 1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1%, 1%, 1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-050.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-050.xht deleted file mode 100644 index 50a2ad9884e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-050.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-0%, -0%, -0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0%, -0%, -0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0%, -0%, -0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0%, -0%, -0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-051.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-051.xht deleted file mode 100644 index 2d3a5252d33..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-051.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+0%, +0%, +0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0%, +0%, +0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0%, +0%, +0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0%, +0%, +0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-052-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-052-ref.xht deleted file mode 100644 index fe849dfc2c1..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-052-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(40%, 40%, 40%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-052.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-052.xht deleted file mode 100644 index 0e2ccd6b9a1..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-052.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(40%, 40%, 40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-052-ref.xht"/> - <meta name="assert" content="Outline color rgb(40%, 40%, 40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(40%, 40%, 40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(40%, 40%, 40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-053.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-053.xht deleted file mode 100644 index 109079939a5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-053.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+40%, +40%, +40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-052-ref.xht"/> - <meta name="assert" content="Outline color rgb(+40%, +40%, +40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+40%, +40%, +40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+40%, +40%, +40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-054-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-054-ref.xht deleted file mode 100644 index ecd5c5b6a70..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-054-ref.xht +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(99%, 99%, 99%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-054.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-054.xht deleted file mode 100644 index 1bffbaeb69e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-054.xht +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(99%, 99%, 99%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-054-ref.xht"/> - <meta name="assert" content="Outline color rgb(99%, 99%, 99%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(99%, 99%, 99%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(99%, 99%, 99%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-055.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-055.xht deleted file mode 100644 index fc8e03955d8..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-055.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(100%, 100%, 100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(100%, 100%, 100%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(100%, 100%, 100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(100%, 100%, 100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-056.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-056.xht deleted file mode 100644 index 072878eebac..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-056.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+100%, +100%, +100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+100%, +100%, +100%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(+100%, +100%, +100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+100%, +100%, +100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-057.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-057.xht deleted file mode 100644 index dbf9b7e1468..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-057.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(101%, 101%, 101%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(101%, 101%, 101%) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(101%, 101%, 101%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(101%, 101%, 101%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-058.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-058.xht deleted file mode 100644 index e9391ff1261..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-058.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-1, -1, -1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1, -1, -1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1, -1, -1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1, -1, -1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-059.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-059.xht deleted file mode 100644 index 875597b2a83..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-059.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-060.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-060.xht deleted file mode 100644 index 9af35b1f307..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-060.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(1, 1, 1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(1, 1, 1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1, 1, 1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1, 1, 1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-061.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-061.xht deleted file mode 100644 index 5f534d2a8a7..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-061.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-0, -0, -0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0, -0, -0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0, -0, -0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0, -0, -0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-062.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-062.xht deleted file mode 100644 index 11e48f29b58..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-062.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+0, +0, +0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0, +0, +0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0, +0, +0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0, +0, +0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-063.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-063.xht deleted file mode 100644 index 4b4a59a338a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-063.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(128, 128, 128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(128, 128, 128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(128, 128, 128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(128, 128, 128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-064.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-064.xht deleted file mode 100644 index 1c791167784..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-064.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+128, +128, +128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+128, +128, +128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+128, +128, +128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+128, +128, +128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-065.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-065.xht deleted file mode 100644 index 638fc551615..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-065.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(254, 254, 254)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(254, 254, 254) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(254, 254, 254); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(254, 254, 254); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-066.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-066.xht deleted file mode 100644 index 3643ac65bcf..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-066.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(255, 255, 255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(255, 255, 255) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(255, 255, 255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(255, 255, 255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-067.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-067.xht deleted file mode 100644 index 0e6c5be02a6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-067.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+255, +255, +255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+255, +255, +255) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(+255, +255, +255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+255, +255, +255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-068.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-068.xht deleted file mode 100644 index 89b77d12cae..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-068.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(256, 256, 256)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(256, 256, 256) renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: rgb(256, 256, 256); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(256, 256, 256); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-069.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-069.xht deleted file mode 100644 index f2d49dff54b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-069.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-1%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-070-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-070-ref.xht deleted file mode 100644 index ce6d3133e77..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-070-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(1%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-070.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-070.xht deleted file mode 100644 index d66f792174b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-070.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(1%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-070-ref.xht"/> - <meta name="assert" content="Outline color rgb(1%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-071.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-071.xht deleted file mode 100644 index 8b6dfc873e4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-071.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-072.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-072.xht deleted file mode 100644 index 94ae00aa15a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-072.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+0%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-073-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-073-ref.xht deleted file mode 100644 index e5289db8f46..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-073-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(40%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-073.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-073.xht deleted file mode 100644 index acf0f175665..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-073.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(40%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-073-ref.xht"/> - <meta name="assert" content="Outline color rgb(40%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(40%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(40%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-074.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-074.xht deleted file mode 100644 index e7a13db3617..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-074.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+40%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-073-ref.xht"/> - <meta name="assert" content="Outline color rgb(+40%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+40%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+40%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-075-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-075-ref.xht deleted file mode 100644 index bbac031cb8b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-075-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(99%, 0%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-075.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-075.xht deleted file mode 100644 index c633f47ea91..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-075.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(99%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-075-ref.xht"/> - <meta name="assert" content="Outline color rgb(99%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(99%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(99%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-076.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-076.xht deleted file mode 100644 index 909c50756ec..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-076.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(100%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(100%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(100%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(100%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-077.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-077.xht deleted file mode 100644 index 1e34e4e605d..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-077.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+100%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+100%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+100%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+100%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-078.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-078.xht deleted file mode 100644 index dbe54938f6f..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-078.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(101%, 0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(101%, 0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(101%, 0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(101%, 0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-079.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-079.xht deleted file mode 100644 index 85966fe1c19..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-079.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-1, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-1, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-1, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-1, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-080.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-080.xht deleted file mode 100644 index 1c359432794..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-080.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(1, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(1, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(1, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(1, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-081.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-081.xht deleted file mode 100644 index f0fc1c98c8d..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-081.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(-0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(-0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(-0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(-0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-082.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-082.xht deleted file mode 100644 index 92d08d05717..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-082.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+0, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(+0, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+0, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+0, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-083.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-083.xht deleted file mode 100644 index 63a0a2276a5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-083.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(128, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(128, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(128, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(128, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-084.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-084.xht deleted file mode 100644 index 9388d576ba0..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-084.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+128, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+128, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+128, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+128, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-085.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-085.xht deleted file mode 100644 index b3fe617557f..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-085.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(254, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(254, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(254, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(254, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-086.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-086.xht deleted file mode 100644 index 3e02c58ece0..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-086.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(255, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(255, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(255, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(255, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-087.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-087.xht deleted file mode 100644 index 4e50e0c1124..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-087.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(+255, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(+255, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(+255, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(+255, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-088.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-088.xht deleted file mode 100644 index 081c024fb27..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-088.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(256, 0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(256, 0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(256, 0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(256, 0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-089.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-089.xht deleted file mode 100644 index 0322659e900..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-089.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, -1%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, -1%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, -1%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, -1%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-090-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-090-ref.xht deleted file mode 100644 index ec3954e119a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-090-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 1%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-090.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-090.xht deleted file mode 100644 index 941d6eb38c6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-090.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 1%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-090-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 1%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 1%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 1%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-091.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-091.xht deleted file mode 100644 index 6aeee968b2d..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-091.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, -0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, -0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, -0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, -0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-092.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-092.xht deleted file mode 100644 index 1563c288008..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-092.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, +0%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, +0%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +0%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +0%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-093-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-093-ref.xht deleted file mode 100644 index 6086a60f4f6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-093-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 40%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-093.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-093.xht deleted file mode 100644 index 37c33485a57..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-093.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 40%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-093-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 40%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 40%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 40%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-094.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-094.xht deleted file mode 100644 index ccfffcb1d84..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-094.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, +40%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-093-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, +40%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +40%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +40%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-095-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-095-ref.xht deleted file mode 100644 index db3b9a2b2e8..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-095-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 99%, 0%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-095.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-095.xht deleted file mode 100644 index 8d0840474b5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-095.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 99%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-095-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 99%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 99%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 99%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-096.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-096.xht deleted file mode 100644 index 47acaac4823..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-096.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 100%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 100%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 100%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 100%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-097.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-097.xht deleted file mode 100644 index 22695edc19b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-097.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, +100%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, +100%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, +100%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, +100%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-098.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-098.xht deleted file mode 100644 index 4b64681777c..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-098.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 101%, 0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 101%, 0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 101%, 0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 101%, 0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-099.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-099.xht deleted file mode 100644 index 05bc3d2e1b8..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-099.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, -1, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, -1, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, -1, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, -1, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-100.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-100.xht deleted file mode 100644 index e49ccf9bf67..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-100.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 1, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 1, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 1, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 1, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-101.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-101.xht deleted file mode 100644 index d6c6794fab9..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-101.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, -0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, -0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, -0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, -0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-102.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-102.xht deleted file mode 100644 index 76586ebb171..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-102.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, +0, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, +0, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +0, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +0, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-103.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-103.xht deleted file mode 100644 index c7db3c5fdf0..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-103.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 128, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 128, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 128, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 128, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-104.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-104.xht deleted file mode 100644 index 1c233b9efb5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-104.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, +128, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, +128, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +128, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +128, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-105.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-105.xht deleted file mode 100644 index be5647977bf..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-105.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 254, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 254, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 254, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 254, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-106.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-106.xht deleted file mode 100644 index 53f8612f5ed..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-106.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 255, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 255, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 255, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 255, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-107.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-107.xht deleted file mode 100644 index ec2baec1cea..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-107.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, +255, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, +255, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, +255, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, +255, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-108.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-108.xht deleted file mode 100644 index c594dcf86c0..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-108.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 256, 0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 256, 0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 256, 0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 256, 0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-109.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-109.xht deleted file mode 100644 index e719cacce5e..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-109.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, -1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, -1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, -1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, -1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-110-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-110-ref.xht deleted file mode 100644 index 215dd07ad21..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-110-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 1%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-110.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-110.xht deleted file mode 100644 index 81cc1ed2e02..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-110.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 1%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-110-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 1%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 1%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 1%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-111.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-111.xht deleted file mode 100644 index 07f0e8fb93d..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-111.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, -0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, -0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, -0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, -0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-112.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-112.xht deleted file mode 100644 index 35df23618fe..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-112.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, +0%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, +0%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +0%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +0%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-113-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-113-ref.xht deleted file mode 100644 index 8baabd985a2..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-113-ref.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 40%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-113.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-113.xht deleted file mode 100644 index 1802658f98a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-113.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-113-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-114.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-114.xht deleted file mode 100644 index 97582b7a4db..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-114.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, +40%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2013-05-17 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-113-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, +40%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +40%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +40%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-115-ref.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-115-ref.xht deleted file mode 100644 index b3d7efcb602..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-115-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Reftest Reference</title> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> - <style type="text/css"> - div - { - height: 100px; - width: 100px; - margin: 50px 0 0 50px; - background-color: rgb(0%, 0%, 99%); - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div></div> - <div></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-115.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-115.xht deleted file mode 100644 index 4a434b97ee5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-115.xht +++ /dev/null @@ -1,34 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 99%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com" /> <!-- converted to reftest 01-08-2013 --> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="outline-color-115-ref.xht"/> - <meta name="assert" content="Outline color rgb(0%, 0%, 99%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 99%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 99%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two squares below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-116.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-116.xht deleted file mode 100644 index 4a6804be17c..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-116.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, 100%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-117.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-117.xht deleted file mode 100644 index f688c5c593a..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-117.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, +100%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, +100%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, +100%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, +100%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-118.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-118.xht deleted file mode 100644 index 87eea213ab2..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-118.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0%, 0%, 101%)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0%, 0%, 101%) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0%, 0%, 101%); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0%, 0%, 101%); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-119.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-119.xht deleted file mode 100644 index eca70fb1d72..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-119.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, -1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, -1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, -1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, -1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-120.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-120.xht deleted file mode 100644 index f57de8633b6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-120.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 1)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 1) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 1); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 1); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-121.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-121.xht deleted file mode 100644 index e91a77eb320..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-121.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, -0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, -0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, -0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, -0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-122.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-122.xht deleted file mode 100644 index 78c8224984f..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-122.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, +0)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color rgb(0, 0, +0) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +0); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +0); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-123.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-123.xht deleted file mode 100644 index 5714c14a1e1..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-123.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-124.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-124.xht deleted file mode 100644 index c552ae69cc4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-124.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, +128)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, +128) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +128); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +128); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-125.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-125.xht deleted file mode 100644 index 5be5f3774da..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-125.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 254)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 254) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 254); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 254); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-126.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-126.xht deleted file mode 100644 index 88ff60bc176..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-126.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 255) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-127.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-127.xht deleted file mode 100644 index abca8308d76..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-127.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, +255)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, +255) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, +255); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, +255); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-128.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-128.xht deleted file mode 100644 index de5070a3562..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-128.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'rgb(0, 0, 256)'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color rgb(0, 0, 256) renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: rgb(0, 0, 256); - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: rgb(0, 0, 256); - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-130.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-130.xht deleted file mode 100644 index 0b5938fdc11..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-130.xht +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'black'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <link rel="match" href="../reference/boxes_same_color_100px_black_50px_margin.xht"/> - <meta name="assert" content="Outline color black renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: black; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: black; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html> diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-131.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-131.xht deleted file mode 100644 index 45bc6a9afba..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-131.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'blue'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color blue renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: blue; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: blue; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-132.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-132.xht deleted file mode 100644 index 9d48c842886..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-132.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'fuchsia'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color fuchsia renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: fuchsia; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: fuchsia; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-133.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-133.xht deleted file mode 100644 index 44f91a3b577..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-133.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'gray'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color gray renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: gray; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: gray; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-134.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-134.xht deleted file mode 100644 index 55b9e9d1cfd..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-134.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'green'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color green renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: green; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: green; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-135.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-135.xht deleted file mode 100644 index 874712372b6..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-135.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'lime'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color lime renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: lime; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: lime; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-136.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-136.xht deleted file mode 100644 index 4d4cf17e0d4..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-136.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'maroon'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color maroon renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: maroon; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: maroon; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-137.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-137.xht deleted file mode 100644 index 02fedc25b0f..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-137.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'navy'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color navy renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: navy; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: navy; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-138.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-138.xht deleted file mode 100644 index afd9d8aa82c..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-138.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'olive'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color olive renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: olive; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: olive; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-139.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-139.xht deleted file mode 100644 index 9fcf203cee5..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-139.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'orange'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color orange renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: orange; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: orange; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-140.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-140.xht deleted file mode 100644 index 60aa999768b..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-140.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'purple'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color purple renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: purple; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: purple; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-141.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-141.xht deleted file mode 100644 index 3400c9a3c8d..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-141.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'red'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color red renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: red; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: red; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-142.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-142.xht deleted file mode 100644 index 37950f49b02..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-142.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'silver'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color silver renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: silver; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: silver; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-143.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-143.xht deleted file mode 100644 index 88e1a322c3c..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-143.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'teal'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color teal renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: teal; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: teal; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-144.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-144.xht deleted file mode 100644 index 93b39a25eb7..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-144.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'white'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color white renders the correct outline color on the element." /> - <style type="text/css"> - body - { - background-color: black; - color: white; - } - #div1 - { - outline-color: white; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: white; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/ui/outline-color-145.xht b/tests/wpt/tests/css/CSS2/ui/outline-color-145.xht deleted file mode 100644 index f93f849e666..00000000000 --- a/tests/wpt/tests/css/CSS2/ui/outline-color-145.xht +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: Outline-color set to 'yellow'</title> - <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> - <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> - <meta name="assert" content="Outline color yellow renders the correct outline color on the element." /> - <style type="text/css"> - #div1 - { - outline-color: yellow; - outline-style: solid; - outline-width: 50px; - margin: 100px 0 0 100px; - width: 0; - } - #reference - { - background-color: yellow; - height: 100px; - margin: 200px 0 0 50px; - width: 100px; - } - </style> - </head> - <body> - <p>Test passes if the two boxes below are the same color.</p> - <div id="div1"></div> - <div id="reference"></div> - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/tests/css/CSS2/values/color-000-ref.xht b/tests/wpt/tests/css/CSS2/values/color-000-ref.xht deleted file mode 100644 index 9d463033b3e..00000000000 --- a/tests/wpt/tests/css/CSS2/values/color-000-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>CSS Reftest Reference</title> -<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/> -<style type="text/css"> -p { - color: green; -} -</style> -</head> -<body> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -<p>This should be green</p> -</body> -</html> diff --git a/tests/wpt/tests/css/CSS2/values/color-000.xht b/tests/wpt/tests/css/CSS2/values/color-000.xht deleted file mode 100644 index ea2e3f51d37..00000000000 --- a/tests/wpt/tests/css/CSS2/values/color-000.xht +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Test: RGB color syntax error handling</title> - <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> - <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/parsing/006.html" type="text/html"/> - <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#color-units"/> - <link rel="match" href="color-000-ref.xht"/> - <meta name="flags" content="invalid"/> - <style type="text/css"> - p.correct { color: red } - p.incorrect { color: green } - p#numnumpercent { color: rgb(255, 0, 0%) } - p#percentnumnum { color: rgb(100%, 0, 0) } - p#percentpercentnum { color: rgb(100%, 0%, 0) } - p#percentnumpercent { color: rgb(100%, 0, 0%) } - p#numpercentnum { color: rgb(255, 0%, 0); } - p#numnumnum { color: rgb(0, 128, 0) } - p#percentpercentpercent1 { color: rgb(0%, 50%, 0%) } - p#percentpercentpercent2 { color: rgb(0%, 50.01%, 0%) } - </style> - </head> - <body> - <p class="incorrect" id="numnumpercent">This should be green</p> - <p class="incorrect" id="percentnumnum">This should be green</p> - <p class="incorrect" id="percentpercentnum">This should be green</p> - <p class="incorrect" id="percentnumpercent">This should be green</p> - <p class="incorrect" id="numpercentnum">This should be green</p> - - <p class="correct" id="numnumnum">This should be green</p> - <p class="correct" id="percentpercentpercent1">This should be green</p> - <p class="correct" id="percentpercentpercent2">This should be green</p> - </body> -</html> diff --git a/tests/wpt/tests/css/css-align/blocks/align-content-block-break-content-020.html b/tests/wpt/tests/css/css-align/blocks/align-content-block-break-content-020.html index 83267301b4c..bfd76aef23a 100644 --- a/tests/wpt/tests/css/css-align/blocks/align-content-block-break-content-020.html +++ b/tests/wpt/tests/css/css-align/blocks/align-content-block-break-content-020.html @@ -4,8 +4,8 @@ <link rel="help" href="https://www.w3.org/TR/css-align-3/#align-block"> <meta name="flags" content="may"> <!-- fragmented alignment is underdefined; these are two possibilities --> -<link rel="match" href="align-content-block-break-content-010-aligned-ref.html"> -<link rel="match" href="align-content-block-break-content-010-unaligned-ref.html"> +<link rel="match" href="align-content-block-break-content-020-aligned-ref.html"> +<link rel="match" href="align-content-block-break-content-020-unaligned-ref.html"> <style title="Needed for automation; delete to review/debug"> @import "/fonts/ahem.css"; diff --git a/tests/wpt/tests/css/css-align/blocks/align-content-block-break-overflow-020.html b/tests/wpt/tests/css/css-align/blocks/align-content-block-break-overflow-020.html index 5f4b3d9555a..04b20f87ad7 100644 --- a/tests/wpt/tests/css/css-align/blocks/align-content-block-break-overflow-020.html +++ b/tests/wpt/tests/css/css-align/blocks/align-content-block-break-overflow-020.html @@ -4,7 +4,7 @@ <link rel="help" href="https://www.w3.org/TR/css-align-3/#align-block"> <meta name="flags" content="may"> <!-- fragmented alignment is underdefined; this is one possibility --> -<link rel="match" href="align-content-block-break-overflow-010-ref.html"> +<link rel="match" href="align-content-block-break-overflow-020-ref.html"> <style title="Needed for automation; delete to review/debug"> @import "/fonts/ahem.css"; diff --git a/tests/wpt/tests/css/css-anchor-position/anchor-non-oof-inherit.html b/tests/wpt/tests/css/css-anchor-position/anchor-non-oof-inherit.html deleted file mode 100644 index 75f98a1ebfe..00000000000 --- a/tests/wpt/tests/css/css-anchor-position/anchor-non-oof-inherit.html +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE html> -<title>Tests that anchor functions can be inherited from in-flow elements</title> -<link rel="help" href="https://drafts4.csswg.org/css-anchor-position-1/"> -<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1382151"> -<link rel="author" href="mailto:xiaochengh@chromium.org"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> -<script src="/resources/check-layout-th.js"></script> -<script src="support/test-common.js"></script> - -<style> -.cb { - width: 200px; - height: 200px; - transform: scale(1); -} - -.anchor { - width: 100px; - height: 100px; - top: 50px; - left: 50px; - position: relative; - background: red; - anchor-name: --a; -} - -.target { - position: absolute; - background: green; - top: inherit; - bottom: inherit; - left: inherit; - right: inherit; - width: inherit; - min-width: inherit; - max-width: inherit; - height: inherit; - min-height: inherit; - max-height: inherit; -} - -.inset-parent { - top: anchor(--a top); - bottom: anchor(--a bottom); - left: anchor(--a left); - right: anchor(--a right); -} - -.size-parent { - width: anchor-size(--a width); - height: anchor-size(--a height); - top: 50px; - left: 50px; -} - -.min-size-parent { - min-width: anchor-size(--a width); - min-height: anchor-size(--a height); - top: 50px; - left: 50px; - bottom: 200px; - right: 200px; -} - -.max-size-parent { - max-width: anchor-size(--a width); - max-height: anchor-size(--a height); - top: 50px; - left: 50px; - bottom: 0px; - right: 0px; -} - -</style> - -<body onload="checkLayoutForAnchorPos('.target')"> - -<p>In each test case, we should see a filled green square with no red.</p> - -<div class=cb> - <div class="anchor"></div> - <div class="inset-parent"> - <div class="target" - data-offset-x=50 data-offset-y=50 - data-expected-width=100 data-expected-height=100></div> - </div> -</div> - -<div class=cb> - <div class="anchor"></div> - <div class="size-parent"> - <div class="target" - data-offset-x=50 data-offset-y=50 - data-expected-width=100 data-expected-height=100></div> - </div> -</div> - -<div class=cb> - <div class="anchor"></div> - <div class="min-size-parent"> - <div class="target" - data-offset-x=50 data-offset-y=50 - data-expected-width=100 data-expected-height=100></div> - </div> -</div> - -<div class=cb> - <div class="anchor"></div> - <div class="max-size-parent"> - <div class="target" - data-offset-x=50 data-offset-y=50 - data-expected-width=100 data-expected-height=100></div> - </div> -</div> - -</body> diff --git a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-computed.html b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-computed.html index d6423c164b6..ac84b8fa4b3 100644 --- a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-computed.html +++ b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-computed.html @@ -17,6 +17,8 @@ test_computed_value("position-try-options", "flip-block, flip-inline"); test_computed_value("position-try-options", "--foo, --bar"); test_computed_value("position-try-options", "flip-start flip-inline flip-block", "flip-block flip-inline flip-start"); + test_computed_value("position-try-options", "flip-start --flop", "--flop flip-start"); + test_computed_value("position-try-options", "--flop flip-start"); assert_not_inherited("position-try-options", "none", "flip-inline"); </script> diff --git a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-parsing.html b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-parsing.html index dfc9997e9fd..cb250a178d4 100644 --- a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-parsing.html +++ b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-options-parsing.html @@ -14,16 +14,21 @@ test_valid_value("position-try-options", "none"); test_valid_value("position-try-options", "flip-block"); test_valid_value("position-try-options", "flip-start, flip-block"); - test_valid_value("position-try-options", "flip-start flip-inline, flip-block"); + test_valid_value("position-try-options", "flip-start flip-inline, flip-block", "flip-inline flip-start, flip-block"); test_valid_value("position-try-options", "flip-start, flip-start"); test_valid_value("position-try-options", "flip-block, --foo"); test_valid_value("position-try-options", "--bar, flip-block flip-start"); test_valid_value("position-try-options", "--foo, --bar, --baz"); + test_valid_value("position-try-options", "--bar flip-block"); + test_valid_value("position-try-options", "--bar flip-inline flip-block", "--bar flip-block flip-inline"); + test_valid_value("position-try-options", "flip-inline --foo", "--foo flip-inline"); + test_valid_value("position-try-options", "flip-inline flip-start --foo", "--foo flip-inline flip-start"); test_invalid_value("position-try-options", "none, flip-start"); test_invalid_value("position-try-options", "flip-block flip-block"); - test_invalid_value("position-try-options", "flip-block --foo"); + test_invalid_value("position-try-options", "--bar flip-block --foo"); test_invalid_value("position-try-options", "--foo --bar"); + test_invalid_value("position-try-options", "flip-inline --bar flip-block"); test_invalid_value("position-try-options", "-foo"); test_invalid_value("position-try-options", "foo"); </script> diff --git a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-parsing.html b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-parsing.html index 7f504597106..8c36ddbaace 100644 --- a/tests/wpt/tests/css/css-anchor-position/parsing/position-try-parsing.html +++ b/tests/wpt/tests/css/css-anchor-position/parsing/position-try-parsing.html @@ -11,7 +11,8 @@ test_valid_value("position-try", "most-height none"); test_valid_value("position-try", "--bar, --baz"); test_valid_value("position-try", "most-inline-size --baz, flip-inline"); - test_valid_value("position-try", "most-block-size flip-inline flip-block, --bar, --baz"); + test_valid_value("position-try", "most-block-size flip-inline flip-block, --bar, --baz", + "most-block-size flip-block flip-inline, --bar, --baz"); test_valid_value("position-try", "normal none", "none"); test_valid_value("position-try", "most-width none"); test_valid_value("position-try", "normal --foo", "--foo"); @@ -39,6 +40,6 @@ }); test_shorthand_value("position-try", "most-inline-size flip-inline flip-block, --foo, --bar", { "position-try-order": "most-inline-size", - "position-try-options": "flip-inline flip-block, --foo, --bar", + "position-try-options": "flip-block flip-inline, --foo, --bar", }); </script> diff --git a/tests/wpt/tests/css/css-borders/META.yml b/tests/wpt/tests/css/css-borders/META.yml new file mode 100644 index 00000000000..e1ef68513f7 --- /dev/null +++ b/tests/wpt/tests/css/css-borders/META.yml @@ -0,0 +1,5 @@ +spec: https://drafts.csswg.org/css-borders/ +suggested_reviewers: + - dbaron + - fantasai + - SebastianZ diff --git a/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001-ref.html b/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001-ref.html new file mode 100644 index 00000000000..8d9bd96f7ed --- /dev/null +++ b/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001-ref.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html class="reftest-wait"> + <meta charset="utf-8"> + <title>content-visibility and intrinsic size (reference)</title> + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <script src="/common/rendering-utils.js"></script> + <style> + #container { + position: sticky; + } + #container > div { + font: 25px/1 Ahem; + } + </style> + <div id="container"> + <div>X</div> + <div id="target">XX</div> + <div>XXX</div> + <div>XXXX</div> + </div> + <script> + target.scrollIntoView(); + document.fonts.ready.then(() => { + waitForAtLeastOneFrame().then(() => { + document.documentElement.classList.remove("reftest-wait"); + }); + }); + </script> +</html> diff --git a/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001.html b/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001.html new file mode 100644 index 00000000000..3a378d17e89 --- /dev/null +++ b/tests/wpt/tests/css/css-contain/content-visibility/content-visibility-intrinsic-size-001.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html class="reftest-wait"> + <meta charset="utf-8"> + <title>content-visibility and intrinsic size</title> + <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1880928"> + <link rel="match" href="content-visibility-intrinsic-size-001-ref.html"> + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <meta name="assert" content="Rendering of should stabilize, with all the 'content-visibility: auto' divs becoming close to viewport."> + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <script src="/common/rendering-utils.js"></script> + <style> + #container { + position: sticky; + } + #container > div { + font: 25px/1 Ahem; + content-visibility: auto; + contain-intrinsic-size: 1px 5000px; + } + </style> + <div id="container"> + <div>X</div> + <div id="target">XX</div> + <div>XXX</div> + <div>XXXX</div> + </div> + <script> + target.scrollIntoView(); + document.fonts.ready.then(() => { + waitForAtLeastOneFrame().then(() => { + document.documentElement.classList.remove("reftest-wait"); + }); + }); + </script> +</html> diff --git a/tests/wpt/tests/css/css-display/reading-order/reading-order-items-computed.html b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-computed.html new file mode 100644 index 00000000000..a8280337665 --- /dev/null +++ b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-computed.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<title>CSS Display: getComputedStyle().readingOrderItems</title> +<link rel="help" href="https://drafts.csswg.org/css-display-4/#reading-order-items"> +<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/computed-testcommon.js"></script> +<body> +<div id="target"></div> +<script> +test_computed_value('reading-order-items', 'normal'); +test_computed_value('reading-order-items', 'flex-visual'); +test_computed_value('reading-order-items', 'flex-flow'); +test_computed_value('reading-order-items', 'grid-rows'); +test_computed_value('reading-order-items', 'grid-columns'); +test_computed_value('reading-order-items', 'grid-order'); +</script> +</body> diff --git a/tests/wpt/tests/css/css-display/reading-order/reading-order-items-invalid.html b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-invalid.html new file mode 100644 index 00000000000..eff5846e316 --- /dev/null +++ b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-invalid.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<title>CSS Display: parsing reading-order-items with invalid values</title> +<link rel="help" href="https://drafts.csswg.org/css-display-4/#reading-order-items"> +<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> +<body> +<script> +test_invalid_value('reading-order-items', 'auto'); +test_invalid_value('reading-order-items', 'none'); +test_invalid_value('reading-order-items', 'legacy'); +test_invalid_value('reading-order-items', 'normal auto'); +test_invalid_value('reading-order-items', 'flex-visual flex-flow'); +test_invalid_value('reading-order-items', '100%'); +test_invalid_value('reading-order-items', '10px'); +</script> +</body> diff --git a/tests/wpt/tests/css/css-display/reading-order/reading-order-items-valid.html b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-valid.html new file mode 100644 index 00000000000..d1ac7de64eb --- /dev/null +++ b/tests/wpt/tests/css/css-display/reading-order/reading-order-items-valid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<title>CSS Display: parsing reading-order-items with valid values</title> +<link rel="help" href="https://drafts.csswg.org/css-display-4/#reading-order-items"> +<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> +<body> +<script> +test_valid_value('reading-order-items', 'normal'); +test_valid_value('reading-order-items', 'flex-visual'); +test_valid_value('reading-order-items', 'flex-flow'); +test_valid_value('reading-order-items', 'grid-rows'); +test_valid_value('reading-order-items', 'grid-columns'); +test_valid_value('reading-order-items', 'grid-order'); +</script> +</body> diff --git a/tests/wpt/tests/css/css-fill-stroke/paint-order-001.html b/tests/wpt/tests/css/css-fill-stroke/paint-order-001.html new file mode 100644 index 00000000000..8fd100c431e --- /dev/null +++ b/tests/wpt/tests/css/css-fill-stroke/paint-order-001.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<title>webkit-text-stroke and paint-order</title> +<link rel="author" title="Jonathan Kew" href="jfkthame@gmail.com"> +<link rel="author" title="Mozilla" href="https://www.mozilla.org"> +<link rel="match" href="reference/paint-order-001-ref.tentative.html"> +<link rel="help" href="https://www.w3.org/TR/fill-stroke-3/#strokes"> +<link rel="help" href="https://compat.spec.whatwg.org/#the-webkit-text-stroke"> +<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-5"> +<style> +span { -webkit-text-stroke: 5px orange; } +span.i { paint-order: initial; } +span.f { paint-order: fill; } +span.fs { paint-order: fill stroke; } +span.s { paint-order: stroke; } +span.sf { paint-order: stroke fill; } +</style> +<body> +<div style="font: bold 32px serif;"> + <span class="i">initial</span> + <span class="f">fill</span> + <span class="s">stroke</span> + <span class="fs">f-s</span> + <span class="sf">s-f</span> +</div> + +<div style="font: bold 64px serif;"> + <span class="i">initial</span> + <span class="f">fill</span> + <span class="s">stroke</span> + <span class="fs">f-s</span> + <span class="sf">s-f</span> +</div> + +<div style="font: bold 96px serif;"> + <span class="i">initial</span><br> + <span class="f">fill</span> + <span class="s">stroke</span><br> + <span class="fs">f-s</span> + <span class="sf">s-f</span> +</div> +<body> +<html> diff --git a/tests/wpt/tests/css/css-fill-stroke/paint-order-001.tentative.html b/tests/wpt/tests/css/css-fill-stroke/paint-order-001.tentative.html deleted file mode 100644 index 9d1604116ba..00000000000 --- a/tests/wpt/tests/css/css-fill-stroke/paint-order-001.tentative.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html> -<meta charset="utf-8"> -<title>webkit-text-stroke and paint-order</title> -<link rel="author" title="Jonathan Kew" href="jfkthame@gmail.com"> -<link rel="author" title="Mozilla" href="https://www.mozilla.org"> -<link rel="match" href="reference/paint-order-001-ref.tentative.html"> -<link rel="help" href="https://www.w3.org/TR/fill-stroke-3/#strokes"> -<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-5"> -<style> -span { -webkit-text-stroke: 5px orange; } -span.i { paint-order: initial; } -span.f { paint-order: fill; } -span.fs { paint-order: fill stroke; } -span.s { paint-order: stroke; } -span.sf { paint-order: stroke fill; } -</style> -<body> -<div style="font: bold 32px serif;"> - <span class="i">initial</span> - <span class="f">fill</span> - <span class="s">stroke</span> - <span class="fs">f-s</span> - <span class="sf">s-f</span> -</div> - -<div style="font: bold 64px serif;"> - <span class="i">initial</span> - <span class="f">fill</span> - <span class="s">stroke</span> - <span class="fs">f-s</span> - <span class="sf">s-f</span> -</div> - -<div style="font: bold 96px serif;"> - <span class="i">initial</span><br> - <span class="f">fill</span> - <span class="s">stroke</span><br> - <span class="fs">f-s</span> - <span class="sf">s-f</span> -</div> -<body> -<html> diff --git a/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-computed.html b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-computed.html new file mode 100644 index 00000000000..50a963297ce --- /dev/null +++ b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-computed.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<title>Tests parsing of the text-box-edge property</title> +<link rel="author" title="Google LLC" href="https://www.google.com/"> +<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-edges"> +<meta name="assert" content="text-box-edge supports the full grammar leading | [ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/computed-testcommon.js"></script> +<body> +<div id="target"></div> +<script> +test_computed_value('text-box-edge', 'leading'); +test_computed_value('text-box-edge', 'text'); +test_computed_value('text-box-edge', 'ex'); +test_computed_value('text-box-edge', 'cap'); +test_computed_value('text-box-edge', 'text alphabetic'); +test_computed_value('text-box-edge', 'text text', 'text'); +test_computed_value('text-box-edge', 'cap alphabetic'); +test_computed_value('text-box-edge', 'cap text', 'cap'); +test_computed_value('text-box-edge', 'ex alphabetic'); +test_computed_value('text-box-edge', 'ex text', 'ex'); +</script> +</body> diff --git a/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-invalid.html b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-invalid.html new file mode 100644 index 00000000000..401f8c61a39 --- /dev/null +++ b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-invalid.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<title>Tests parsing of the text-box-edge property</title> +<link rel="author" title="Google LLC" href="https://www.google.com/"> +<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-edges"> +<meta name="assert" content="text-box-edge supports the full grammar leading | [ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> + +<script> +// invalid keyword +test_invalid_value('text-box-edge', 'auto'); +test_invalid_value('text-box-edge', 'auto leading'); +test_invalid_value('text-box-edge', 'leading auto'); + +// invalid grammar +test_invalid_value('text-box-edge', 'alphabetic'); +test_invalid_value('text-box-edge', 'alphabetic text'); +test_invalid_value('text-box-edge', 'text cap'); +test_invalid_value('text-box-edge', 'text ex'); +test_invalid_value('text-box-edge', 'leading leading'); +test_invalid_value('text-box-edge', 'leading text'); +test_invalid_value('text-box-edge', 'text leading'); +test_invalid_value('text-box-edge', 'text text text'); + +</script> diff --git a/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-valid.html b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-valid.html new file mode 100644 index 00000000000..36f37715b99 --- /dev/null +++ b/tests/wpt/tests/css/css-inline/text-box-trim/text-box-edge-valid.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<title>Tests parsing of the text-box-edge property</title> +<link rel="author" title="Google LLC" href="https://www.google.com/"> +<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-edges"> +<meta name="assert" content="text-box-edge supports the full grammar leading | [ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/parsing-testcommon.js"></script> + +<script> +test_valid_value('text-box-edge', 'leading'); +test_valid_value('text-box-edge', 'text'); +test_valid_value('text-box-edge', 'ex'); +test_valid_value('text-box-edge', 'cap'); +test_valid_value('text-box-edge', 'text alphabetic'); +test_valid_value('text-box-edge', 'text text', 'text'); +test_valid_value('text-box-edge', 'cap alphabetic'); +test_valid_value('text-box-edge', 'cap text', 'cap'); +test_valid_value('text-box-edge', 'ex alphabetic'); +test_valid_value('text-box-edge', 'ex text', 'ex'); +</script> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit-ref.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit-ref.html new file mode 100644 index 00000000000..5b1cf397294 --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<style> + .container { + width: 100px; + height: 100px; + background-color: green; + clip-path: circle(35px at 10px 10px); + } +</style> + +<body> + <div class="container"></div> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit.html new file mode 100644 index 00000000000..50f314da348 --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-inherit.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"> +<link rel="match" href="clip-path-animation-inherit-ref.html"> +<style> + .container { + width: 100px; + height: 100px; + background-color: green; + animation: clippath 20s steps(2, jump-end) -9.999s; + } + + body { + clip-path: circle(50% at 0 0); + } + + @keyframes clippath { + 0% { + clip-path: circle(20px at 20px 20px); + } + + 100% { + clip-path: inherit; + } + } +</style> +<script src="/common/reftest-wait.js"></script> +<script src="../../../../web-animations/resources/timing-utils.js"></script> + +<body> + <div class="container"></div> + + <script> + waitForAnimationTime(document.getAnimations()[0], 1).then(takeScreenshot); + </script> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-initial.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-initial.html new file mode 100644 index 00000000000..45e7714328a --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-initial.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"> +<link rel="match" href="clip-path-animation-none-ref.html"> +<!-- + This test verifies that + 1) clip-path: initial in an animation does not cause a crash + 2) that clip-path: initial displays correctly for an animation +--> +<style> + @keyframes clippath { + 0% { + clip-path: inset(25% 25%); + } + + 100% { + clip-path: initial; + } + } + + .target { + animation: clippath 20s steps(2, jump-end) -9.999s; + background-color: blue; + width: 100px; + height: 100px; + } + + /* + * Ensure that clip-path is truly none, and not a rectangle that + * encompasses area of the parent + */ + .outofbounds { + position: absolute; + top: 200px; + left: 200px; + height: 10px; + width: 10px; + background-color: blue + } +</style> +<script src="/common/reftest-wait.js"></script> +<script src="../../../../web-animations/resources/timing-utils.js"></script> + +<body> + <div class="target"> + <div class="outofbounds"></div> + </div> + <script> + waitForAnimationTime(document.getAnimations()[0], 1).then(takeScreenshot); + </script> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert-layer.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert-layer.html new file mode 100644 index 00000000000..cc23c96e2ee --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert-layer.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"> +<link rel="match" href="clip-path-animation-none-ref.html"> +<!-- + This test verifies that + 1) clip-path: revert-layer in an animation does not cause a crash + 2) that clip-path: revert-layer displays correctly for an animation +--> +<style> + @keyframes clippath { + 0% { + clip-path: inset(25% 25%); + } + + 100% { + clip-path: revert-layer; + } + } + + .target { + animation: clippath 20s steps(2, jump-end) -9.999s; + background-color: blue; + width: 100px; + height: 100px; + } + + /* + * Ensure that clip path is truly none, and not a rectangle that + * encompasses area of the parent + */ + .outofbounds { + position: absolute; + top: 200px; + left: 200px; + height: 10px; + width: 10px; + background-color: blue + } +</style> +<script src="/common/reftest-wait.js"></script> +<script src="../../../../web-animations/resources/timing-utils.js"></script> + +<body> + <div class="target"> + <div class="outofbounds"></div> + </div> + <script> + waitForAnimationTime(document.getAnimations()[0], 1).then(takeScreenshot); + </script> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert.html new file mode 100644 index 00000000000..8599755d338 --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-revert.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"> +<link rel="match" href="clip-path-animation-none-ref.html"> +<!-- + This test verifies that + 1) clip-path: revert in an animation does not cause a crash + 2) that clip-path: revert displays correctly for an animation +--> +<style> + @keyframes clippath { + 0% { + clip-path: inset(25% 25%); + } + + 100% { + clip-path: revert; + } + } + + .target { + animation: clippath 20s steps(2, jump-end) -9.999s; + background-color: blue; + width: 100px; + height: 100px; + } + + /* + * Ensure that clip path is truly none, and not a rectangle that + * encompasses area of the parent + */ + .outofbounds { + position: absolute; + top: 200px; + left: 200px; + height: 10px; + width: 10px; + background-color: blue + } +</style> +<script src="/common/reftest-wait.js"></script> +<script src="../../../../web-animations/resources/timing-utils.js"></script> + +<body> + <div class="target"> + <div class="outofbounds"></div> + </div> + <script> + waitForAnimationTime(document.getAnimations()[0], 1).then(takeScreenshot); + </script> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-unset.html b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-unset.html new file mode 100644 index 00000000000..655215dc7f6 --- /dev/null +++ b/tests/wpt/tests/css/css-masking/clip-path/animations/clip-path-animation-unset.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="help" href="https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation"> +<link rel="match" href="clip-path-animation-none-ref.html"> +<!-- + This test verifies that + 1) clip-path: unset in an animation does not cause a crash + 2) that clip-path: unset displays correctly for an animation +--> +<style> + @keyframes clippath { + 0% { + clip-path: inset(25% 25%); + } + + 100% { + clip-path: unset; + } + } + + .target { + animation: clippath 20s steps(2, jump-end) -9.999s; + background-color: blue; + width: 100px; + height: 100px; + } + + /* + * Ensure that clip-path: none is truly none, and not a rectangle that + * encompasses area of the parent + */ + .outofbounds { + position: absolute; + top: 200px; + left: 200px; + height: 10px; + width: 10px; + background-color: blue + } +</style> +<script src="/common/reftest-wait.js"></script> +<script src="../../../../web-animations/resources/timing-utils.js"></script> + +<body> + <div class="target"> + <div class="outofbounds"></div> + </div> + <script> + waitForAnimationTime(document.getAnimations()[0], 1).then(takeScreenshot); + </script> +</body> + +</html> diff --git a/tests/wpt/tests/css/css-masking/parsing/mask-computed.html b/tests/wpt/tests/css/css-masking/parsing/mask-computed.html index 28fc38defae..586683dd5de 100644 --- a/tests/wpt/tests/css/css-masking/parsing/mask-computed.html +++ b/tests/wpt/tests/css/css-masking/parsing/mask-computed.html @@ -10,7 +10,7 @@ <script src="/css/support/computed-testcommon.js"></script> </head> <body> -<div id="target"></div> +<div id="target" style="display:none"></div> <script> // value: <mask-layer># // <mask-layer> = diff --git a/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print-ref.html b/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print-ref.html new file mode 100644 index 00000000000..6cb29e1c7c6 --- /dev/null +++ b/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print-ref.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<head> + <meta charset="utf-8"/> + <title>Reference for styling a page with a non-empty name then a page with an empty name</title> + <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/> + <style> +@page{ + size: 200px 300px; +} +@page a{ + margin: 0; +} +@page b{ + /* Add a margin so that even if page-orientation doesn't work in the tests + * the pages are different. */ + margin: 20px; + page-orientation: rotate-left; +} +body{ + margin: 0; +} +.page{ + break-after: page; + overflow: hidden; + width: 160px; + height: 260px; +} +.marker{ + width: 90px; + height: 90px; + background-color: cyan; +} + </style> +</head> +<body> + <div class="page" style="page: a"> + <div> + <div class="marker">1</div> + <div style="position: absolute">x</div> + <canvas width="100" height="200"></canvas> + </div> + </div> + <div class="page" style="page: b"> + <div class="marker">2</div> + <div style="position: absolute">y</div> + <canvas width="100" height="200"></canvas> + </div> + <div class="page" style="page: a"> + <div> + <div class="marker">3</div> + <div style="position: absolute">z</div> + <canvas width="100" height="200"></canvas> + </div> + </div> +</body> diff --git a/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print.html b/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print.html new file mode 100644 index 00000000000..61baa23603f --- /dev/null +++ b/tests/wpt/tests/css/css-page/page-name-unnamed-trailing-001-print.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<head> + <meta charset="utf-8"/> + <title>Test that a page with a non-empty name then a page with an empty name are correctly styled</title> + <link rel="match" href="page-name-unnamed-trailing-001-print-ref.html"/> + <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/> + <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/> + <style> +@page{ + margin: 0; + size: 200px 300px; +} +@page landscape{ + /* Add a margin so that even if page-orientation doesn't work in the tests + * the pages are different. */ + margin: 20px; + page-orientation: rotate-left; +} +body{ + margin: 0; +} +.page{ + break-after: page; + overflow: hidden; + width: 160px; + height: 260px; +} +.marker{ + width: 90px; + height: 90px; + background-color: cyan; +} + </style> +</head> +<body> + <div class="page"> + <div> + <div class="marker">1</div> + <div style="position: absolute">x</div> + <canvas width="100" height="200"></canvas> + </div> + </div> + <div class="page"> + <div style="page: landscape"> + <div class="marker">2</div> + <div style="position: absolute">y</div> + <canvas style="page: landscape" width="100" height="200"></canvas> + </div> + </div> + <div class="page"> + <div> + <div class="marker">3</div> + <div style="position: absolute">z</div> + <canvas width="100" height="200"></canvas> + </div> + </div> +</body> diff --git a/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001-ref.html b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001-ref.html new file mode 100644 index 00000000000..a3705965fe4 --- /dev/null +++ b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001-ref.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<link rel="author" title="David Shin" href="dshin@mozilla.com"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1879731"> +<style> +table { + border-collapse: collapse; +} + +.group { + border-left: 1px solid black; + border-right: 3px solid black; +} +</style> +<table> + <tbody id="table"> + <tr><td class="group">X</td></tr> + <tr><td>X</td></tr> + <tr><td>X</td></tr> + </tbody> +</table> diff --git a/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001.html b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001.html new file mode 100644 index 00000000000..67330e4d2c4 --- /dev/null +++ b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-001.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="author" title="David Shin" href="dshin@mozilla.com"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1879731"> +<link rel="match" href="collapsed-border-partial-invalidation-001-ref.html"> +<meta name="assert" content="Invalidating part of a border-collapsed table keeps border styling correctly."> +<style> +table { + border-collapse: collapse; +} + +.group { + border-left: 1px solid black; + border-right: 3px solid black; +} +</style> +<table> + <tbody id="table"> + <tr><td class="group">X</td></tr> + <tr><td>X</td></tr> + </tbody> +</table> + +<script> +onload = function () { + // Make sure the table layout is flushed + table.getBoundingClientRect(); + const tr = document.createElement('tr'); + const td = document.createElement('td'); + td.innerText = "X"; + tr.appendChild(td); + table.appendChild(tr); + document.documentElement.className = ""; +} +</script> +</html> diff --git a/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002-ref.html b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002-ref.html new file mode 100644 index 00000000000..d89389a6dc3 --- /dev/null +++ b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<link rel="author" title="David Shin" href="dshin@mozilla.com"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1879731"> +<style> +table { + border-collapse: collapse; +} + +.group { + border-top: 1px solid black; + border-bottom: 3px solid black; +} +</style> +<table> + <tr id="row"><td class="group">X</td><td>X</td><td>X</td><td class="group">X</td></tr> +</table> diff --git a/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002.html b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002.html new file mode 100644 index 00000000000..e48271995cf --- /dev/null +++ b/tests/wpt/tests/css/css-tables/collapsed-border-partial-invalidation-002.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html class="reftest-wait"> +<link rel="author" title="David Shin" href="dshin@mozilla.com"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1879731"> +<link rel="match" href="collapsed-border-partial-invalidation-002-ref.html"> +<meta name="assert" content="Invalidating part of a border-collapsed table keeps border styling correctly."> +<style> +table { + border-collapse: collapse; +} + +.group { + border-top: 1px solid black; + border-bottom: 3px solid black; +} +</style> +<table id="table"> + <tr id="row"><td class="group">X</td><td>X</td><td id="last" class="group">X</td></tr> +</table> +<script> +onload = function () { + // Make sure the table layout is flushed + table.getBoundingClientRect(); + let td = document.createElement('td'); + td.innerText = "X"; + // Requring #last is an unfortunate side effect of bug 1880560. + last.before(td); + document.documentElement.className = ""; +} +</script> +</html> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none-ref.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none-ref.html new file mode 100644 index 00000000000..91672721783 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none-ref.html @@ -0,0 +1,8 @@ +<!doctype html> +<style> +svg { font: bold 64px Arial, sans-serif; fill: none; stroke-width: 4px; } +</style> +<svg width="240" height="80"> + <text x="40" y="60" stroke="grey">Hello</text> + <text x="30" y="50" stroke="black">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none.html new file mode 100644 index 00000000000..389db4a3426 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-none.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>CSS Test: 'text-shadow' respects 'fill="none"'</title> +<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> +<link rel="match" href="svg-fill-none-ref.html"> +<style> +svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } +</style> +<svg width="240" height="80"> + <text x="30" y="50" fill="none" stroke="black" stroke-width="4">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html new file mode 100644 index 00000000000..73c878b89df --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html @@ -0,0 +1,7 @@ +<!doctype html> +<style> +svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } +</style> +<svg width="240" height="80"> + <text x="30" y="50" fill-opacity="0.5" fill="#FFFF00">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity.html new file mode 100644 index 00000000000..1ac577bf76e --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-fill-opacity.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>CSS Test: 'text-shadow' respects non-opaque fill</title> +<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> +<link rel="match" href="svg-fill-opacity-ref.html"> +<style> +svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } +</style> +<svg width="240" height="80"> + <text x="30" y="50" fill="rgba(255, 255, 0, 0.5)">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray-ref.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray-ref.html new file mode 100644 index 00000000000..63e45f4e117 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray-ref.html @@ -0,0 +1,8 @@ +<!doctype html> +<style> +svg { font: bold 64px Arial, sans-serif; fill: none; stroke-width: 2px; stroke-dasharray:2, 2; } +</style> +<svg width="240" height="80"> + <text x="40" y="60" stroke="grey">Hello</text> + <text x="30" y="50" stroke="black">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray.html new file mode 100644 index 00000000000..bd77d85edf4 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-dasharray.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>CSS Test: 'text-shadow' respects stroke-dasharray</title> +<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> +<link rel="match" href="svg-stroke-dasharray-ref.html"> +<style> +svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } +</style> +<svg width="240" height="80"> + <text x="30" y="50" fill="none" stroke="black" stroke-width="2" stroke-dasharray="2, 2">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-ref.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-ref.html new file mode 100644 index 00000000000..d3905fbfbc9 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke-ref.html @@ -0,0 +1,8 @@ +<!doctype html> +<style> +svg { font: bold 64px Arial, sans-serif; stroke: black; stroke-width: 4px; } +</style> +<svg width="240" height="80"> + <text x="40" y="60" fill="grey" stroke="grey">Hello</text> + <text x="30" y="50">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke.html b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke.html new file mode 100644 index 00000000000..b65348fd0f2 --- /dev/null +++ b/tests/wpt/tests/css/css-text-decor/text-shadow/svg-stroke.html @@ -0,0 +1,10 @@ +<!doctype html> +<title>CSS Test: 'text-shadow' respects stroke</title> +<link rel="help" href="https://www.w3.org/TR/css-text-decor-3/#text-shadow-property"> +<link rel="match" href="svg-stroke-ref.html"> +<style> +svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px } +</style> +<svg width="240" height="80"> + <text x="30" y="50" stroke="black" stroke-width="4">Hello</text> +</svg> diff --git a/tests/wpt/tests/css/css-text/inheritance.html b/tests/wpt/tests/css/css-text/inheritance.html index 2043afe999d..f41a5edcaf5 100644 --- a/tests/wpt/tests/css/css-text/inheritance.html +++ b/tests/wpt/tests/css/css-text/inheritance.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>Inheritance of CSS Text properties</title> -<link rel="help" href="https://drafts.csswg.org/css-text/#property-index"> +<link rel="help" href="https://www.w3.org/TR/css-text/#property-index"> <meta name="assert" content="Properties inherit according to the spec."> <meta name="assert" content="Properties have initial values according to the spec."> <script src="/resources/testharness.js"></script> @@ -17,7 +17,7 @@ <script> assert_inherited('hanging-punctuation', 'none', 'first last'); assert_inherited('hyphens', 'manual', 'none'); -assert_inherited('letter-spacing', 'normal', '10px'); +assert_inherited('letter-spacing', 'normal', '10px', '10%'); assert_inherited('line-break', 'auto', 'strict'); assert_inherited('overflow-wrap', 'normal', 'break-word'); assert_inherited('tab-size', '8', '10px'); @@ -33,7 +33,7 @@ assert_inherited('text-wrap-style', 'auto', 'balance'); assert_inherited('white-space', 'normal', 'pre-wrap'); assert_inherited('white-space-collapse', 'collapse', 'preserve'); assert_inherited('word-break', 'normal', 'break-all'); -assert_inherited('word-spacing', '0px', '10px'); +assert_inherited('word-spacing', '0px', '10px', '10%'); assert_inherited('word-wrap', 'normal', 'break-word'); </script> </body> diff --git a/tests/wpt/tests/css/css-text/letter-spacing/letter-spacing-percent-001.html b/tests/wpt/tests/css/css-text/letter-spacing/letter-spacing-percent-001.html new file mode 100644 index 00000000000..522320de580 --- /dev/null +++ b/tests/wpt/tests/css/css-text/letter-spacing/letter-spacing-percent-001.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en" > +<meta charset="utf-8"> +<title>letter-spacing as percentages</title> +<link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> +<link rel='help' href='https://www.w3.org/TR/css-text-4/#letter-spacing'> +<link rel='match' href='reference/letter-spacing-percent-001-ref.html'> +<meta name="assert" content="Percentage values of letter-spacing are relative to the current font-size."> +<style type='text/css'> + div { font-size: 20px; line-height: 1; color: blue; } + small { font-size: 50%; } +</style> + +<p>Test passes if the pattern is identical on all four lines. + +<div style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: .1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: 10%">ABC123().*$いろはx x x፡x་x + <small>ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: calc(0.05em + 5%)">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: calc(0.05em + 5%)">ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: 10%; font-size: 0.1em"><div style="font-size: 20px">ABC123().*$いろはx x x፡x་x + <small>ABC123().*$いろはx x x፡x་x</small></div></div> diff --git a/tests/wpt/tests/css/css-text/letter-spacing/reference/letter-spacing-percent-001-ref.html b/tests/wpt/tests/css/css-text/letter-spacing/reference/letter-spacing-percent-001-ref.html new file mode 100644 index 00000000000..1025ecb67cd --- /dev/null +++ b/tests/wpt/tests/css/css-text/letter-spacing/reference/letter-spacing-percent-001-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en" > +<meta charset="utf-8"> +<title>letter-spacing as percentages</title> +<style type='text/css'> + div { font-size: 20px; line-height: 1; color: blue; } + small { font-size: 50%; } +</style> + +<p>Test passes if the pattern is identical on all four lines. + +<div style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x + <small style="letter-spacing: 0.1em">ABC123().*$いろはx x x፡x་x</small></div> diff --git a/tests/wpt/tests/css/css-text/parsing/letter-spacing-computed.html b/tests/wpt/tests/css/css-text/parsing/letter-spacing-computed.html index 45417d1b4a8..a7ef1390c12 100644 --- a/tests/wpt/tests/css/css-text/parsing/letter-spacing-computed.html +++ b/tests/wpt/tests/css/css-text/parsing/letter-spacing-computed.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text: getComputedStyle().letterSpacing</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-letter-spacing"> -<meta name="assert" content="letter-spacing computed value is an absolute length."> +<meta name="assert" content="letter-spacing computed value is an absolute length and/or percentage."> <meta name="assert" content="'normal' computes to zero, but the resolved value of 0px is 'normal', so that's the value that is observed."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> @@ -24,6 +24,10 @@ test_computed_value("letter-spacing", "0px", "normal"); test_computed_value("letter-spacing", "10px"); test_computed_value("letter-spacing", "-20px"); test_computed_value("letter-spacing", "calc(10px - 0.5em)", "-10px"); +test_computed_value("letter-spacing", "110%"); +test_computed_value("letter-spacing", "-5%"); +test_computed_value("letter-spacing", "calc(10% - 20%)", "-10%"); +test_computed_value("letter-spacing", "calc(10px - (5% + 10%)", "calc(-15% + 10px)"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/parsing/letter-spacing-invalid.html b/tests/wpt/tests/css/css-text/parsing/letter-spacing-invalid.html index e9ad4e56a5b..e32b98c6d77 100644 --- a/tests/wpt/tests/css/css-text/parsing/letter-spacing-invalid.html +++ b/tests/wpt/tests/css/css-text/parsing/letter-spacing-invalid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing letter-spacing with invalid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-letter-spacing"> -<meta name="assert" content="letter-spacing supports only the grammar 'normal | <length>'."> +<meta name="assert" content="letter-spacing supports only the grammar 'normal | <length-percentage>'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> @@ -13,10 +13,9 @@ <script> test_invalid_value("letter-spacing", "auto"); test_invalid_value("letter-spacing", "20"); -test_invalid_value("letter-spacing", "30%"); -test_invalid_value("letter-spacing", "calc(40% + 50px)"); test_invalid_value("letter-spacing", "normal 10px"); +test_invalid_value("letter-spacing", "10% 10px"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/parsing/letter-spacing-valid.html b/tests/wpt/tests/css/css-text/parsing/letter-spacing-valid.html index 740d1fc3988..f20fa21de1c 100644 --- a/tests/wpt/tests/css/css-text/parsing/letter-spacing-valid.html +++ b/tests/wpt/tests/css/css-text/parsing/letter-spacing-valid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing letter-spacing with valid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-letter-spacing"> -<meta name="assert" content="letter-spacing supports the full grammar 'normal | <length>'."> +<meta name="assert" content="letter-spacing supports the full grammar 'normal | <length-percentage>'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> @@ -12,10 +12,17 @@ <body> <script> test_valid_value("letter-spacing", "normal"); - test_valid_value("letter-spacing", "0", "0px"); + test_valid_value("letter-spacing", "-10px"); +test_valid_value("letter-spacing", "20px"); test_valid_value("letter-spacing", "calc(2em + 3ex)"); + +// Level 4 adds percentages +test_valid_value("letter-spacing", "120%"); +test_valid_value("letter-spacing", "-10%"); +test_valid_value("letter-spacing", "calc(2ch - 30%)", "calc(-30% + 2ch)"); +test_valid_value("letter-spacing", "calc(40% + 50px)"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/parsing/word-spacing-computed.html b/tests/wpt/tests/css/css-text/parsing/word-spacing-computed.html index 192dec6f7a7..7c3f989525c 100644 --- a/tests/wpt/tests/css/css-text/parsing/word-spacing-computed.html +++ b/tests/wpt/tests/css/css-text/parsing/word-spacing-computed.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text: getComputedStyle().wordSpacing</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-word-spacing"> -<meta name="assert" content="word-spacing computed value is an absolute length."> +<meta name="assert" content="word-spacing computed value is an absolute length and/or percentage."> <meta name="assert" content="'normal' computes to zero."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> @@ -19,10 +19,15 @@ <div id="target"></div> <script> test_computed_value("word-spacing", "normal", "0px"); +test_computed_value("word-spacing", "0", "0px"); test_computed_value("word-spacing", "10px"); test_computed_value("word-spacing", "-20px"); test_computed_value("word-spacing", "calc(10px - 0.5em)", "-10px"); +test_computed_value("word-spacing", "110%"); +test_computed_value("word-spacing", "-5%"); +test_computed_value("word-spacing", "calc(10% - 20%)", "-10%"); +test_computed_value("word-spacing", "calc(10px - (5% + 10%)", "calc(-15% + 10px)"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/parsing/word-spacing-invalid.html b/tests/wpt/tests/css/css-text/parsing/word-spacing-invalid.html index 3a1c4ca487c..ae8e121b9d8 100644 --- a/tests/wpt/tests/css/css-text/parsing/word-spacing-invalid.html +++ b/tests/wpt/tests/css/css-text/parsing/word-spacing-invalid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing word-spacing with invalid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-word-spacing"> -<meta name="assert" content="word-spacing supports only the grammar 'normal | <length>'."> +<meta name="assert" content="word-spacing supports only the grammar 'normal | <length-percentage>'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> @@ -12,9 +12,9 @@ <body> <script> test_invalid_value("word-spacing", "auto"); -test_invalid_value("word-spacing", "20%"); test_invalid_value("word-spacing", "normal 10px"); +test_invalid_value("word-spacing", "10% 10px"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/parsing/word-spacing-valid.html b/tests/wpt/tests/css/css-text/parsing/word-spacing-valid.html index 217b2488f53..640f697f708 100644 --- a/tests/wpt/tests/css/css-text/parsing/word-spacing-valid.html +++ b/tests/wpt/tests/css/css-text/parsing/word-spacing-valid.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>CSS Text Module Test: parsing word-spacing with valid values</title> <link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-word-spacing"> -<meta name="assert" content="word-spacing supports the full grammar 'normal | <length>'."> +<meta name="assert" content="word-spacing supports the full grammar 'normal | <length-percentage>'."> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/css/support/parsing-testcommon.js"></script> @@ -12,11 +12,17 @@ <body> <script> test_valid_value("word-spacing", "normal"); +test_valid_value("word-spacing", "0", "0px"); test_valid_value("word-spacing", "10px"); test_valid_value("word-spacing", "-20px"); test_valid_value("word-spacing", "calc(2em + 3ex)"); -test_valid_value("word-spacing", "0", "0px"); + +// Level 4 adds percentages +test_valid_value("word-spacing", "120%"); +test_valid_value("word-spacing", "-10%"); +test_valid_value("word-spacing", "calc(2ch - 30%)", "calc(-30% + 2ch)"); +test_valid_value("word-spacing", "calc(40% + 50px)"); </script> </body> </html> diff --git a/tests/wpt/tests/css/css-text/word-spacing/reference/word-spacing-percent-001-ref.html b/tests/wpt/tests/css/css-text/word-spacing/reference/word-spacing-percent-001-ref.html new file mode 100644 index 00000000000..02bd2f64f45 --- /dev/null +++ b/tests/wpt/tests/css/css-text/word-spacing/reference/word-spacing-percent-001-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en" > +<meta charset="utf-8"> +<title>word-spacing as percentages</title> +<style type='text/css'> + div { font-size: 20px; line-height: 1; color: blue; } + small { font-size: 50%; } +</style> + +<p>Test passes if the pattern is identical on all four lines. + +<div style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x + <small style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x + <small style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x + <small style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x + <small style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x</small></div> diff --git a/tests/wpt/tests/css/css-text/word-spacing/word-spacing-002.html b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-002.html new file mode 100644 index 00000000000..0def7e01790 --- /dev/null +++ b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-002.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<title>CSS Text Test: Word Spacing</title> +<link rel="author" title="Nicholas Nethercote" href="mailto:nnethercote@mozilla.com"> +<link rel="author" title="Elika Etemad" href="http://fantasai.inkedblade.net/contact"> +<link rel="help" href="http://www.w3.org/TR/css-text-3/#word-spacing"> +<link rel="stylesheet" href="/fonts/ahem.css"> +<link rel="match" href="word-spacing-001-ref.html"> +<meta name="flags" content="ahem"> +<meta name="assert" content="Test checks various length values of word-spacing, including calc()."> +<style> +@font-face { + font-family: Ahem; + src: url(/fonts/Ahem.ttf); +} +/* We use Ahem to avoid very minor differences between the test and the + reference that occur with certain font+platform combinations. */ +div { font-family: Ahem, monospace; font-size: 20px; } +div.ws0 { word-spacing: -1ch; } +div.ws1 { word-spacing: 0; } +div.ws2 { word-spacing: 1ch; } +div.ws3 { word-spacing: calc(1ch + 1ch); } +div.ws4 { word-spacing: calc(0.5*2ch); white-space: pre;} +</style> +<body> + <p>Test passes if the space between the words starts at zero and increases by + an even amount on each subsequent line.</p> + <div class="ws0">A Bc Def Ghij</div> + <div class="ws1">A Bc Def Ghij</div> + <div class="ws2">A Bc Def Ghij</div> + <div class="ws3">A Bc Def Ghij</div> + <div class="ws4">A Bc Def Ghij</div> +</body> diff --git a/tests/wpt/tests/css/css-text/word-spacing/word-spacing-computed-001.html b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-computed-001.html index 84d1fcf1e5a..fac211af66c 100644 --- a/tests/wpt/tests/css/css-text/word-spacing/word-spacing-computed-001.html +++ b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-computed-001.html @@ -76,7 +76,6 @@ verifyComputedStyle("word-spacing", "3rem", "48px"); verifyComputedStyle("word-spacing", "0ch", "0px"); - } startTesting(); diff --git a/tests/wpt/tests/css/css-text/word-spacing/word-spacing-percent-001.html b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-percent-001.html new file mode 100644 index 00000000000..65f9972040e --- /dev/null +++ b/tests/wpt/tests/css/css-text/word-spacing/word-spacing-percent-001.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html lang="en" > +<meta charset="utf-8"> +<title>word-spacing as percentages</title> +<link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> +<link rel='help' href='https://www.w3.org/TR/css-text-4/#word-spacing'> +<link rel='match' href='reference/word-spacing-percent-001-ref.html'> +<meta name="assert" content="Percentage values of word-spacing are relative to the current font-size."> +<style type='text/css'> + div { font-size: 20px; line-height: 1; color: blue; } + small { font-size: 50%; } +</style> + +<p>Test passes if the pattern is identical on all four lines. + +<div style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x <small style="word-spacing: 1em">ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: 100%">ABC123().*$いろはx x x፡x་x <small>ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: calc(0.5em + 50%)">ABC123().*$いろはx x x፡x་x <small style="word-spacing: calc(0.5em + 50%)">ABC123().*$いろはx x x፡x་x</small></div> +<div style="word-spacing: 100%; font-size: 0.1em"><div style="font-size: 20px">ABC123().*$いろはx x x፡x་x <small>ABC123().*$いろはx x x፡x་x</small></div></div> diff --git a/tests/wpt/tests/css/css-transitions/transition-behaivor.html b/tests/wpt/tests/css/css-transitions/transition-behavior.html index fa24509a373..fa24509a373 100644 --- a/tests/wpt/tests/css/css-transitions/transition-behaivor.html +++ b/tests/wpt/tests/css/css-transitions/transition-behavior.html diff --git a/tests/wpt/tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html b/tests/wpt/tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html index 9d313c13955..ab78031b218 100644 --- a/tests/wpt/tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html +++ b/tests/wpt/tests/css/css-typed-om/the-stylepropertymap/properties/letter-spacing.html @@ -35,6 +35,7 @@ runPropertyTests('letter-spacing', [ syntax: '<length>', computed: assert_is_equal_with_zero_special_handling }, + { syntax: '<percentage>' }, ]); </script> diff --git a/tests/wpt/tests/css/css-values/calc-letter-spacing.html b/tests/wpt/tests/css/css-values/calc-letter-spacing.html index 444785ba14c..4db3b012208 100644 --- a/tests/wpt/tests/css/css-values/calc-letter-spacing.html +++ b/tests/wpt/tests/css/css-values/calc-letter-spacing.html @@ -39,7 +39,7 @@ https://chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793 elemTarget.style.setProperty(property_name, initial_value); /* - In exactly 5 out of the 6 sub-tests, the initial_value will + In exactly 4 out of the 6 sub-tests, the initial_value will act as a fallback value because the calc() function in the specified value generates an invalid value. Since we are running 6 consecutive tests on the same element, then @@ -60,7 +60,7 @@ https://chromium.googlesource.com/chromium/src/+/c825d655f6aaf73484f9d56e9012793 verifyComputedStyle("letter-spacing", "20px", "calc(1 + 100%)", "20px", "testing letter-spacing: calc(1 + 100%)"); - verifyComputedStyle("letter-spacing", "20px", "calc(100%)", "20px", "testing letter-spacing: calc(100%)"); + verifyComputedStyle("letter-spacing", "20px", "calc(100%)", "100%", "testing letter-spacing: calc(100%)"); verifyComputedStyle("letter-spacing", "20px", "calc(10px) bla", "20px", "testing letter-spacing: calc(10px) bla"); diff --git a/tests/wpt/tests/css/css-values/calc-rounding-001-ref.html b/tests/wpt/tests/css/css-values/calc-rounding-001-ref.html new file mode 100644 index 00000000000..476e337505b --- /dev/null +++ b/tests/wpt/tests/css/css-values/calc-rounding-001-ref.html @@ -0,0 +1,33 @@ +<!doctype html> +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/publicdomain/zero/1.0/ +--> +<meta charset="utf-8"> +<title>CSS Test Reference</title> +<style> +body { + background: #f3f5f6; +} + +div { + font-size: 15px; + --width: 401px; + width: var(--width); + margin: 20px; + background: #fff; + display: flex; + flex-wrap: wrap; +} + +b { + height: 50px; + background: red; + width: calc((var(--width) - 4.5em) / 4); /* .5em gutters */ +} + +b:not(:last-child) { + margin-right: 1.5em; +} +</style> +<div><b></b><b></b><b></b><b></b></div> diff --git a/tests/wpt/tests/css/css-values/calc-rounding-001.html b/tests/wpt/tests/css/css-values/calc-rounding-001.html index dfd03a69530..46ea2ebc045 100644 --- a/tests/wpt/tests/css/css-values/calc-rounding-001.html +++ b/tests/wpt/tests/css/css-values/calc-rounding-001.html @@ -9,8 +9,7 @@ <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1323735"> <link rel="help" href="https://drafts.csswg.org/css-values/#funcdef-calc"> -<script src="/resources/testharness.js"></script> -<script src="/resources/testharnessreport.js"></script> +<link rel="match" href="calc-rounding-001-ref.html"> <style> body { background: #f3f5f6; @@ -36,8 +35,3 @@ b:not(:last-child) { } </style> <div><b></b><b></b><b></b><b></b></div> -<script> - test(function() { - assert_equals(document.querySelector("div").offsetHeight, 50); - }, "calc() doesn't accumulate much error that makes flex items overflow"); -</script> diff --git a/tests/wpt/tests/css/css-values/calc-rounding-002-ref.html b/tests/wpt/tests/css/css-values/calc-rounding-002-ref.html new file mode 100644 index 00000000000..a2e9fd0d188 --- /dev/null +++ b/tests/wpt/tests/css/css-values/calc-rounding-002-ref.html @@ -0,0 +1,38 @@ +<!doctype html> +<meta charset="utf-8"> +<title>CSS Test Reference</title> +<style> +* { + box-sizing: border-box; +} +:root { + font-family: sans-serif; +} +.parent { + display: inline-flex; + --addon-size: 1rem; +} +.child { + min-width: 0; + display: inline-flex; +} +.overflow { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.addon-child { + display: inline-flex; + width: var(--addon-size); +} +span { + outline: 1px dashed red; + outline-offset: -1px; +} +p > span > span { + padding: .5rem .25rem; +} +</style> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> diff --git a/tests/wpt/tests/css/css-values/calc-rounding-002.html b/tests/wpt/tests/css/css-values/calc-rounding-002.html new file mode 100644 index 00000000000..32c4a75dd8f --- /dev/null +++ b/tests/wpt/tests/css/css-values/calc-rounding-002.html @@ -0,0 +1,43 @@ +<!doctype html> +<meta charset="utf-8"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1881220"> +<link rel="help" href="https://drafts.csswg.org/css-values/#funcdef-calc"> +<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> +<link rel="author" href="https://mozilla.org" title="Mozilla"> +<link rel="match" href="calc-rounding-002-ref.html"> +<style> +* { + box-sizing: border-box; +} +:root { + font-family: sans-serif; +} +.parent { + display: inline-flex; + --addon-size: 1rem; +} +.child { + min-width: 0; + display: inline-flex; + max-width: calc(100% - var(--addon-size)); +} +.overflow { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.addon-child { + display: inline-flex; + width: var(--addon-size); +} +span { + outline: 1px dashed red; + outline-offset: -1px; +} +p > span > span { + padding: .5rem .25rem; +} +</style> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> +<p><span class="parent"><span class="child"><span class="overflow">iiiiiiiiiiiiiii</span></span><span class="addon-child"></span></span></p> diff --git a/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html b/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html new file mode 100644 index 00000000000..525c38805d6 --- /dev/null +++ b/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-height-interpolation.tentative.html @@ -0,0 +1,81 @@ +<!DOCTYPE html> +<meta charset="UTF-8"> +<title>height: calc-size() animations</title> +<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> + +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="../../../support/interpolation-testcommon.js"></script> + +<style> +.target { + display: block; +} +.target::before { + display: block; + content: ""; + width: 23px; + height: 100px; +} +</style> + +<body> + +<script> + test_interpolation({ + property: 'height', + from: neutralKeyframe, + to: 'calc-size(auto, size * 2)', + }, [ + { at: -0.25, expect: '75px' }, + { at: 0, expect: '100px' }, + { at: 0.25, expect: '125px' }, + { at: 0.5, expect: '150px' }, + { at: 0.75, expect: '175px' }, + { at: 1, expect: '200px' }, + { at: 1.25, expect: '225px' }, + ]); + + test_interpolation({ + property: 'height', + from: 'calc-size(min-content, 0 * size)', + to: 'calc-size(min-content, size)', + }, [ + { at: -0.25, expect: '0' }, + { at: 0, expect: '0' }, + { at: 0.25, expect: '25px' }, + { at: 0.5, expect: '50px' }, + { at: 0.75, expect: '75px' }, + { at: 1, expect: '100px' }, + { at: 1.25, expect: '125px' }, + ]); + + test_interpolation({ + property: 'height', + from: 'calc-size(min-content, 0px)', + to: 'calc-size(min-content, size)', + }, [ + { at: -0.25, expect: '0' }, + { at: 0, expect: '0' }, + { at: 0.25, expect: '25px' }, + { at: 0.5, expect: '50px' }, + { at: 0.75, expect: '75px' }, + { at: 1, expect: '100px' }, + { at: 1.25, expect: '125px' }, + ]); + + test_interpolation({ + property: 'height', + from: '0', + to: 'calc-size(max-content, size)', + }, [ + { at: -0.25, expect: '0' }, + { at: 0, expect: '0' }, + { at: 0.25, expect: '25px' }, + { at: 0.5, expect: '50px' }, + { at: 0.75, expect: '75px' }, + { at: 1, expect: '100px' }, + { at: 1.25, expect: '125px' }, + ]); + +</script> diff --git a/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-width-interpolation.tentative.html b/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-width-interpolation.tentative.html index 7254951db32..ff72ba6a0d8 100644 --- a/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-width-interpolation.tentative.html +++ b/tests/wpt/tests/css/css-values/calc-size/animation/calc-size-width-interpolation.tentative.html @@ -1,8 +1,7 @@ <!DOCTYPE html> <meta charset="UTF-8"> <title>width: calc-size() animations</title> -<link rel="help" href="https://drafts.csswg.org/css-values-5/"> -<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/626#issuecomment-1800254442"> +<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> diff --git a/tests/wpt/tests/css/css-values/calc-size/calc-size-height.tentative.html b/tests/wpt/tests/css/css-values/calc-size/calc-size-height.tentative.html new file mode 100644 index 00000000000..6f93cc0c899 --- /dev/null +++ b/tests/wpt/tests/css/css-values/calc-size/calc-size-height.tentative.html @@ -0,0 +1,61 @@ +<!DOCTYPE html> +<title>calc-size() on height</title> +<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<style> + #container { + font-size: 20px; + } + #child { + width: 123px; + height: 10px; + } +</style> + +<div id="container"> + <div id="target"> + <div id="child"></div> + </div> +</div> + +<script> + +let basic_tests = [ + { value: "calc-size(any, 357px)", expected: "357px" }, + { value: "calc-size(any, 31%)", expected_auto: "0px", expected_definite: "31px" }, + { value: "calc-size(31%, size)", expected_auto: "10px", expected_definite: "31px" }, + { value: "calc-size(max-content, 31%)", expected_auto: "0px", expected_definite: "31px" }, + { value: "calc-size(fit-content, 72px)", expected: "72px" }, + { value: "calc-size(37px, 93px)", expected: "93px" }, + { value: "calc-size(83px, size * 3)", expected: "249px" }, + { value: "calc-size(min-content, size / 2)", expected: "5px" }, + { value: "calc-size(max-content, size * 1.2)", expected: "12px" }, + { value: "calc-size(fit-content, size / 2 + 30px)", expected: "35px" }, + { value: "calc-size(30px, 15em)", expected: "300px" }, + { value: "calc-size(calc-size(any, 30px), 15em)", expected: "300px" }, + { value: "calc-size(calc-size(2in, 30px), 15em)", expected: "300px" }, + { value: "calc-size(calc-size(min-content, 30px), 15em)", expected: "300px" }, + { value: "calc-size(calc-size(min-content, size), size)", expected: "10px" }, +]; +const container = document.getElementById("container"); +const target = document.getElementById("target"); +const target_cs = getComputedStyle(target); +for (const obj of basic_tests) { + test((t) => { + target.style.removeProperty("height"); + target.style.height = obj.value; + container.style.height = "auto"; + let expected = "expected" in obj ? obj.expected : obj.expected_auto; + assert_equals(target_cs.height, expected); + }, `resolved height for height in auto height container: ${obj.value}`); + test((t) => { + target.style.removeProperty("height"); + target.style.height = obj.value; + container.style.height = "100px"; + let expected = "expected" in obj ? obj.expected : obj.expected_definite; + assert_equals(target_cs.height, expected); + }, `resolved height for height in definite height container: ${obj.value}`); +} + +</script> diff --git a/tests/wpt/tests/css/css-values/calc-size/calc-size-parsing.tentative.html b/tests/wpt/tests/css/css-values/calc-size/calc-size-parsing.tentative.html index fec24aaed13..bc0048f826e 100644 --- a/tests/wpt/tests/css/css-values/calc-size/calc-size-parsing.tentative.html +++ b/tests/wpt/tests/css/css-values/calc-size/calc-size-parsing.tentative.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <title>calc-size() expressions</title> -<link rel="help" href="https://drafts.csswg.org/css-values-5/"> -<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/626#issuecomment-1800254442"> +<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="../../support/parsing-testcommon.js"></script> diff --git a/tests/wpt/tests/css/css-values/calc-size/calc-size-width.tentative.html b/tests/wpt/tests/css/css-values/calc-size/calc-size-width.tentative.html index 228f526752f..c8000f345f7 100644 --- a/tests/wpt/tests/css/css-values/calc-size/calc-size-width.tentative.html +++ b/tests/wpt/tests/css/css-values/calc-size/calc-size-width.tentative.html @@ -1,7 +1,6 @@ <!DOCTYPE html> <title>calc-size() on width</title> -<link rel="help" href="https://drafts.csswg.org/css-values-5/"> -<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/626#issuecomment-1800254442"> +<link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <link rel="stylesheet" href="/fonts/ahem.css"> diff --git a/tests/wpt/tests/css/css-values/minmax-length-invalid.html b/tests/wpt/tests/css/css-values/minmax-length-invalid.html index 1405c319812..7b8ca88cd26 100644 --- a/tests/wpt/tests/css/css-values/minmax-length-invalid.html +++ b/tests/wpt/tests/css/css-values/minmax-length-invalid.html @@ -8,8 +8,8 @@ <script src="../support/parsing-testcommon.js"></script> <script> function test_invalid_length(value) { - // 'letter-spacing' accepts <length> only, not <percentage> or any mixes. - test_invalid_value('letter-spacing', value); + // 'border-width' accepts <length> only, not <percentage> or any mixes. + test_invalid_value('border-left-width', value); } // Syntax checking diff --git a/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element-ref.html b/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element-ref.html new file mode 100644 index 00000000000..67d55eedf48 --- /dev/null +++ b/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element-ref.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<title>View transitions: clip-path larger than element bounds on child of a named element (ref)</title> +<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<style> +body { + background: lightpink; +} + +.target { + width: 100px; + height: 100px; + background: blue; +} +.child { + width: 10px; + height: 10px; + position: relative; + top: 100px; + left: 100px; + background: green; + clip-path: inset(-10px -100px -50px -20px); +} +</style> + +<div class="target"> + <div class="child"></div> +</div> diff --git a/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element.html b/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element.html new file mode 100644 index 00000000000..4cde9cb586b --- /dev/null +++ b/tests/wpt/tests/css/css-view-transitions/clip-path-larger-than-border-box-on-child-of-named-element.html @@ -0,0 +1,63 @@ +<!DOCTYPE html> +<html class=reftest-wait> +<title>View transitions: clip-path larger than element bounds on child of a named element</title> +<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<link rel="match" href="clip-path-larger-than-border-box-on-child-of-named-element-ref.html"> +<meta name="fuzzy" content="clip-path-larger-than-border-box-on-child-of-named-element-ref.html:maxDifference=0-255;totalPixels=0-400"> +<script src="/common/reftest-wait.js"></script> +<style> +.target { + width: 100px; + height: 100px; + background: blue; + view-transition-name: target; +} +.child { + width: 10px; + height: 10px; + position: relative; + top: 100px; + left: 100px; + background: green; + clip-path: inset(-10px -100px -50px -20px); +} +.hidden { + width: 10px; + height: 10px; + view-transition-name: hidden; +} + +html::view-transition-old(target), html::view-transition-new(target) { + animation: unset; +} +html::view-transition-old(target) { + opacity: 0; +} +html::view-transition-new(target) { + opacity: 1; +} + +html::view-transition-group(hidden) { + animation-duration: 300s; + visibility: hidden; +} + +html::view-transition-group(root) { animation: unset; opacity: 0; } +html::view-transition { background: lightpink; } +</style> + +<div class="target"> + <div class="child"></div> +</div> + +<script> +failIfNot(document.startViewTransition, "Missing document.startViewTransition"); + +async function runTest() { + document.startViewTransition(() => + requestAnimationFrame(() => requestAnimationFrame(takeScreenshot))); +} +onload = () => requestAnimationFrame(() => requestAnimationFrame(runTest)); +</script> + diff --git a/tests/wpt/tests/css/css-viewport/line-height-ref.html b/tests/wpt/tests/css/css-viewport/line-height-ref.html new file mode 100644 index 00000000000..c75539243cb --- /dev/null +++ b/tests/wpt/tests/css/css-viewport/line-height-ref.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<style>CSS zoom applies to line-height when specified and inherited</style> +<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> +<link rel="help" href="https://drafts.csswg.org/css-viewport/"> +<div style="line-height: 12px; font-size: 12px"> + Double-spaced<br>12px font text +</div> + +<hr> + +<div style="line-height: 24px; font-size: 24px;"> + Double-spaced<br>12px font zoomed text +</div> + +<hr> + +<div style="line-height: 12px; font-size: 12px"> + <div style="line-height: 24px; font-size: 24px"> + Double-spaced<br>12px font zoomed inherited text + </div> +</div> + +<hr> diff --git a/tests/wpt/tests/css/css-viewport/line-height.html b/tests/wpt/tests/css/css-viewport/line-height.html new file mode 100644 index 00000000000..fa333be32f6 --- /dev/null +++ b/tests/wpt/tests/css/css-viewport/line-height.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<style>CSS zoom applies to line-height when specified and inherited</style> +<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> +<link rel="help" href="https://drafts.csswg.org/css-viewport/"> +<link rel="match" href="line-height-ref.html"> +<div style="line-height: 12px; font-size: 12px"> + Double-spaced<br>12px font text +</div> + +<hr> + +<div style="line-height: 12px; font-size: 12px; zoom: 2"> + Double-spaced<br>12px font zoomed text +</div> + +<hr> + +<div style="line-height: 12px; font-size: 12px"> + <div style="zoom:2"> + Double-spaced<br>12px font zoomed inherited text + </div> +</div> + +<hr> diff --git a/tests/wpt/tests/css/css-viewport/width-ref.html b/tests/wpt/tests/css/css-viewport/width-ref.html new file mode 100644 index 00000000000..5d2755f3e9e --- /dev/null +++ b/tests/wpt/tests/css/css-viewport/width-ref.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<style>CSS zoom applies to width when specified and inherited</style> +<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> +<link rel="help" href="https://drafts.csswg.org/css-viewport/"> +<style> + #parent { + width: 100px; + background: red; + } + #child-zoomed { + width: inherit; + background: lime; + width: 200px; + height: 200px; + } + #child { + width: 200px; + height: 200px; + background: green; + } +</style> +<p>You should see two squares below. One lime, and one green.</p> +<div id="parent"> + <div id="child-zoomed"></div> + <div id="child"></div> +</div> diff --git a/tests/wpt/tests/css/css-viewport/width.html b/tests/wpt/tests/css/css-viewport/width.html new file mode 100644 index 00000000000..b6d9753ea3c --- /dev/null +++ b/tests/wpt/tests/css/css-viewport/width.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<style>CSS zoom applies to width when specified and inherited</style> +<link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org"> +<link rel="help" href="https://drafts.csswg.org/css-viewport/"> +<link rel="match" href="width-ref.html"> +<style> + #parent { + width: 100px; + background: red; + } + #child-zoomed { + zoom: 2; + width: inherit; + background: lime; + height: 100px; + } + #child { + width: 200px; + height: 200px; + background: green; + } +</style> +<p>You should see two squares below. One lime, and one green.</p> +<div id="parent"> + <div id="child-zoomed"></div> + <div id="child"></div> +</div> diff --git a/tests/wpt/tests/css/cssom-view/smooth-scroll-in-load-event.html b/tests/wpt/tests/css/cssom-view/smooth-scroll-in-load-event.html new file mode 100644 index 00000000000..e515b067102 --- /dev/null +++ b/tests/wpt/tests/css/cssom-view/smooth-scroll-in-load-event.html @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<title>A smooth scroll operation in load event handler isn't omitted</title> +<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> +<link rel="help" href="https://drafts.csswg.org/cssom-view/#concept-smooth-scroll"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/scroll-behavior.js"></script> +<style> + body { + margin: 0; + } + html { + overflow: auto; + } +</style> +<div id="pageContent" style="position: absolute; left: 0; top: 0;"></div> +<script> + window.addEventListener("load", () => { + // Expand the page content to make the root scroll container overflowed. + pageContent.style.width = (window.innerWidth) * 5 + "px"; + pageContent.style.height = (window.innerHeight) * 6 + "px"; + + promise_test(async () => { + document.scrollingElement.scrollTo({ + left: window.innerWidth, + top: window.innerHeight, + behavior: "smooth" + }); + + assert_equals(document.scrollingElement.scrollLeft, 0, "Should not set scrollLeft immediately"); + assert_equals(document.scrollingElement.scrollTop, 0, "Should not set scrollTop immediately"); + + // In the next frame, change something to trigger a paint which might + // clobber the smooth scroll operation. + await new Promise(resolve => requestAnimationFrame(resolve)); + pageContent.style.color = "green"; + + await waitForScrollEnd(document.scrollingElement); + + assert_equals(document.scrollingElement.scrollLeft, window.innerWidth, "Final value of scrollLeft"); + assert_equals(document.scrollingElement.scrollTop, window.innerHeight, "Final value of scrollTop"); + }, `Smooth scroll in load event handler`); + }); +</script> diff --git a/tests/wpt/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html b/tests/wpt/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html new file mode 100644 index 00000000000..f63abaa80c4 --- /dev/null +++ b/tests/wpt/tests/css/cssom/CSSStyleSheet-constructable-invalidation.html @@ -0,0 +1,49 @@ +<!doctype html> +<meta charset="utf-8"> +<title>CSSStyleSheet rule mutation invalidation</title> +<link rel="author" href="mailto:wpt@keithcirkel.co.uk" title="Keith Cirkel"> +<link rel="help" href="https://drafts.csswg.org/cssom/#extensions-to-the-document-or-shadow-root-interface"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<span id="span1">Should be green.</span> +<span id="span2">Should be green.</span> +<script> +promise_test(async function(t) { + const sheet = new CSSStyleSheet(); + sheet.replaceSync('span {color:var(--color, red);}'); + document.adoptedStyleSheets = [sheet]; + t.add_cleanup(() => { + document.adoptedStyleSheets = []; + }) + assert_equals(getComputedStyle(span1).color, "rgb(255, 0, 0)", "Sheet should apply"); + sheet.rules[0].style.setProperty('--color', 'green'); + assert_equals(getComputedStyle(span1).color, "rgb(0, 128, 0)", "Sheet should invalidate style"); + document.adoptedStyleSheets = []; + assert_equals(getComputedStyle(span1).color, "rgb(0, 0, 0)", "Removing sheet should apply"); +}, "mutating constructed CSSStyleSheet applied to root invalidates styles"); + +promise_test(async function() { + span1.attachShadow({mode:'open'}) + span1.shadowRoot.append(document.createElement('slot')) + const sheet = new CSSStyleSheet(); + sheet.replaceSync(':host {color:var(--color, red);}'); + span1.shadowRoot.adoptedStyleSheets = [sheet]; + assert_equals(getComputedStyle(span1).color, "rgb(255, 0, 0)", "Sheet should apply"); + sheet.rules[0].style.setProperty('--color', 'green'); + assert_equals(getComputedStyle(span1).color, "rgb(0, 128, 0)", "Sheet should invalidate style"); +}, "mutating constructed CSSStyleSheet applied to shadowdom invalidates styles"); + +promise_test(async function() { + span2.attachShadow({mode:'open'}) + span2.shadowRoot.append(document.createElement('slot')) + const sheet1 = new CSSStyleSheet(); + const sheet2 = new CSSStyleSheet(); + sheet1.replaceSync(':host {color:var(--color, hotpink);}'); + sheet2.replaceSync(':host {--color: blue}'); + const style2 = sheet2.rules[0].style; + span2.shadowRoot.adoptedStyleSheets = [sheet1, sheet2]; + assert_equals(getComputedStyle(span2).color, "rgb(0, 0, 255)", "Sheet should apply"); + style2.setProperty('--color', 'green'); + assert_equals(getComputedStyle(span2).color, "rgb(0, 128, 0)", "Sheet should invalidate style"); +}, "mutating dependent constructed CSSStyleSheet applied to shadowdom invalidates styles"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-button-from-div.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-button-from-div.tentative.html new file mode 100644 index 00000000000..91f09ae5005 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-button-from-div.tentative.html @@ -0,0 +1,26 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and button from a div</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<form id="form"></form> +<script> +let button = null; +let buttonForm = null; +test(() => { + const form = document.getElementById("form"); + const script = document.createElement("script"); + script.textContent = ` + buttonForm = button.form; + `; + button = document.createElement("button"); + const div = document.createElement("div"); + div.appendChild(script); + div.appendChild(button); + assert_equals(buttonForm, null); + form.appendChild(div); + assert_equals(buttonForm, form); +}, "Script inserted before a form-associated button can observe the button's " + + "form, because by the time the script executes, the DOM insertion that " + + "associates the button with the form is already done"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-custom-from-fragment.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-custom-from-fragment.tentative.html new file mode 100644 index 00000000000..23a050f37e7 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-custom-from-fragment.tentative.html @@ -0,0 +1,34 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and custom element from a DocumentFragment</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> +<script> +let customConstructed = false; +let customConstructedDuringEarlierScript = false; +class CustomElement extends HTMLElement { + constructor() { + super(); + customConstructed = true; + } +} +test(() => { + const script = document.createElement("script"); + script.textContent = ` + customElements.define("custom-element", CustomElement); + customConstructedDuringEarlierScript = customConstructed; + `; + const custom = document.createElement("custom-element"); + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(custom); + assert_false(customConstructed); + assert_false(customConstructedDuringEarlierScript); + document.head.appendChild(df); + assert_true(customConstructed); + assert_true(customConstructedDuringEarlierScript); +}, "An earlier-inserted script can upgrade a later-inserted custom element, " + + "whose upgrading is synchronously observable to the script, since DOM " + + "insertion has been completed by the time it runs"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html new file mode 100644 index 00000000000..a9b7ba633e7 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-default-style-meta-from-fragment.tentative.html @@ -0,0 +1,35 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and default-style meta from a fragment</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<link rel="alternate stylesheet" title="alternative" href="data:text/css,%23div{display:none}"> +<div id="div">hello</div> +<script> +let scriptRan = false; +let computedStyleDuringInsertion = null; +test(() => { + const div = document.getElementById("div"); + const meta = document.createElement("meta"); + meta.httpEquiv = "default-style"; + meta.content = "alternative"; + const script = document.createElement("script"); + script.textContent = ` + computedStyleDuringInsertion = getComputedStyle(div).display; + scriptRan = true; + `; + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(meta); + assert_equals(getComputedStyle(div).display, "block", "div has block display"); + assert_false(scriptRan, "script has not run before insertion"); + document.head.appendChild(df); + assert_true(scriptRan, "script has run after insertion"); + assert_equals(computedStyleDuringInsertion, "none", + "display: none; style was applied during DOM insertion, before " + + "later-inserted script runs"); + assert_equals(getComputedStyle(div).display, "none", + "style remains display: none; after insertion"); +}, "Inserting <meta> that uses alternate stylesheets, applies the style " + + "during DOM insertion, and before script runs as a result of any atomic insertions"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-div-from-fragment.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-div-from-fragment.tentative.html new file mode 100644 index 00000000000..b154c1bf4fb --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-div-from-fragment.tentative.html @@ -0,0 +1,29 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and div from a DocumentFragment</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> +<script> +let script = null; +let scriptParent = null; +let div = null; +let divParent = null; +test(() => { + script = document.createElement("script"); + div = document.createElement("div"); + script.textContent = ` + divParent = div.parentNode; + scriptParent = script.parentNode; + `; + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(div); + assert_equals(divParent, null); + assert_equals(scriptParent, null); + document.head.appendChild(df); + assert_equals(divParent, scriptParent); + assert_equals(divParent, document.head); +}, "Earlier-inserted scripts can observe the parentNode of later-inserted " + + "nodes, because script runs after DOM insertion completes"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html new file mode 100644 index 00000000000..68b288f24d8 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html @@ -0,0 +1,89 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and iframe</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> +<script> + +const kScriptContent = ` + state = iframe.contentWindow ? "iframe with content window" : "contentWindow is null"; +`; + +// This test ensures that a later-inserted script can observe an +// earlier-inserted iframe's contentWindow. +test(t => { + window.state = "script not run yet"; + window.iframe = document.createElement("iframe"); + t.add_cleanup(() => window.iframe.remove()); + + const script = document.createElement("script"); + script.textContent = kScriptContent; + + const div = document.createElement("div"); + div.appendChild(iframe); + div.appendChild(script); + + assert_equals(state, "script not run yet"); + document.body.appendChild(div); + assert_equals(state, "iframe with content window"); +}, "Script inserted after an iframe in the same appendChild() call can " + + "observe the iframe's non-null contentWindow"); + +// The below tests assert that an earlier-inserted script does not observe a +// later-inserted iframe's contentWindow. +test(t => { + window.state = "script not run yet"; + window.iframe = document.createElement("iframe"); + t.add_cleanup(() => window.iframe.remove()); + + const script = document.createElement("script"); + script.textContent = kScriptContent; + + const div = document.createElement("div"); + div.appendChild(script); + div.appendChild(iframe); + + assert_equals(state, "script not run yet"); + document.body.appendChild(div); + assert_equals(state, "contentWindow is null"); +}, "A script inserted atomically before an iframe (using a div) does not " + + "observe the iframe's contentWindow, since the 'script running' and " + + "'iframe setup' both happen in order, after DOM insertion completes"); + +test(t => { + window.state = "script not run yet"; + window.iframe = document.createElement("iframe"); + t.add_cleanup(() => window.iframe.remove()); + + const script = document.createElement("script"); + script.textContent = kScriptContent; + + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(iframe); + + assert_equals(state, "script not run yet"); + document.body.appendChild(df); + assert_equals(state, "contentWindow is null"); +}, "A script inserted atomically before an iframe (using a DocumentFragment) " + + "does not observe the iframe's contentWindow, since the 'script running' " + + "and 'iframe setup' both happen in order, after DOM insertion completes"); + +test(t => { + window.state = "script not run yet"; + window.iframe = document.createElement("iframe"); + t.add_cleanup(() => window.iframe.remove()); + + const script = document.createElement("script"); + script.textContent = kScriptContent; + + assert_equals(state, "script not run yet"); + document.body.append(script, iframe); + + assert_equals(state, "contentWindow is null"); +}, "A script inserted atomically before an iframe (using a append() with " + + "multiple arguments) does not observe the iframe's contentWindow, since " + + "the 'script running' and 'iframe setup' both happen in order, after DOM " + + "insertion completes"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-source-from-fragment.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-source-from-fragment.tentative.html new file mode 100644 index 00000000000..7f93ac43bd8 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-source-from-fragment.tentative.html @@ -0,0 +1,33 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting script and source from a fragment</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<video id="media"></video> +<script> +const happened = []; +const media = document.getElementById("media"); +test(() => { + const source = document.createElement("source"); + const script = document.createElement("script"); + script.textContent = ` + happened.push(media.networkState); + `; + + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(source); + + assert_array_equals(happened, []); + media.appendChild(df); + // This is because immediately during DOM insertion, before the + // post-insertion steps invoke script, `<source>` insertion invokes the + // resource selection algorithm [1] which does this assignment. This + // assignment takes place before earlier-inserted script elements run + // post-insertion. + // + // [1]: https://html.spec.whatwg.org/#concept-media-load-algorithm + assert_array_equals(happened, [HTMLMediaElement.NETWORK_NO_SOURCE]); +}, "Empty <source> immediately sets media.networkState during DOM insertion, " + + "so that an earlier-running script can observe networkState"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html new file mode 100644 index 00000000000..d3365f8a5ee --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-style.tentative.html @@ -0,0 +1,118 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting a script and a style where the script modifies the style</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> +<script> +// <script> & <style> element tests. +test(() => { + window.happened = []; + window.style = document.createElement("style"); + let styleSheet = null; + + style.appendChild(new Text("body {}")); + const script = document.createElement("script"); + script.textContent = ` + styleSheet = style.sheet; + happened.push(style.sheet ? "sheet" : null); + style.appendChild(new Text("body {}")); + happened.push(style.sheet?.cssRules.length); + `; + + const div = document.createElement("div"); + div.appendChild(script); + div.appendChild(style); + + assert_array_equals(happened, []); + document.body.appendChild(div); + assert_array_equals(happened, ["sheet", 2]); + assert_not_equals(style.sheet, styleSheet, "style sheet was created only once"); +}, "An earlier-inserted <script> synchronously observes a later-inserted " + + "<style> (via a div) being applied"); + +test(() => { + window.happened = []; + window.style = document.createElement("style"); + let styleSheet = null; + + style.appendChild(new Text("body {}")); + const script = document.createElement("script"); + script.textContent = ` + styleSheet = style.sheet; + happened.push(style.sheet ? "sheet" : null); + style.appendChild(new Text("body {}")); + happened.push(style.sheet?.cssRules.length); +`; + + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(style); + + assert_array_equals(happened, []); + document.body.appendChild(df); + assert_array_equals(happened, ["sheet", 2]); + assert_not_equals(style.sheet, styleSheet, "style sheet was created only once"); +}, "An earlier-inserted <script> synchronously observes a later-inserted " + + "<style> (via a DocumentFragment) being applied"); + +// <script> & <link rel=stylesheet> element tests. +test(() => { + window.happened = []; + window.link = document.createElement("link"); + link.rel = "stylesheet"; + link.href = "data:text/css,"; + + const script = document.createElement("script"); + script.textContent = ` + happened.push(link.sheet ? "sheet" : null); + `; + + const df = document.createDocumentFragment(); + df.appendChild(script); + df.appendChild(link); + + assert_array_equals(happened, []); + document.body.appendChild(df); + assert_array_equals(happened, ["sheet"]); +}, "Earlier-inserted <script> (via a DocumentFragment) synchronously " + + "observes a later-inserted <link rel=stylesheet>'s CSSStyleSheet creation"); + +test(() => { + window.happened = []; + window.link = document.createElement("link"); + link.rel = "stylesheet"; + link.href = "data:text/css,"; + + const script = document.createElement("script"); + script.textContent = ` + happened.push(link.sheet ? "sheet" : null); +`; + + const div = document.createElement("div"); + div.appendChild(script); + div.appendChild(link); + + assert_array_equals(happened, []); + document.body.appendChild(div); + assert_array_equals(happened, ["sheet"]); +}, "Earlier-inserted <script> (via a div) synchronously observes a " + + "later-inserted <link rel=stylesheet>'s CSSStyleSheet creation"); + +test(() => { + window.happened = []; + window.link = document.createElement("link"); + link.rel = "stylesheet"; + link.href = "data:text/css,"; + + const script = document.createElement("script"); + script.textContent = ` + happened.push(link.sheet ? "sheet" : null); +`; + + assert_array_equals(happened, []); + document.body.append(script, link); + assert_array_equals(happened, ["sheet"]); +}, "Earlier-inserted <script> (via a append()) synchronously observes a " + + "later-inserted <link rel=stylesheet>'s CSSStyleSheet creation"); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html new file mode 100644 index 00000000000..71081b49fec --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-script-in-script.tentative.html @@ -0,0 +1,48 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting a script and some code in an empty script</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> +<script id="s1"></script> +<script> +const happened = []; +test(() => { + const s1 = document.getElementById("s1"); + const s2 = document.createElement("script"); + + // This script, which is ultimately a *child* of the + // already-connected-but-empty `s1` script, runs first. This is because when + // the DocumentFragment `df` containing this script (`s2`) is appended to + // `s1`, we do not immediately execute `s1`, because of this condition: [1]. + // It specifies that when a "node or document fragment is inserted into the + // script", we only run the "prepare the script algorithm" for that script + // "after any script elements inserted at that time". + // + // So upon insertion of `s2`, its insertion conditions are met and it is + // prepared and run first. During its execution, it mutates `s1`, adding more + // text to it. This condition still does not trigger the immediate execution + // of `s1`, because `s2`'s insertion is not complete yet. + // + // Once `s2` is finished being inserted, the condition to prepare and execute + // `s1` is met, and it is processed accordingly, which includes the execution + // of the text that `s2` added to `s1`. + // + // [1]: https://html.spec.whatwg.org/C#script-processing-model:prepare-the-script-element-4 + s2.textContent = ` + happened.push("s2"); + s1.appendChild(new Text("happened.push('s1ran');")); + happened.push("s2ran"); +`; + + const df = document.createDocumentFragment(); + df.appendChild(new Text(`happened.push("s1");`)); + df.appendChild(s2); + + assert_array_equals(happened, []); + s1.appendChild(df); + assert_array_equals(happened, ["s2", "s2ran", "s1", "s1ran"]); +}, "An outer script does not execute until its inner `<script>` children are " + + "finished being inserted into it. The outer script's execution considers " + + "any script text that inner scripts added to the outer one."); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html new file mode 100644 index 00000000000..850af680a0d --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-and-script-in-style.tentative.html @@ -0,0 +1,30 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting text and script nodes in a style element</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<style id="style"></style> +<body> +<script> +const happened = [] +const style = document.getElementById("style"); +test(() => { + const r1 = new Text("body {}"); + const r2 = new Text("body {}"); + const script = document.createElement("script"); + script.textContent = ` + happened.push(style.sheet.cssRules.length); + `; + + const df = document.createDocumentFragment(); + df.appendChild(r1); + df.appendChild(script); + df.appendChild(r2); + + assert_array_equals(happened, []); + style.appendChild(df); + assert_array_equals(happened, [2]); +}, "All style rules appended to a <style> element are inserted and " + + "script-observable to scripts inserted in the `<style>` element, by the " + + "time scripts execute after DOM insertions."); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html new file mode 100644 index 00000000000..4d6543695cf --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html @@ -0,0 +1,24 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting two text nodes in an empty script</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> + <script id="script"></script> +<script> +const happened = []; +test(() => { + const script = document.getElementById("script"); + const df = document.createDocumentFragment(); + df.appendChild(new Text("happened.push('t1');")); + df.appendChild(new Text("happened.push('t2');")); + assert_array_equals(happened, []); + script.appendChild(df); + assert_array_equals(happened, ["t1", "t2"]); + // At this point it's already executed so further motifications are a no-op + script.appendChild(new Text("happened.push('t3');")); + script.textContent = "happened.push('t4');" + script.text = "happened.push('t5');" + assert_array_equals(happened, ["t1", "t2"]); +}); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html new file mode 100644 index 00000000000..a7b7405b64b --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts-from-fragment.tentative.html @@ -0,0 +1,30 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting three scripts from a document fragment</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> + <script> +const s1 = document.createElement("script"); +const s2 = document.createElement("script"); +const s3 = document.createElement("script"); +const happened = []; + +test(() => { + s1.textContent = ` + s3.appendChild(new Text("happened.push('s3');")); + happened.push("s1"); + `; + s2.textContent = ` + happened.push("s2"); + `; + const df = document.createDocumentFragment(); + df.appendChild(s1); + df.appendChild(s2); + df.appendChild(s3); + + assert_array_equals(happened, []); + document.body.appendChild(df); + assert_array_equals(happened, ["s3", "s1", "s2"]); +}); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html new file mode 100644 index 00000000000..6ffa35515e7 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/Node-appendChild-three-scripts.tentative.html @@ -0,0 +1,30 @@ +<!doctype html> +<meta charset=utf-8> +<title>Node.appendChild: inserting three scripts from a div</title> +<script src=/resources/testharness.js></script> +<script src=/resources/testharnessreport.js></script> +<body> + <script> +const s1 = document.createElement("script"); +const s2 = document.createElement("script"); +const s3 = document.createElement("script"); +const happened = []; + +test(() => { + s1.textContent = ` + s3.appendChild(new Text("happened.push('s3');")); + happened.push("s1"); + `; + s2.textContent = ` + happened.push("s2"); + `; + const div = document.createElement("div"); + div.appendChild(s1); + div.appendChild(s2); + div.appendChild(s3); + + assert_array_equals(happened, []); + document.body.appendChild(div); + assert_array_equals(happened, ["s3", "s1", "s2"]); +}); +</script> diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/blur-event.window.js b/tests/wpt/tests/dom/nodes/insertion-removing-steps/blur-event.window.js new file mode 100644 index 00000000000..4c8cd85cbf5 --- /dev/null +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/blur-event.window.js @@ -0,0 +1,19 @@ +test(() => { + const input = document.body.appendChild(document.createElement('input')); + input.focus(); + + let blurCalled = false; + input.onblur = e => blurCalled = true; + input.remove(); + assert_false(blurCalled, "Blur event was not fired"); +}, "<input> element does not fire blur event upon DOM removal"); + +test(() => { + const button = document.body.appendChild(document.createElement('button')); + button.focus(); + + let blurCalled = false; + button.onblur = e => blurCalled = true; + button.remove(); + assert_false(blurCalled, "Blur event was not fired"); +}, "<button> element does not fire blur event upon DOM removal"); diff --git a/tests/wpt/tests/dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.js b/tests/wpt/tests/dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.js index a10610f4677..60c2bec0c8a 100644 --- a/tests/wpt/tests/dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.js +++ b/tests/wpt/tests/dom/nodes/insertion-removing-steps/insertion-removing-steps-iframe.window.js @@ -109,6 +109,15 @@ function runRemovalTest(removal_method) { t.add_cleanup(() => removalObserver.disconnect()); let iframe1UnloadFired = false, iframe2UnloadFired = false; + let iframe1PagehideFired = false, iframe2PagehideFired = false; + iframe1.contentWindow.addEventListener('pagehide', e => { + assert_false(iframe1UnloadFired, "iframe1 pagehide fires before unload"); + iframe1PagehideFired = true; + }); + iframe2.contentWindow.addEventListener('pagehide', e => { + assert_false(iframe2UnloadFired, "iframe2 pagehide fires before unload"); + iframe2PagehideFired = true; + }); iframe1.contentWindow.addEventListener('unload', e => iframe1UnloadFired = true); iframe2.contentWindow.addEventListener('unload', e => iframe2UnloadFired = true); @@ -126,6 +135,8 @@ function runRemovalTest(removal_method) { div.innerHTML = ''; } + assert_false(iframe1PagehideFired, "iframe1 pagehide did not fire"); + assert_false(iframe2PagehideFired, "iframe2 pagehide did not fire"); assert_false(iframe1UnloadFired, "iframe1 unload did not fire"); assert_false(iframe2UnloadFired, "iframe2 unload did not fire"); diff --git a/tests/wpt/tests/editing/other/delete-in-inline-editing-host-under-shadow-root.html b/tests/wpt/tests/editing/other/delete-in-inline-editing-host-under-shadow-root.html new file mode 100644 index 00000000000..c1a825a6452 --- /dev/null +++ b/tests/wpt/tests/editing/other/delete-in-inline-editing-host-under-shadow-root.html @@ -0,0 +1,61 @@ +<!doctype html> +<html> +<head> +<meta charset="utf-8"> +<title>Backspace/Delete in inline editing host which is a shadow root</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<script src="/resources/testdriver-actions.js"></script> +<script src="../include/editor-test-utils.js"></script> +<script> +"use strict"; + +addEventListener("load", () => { + const shadowRoot = document.body.firstChild.attachShadow({mode: "open"}); + const editingHost = document.createElement("span"); + editingHost.setAttribute("contenteditable", ""); + shadowRoot.appendChild(editingHost); + const utils = new EditorTestUtils(editingHost); + + promise_test(async t => { + utils.setupEditingHost("ab[]c"); + await utils.sendBackspaceKey(); + assert_equals( + editingHost.textContent, + "ac" + ); + }, "Backspace at <span contenteditable>ab[]c</span>"); + + promise_test(async t => { + utils.setupEditingHost("a[]bc"); + await utils.sendDeleteKey(); + assert_equals( + editingHost.textContent, + "ac" + ); + }, "Delete at <span contenteditable>a[]bc</span>"); + + promise_test(async t => { + utils.setupEditingHost("a[b]c"); + await utils.sendBackspaceKey(); + assert_equals( + editingHost.textContent, + "ac" + ); + }, "Backspace at <span contenteditable>a[b]c</span>"); + + promise_test(async t => { + utils.setupEditingHost("a[b]c"); + await utils.sendDeleteKey(); + assert_equals( + editingHost.textContent, + "ac" + ); + }, "Delete at <span contenteditable>a[b]c</span>"); +}, {once: true}); +</script> +</head> +<body><div></div></body> +</html> diff --git a/tests/wpt/tests/fetch/private-network-access/anchor.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/anchor.tentative.https.window.js index 4e860ad381d..f5473868b7c 100644 --- a/tests/wpt/tests/fetch/private-network-access/anchor.tentative.https.window.js +++ b/tests/wpt/tests/fetch/private-network-access/anchor.tentative.https.window.js @@ -149,6 +149,44 @@ subsetTestByKey("from-public", promise_test_parallel, t => anchorTest(t, { expected: NavigationTestResult.SUCCESS, }), "public to public: no preflight required."); +subsetTestByKey( + 'from-public', promise_test_parallel, + t => anchorTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.noCorsHeader(token()), + } + }), + } + }, + expected: NavigationTestResult.FAILURE, + }), + 'public to public redirected to private: missing CORS headers.'); + +subsetTestByKey( + 'from-public', promise_test_parallel, + t => anchorTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.navigation(token()), + } + }), + } + }, + expected: NavigationTestResult.SUCCESS, + }), + 'public to public to private: success.'); + // The following tests verify that `CSP: treat-as-public-address` makes // documents behave as if they had been served from a public IP address. diff --git a/tests/wpt/tests/fetch/private-network-access/resources/service-worker-fetch-all.js b/tests/wpt/tests/fetch/private-network-access/resources/service-worker-fetch-all.js new file mode 100644 index 00000000000..78ac8d1576b --- /dev/null +++ b/tests/wpt/tests/fetch/private-network-access/resources/service-worker-fetch-all.js @@ -0,0 +1,20 @@ +self.addEventListener("install", () => { + // Skip waiting before replacing the previously-active service worker, if any. + // This allows the bridge script to notice the controller change and query + // the install time via fetch. + self.skipWaiting(); +}); + +self.addEventListener("activate", (event) => { + // Claim all clients so that the bridge script notices the activation. + event.waitUntil(self.clients.claim()); +}); + +self.addEventListener("fetch", (event) => { + const url = new URL(event.request.url).searchParams.get("proxied-url"); + if (url) { + event.respondWith(fetch(url)); + } else { + event.respondWith(fetch(event.request)); + } +}); diff --git a/tests/wpt/tests/fetch/private-network-access/resources/support.sub.js b/tests/wpt/tests/fetch/private-network-access/resources/support.sub.js index 46a9d9e0764..1cb432b7874 100644 --- a/tests/wpt/tests/fetch/private-network-access/resources/support.sub.js +++ b/tests/wpt/tests/fetch/private-network-access/resources/support.sub.js @@ -480,6 +480,13 @@ const NavigationTestResult = { }; async function windowOpenTest(t, { source, target, expected }) { + if (target.behavior && target.behavior.redirect) { + target.behavior.redirect.searchParams.set('file', 'openee.html'); + target.behavior.redirect.searchParams.set( + 'file-if-no-preflight-received', + 'no-preflight-received.html', + ); + } const targetUrl = preflightUrl(target); targetUrl.searchParams.set("file", "openee.html"); targetUrl.searchParams.set( @@ -507,6 +514,13 @@ async function windowOpenTest(t, { source, target, expected }) { } async function windowOpenExistingTest(t, { source, target, expected }) { + if (target.behavior && target.behavior.redirect) { + target.behavior.redirect.searchParams.set('file', 'openee.html'); + target.behavior.redirect.searchParams.set( + 'file-if-no-preflight-received', + 'no-preflight-received.html', + ); + } const targetUrl = preflightUrl(target); targetUrl.searchParams.set("file", "openee.html"); targetUrl.searchParams.set( @@ -535,6 +549,13 @@ async function windowOpenExistingTest(t, { source, target, expected }) { } async function anchorTest(t, { source, target, expected }) { + if (target.behavior && target.behavior.redirect) { + target.behavior.redirect.searchParams.set('file', 'openee.html'); + target.behavior.redirect.searchParams.set( + 'file-if-no-preflight-received', + 'no-preflight-received.html', + ); + } const targetUrl = preflightUrl(target); targetUrl.searchParams.set("file", "openee.html"); targetUrl.searchParams.set( @@ -855,3 +876,66 @@ async function sharedWorkerBlobFetchTest(t, { source, target, expected }) { assert_equals(status, expected.status, "response status"); assert_equals(body, expected.body, "response body"); } + +async function makeServiceWorkerTest(t, { source, target, expected, fetch_document=false }) { + const bridgeUrl = resolveUrl( + "resources/service-worker-bridge.html", + sourceResolveOptions({ server: source.server })); + + const scriptUrl = fetch_document? + resolveUrl("resources/service-worker-fetch-all.js", sourceResolveOptions(source)): + resolveUrl("resources/service-worker.js", sourceResolveOptions(source)); + + const realTargetUrl = preflightUrl(target); + + // Fetch a URL within the service worker's scope, but tell it which URL to + // really fetch. + const targetUrl = new URL("service-worker-proxy", scriptUrl); + targetUrl.searchParams.append("proxied-url", realTargetUrl.href); + + const iframe = await appendIframe(t, document, bridgeUrl); + + const request = (message) => { + const reply = futureMessage(); + iframe.contentWindow.postMessage(message, "*"); + return reply; + }; + + { + const { error, loaded } = await request({ + action: "register", + url: scriptUrl.href, + }); + + assert_equals(error, undefined, "register error"); + assert_true(loaded, "response loaded"); + } + + try { + const { controlled, numControllerChanges } = await request({ + action: "wait", + numControllerChanges: 1, + }); + + assert_equals(numControllerChanges, 1, "controller change"); + assert_true(controlled, "bridge script is controlled"); + + const { error, ok, body } = await request({ + action: "fetch", + url: targetUrl.href, + }); + + assert_equals(error, expected.error, "fetch error"); + assert_equals(ok, expected.ok, "response ok"); + assert_equals(body, expected.body, "response body"); + } finally { + // Always unregister the service worker. + const { error, unregistered } = await request({ + action: "unregister", + scope: new URL("./", scriptUrl).href, + }); + + assert_equals(error, undefined, "unregister error"); + assert_true(unregistered, "unregistered"); + } +} diff --git a/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js new file mode 100644 index 00000000000..6fc29ce4725 --- /dev/null +++ b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document-treat-as-public.tentative.https.window.js @@ -0,0 +1,101 @@ +// META: script=/common/utils.js +// META: script=resources/support.sub.js +// +// Spec: https://wicg.github.io/private-network-access/#integration-fetch +// +// These tests check that fetches from within `ServiceWorker` scripts are +// subject to Private Network Access checks, just like fetches from within +// documents. + +// Results that may be expected in tests. +const TestResult = { + SUCCESS: { ok: true, body: "success" }, + FAILURE: { error: "TypeError" }, +}; + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { + server: Server.OTHER_HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, + }, + expected: TestResult.FAILURE, + fetch_document: true, +}), "treat-as-public to local: failed preflight."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { + server: Server.OTHER_HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.success(token()), + response: ResponseBehavior.allowCrossOrigin(), + }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "treat-as-public to local: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { server: Server.HTTPS_LOCAL }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "treat-as-public to local (same-origin): no preflight required."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, + }, + expected: TestResult.FAILURE, + fetch_document: true, +}), "treat-as-public to private: failed preflight."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.success(token()), + response: ResponseBehavior.allowCrossOrigin(), + }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "treat-as-public to private: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { + server: Server.HTTPS_LOCAL, + treatAsPublic: true, + }, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { response: ResponseBehavior.allowCrossOrigin() }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "treat-as-public to public: success."); diff --git a/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js new file mode 100644 index 00000000000..ec380555a80 --- /dev/null +++ b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch-document.tentative.https.window.js @@ -0,0 +1,114 @@ +// META: script=/common/utils.js +// META: script=resources/support.sub.js +// +// Spec: https://wicg.github.io/private-network-access/#integration-fetch +// +// These tests check that fetches from within `ServiceWorker` scripts are +// subject to Private Network Access checks, just like fetches from within +// documents. + +// Results that may be expected in tests. +const TestResult = { + SUCCESS: { ok: true, body: "success" }, + FAILURE: { error: "TypeError" }, +}; + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_LOCAL }, + target: { server: Server.HTTPS_LOCAL }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "local to local: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PRIVATE }, + target: { + server: Server.HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, + }, + expected: TestResult.FAILURE, + fetch_document: true, +}), "private to local: failed preflight."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PRIVATE }, + target: { + server: Server.HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.success(token()), + response: ResponseBehavior.allowCrossOrigin(), + }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "private to local: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PRIVATE }, + target: { server: Server.HTTPS_PRIVATE }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "private to private: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PUBLIC }, + target: { + server: Server.HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, + }, + expected: TestResult.FAILURE, + fetch_document: true, +}), "public to local: failed preflight."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PUBLIC }, + target: { + server: Server.HTTPS_LOCAL, + behavior: { + preflight: PreflightBehavior.success(token()), + response: ResponseBehavior.allowCrossOrigin(), + }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "public to local: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PUBLIC }, + target: { + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, + }, + expected: TestResult.FAILURE, + fetch_document: true, +}), "public to private: failed preflight."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PUBLIC }, + target: { + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.success(token()), + response: ResponseBehavior.allowCrossOrigin(), + }, + }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "public to private: success."); + +promise_test(t => makeServiceWorkerTest(t, { + source: { server: Server.HTTPS_PUBLIC }, + target: { server: Server.HTTPS_PUBLIC }, + expected: TestResult.SUCCESS, + fetch_document: true, +}), "public to public: success."); + diff --git a/tests/wpt/tests/fetch/private-network-access/service-worker-fetch.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch.tentative.https.window.js index cb6d1f79b01..5fc5800ba04 100644 --- a/tests/wpt/tests/fetch/private-network-access/service-worker-fetch.tentative.https.window.js +++ b/tests/wpt/tests/fetch/private-network-access/service-worker-fetch.tentative.https.window.js @@ -16,84 +16,25 @@ const TestResult = { FAILURE: { error: "TypeError" }, }; -async function makeTest(t, { source, target, expected }) { - const bridgeUrl = resolveUrl( - "resources/service-worker-bridge.html", - sourceResolveOptions({ server: source.server })); - - const scriptUrl = - resolveUrl("resources/service-worker.js", sourceResolveOptions(source)); - - const realTargetUrl = preflightUrl(target); - - // Fetch a URL within the service worker's scope, but tell it which URL to - // really fetch. - const targetUrl = new URL("service-worker-proxy", scriptUrl); - targetUrl.searchParams.append("proxied-url", realTargetUrl.href); - - const iframe = await appendIframe(t, document, bridgeUrl); - - const request = (message) => { - const reply = futureMessage(); - iframe.contentWindow.postMessage(message, "*"); - return reply; - }; - - { - const { error, loaded } = await request({ - action: "register", - url: scriptUrl.href, - }); - - assert_equals(error, undefined, "register error"); - assert_true(loaded, "response loaded"); - } - - try { - const { controlled, numControllerChanges } = await request({ - action: "wait", - numControllerChanges: 1, - }); - - assert_equals(numControllerChanges, 1, "controller change"); - assert_true(controlled, "bridge script is controlled"); - - const { error, ok, body } = await request({ - action: "fetch", - url: targetUrl.href, - }); - - assert_equals(error, expected.error, "fetch error"); - assert_equals(ok, expected.ok, "response ok"); - assert_equals(body, expected.body, "response body"); - } finally { - // Always unregister the service worker. - const { error, unregistered } = await request({ - action: "unregister", - scope: new URL("./", scriptUrl).href, - }); - - assert_equals(error, undefined, "unregister error"); - assert_true(unregistered, "unregistered"); - } -} - -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL }, target: { server: Server.HTTPS_LOCAL }, expected: TestResult.SUCCESS, }), "local to local: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PRIVATE }, target: { server: Server.HTTPS_LOCAL, - behavior: { response: ResponseBehavior.allowCrossOrigin() }, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, }, expected: TestResult.FAILURE, }), "private to local: failed preflight."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PRIVATE }, target: { server: Server.HTTPS_LOCAL, @@ -105,22 +46,25 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "private to local: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PRIVATE }, target: { server: Server.HTTPS_PRIVATE }, expected: TestResult.SUCCESS, }), "private to private: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PUBLIC }, target: { server: Server.HTTPS_LOCAL, - behavior: { response: ResponseBehavior.allowCrossOrigin() }, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, }, expected: TestResult.FAILURE, }), "public to local: failed preflight."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PUBLIC }, target: { server: Server.HTTPS_LOCAL, @@ -132,16 +76,19 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "public to local: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PUBLIC }, target: { server: Server.HTTPS_PRIVATE, - behavior: { response: ResponseBehavior.allowCrossOrigin() }, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, }, expected: TestResult.FAILURE, }), "public to private: failed preflight."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PUBLIC }, target: { server: Server.HTTPS_PRIVATE, @@ -153,25 +100,28 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "public to private: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_PUBLIC }, target: { server: Server.HTTPS_PUBLIC }, expected: TestResult.SUCCESS, }), "public to public: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, }, target: { server: Server.OTHER_HTTPS_LOCAL, - behavior: { response: ResponseBehavior.allowCrossOrigin() }, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, }, expected: TestResult.FAILURE, }), "treat-as-public to local: failed preflight."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, @@ -186,7 +136,7 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "treat-as-public to local: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, @@ -195,19 +145,22 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "treat-as-public to local (same-origin): no preflight required."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, }, target: { server: Server.HTTPS_PRIVATE, - behavior: { response: ResponseBehavior.allowCrossOrigin() }, + behavior: { + preflight: PreflightBehavior.failure(), + response: ResponseBehavior.allowCrossOrigin() + }, }, expected: TestResult.FAILURE, }), "treat-as-public to private: failed preflight."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, @@ -222,7 +175,7 @@ subsetTest(promise_test, t => makeTest(t, { expected: TestResult.SUCCESS, }), "treat-as-public to private: success."); -subsetTest(promise_test, t => makeTest(t, { +subsetTest(promise_test, t => makeServiceWorkerTest(t, { source: { server: Server.HTTPS_LOCAL, treatAsPublic: true, diff --git a/tests/wpt/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js index 6a2a624fc80..565a2117a84 100644 --- a/tests/wpt/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js +++ b/tests/wpt/tests/fetch/private-network-access/window-open-existing.tentative.https.window.js @@ -167,6 +167,44 @@ subsetTestByKey( }), 'public to public: no preflight required.'); +subsetTestByKey( + 'from-public', promise_test_parallel, + t => windowOpenExistingTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.noCorsHeader(token()), + } + }), + } + }, + expected: NavigationTestResult.FAILURE, + }), + 'public to public redirected to private: missing CORS headers.'); + +subsetTestByKey( + 'from-public', promise_test_parallel, + t => windowOpenExistingTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.navigation(token()), + } + }), + } + }, + expected: NavigationTestResult.SUCCESS, + }), + 'public to public to private: success.'); + // The following tests verify that `CSP: treat-as-public-address` makes // documents behave as if they had been served from a public IP address. diff --git a/tests/wpt/tests/fetch/private-network-access/window-open.tentative.https.window.js b/tests/wpt/tests/fetch/private-network-access/window-open.tentative.https.window.js index 6793d1f3b4d..42d70af4e4e 100644 --- a/tests/wpt/tests/fetch/private-network-access/window-open.tentative.https.window.js +++ b/tests/wpt/tests/fetch/private-network-access/window-open.tentative.https.window.js @@ -149,6 +149,44 @@ subsetTestByKey("from-public", promise_test_parallel, t => windowOpenTest(t, { expected: NavigationTestResult.SUCCESS, }), "public to public: no preflight required."); +subsetTestByKey( + 'from-public', promise_test_parallel, + t => windowOpenTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.noCorsHeader(token()), + } + }), + } + }, + expected: NavigationTestResult.FAILURE, + }), + 'public to public redirected to private: missing CORS headers.'); + +subsetTestByKey( + 'from-public', promise_test_parallel, + t => windowOpenTest(t, { + source: {server: Server.HTTPS_PUBLIC}, + target: { + server: Server.HTTPS_PUBLIC, + behavior: { + redirect: preflightUrl({ + server: Server.HTTPS_PRIVATE, + behavior: { + preflight: PreflightBehavior.navigation(token()), + } + }), + } + }, + expected: NavigationTestResult.SUCCESS, + }), + 'public to public to private: success.'); + // The following tests verify that `CSP: treat-as-public-address` makes // documents behave as if they had been served from a public IP address. diff --git a/tests/wpt/tests/fledge/tentative/additional-bids.https.window.js b/tests/wpt/tests/fledge/tentative/additional-bids.https.window.js new file mode 100644 index 00000000000..0e1d22c2619 --- /dev/null +++ b/tests/wpt/tests/fledge/tentative/additional-bids.https.window.js @@ -0,0 +1,146 @@ +// META: script=/resources/testdriver.js +// META: script=/common/utils.js +// META: script=resources/fledge-util.sub.js +// META: script=/common/subset-tests.js +// META: timeout=long +// META: variant=?1-last + +"use strict;" + +// This file contains tests for additional bids and negative targeting. +// +// TODO: +// - test that an negatively targeted additional bid is suppressed. +// - test that an incorrectly signed additional bid is not negative targeted. +// - test that an missing-signature additional bid is not negative targeted. +// - test that an additional bid with some correct signatures can be negative. +// negative targeted for those negative interest groups whose signatures +// match. +// - test an additional bid with multiple negative interest groups. +// - test that multiple negative interest groups with mismatched joining origins +// is not negative targeted. +// - test that additional bids can be fetched using an iframe navigation. +// - test that additional bids are not fetched using an iframe navigation for +// which the `adAuctionHeaders=true` attribute is not specified. +// - test that additional bids are not fetched using a Fetch request for which +// `adAuctionHeaders: true` is not specified. +// - test that an additional bid with an incorrect auction nonce is not used +// included in an auction. Same for seller and top-level seller. +// - test that correctly formatted additional bids are included in an auction +// when fetched alongside malformed additional bid headers by a Fetch +// request. +// - test that correctly formatted additional bids are included in an auction +// when fetched alongside malformed additional bid headers by an iframe +// navigation. +// - test that reportWin is not used for reporting an additional bid win. +// - test that additional bids can *not* be fetched from iframe subresource +// requests. +// - test that an auction nonce can only be used once, and a second auction +// trying to reuse an auction immediately fails. +// - test that an auction nonce must be created in the same window/tab as the +// call to runAdAuction. +// - test reportAdditionalBidWin with each of no metadata, null metadata, and +// an object metadata. +// - test that an auction running in one tab can't see an additional bid loaded +// in a new tab. +// - test that two auctions running with different nonces only get the +// additional bids fetched with their auction nonce. +// - test that two auctions running with different nonces only get the +// additional bids fetched with their auction nonce, when both additional +// bids are retrieved with one fetch. +// - test that a multiseller auction with two component auctions can direct +// additional bids to the correct component auctions. +// - test that two auctions running with different nonces only get the +// additional bids fetched with their auction nonce. +// - test that two auctions running with different nonces only get the +// additional bids fetched with their auction nonce, when both additional +// bids are retrieved with one fetch. +// - test that an additional bid can compete against an interest group bid and +// lose. +// - test that an additional bid can compete against an interest group bid and +// win. +// - test that a malformed additional bid causes that one additional bid to be +// ignored, but the rest of the auction (and other additional bids, even +// from the same fetch) continue on. +// - test (in join-leave-ad-interest-group.https.window.js) that an IG that +// provides `additionalBidKey` fails if the key fails to decode, or if +// that IG also provides `ads`, or if it provides `updateURL`. +// - test that an IG update cannot cause a regular interest group (one that +// does not provide `additionalBidKey`) to become a negative interest +// group (one that does provide `additionalBidKey`). +// - test (in auction-config-passed-to-worklets.https.window.js) that a +// multi-seller auction fails if the top-level auction provides +// a value for `additionalBids`. +// - test (in auction-config-passed-to-worklets.https.window.js) that an auction +// fails if it provides `additionalBids` but not `auctionNonce`, or if it +// provides `additionalBids` but not `interestGroupBuyers`. + +// The auction is run with the seller being the same as the document origin. +// The request to fetch additional bids must be issued to the seller's origin +// for ad auction headers interception to associate it with this auction. +const SINGLE_SELLER_AUCTION_SELLER = window.location.origin; + +// Single-seller auction with a single buyer who places a single additional +// bid. As the only bid, this wins. +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + const auctionNonce = await navigator.createAuctionNonce(); + const seller = SINGLE_SELLER_AUCTION_SELLER; + + const buyer = OTHER_ORIGIN1; + const additionalBid = createAdditionalBid( + uuid, auctionNonce, seller, buyer, 'horses', 1.99); + + await runAdditionalBidTest( + test, uuid, [buyer], auctionNonce, + fetchAdditionalBids(seller, [additionalBid]), + /*highestScoringOtherBid=*/0, + /*winningAdditionalBidId=*/'horses'); +}, 'single valid additional bid'); + +// Single-seller auction with a two buyers competing with additional bids. +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + const auctionNonce = await navigator.createAuctionNonce(); + const seller = SINGLE_SELLER_AUCTION_SELLER; + + const buyer1 = OTHER_ORIGIN1; + const additionalBid1 = createAdditionalBid( + uuid, auctionNonce, seller, buyer1, 'horses', 1.99); + + const buyer2 = OTHER_ORIGIN2; + const additionalBid2 = createAdditionalBid( + uuid, auctionNonce, seller, buyer2, 'planes', 2.99); + + await runAdditionalBidTest( + test, uuid, [buyer1, buyer2], auctionNonce, + fetchAdditionalBids(seller, [additionalBid1, additionalBid2]), + /*highestScoringOtherBid=*/1.99, + /*winningAdditionalBidId=*/'planes'); +}, 'two valid additional bids'); + +// Same as the test above, except that this uses two Fetch requests instead of +// one to retrieve the additional bids. +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + const auctionNonce = await navigator.createAuctionNonce(); + const seller = SINGLE_SELLER_AUCTION_SELLER; + + const buyer1 = OTHER_ORIGIN1; + const additionalBid1 = createAdditionalBid( + uuid, auctionNonce, seller, buyer1, 'horses', 1.99); + + const buyer2 = OTHER_ORIGIN2; + const additionalBid2 = createAdditionalBid( + uuid, auctionNonce, seller, buyer2, 'planes', 2.99); + + + await runAdditionalBidTest( + test, uuid, [buyer1, buyer2], auctionNonce, + Promise.all([ + fetchAdditionalBids(seller, [additionalBid1]), + fetchAdditionalBids(seller, [additionalBid2]) + ]), + /*highestScoringOtherBid=*/1.99, + /*winningAdditionalBidId=*/'planes'); +}, 'two valid additional bids from two distinct Fetch requests'); diff --git a/tests/wpt/tests/fledge/tentative/generate-bid-browser-signals.https.window.js b/tests/wpt/tests/fledge/tentative/generate-bid-browser-signals.https.window.js index 3ab8bbf51f6..615702ba9e2 100644 --- a/tests/wpt/tests/fledge/tentative/generate-bid-browser-signals.https.window.js +++ b/tests/wpt/tests/fledge/tentative/generate-bid-browser-signals.https.window.js @@ -3,7 +3,11 @@ // META: script=resources/fledge-util.sub.js // META: script=/common/subset-tests.js // META: timeout=long -// META: variant=?1-last +// META: variant=?1-4 +// META: variant=?5-8 +// META: variant=?9-12 +// META: variant=?13-16 +// META: variant=?17-last "use strict;" @@ -145,3 +149,373 @@ subsetTest(promise_test, async test => { ); }, 'Check recency in generateBid() is below a certain threshold and rounded ' + 'to multiple of 100 milliseconds.'); + +// Creates a bidding script URL that expects the "bidCount" to be +// "expectedBidCount". +function createBidCountBiddingScriptURL(expectedBidCount) { + return createBiddingScriptURL( + { generateBid: + `if (browserSignals.bidCount !== ${expectedBidCount}) + throw "Unexpected bidCount: " + browserSignals.bidCount;` + }); +} + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Running an auction should not increment "bidCount". + await joinGroupAndRunBasicFledgeTestExpectingWinner( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0)}); + + // These auctions would have no winner if the "bidCount" were incremented. + await runBasicFledgeAuction(test, uuid); + await runBasicFledgeAuction(test, uuid); +}, 'browserSignals.bidCount not incremented when ad not used.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0) }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + // Wait for the navigation to trigger reports. "bidCount" should be updated before + // any reports are sent. + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(1) }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + // Wait for the navigation to trigger reports. "bidCount" should be updated before + // any reports are sent. + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(2) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.bidCount incremented when ad used.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Join an interest group and run an auction and navigate to the winning ad, + // increasing the bid count to 1. + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0)}); + await runBasicFledgeAuctionAndNavigate(test, uuid); + // Wait for the navigation to trigger reports. "bidCount" should be updated before + // any reports are sent. + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinCrossOriginInterestGroupInTopLevelWindow( + test, uuid, OTHER_ORIGIN1, window.location.origin, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(1) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.bidCount persists across re-join from other top-level origin.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Join an interest group and run an auction and navigate to the winning ad, + // increasing the bid count to 1. + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0) }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + // Leaving interest group should clear "bidCount". + await leaveInterestGroup({name: uuid}); + + // Check that bid count was cleared. + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0)}); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.bidCount leave and rejoin.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(0)} ); + + // Run two auctions at once, without any navigations. + // "bidCount" should be 0 for both auctions. + fencedFrameConfigs = + await Promise.all([runBasicFledgeTestExpectingWinner(test, uuid), + runBasicFledgeTestExpectingWinner(test, uuid)]); + + // Start navigating to both auction winners. + createAndNavigateFencedFrame(test, fencedFrameConfigs[0]); + createAndNavigateFencedFrame(test, fencedFrameConfigs[1]); + + // Wait for navigations to have sent reports (and thus to have updated + // bid counts). + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + // Check that "bidCount" has increased by 2. + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createBidCountBiddingScriptURL(2) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.bidCount two auctions at once.'); + +// Creates a bidding script URL that expects "prevWinsMs" to be +// "expectedPrevWinsMs". All times in "expectedPrevWinsMs" must be 0. +// +// "adIndex" is the index of the ad to use in the bid. +function createPrevWinsMsBiddingScriptURL(expectedPrevWinsMs, adIndex = 0) { + return createBiddingScriptURL( + { generateBid: + `for (let i = 0; i < browserSignals.prevWinsMs.length; i++) { + // Check age is in a reasonable range. + if (browserSignals.prevWinsMs[i][0] < 0 || + browserSignals.prevWinsMs[i][0] > 30000) { + throw "Unexpected prevWinsMs time: " + JSON.stringify(browserSignals.prevWinsMs); + } + + // Set age to 0. + browserSignals.prevWinsMs[i][0] = 0; + + // Remove obsolete field, if present. + delete browserSignals.prevWinsMs[i][1].render_url; + } + if (!deepEquals(browserSignals.prevWinsMs, ${JSON.stringify(expectedPrevWinsMs)})) + throw "Unexpected prevWinsMs: " + JSON.stringify(browserSignals.prevWinsMs); + + return { + bid: 1, + render: interestGroup.ads[${adIndex}].renderURL + };` + }); +} + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Running an auction should not increment "prevWinsMs". + await joinGroupAndRunBasicFledgeTestExpectingWinner( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([])}); + + // These auctions would have no winner if the "prevWinsMs" were incremented. + await runBasicFledgeAuction(test, uuid); + await runBasicFledgeAuction(test, uuid); +}, 'browserSignals.prevWinsMs not affected when ad not used.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([]) }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + // Wait for the navigation to trigger reports. "prevWinsMs" should be updated before + // any reports are sent. + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [[0, {renderURL: createRenderURL(uuid)}]]) }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + // Wait for the navigation to trigger reports. "prevWinsMs" should be updated before + // any reports are sent. + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [ [0, {renderURL: createRenderURL(uuid)}], + [0, {renderURL: createRenderURL(uuid)}]]) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.prevWinsMs, no metadata.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + const ads = [ {renderURL: createRenderURL(uuid, 0), metadata: null}, + {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}, + {renderURL: createRenderURL(uuid, 2)} ]; + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([], /*adIndex=*/0), + ads: ads }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [[0, {renderURL: createRenderURL(uuid, 0), metadata: null}]], + /*adIndex=*/1), + ads: ads }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [ [0, {renderURL: createRenderURL(uuid, 0), metadata: null}], + [0, {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}] ], + /*adIndex=*/2), + ads: ads }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [ [0, {renderURL: createRenderURL(uuid, 0), metadata: null}], + [0, {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}], + [0, {renderURL: createRenderURL(uuid, 2)}] ]), + ads: ads }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.prevWinsMs, with metadata.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + const ads = [ {renderURL: createRenderURL(uuid, 0), metadata: null}, + {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}, + {renderURL: createRenderURL(uuid, 2)} ]; + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([]), + ads: [{renderURL: createRenderURL(uuid, 0), metadata: null}] }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [[0, {renderURL: createRenderURL(uuid, 0), metadata: null}]]), + ads: [{renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}] }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [ [0, {renderURL: createRenderURL(uuid, 0), metadata: null}], + [0, {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}] ]), + ads: [{renderURL: createRenderURL(uuid, 2)}] }); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid), + createSellerReportURL(uuid), + createSellerReportURL(uuid)]); + + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [ [0, {renderURL: createRenderURL(uuid, 0), metadata: null}], + [0, {renderURL: createRenderURL(uuid, 1), metadata: ['1', 2, {3: 4}]}], + [0, {renderURL: createRenderURL(uuid, 2)}] ]) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.prevWinsMs, different set of ads for each bid.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Join an interest group and run an auction and navigate to the winning ad, + // which should be logged in "prevWinsMs". + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([])}); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + await joinCrossOriginInterestGroupInTopLevelWindow( + test, uuid, OTHER_ORIGIN1, window.location.origin, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL( + [[0, {renderURL: createRenderURL(uuid)}]]) }); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.prevWinsMs persists across re-join from other top-level origin.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Join an interest group and run an auction and navigate to the winning ad, + // which should be logged in "prevWinsMs". + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([])}); + await runBasicFledgeAuctionAndNavigate(test, uuid); + await waitForObservedRequests(uuid, [createSellerReportURL(uuid)]); + + // Leaving interest group should clear "prevWinsMs". + await leaveInterestGroup({name: uuid}); + + // Check that bid count was cleared. + await joinInterestGroup( + test, uuid, + { name: uuid, + biddingLogicURL: createPrevWinsMsBiddingScriptURL([])}); + await runBasicFledgeTestExpectingWinner(test, uuid); +}, 'browserSignals.prevWinsMs leave and rejoin.'); + +subsetTest(promise_test, async test => { + const uuid = generateUuid(test); + + // Join an interest group with a WASM helper that exposes a single "increment" method, + // and make sure that method can be invoked and behaves as expected. + await joinGroupAndRunBasicFledgeTestExpectingWinner( + test, + { uuid: uuid, + interestGroupOverrides: { + biddingWasmHelperURL: `${RESOURCE_PATH}wasm-helper.py`, + biddingLogicURL: createBiddingScriptURL( + { generateBid: + `if (!browserSignals.wasmHelper) + throw "No WASM helper"; + + let instance = new WebAssembly.Instance(browserSignals.wasmHelper); + if (!instance) + throw "Couldn't create WASM Instance"; + + if (!deepEquals(Object.keys(instance.exports), ["increment"])) + throw "Unexpected exports: " + JSON.stringify(instance.exports); + + if (instance.exports.increment(1) != 2) + throw "Unexpected increment result: " + instance.exports.increment(1);` }) + } + }); +}, 'browserSignals.wasmHelper.'); diff --git a/tests/wpt/tests/fledge/tentative/resources/additional-bids.py b/tests/wpt/tests/fledge/tentative/resources/additional-bids.py new file mode 100644 index 00000000000..060606b41df --- /dev/null +++ b/tests/wpt/tests/fledge/tentative/resources/additional-bids.py @@ -0,0 +1,59 @@ +"""Endpoint to return additional bids in the appropriate response header. + +Additional bids are returned using the "Ad-Auction-Additional-Bid" response +header, as described at +https://github.com/WICG/turtledove/blob/main/FLEDGE.md#63-http-response-headers. + +This script generates one of "Ad-Auction-Additional-Bid" response header for +each additional bid provided in a url-encoded `additionalBids` query parameter. + +All requests to this endpoint requires a "Sec-Ad-Auction-Fetch" request header +with a value of b"?1"; this entrypoint otherwise returns a 400 response. +""" +import json +import base64 + +import fledge.tentative.resources.fledge_http_server_util as fledge_http_server_util + + +class BadRequestError(Exception): + pass + + +def main(request, response): + try: + if fledge_http_server_util.handle_cors_headers_and_preflight(request, response): + return + + # Verify that Sec-Ad-Auction-Fetch is present + if (request.headers.get("Sec-Ad-Auction-Fetch", default=b"").decode("utf-8") != "?1"): + raise BadRequestError("Sec-Ad-Auction-Fetch missing or unexpected value; expected '?1'") + + # Return each signed additional bid in its own header + additional_bids = request.GET.get(b"additionalBids", default=b"").decode("utf-8") + if not additional_bids: + raise BadRequestError("Missing 'additionalBids' parameter") + for additional_bid in json.loads(additional_bids): + additional_bid_string = json.dumps(additional_bid) + auction_nonce = additional_bid.get("auctionNonce", None) + if not auction_nonce: + raise BadRequestError("Additional bid missing required 'auctionNonce' field") + signed_additional_bid = json.dumps({ + "bid": additional_bid_string, + "signatures": [] + }) + additional_bid_header_value = (auction_nonce.encode("utf-8") + b":" + + base64.b64encode(signed_additional_bid.encode("utf-8"))) + response.headers.append(b"Ad-Auction-Additional-Bid", additional_bid_header_value) + + response.status = (200, b"OK") + response.headers.set(b"Content-Type", b"text/plain") + + except BadRequestError as error: + response.status = (400, b"Bad Request") + response.headers.set(b"Content-Type", b"text/plain") + response.content = str(error) + + except Exception as exception: + response.status = (500, b"Internal Server Error") + response.content = str(exception) diff --git a/tests/wpt/tests/fledge/tentative/resources/bidding-logic.sub.py b/tests/wpt/tests/fledge/tentative/resources/bidding-logic.sub.py index 707e37f36bb..e17f2c2c75d 100644 --- a/tests/wpt/tests/fledge/tentative/resources/bidding-logic.sub.py +++ b/tests/wpt/tests/fledge/tentative/resources/bidding-logic.sub.py @@ -1,71 +1,83 @@ from pathlib import Path +from fledge.tentative.resources import fledge_http_server_util + # General bidding logic script. Depending on query parameters, it can -# simulate a variety of network errors, and its generateBid() and -# reportWin() functions can have arbitrary Javascript code injected -# in them. generateBid() will by default return a bid of 9 for the +# simulate a variety of network errors, and its generateBid(), reportWin(), +# and reportAdditionalBidWin() functions can have arbitrary Javascript code +# injected in them. generateBid() will by default return a bid of 9 for the # first ad. def main(request, response): - error = request.GET.first(b"error", None) + if fledge_http_server_util.handle_cors_headers_and_preflight(request, response): + return + + error = request.GET.first(b"error", None) - if error == b"close-connection": - # Close connection without writing anything, to simulate a network - # error. The write call is needed to avoid writing the default headers. - response.writer.write("") - response.close_connection = True - return + if error == b"close-connection": + # Close connection without writing anything, to simulate a network + # error. The write call is needed to avoid writing the default headers. + response.writer.write("") + response.close_connection = True + return - if error == b"http-error": - response.status = (404, b"OK") - else: - response.status = (200, b"OK") + if error == b"http-error": + response.status = (404, b"OK") + else: + response.status = (200, b"OK") - if error == b"wrong-content-type": - response.headers.set(b"Content-Type", b"application/json") - elif error != b"no-content-type": - response.headers.set(b"Content-Type", b"application/javascript") + if error == b"wrong-content-type": + response.headers.set(b"Content-Type", b"application/json") + elif error != b"no-content-type": + response.headers.set(b"Content-Type", b"application/javascript") - if error == b"bad-allow-fledge": - response.headers.set(b"Ad-Auction-Allowed", b"sometimes") - elif error == b"fledge-not-allowed": - response.headers.set(b"Ad-Auction-Allowed", b"false") - elif error != b"no-allow-fledge": - response.headers.set(b"Ad-Auction-Allowed", b"true") + if error == b"bad-allow-fledge": + response.headers.set(b"Ad-Auction-Allowed", b"sometimes") + elif error == b"fledge-not-allowed": + response.headers.set(b"Ad-Auction-Allowed", b"false") + elif error != b"no-allow-fledge": + response.headers.set(b"Ad-Auction-Allowed", b"true") - if error == b"no-body": - return b'' + if error == b"no-body": + return b'' - body = (Path(__file__).parent.resolve() / 'worklet-helpers.js').read_text().encode("ASCII") - if error != b"no-generateBid": - # Use bid query param if present. Otherwise, use a bid of 9. - bid = (request.GET.first(b"bid", None) or b"9").decode("ASCII") + body = (Path(__file__).parent.resolve() / 'worklet-helpers.js').read_text().encode("ASCII") + if error != b"no-generateBid": + # Use bid query param if present. Otherwise, use a bid of 9. + bid = (request.GET.first(b"bid", None) or b"9").decode("ASCII") - bidCurrency = "" - bidCurrencyParam = request.GET.first(b"bidCurrency", None) - if bidCurrencyParam != None: - bidCurrency = "bidCurrency: '" + bidCurrencyParam.decode("ASCII") + "'," + bidCurrency = "" + bidCurrencyParam = request.GET.first(b"bidCurrency", None) + if bidCurrencyParam != None: + bidCurrency = "bidCurrency: '" + bidCurrencyParam.decode("ASCII") + "'," - allowComponentAuction = "" - allowComponentAuctionParam = request.GET.first(b"allowComponentAuction", None) - if allowComponentAuctionParam != None: - allowComponentAuction = f"allowComponentAuction: {allowComponentAuctionParam.decode('ASCII')}," + allowComponentAuction = "" + allowComponentAuctionParam = request.GET.first(b"allowComponentAuction", None) + if allowComponentAuctionParam != None: + allowComponentAuction = f"allowComponentAuction: {allowComponentAuctionParam.decode('ASCII')}," - body += f""" - function generateBid(interestGroup, auctionSignals, perBuyerSignals, - trustedBiddingSignals, browserSignals, - directFromSellerSignals) {{ - {{{{GET[generateBid]}}}}; - return {{ - bid: {bid}, - {bidCurrency} - {allowComponentAuction} - render: interestGroup.ads[0].renderURL - }}; - }}""".encode() - if error != b"no-reportWin": - body += b""" - function reportWin(auctionSignals, perBuyerSignals, sellerSignals, - browserSignals, directFromSellerSignals) { - {{GET[reportWin]}}; - }""" - return body + body += f""" + function generateBid(interestGroup, auctionSignals, perBuyerSignals, + trustedBiddingSignals, browserSignals, + directFromSellerSignals) {{ + {{{{GET[generateBid]}}}}; + return {{ + bid: {bid}, + {bidCurrency} + {allowComponentAuction} + render: interestGroup.ads[0].renderURL + }}; + }}""".encode() + if error != b"no-reportWin": + body += b""" + function reportWin(auctionSignals, perBuyerSignals, sellerSignals, + browserSignals, directFromSellerSignals) { + {{GET[reportWin]}}; + }""" + if error != b"no-reportAdditionalBidWin": + body += b""" + function reportAdditionalBidWin(auctionSignals, perBuyerSignals, + sellerSignals, browserSignals, + directFromSellerSignals) { + {{GET[reportAdditionalBidWin]}}; + }""" + return body diff --git a/tests/wpt/tests/fledge/tentative/resources/fledge-util.sub.js b/tests/wpt/tests/fledge/tentative/resources/fledge-util.sub.js index 4fc77933634..5819357e299 100644 --- a/tests/wpt/tests/fledge/tentative/resources/fledge-util.sub.js +++ b/tests/wpt/tests/fledge/tentative/resources/fledge-util.sub.js @@ -33,7 +33,7 @@ const OTHER_ORIGIN7 = 'https://{{hosts[alt][www]}}:{{ports[https][1]}}'; // on behavior of the script; it only serves to make the URL unique. // `id` will always be the last query parameter. function createTrackerURL(origin, uuid, dispatch, id = null) { - let url = new URL(`${origin}${BASE_PATH}resources/request-tracker.py`); + let url = new URL(`${origin}${RESOURCE_PATH}request-tracker.py`); let search = `uuid=${uuid}&dispatch=${dispatch}`; if (id) search += `&id=${id}`; @@ -59,6 +59,10 @@ function createSellerReportURL(uuid, id = '1', origin = window.location.origin) return createTrackerURL(origin, uuid, `track_get`, `seller_report_${id}`); } +function createHighestScoringOtherBidReportURL(uuid, highestScoringOtherBid) { + return createSellerReportURL(uuid) + '&highestScoringOtherBid=' + Math.round(highestScoringOtherBid); +} + // Much like above ReportURL methods, except designed for beacons, which // are expected to be POSTs. function createBidderBeaconURL(uuid, id = '1', origin = window.location.origin) { @@ -69,7 +73,7 @@ function createSellerBeaconURL(uuid, id = '1', origin = window.location.origin) } function createDirectFromSellerSignalsURL(origin = window.location.origin) { - let url = new URL(`${origin}${BASE_PATH}resources/direct-from-seller-signals.py`); + let url = new URL(`${origin}${RESOURCE_PATH}direct-from-seller-signals.py`); return url.toString(); } @@ -80,7 +84,7 @@ function generateUuid(test) { let uuid = token(); test.add_cleanup(async () => { let response = await fetch(createCleanupURL(uuid), - {credentials: 'omit', mode: 'cors'}); + { credentials: 'omit', mode: 'cors' }); assert_equals(await response.text(), 'cleanup complete', `Sever state cleanup failed`); }); @@ -94,7 +98,7 @@ async function fetchTrackedData(uuid) { let trackedRequestsURL = createTrackerURL(window.location.origin, uuid, 'tracked_data'); let response = await fetch(trackedRequestsURL, - {credentials: 'omit', mode: 'cors'}); + { credentials: 'omit', mode: 'cors' }); let trackedData = await response.json(); // Fail on fetch error. @@ -118,23 +122,29 @@ async function fetchTrackedData(uuid) { // Elements of `expectedRequests` should either be URLs, in the case of GET // requests, or "<URL>, body: <body>" in the case of POST requests. // +// `filter` will be applied to the array of tracked requests. +// // If any other strings are received from the tracking script, or the tracker // script reports an error, fails the test. -async function waitForObservedRequests(uuid, expectedRequests) { +async function waitForObservedRequests(uuid, expectedRequests, filter) { // Sort array for easier comparison, as observed request order does not // matter, and replace UUID to print consistent errors on failure. - expectedRequests = expectedRequests.sort().map((url) => url.replace(uuid, '<uuid>')); + expectedRequests = expectedRequests.map((url) => url.replace(uuid, '<uuid>')).sort(); while (true) { let trackedData = await fetchTrackedData(uuid); // Clean up "trackedRequests" in same manner as "expectedRequests". - let trackedRequests = trackedData.trackedRequests.sort().map( - (url) => url.replace(uuid, '<uuid>')); + let trackedRequests = trackedData.trackedRequests.map( + (url) => url.replace(uuid, '<uuid>')).sort(); + + if (filter) { + trackedRequests = trackedRequests.filter(filter); + } // If expected number of requests have been observed, compare with list of // all expected requests and exit. - if (trackedRequests.length == expectedRequests.length) { + if (trackedRequests.length >= expectedRequests.length) { assert_array_equals(trackedRequests, expectedRequests); break; } @@ -151,30 +161,11 @@ async function waitForObservedRequests(uuid, expectedRequests) { // Similar to waitForObservedRequests, but ignore forDebuggingOnly reports. async function waitForObservedRequestsIgnoreDebugOnlyReports( - uuid, expectedRequests) { - // Sort array for easier comparison, as observed request order does not - // matter, and replace UUID to print consistent errors on failure. - expectedRequests = - expectedRequests.sort().map((url) => url.replace(uuid, '<uuid>')); - - while (true) { - let numTrackedRequest = 0; - let trackedData = await fetchTrackedData(uuid); - - // Clean up "trackedRequests" in same manner as "expectedRequests". - let trackedRequests = trackedData.trackedRequests.sort().map( - (url) => url.replace(uuid, '<uuid>')); - - for (const trackedRequest of trackedRequests) { - // Ignore forDebuggingOnly reports, since their appearance is random. - if (!trackedRequest.includes('forDebuggingOnly')) { - assert_in_array(trackedRequest, expectedRequests); - numTrackedRequest++; - } - } - - if (numTrackedRequest == expectedRequests.length) break; - } + uuid, expectedRequests) { + return waitForObservedRequests( + uuid, + expectedRequests, + request => !request.includes('forDebuggingOnly')); } // Creates a bidding script with the provided code in the method bodies. The @@ -192,6 +183,8 @@ function createBiddingScriptURL(params = {}) { url.searchParams.append('generateBid', params.generateBid); if (params.reportWin != null) url.searchParams.append('reportWin', params.reportWin); + if (params.reportAdditionalBidWin != null) + url.searchParams.append('reportAdditionalBidWin', params.reportAdditionalBidWin); if (params.error != null) url.searchParams.append('error', params.error); if (params.bid != null) @@ -283,7 +276,7 @@ async function joinInterestGroup(test, uuid, interestGroupOverrides = {}, await navigator.joinAdInterestGroup(interestGroup, durationSeconds); test.add_cleanup( - async () => {await navigator.leaveAdInterestGroup(interestGroup)}); + async () => { await navigator.leaveAdInterestGroup(interestGroup) }); } // Similar to joinInterestGroup, but leaves the interest group instead. @@ -494,6 +487,24 @@ async function runReportTest(test, uuid, codeToInsert, expectedReportURLs, await waitForObservedRequests(uuid, expectedReportURLs); } +async function runAdditionalBidTest(test, uuid, buyers, auctionNonce, + additionalBidsPromise, + highestScoringOtherBid, + winningAdditionalBidId) { + await runBasicFledgeAuctionAndNavigate( + test, uuid, + { interestGroupBuyers: buyers, + auctionNonce: auctionNonce, + additionalBids: additionalBidsPromise, + decisionLogicURL: createDecisionScriptURL( + uuid, + { reportResult: `sendReportTo("${createSellerReportURL(uuid)}&highestScoringOtherBid=" + Math.round(browserSignals.highestScoringOtherBid));` })}); + + await waitForObservedRequests( + uuid, [createHighestScoringOtherBidReportURL(uuid, highestScoringOtherBid), + createBidderReportURL(uuid, winningAdditionalBidId)]); +} + // Runs "script" in "child_window" via an eval call. The "child_window" must // have been created by calling "createFrame()" below. "param" is passed to the // context "script" is run in, so can be used to pass objects that @@ -684,3 +695,46 @@ function directFromSellerSignalsValidatorCode(uuid, expectedSellerSignals, `sendReportTo("${createBidderReportURL(uuid)}");`, }; } + +// Creates an additional bid with the given parameters. This additional bid +// specifies a biddingLogicURL that provides an implementation of +// reportAdditionalBidWin that triggers a sendReportTo() to the bidder report +// URL of the winning additional bid. Additional bids are described in more +// detail at +// https://github.com/WICG/turtledove/blob/main/FLEDGE.md#6-additional-bids. +function createAdditionalBid(uuid, auctionNonce, seller, buyer, interestGroupName, bidAmount, + additionalBidOverrides = {}) { + return { + interestGroup: { + name: interestGroupName, + biddingLogicURL: createBiddingScriptURL( + { + origin: buyer, + reportAdditionalBidWin: `sendReportTo("${createBidderReportURL(uuid, interestGroupName)}");` + }), + owner: buyer + }, + bid: { + ad: ['metadata'], + bid: bidAmount, + render: createRenderURL(uuid) + }, + auctionNonce: auctionNonce, + seller: seller, + ...additionalBidOverrides + } +} + +// Fetch some number of additional bid from a seller and verify that the +// 'Ad-Auction-Additional-Bid' header is not visible in this JavaScript context. +// The `additionalBids` parameter is a list of additional bids. +async function fetchAdditionalBids(seller, additionalBids) { + const url = new URL(`${seller}${RESOURCE_PATH}additional-bids.py`); + url.searchParams.append('additionalBids', JSON.stringify(additionalBids)); + const response = await fetch(url.href, {adAuctionHeaders: true}); + + assert_equals(response.status, 200, 'Failed to fetch additional bid: ' + await response.text()); + assert_false( + response.headers.has('Ad-Auction-Additional-Bid'), + 'Header "Ad-Auction-Additional-Bid" should not be available in JavaScript context.'); +} diff --git a/tests/wpt/tests/fledge/tentative/resources/permissions.py b/tests/wpt/tests/fledge/tentative/resources/permissions.py new file mode 100644 index 00000000000..eed93c42756 --- /dev/null +++ b/tests/wpt/tests/fledge/tentative/resources/permissions.py @@ -0,0 +1,54 @@ +"""Methods for the interest group cross-origin permissions endpoint.""" +import json +import re + +from fledge.tentative.resources import fledge_http_server_util + +SUBDOMAIN_WWW = 'www' +SUBDOMAIN_WWW1 = 'www1' +SUBDOMAIN_WWW2 = 'www2' +SUBDOMAIN_FRENCH = 'élève'.encode('idna').decode() +SUBDOMAIN_JAPANESE = '天気の良い日'.encode('idna').decode() +ALL_SUBDOMAINS = [SUBDOMAIN_WWW, SUBDOMAIN_WWW1, SUBDOMAIN_WWW2, + SUBDOMAIN_FRENCH, SUBDOMAIN_JAPANESE] + +def get_permissions(request, response): + """Returns JSON object containing interest group cross-origin permissions. + + The structure returned is described in more detail at + https://github.com/WICG/turtledove/blob/main/FLEDGE.md#13-permission-delegation. + This correctly handles requests issued in CORS mode. + + This .well-known is fetched at the origin of the interest group's owner, and + specifies as a URL parameter the origin of frame that's attempting to join or + leave that interest group. + + This is implemented such that the origin of the frame is ignored altogether, + and the determination of which operations are allowed depends strictly on the + origin of the interest group owner, and specifically on the subdomain of the + origin of the interest group owner. wptserve serves each of its two domains + at both the raw domain and each of five subdomains. + + - www: disallows both join and leave + - www1: allows join, but not leave + - www2: allows leave, but not join + - 天気の良い日 / élève: allow both join and leave + - anything else (including no subdomain): returns a 404 + """ + if fledge_http_server_util.handle_cors_headers_and_preflight(request, response): + return + + first_domain_label = re.search(r"[^.]*", request.url_parts.netloc).group(0) + if first_domain_label not in ALL_SUBDOMAINS: + response.status = (404, b"Not Found") + response.content = "Not Found" + return + + response.status = (200, b"OK") + response.headers.set(b"Content-Type", b"application/json") + response.content = json.dumps({ + "joinAdInterestGroup": first_domain_label in [ + SUBDOMAIN_WWW1, SUBDOMAIN_FRENCH, SUBDOMAIN_JAPANESE], + "leaveAdInterestGroup": first_domain_label in [ + SUBDOMAIN_WWW2, SUBDOMAIN_FRENCH, SUBDOMAIN_JAPANESE], + }) diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/disable_bfcache.js b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/disable_bfcache.js new file mode 100644 index 00000000000..dea70ef4bdf --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/disable_bfcache.js @@ -0,0 +1,15 @@ +// Try to disable BFCache by acquiring and never releasing a Web Lock. +// This requires HTTPS. +// Note: This is a workaround depending on non-specified WebLock+BFCache +// behavior, and doesn't work on Safari. We might want to introduce a +// test-only BFCache-disabling API instead in the future. +// https://github.com/web-platform-tests/wpt/issues/16359#issuecomment-795004780 +// https://crbug.com/1298336 +window.disableBFCache = () => { + return new Promise(resolve => { + navigator.locks.request("disablebfcache", () => { + resolve(); + return new Promise(() => {}); + }); + }); +}; diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor-pushstate.html b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor-pushstate.html index dcf4a798d00..3dd8f341f1e 100644 --- a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor-pushstate.html +++ b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor-pushstate.html @@ -11,3 +11,4 @@ window.isLoadedFromPushState = true; </script> <script src="executor.js" type="module"></script> +<script src="disable_bfcache.js" type="module"></script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.html b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.html index 2d118bbe2b2..c3af5f6ba81 100644 --- a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.html +++ b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.html @@ -3,3 +3,4 @@ <script src="event-recorder.js" type="module"></script> <script src="worker-helper.js" type="module"></script> <script src="executor.js" type="module"></script> +<script src="disable_bfcache.js" type="module"></script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.js b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.js index 67ce0681303..5137616d858 100644 --- a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.js +++ b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/executor.js @@ -45,20 +45,3 @@ window.prepareNavigation = function(callback) { {once: true}); executor.suspend(callback); } - -// Try to disable BFCache by acquiring and never releasing a Web Lock. -// This requires HTTPS. -// Note: This is a workaround depending on non-specified WebLock+BFCache -// behavior, and doesn't work on Safari. We might want to introduce a -// test-only BFCache-disabling API instead in the future. -// https://github.com/web-platform-tests/wpt/issues/16359#issuecomment-795004780 -// https://crbug.com/1298336 -window.disableBFCache = () => { - return new Promise(resolve => { - // Use page's UUID as a unique lock name. - navigator.locks.request(uuid, () => { - resolve(); - return new Promise(() => {}); - }); - }); -}; diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/rc-helper.js b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/rc-helper.js index 80c164f5605..ad2119b7385 100644 --- a/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/rc-helper.js +++ b/tests/wpt/tests/html/browsers/browsing-the-web/back-forward-cache/resources/rc-helper.js @@ -41,13 +41,14 @@ function sorted(s) { return Array.from(s).sort(); } -// Assert expected reasons and the reported reasons match. +// Assert expected reasons are all present. Note that the extra reasons are allowed +// as UAs might block bfcache for their specific reasons. function matchReasons(expectedNotRestoredReasonsSet, notRestoredReasonsSet) { const missing = setMinus( expectedNotRestoredReasonsSet, notRestoredReasonsSet, 'Missing reasons'); const extra = setMinus( notRestoredReasonsSet, expectedNotRestoredReasonsSet, 'Extra reasons'); - assert_true(missing.size + extra.size == 0, `Expected: ${sorted(expectedNotRestoredReasonsSet)}\n` + + assert_true(missing.size == 0, `Expected: ${sorted(expectedNotRestoredReasonsSet)}\n` + `Got: ${sorted(notRestoredReasonsSet)}\n` + `Missing: ${sorted(missing)}\n` + `Extra: ${sorted(extra)}\n`); diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-cross-origin.sub.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-cross-origin.sub.html new file mode 100644 index 00000000000..44479cf0deb --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-cross-origin.sub.html @@ -0,0 +1,64 @@ +<!DOCTYPE HTML> +<title>Tests pageswap for cross-origin navigations</title> +<link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> +<link rel="help" href="https://html.spec.whatwg.org/"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<script> +const expectedUrl = "http://{{hosts[][www]}}:{{ports[http][0]}}/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-cross-origin.sub.html?new"; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href + "?new"; + const expectedEvents = ["pageswap", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on navigation from script`); +} else if (is_popup_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + location.href = expectedUrl; + })); + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.activation != null) + window.opener.events.push("activation"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + }; +} +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-iframe.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-iframe.html new file mode 100644 index 00000000000..05ca1a94288 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-iframe.html @@ -0,0 +1,45 @@ +<!DOCTYPE HTML> +<title>Tests pageswap dispatch on iframe Documents</title> +<link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> +<link rel="help" href="https://html.spec.whatwg.org/"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<script> +setup({explicit_done: true}); + +function runTest(frame) { + let frameWindow = frame.contentWindow; + + let pageswapfired = false; + let expectedUrl = frameWindow.location.href + '?new'; + frameWindow.onpageswap = (e) => { + assert_equals(e.activation.entry.url, expectedUrl, 'activation url incorrect in pageswap'); + assert_equals(e.activation.navigationType, "push", 'navigation type incorrect in pageswap'); + assert_equals(e.activation.from, frameWindow.navigation.currentEntry, 'from entry incorrect in pageswap'); + assert_false(e.activation.entry.sameDocument, 'new entry must be cross-document'); + pageswapfired = true; + } + + frameWindow.onpagehide = (e) => { + assert_true(pageswapfired, 'pageswap not fired'); + done(); + } + + frame.src = expectedUrl; +} + +promise_test(async t => { + onload = () => { + let frame = document.createElement('iframe'); + frame.src = "/resources/blank.html"; + frame.onload = () => { + frame.contentWindow.requestAnimationFrame(() => { + runTest(frame); + }); + } + document.body.appendChild(frame); + }; +}); +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-from-click.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-from-click.html new file mode 100644 index 00000000000..936158cd473 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-from-click.html @@ -0,0 +1,74 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for push navigations from user click</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href + "?new"; + const expectedEvents = ["pageswap", expectedUrl, "push","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + document.getElementById('nav_link').remove(); + window.events = []; + popup = window.open("?popup"); + + popup.addEventListener("load", () => { + popup.requestAnimationFrame( + () => popup.requestAnimationFrame(() => { + let nav_link = popup.document.getElementById('nav_link'); + test_driver + .click(nav_link) + .catch(() => assert_unreached("click failed")); + })); + }); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on navigation from user click`); +} else if (is_popup_page) { + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; +} +</script> +<body> + <a id="nav_link" href='/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-from-click.html?new'>Click me</a> + </body> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation-hidden-document.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation-hidden-document.html new file mode 100644 index 00000000000..0a699232f07 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation-hidden-document.html @@ -0,0 +1,68 @@ +<!DOCTYPE html> +<title>Tests pageswap dispatch on hidden Documents</title> +<link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href + "?new"; + const expectedEvents = ["pageswap", expectedUrl, "push","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = async () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on navigation from script`); +} else if (is_popup_page) { + onload = async () => { + await test_driver.minimize_window(); + assert_equals(document.visibilityState, "hidden"); + assert_equals(document.hidden, true); + + location.href = location.href.split('?')[0] + '?new'; + }; + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + } +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html new file mode 100644 index 00000000000..4542d7cae26 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-navigation.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for push navigations</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href + "?new"; + const expectedEvents = ["pageswap", expectedUrl, "push","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on navigation from script`); +} else if (is_popup_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + location.href = location.href.split('?')[0] + '?new'; + })); + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + }; +} +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html new file mode 100644 index 00000000000..8252fff84d6 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for push navigations with a same-origin redirect</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href + "?new"; + const expectedEvents = ["pageswap", expectedUrl, "push","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on navigation with same-origin redirect`); +} else if (is_popup_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + location.href = "/common/redirect.py?location=/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-push-with-redirect.html?new"; + })); + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + }; +} +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html new file mode 100644 index 00000000000..f7539ebc478 --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-reload-navigation.html @@ -0,0 +1,65 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for replace navigations</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The initial page in the popup. +const is_popup_page = params.has('popup') && !window.opener.didreload; +// The test page itself. +const is_test_page = !params.has('popup'); + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href.split('?')[0] + "?popup"; + const expectedEvents = ["pageswap", "entry", "reload","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + window.didreload = false; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on replace navigation from script`); +} else if (is_popup_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + window.opener.didreload = true; + location.reload(); + })); + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + if (e.activation.entry == navigation.currentEntry) + window.opener.events.push("entry"); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + }; +} +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html new file mode 100644 index 00000000000..f6b3f7408cc --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-replace-navigation.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for replace navigations</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script> +const expectedUrl = location.href + '?new'; + +const params = new URLSearchParams(location.search); +// The page the popup navigates to. +const is_new_page = params.has('new'); +// The initial page in the popup. +const is_popup_page = params.has('popup'); +// The test page itself. +const is_test_page = !is_popup_page && !is_new_page; + +const channel = new BroadcastChannel("testchannel"); + +if (is_test_page) { + const expectedUrl = location.href.split('?')[0] + "?new"; + const expectedEvents = ["pageswap", expectedUrl, "replace","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on replace navigation from script`); +} else if (is_popup_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + location.replace(location.href.split('?')[0] + '?new'); + })); + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; + }; +} +</script> diff --git a/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html new file mode 100644 index 00000000000..9e8c0e100eb --- /dev/null +++ b/tests/wpt/tests/html/browsers/browsing-the-web/history-traversal/pageswap/pageswap-traverse-navigation-no-bfcache.https.html @@ -0,0 +1,75 @@ +<!DOCTYPE html> +<title>pageswap navigationactivation for traverse navigations</title> +<link rel="help" href="https://html.spec.whatwg.org/"> +<link rel="author" href="mailto:khushalsagar@chromium.org"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/common.js"></script> +<script src="/html/browsers/browsing-the-web/back-forward-cache/resources/disable_bfcache.js"></script> +<style></style> +<script> +const channel = new BroadcastChannel("testchannel"); + +const params = new URLSearchParams(location.search); +const is_initial_page_first_navigation = params.has('popup') && navigation.entries().length == 1; +const is_new_page = params.has('new'); +const is_test_page = !params.has('popup') && !params.has('new'); + +// The test page which opens a popup for the navigation sequence. +if (is_test_page) { + const expectedUrl = location.href.split('?')[0] + "?popup"; + const expectedEvents = ["pageswap", expectedUrl, "traverse","from", "pagehide"]; + + promise_test(async t => { + let popup; + onload = () => { + window.events = []; + popup = window.open("?popup"); + }; + + await new Promise(resolve => { + channel.addEventListener( + "message", t.step_func(async (e) => { + if (e.data === "nav") { + assert_array_equals(window.events, expectedEvents, 'incorrect event order'); + popup.close(); + resolve(); + } + })); + }); + }, `pageswap on traverse navigation from script`); +} else if (is_initial_page_first_navigation) { + // The popup page which the user navigates back to. + onload = async () => { + await disableBFCache(); + requestAnimationFrame(() => requestAnimationFrame(() => { + location.href = location.href.split('?')[0] + '?new'; + })); + }; + + onpageshow = (e) => { + assert_false(e.persisted, 'the test should run without BFCache'); + } +} else if (is_new_page) { + onload = () => { + requestAnimationFrame(() => requestAnimationFrame(() => { + navigation.back(); + })); + }; + + onpageswap = (e) => { + window.opener.events.push("pageswap"); + if (e.viewTransition != null) + window.opener.events.push("transition"); + window.opener.events.push(e.activation.entry.url); + window.opener.events.push(e.activation.navigationType); + if (e.activation.from == navigation.currentEntry) + window.opener.events.push("from"); + }; + + onpagehide = () => { + window.opener.events.push("pagehide"); + channel.postMessage("nav"); + }; +} +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html new file mode 100644 index 00000000000..dac31c97f12 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html new file mode 100644 index 00000000000..f4c8c1033ab --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 4], + }); + ctx.fillRect(25, 25, 50, 50); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html new file mode 100644 index 00000000000..88d0cb2de28 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 1" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html new file mode 100644 index 00000000000..b3efcb8c3e6 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 1], + }); + ctx.fillRect(25, 25, 50, 50); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html new file mode 100644 index 00000000000..744983d4ae2 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="1 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html new file mode 100644 index 00000000000..d5cc6e0058c --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [1, 4], + }); + ctx.fillRect(25, 25, 50, 50); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html deleted file mode 100644 index f9571f208ea..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html deleted file mode 100644 index 6376d07b0e6..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = document.getElementById("canvas"); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 4], - }); - ctx.fillRect(25, 25, 50, 50); -</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html deleted file mode 100644 index e76613271f3..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 1" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html deleted file mode 100644 index 145cb32757a..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = document.getElementById("canvas"); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 1], - }); - ctx.fillRect(25, 25, 50, 50); -</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html deleted file mode 100644 index 0f214fca9fd..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="1 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html deleted file mode 100644 index e921e0eaa65..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = document.getElementById("canvas"); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [1, 4], - }); - ctx.fillRect(25, 25, 50, 50); -</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html deleted file mode 100644 index 285a6417266..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 0" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html deleted file mode 100644 index fd6ac687f9c..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = document.getElementById("canvas"); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 0], - }); - ctx.fillRect(25, 25, 50, 50); -</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html deleted file mode 100644 index d59945b5da6..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="0 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html deleted file mode 100644 index 6442433e7c5..00000000000 --- a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = document.getElementById("canvas"); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [0, 4], - }); - ctx.fillRect(25, 25, 50, 50); -</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html new file mode 100644 index 00000000000..e611113e420 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 0" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html new file mode 100644 index 00000000000..4e8576fe746 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 0], + }); + ctx.fillRect(25, 25, 50, 50); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html new file mode 100644 index 00000000000..c6d915cb078 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="0 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html new file mode 100644 index 00000000000..ec0a2353cfd --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [0, 4], + }); + ctx.fillRect(25, 25, 50, 50); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html new file mode 100644 index 00000000000..4f937548628 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.isotropic</title> +<h1>2d.filter.layers.gaussianBlur.isotropic</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic.html new file mode 100644 index 00000000000..a2cc0988968 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.isotropic.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.isotropic-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.isotropic</title> +<h1>2d.filter.layers.gaussianBlur.isotropic</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html new file mode 100644 index 00000000000..255270c192c --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-x</title> +<h1>2d.filter.layers.gaussianBlur.mostly-x</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 1" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x.html new file mode 100644 index 00000000000..0090e0e71e0 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-x.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-x-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-x</title> +<h1>2d.filter.layers.gaussianBlur.mostly-x</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 1], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html new file mode 100644 index 00000000000..76a46b15338 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-y</title> +<h1>2d.filter.layers.gaussianBlur.mostly-y</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="1 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y.html new file mode 100644 index 00000000000..5c481cbe255 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.mostly-y.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-y-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-y</title> +<h1>2d.filter.layers.gaussianBlur.mostly-y</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [1, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only-expected.html new file mode 100644 index 00000000000..26741f98474 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.x-only</title> +<h1>2d.filter.layers.gaussianBlur.x-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 0" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only.html new file mode 100644 index 00000000000..f7940eb9215 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.x-only.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.x-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.x-only</title> +<h1>2d.filter.layers.gaussianBlur.x-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 0], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only-expected.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only-expected.html new file mode 100644 index 00000000000..d00eec6b578 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.y-only</title> +<h1>2d.filter.layers.gaussianBlur.y-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="0 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only.html b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only.html new file mode 100644 index 00000000000..59421a1ff34 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/filters/2d.filter.layers.gaussianBlur.y-only.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.y-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.y-only</title> +<h1>2d.filter.layers.gaussianBlur.y-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [0, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter-expected.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter-expected.html new file mode 100644 index 00000000000..5fc1ac9acd5 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter-expected.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.filter</title> +<h1>2d.layer.ctm.filter</h1> +<p class="desc">Checks that parent transforms affect layer filters.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="200" height="200" + color-interpolation-filters="sRGB"> + <filter id="filter" x="-100%" y="-100%" width="300%" height="300%"> + <feDropShadow dx="5" dy="5" stdDeviation="0" flood-color="grey" /> + </filter> + + <g filter="url(#filter)"> + <g transform="translate(30, 90) scale(2) rotate(90)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> + + <g transform="translate(80, 90) scale(2) rotate(90)"> + <g filter="url(#filter)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> +</svg> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter.html new file mode 100644 index 00000000000..3d56ac36011 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.filter.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.filter-expected.html"> +<title>Canvas test: 2d.layer.ctm.filter</title> +<h1>2d.layer.ctm.filter</h1> +<p class="desc">Checks that parent transforms affect layer filters.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + // Transforms inside the layer should not apply to the layer's filter. + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.translate(30, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + // Transforms in the layer's parent should apply to the layer's filter. + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.getTransform.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.getTransform.html new file mode 100644 index 00000000000..7a69c595272 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.getTransform.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.getTransform</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/html/canvas/resources/canvas-tests.js"></script> +<link rel="stylesheet" href="/html/canvas/resources/canvas-tests.css"> +<body class="show_output"> + +<h1>2d.layer.ctm.getTransform</h1> +<p class="desc">Tests getTransform inside layers.</p> + + +<p class="output">Actual output:</p> +<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas> + +<ul id="d"></ul> +<script> +var t = async_test("Tests getTransform inside layers."); +_addTest(function(canvas, ctx) { + + ctx.translate(10, 20); + ctx.beginLayer(); + ctx.scale(2, 3); + const m = ctx.getTransform(); + assert_array_equals([m.a, m.b, m.c, m.d, m.e, m.f], [2, 0, 0, 3, 10, 20]); + ctx.endLayer(); + +}); +</script> + diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform-expected.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform-expected.html new file mode 100644 index 00000000000..fd4c1746c75 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform-expected.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.resetTransform</title> +<h1>2d.layer.ctm.resetTransform</h1> +<p class="desc">Tests resetTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + + ctx.translate(40, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform.html new file mode 100644 index 00000000000..9291f8f3f2f --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.resetTransform.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.resetTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.resetTransform</title> +<h1>2d.layer.ctm.resetTransform</h1> +<p class="desc">Tests resetTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(40, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.resetTransform(); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform-expected.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform-expected.html new file mode 100644 index 00000000000..45a3d095e13 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform-expected.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.setTransform</title> +<h1>2d.layer.ctm.setTransform</h1> +<p class="desc">Tests setTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform.html new file mode 100644 index 00000000000..b5d98ba45fb --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.setTransform.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.setTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.setTransform</title> +<h1>2d.layer.ctm.setTransform</h1> +<p class="desc">Tests setTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html new file mode 100644 index 00000000000..312ca19b4c2 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.shadow-in-transformed-layer</title> +<h1>2d.layer.ctm.shadow-in-transformed-layer</h1> +<p class="desc">Check shadows inside of a transformed layer.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer.html new file mode 100644 index 00000000000..f047bd30b28 --- /dev/null +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.ctm.shadow-in-transformed-layer.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.shadow-in-transformed-layer-expected.html"> +<title>Canvas test: 2d.layer.ctm.shadow-in-transformed-layer</title> +<h1>2d.layer.ctm.shadow-in-transformed-layer</h1> +<p class="desc">Check shadows inside of a transformed layer.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.beginLayer(); + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); + + ctx.endLayer(); +</script> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.blending.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.blending.html index 17e0f0c8c5b..27989c79e93 100644 --- a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.blending.html +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.blending.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440"> <title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title> <h1>2d.layer.global-states.filter.alpha.blending</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.composite.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.composite.html index 71a27cf710b..29041d49338 100644 --- a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.composite.html +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.composite.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.composite-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-5204"> <title>Canvas test: 2d.layer.global-states.filter.alpha.composite</title> <h1>2d.layer.global-states.filter.alpha.composite</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.html index 5133aa170e7..85718cffba1 100644 --- a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.html +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6766"> <title>Canvas test: 2d.layer.global-states.filter.alpha</title> <h1>2d.layer.global-states.filter.alpha</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.shadow.html b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.shadow.html index 6aa8e75a950..aaeb167ccf8 100644 --- a/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.shadow.html +++ b/tests/wpt/tests/html/canvas/element/layers/2d.layer.global-states.filter.alpha.shadow.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.shadow-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6311"> <title>Canvas test: 2d.layer.global-states.filter.alpha.shadow</title> <h1>2d.layer.global-states.filter.alpha.shadow</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence-expected.html b/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence-expected.html index ff0eebe2e04..ea5600b0062 100644 --- a/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence-expected.html +++ b/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence-expected.html @@ -1,28 +1,28 @@ <body> <svg style="display:none">> <filter id="base"> - <feTurbulence baseFrequency="0.025"/> + <feTurbulence baseFrequency="0.03125"/> </filter> <filter id="base2d"> - <feTurbulence baseFrequency="0.025, 0.1"/> + <feTurbulence baseFrequency="0.03125, 0.125"/> </filter> <filter id="highFrequency"> - <feTurbulence baseFrequency="0.05"/> + <feTurbulence baseFrequency="0.0625"/> </filter> <filter id="seed"> - <feTurbulence baseFrequency="0.025" seed="100"/> + <feTurbulence baseFrequency="0.03125" seed="100"/> </filter> <filter id="numOctaves"> - <feTurbulence baseFrequency="0.025" numOctaves="2"/> + <feTurbulence baseFrequency="0.03125" numOctaves="2"/> </filter> <filter id="empty"> <feTurbulence/> </filter> <filter id="fractalNoise"> - <feTurbulence baseFrequency="0.025" type="fractalNoise"/> + <feTurbulence baseFrequency="0.03125" type="fractalNoise"/> </filter> <filter id="stitchTiles"> - <feTurbulence baseFrequency="0.025" stitchTiles="noStitch"/> + <feTurbulence baseFrequency="0.03125" stitchTiles="noStitch"/> </filter> </body> <script> @@ -34,4 +34,4 @@ ctx.filter = `url(#${tc.id})`; ctx.fillRect(0, 0, 1, 1); } -</script>
\ No newline at end of file +</script> diff --git a/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence.html b/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence.html index b5b494825e7..eb0803e42e0 100644 --- a/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence.html +++ b/tests/wpt/tests/html/canvas/element/manual/filters/tentative/canvas-filter-object-turbulence.html @@ -5,14 +5,14 @@ </body> <script> const testCases = [ - {baseFrequency: 0.025}, - {baseFrequency: [0.025, 0.1]}, - {baseFrequency: 0.05}, - {baseFrequency: 0.025, seed: 100}, - {baseFrequency: 0.025, numOctaves: 2}, + {baseFrequency: 0.03125}, + {baseFrequency: [0.03125, 0.125]}, + {baseFrequency: 0.0625}, + {baseFrequency: 0.03125, seed: 100}, + {baseFrequency: 0.03125, numOctaves: 2}, {}, - {baseFrequency: 0.025, type: "fractalNoise"}, - {baseFrequency: 0.025, stitchTiles: "stitch"}, + {baseFrequency: 0.03125, type: "fractalNoise"}, + {baseFrequency: 0.03125, stitchTiles: "stitch"}, ] for (tc of testCases) { diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html new file mode 100644 index 00000000000..dac31c97f12 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html new file mode 100644 index 00000000000..801e6fdb8c5 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html new file mode 100644 index 00000000000..6c7c7f7649d --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative.w.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.isotropic.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html new file mode 100644 index 00000000000..88d0cb2de28 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 1" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html new file mode 100644 index 00000000000..ba986d8e7b4 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 1], + }); + ctx.fillRect(25, 25, 50, 50); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html new file mode 100644 index 00000000000..86fe086327d --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative.w.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-x.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 1], + }); + ctx.fillRect(25, 25, 50, 50); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html new file mode 100644 index 00000000000..744983d4ae2 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="1 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html new file mode 100644 index 00000000000..0265cfa6c4f --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [1, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html new file mode 100644 index 00000000000..c22b3208571 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative.w.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.mostly-y.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [1, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html deleted file mode 100644 index f9571f208ea..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html deleted file mode 100644 index 4417a1917c9..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const outputCanvas = document.getElementById("canvas"); - outputCanvas.getContext('2d').drawImage(canvas, 0, 0); -</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html deleted file mode 100644 index d2024ad205e..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic.w.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<html class="reftest-wait"> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.isotropic</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script id='myWorker' type='text/worker'> - self.onmessage = function(e) { - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const bitmap = canvas.transferToImageBitmap(); - self.postMessage(bitmap, bitmap); - }; -</script> -<script> - const blob = new Blob([document.getElementById('myWorker').textContent]); - const worker = new Worker(URL.createObjectURL(blob)); - worker.addEventListener('message', msg => { - const outputCtx = document.getElementById("canvas").getContext('2d'); - outputCtx.drawImage(msg.data, 0, 0); - document.documentElement.classList.remove("reftest-wait"); - }); - worker.postMessage(null); -</script> -</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html deleted file mode 100644 index e76613271f3..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 1" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html deleted file mode 100644 index 2ea26359fe9..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 1], - }); - ctx.fillRect(25, 25, 50, 50); - - const outputCanvas = document.getElementById("canvas"); - outputCanvas.getContext('2d').drawImage(canvas, 0, 0); -</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html deleted file mode 100644 index fa49ea46828..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x.w.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<html class="reftest-wait"> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-x</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script id='myWorker' type='text/worker'> - self.onmessage = function(e) { - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 1], - }); - ctx.fillRect(25, 25, 50, 50); - - const bitmap = canvas.transferToImageBitmap(); - self.postMessage(bitmap, bitmap); - }; -</script> -<script> - const blob = new Blob([document.getElementById('myWorker').textContent]); - const worker = new Worker(URL.createObjectURL(blob)); - worker.addEventListener('message', msg => { - const outputCtx = document.getElementById("canvas").getContext('2d'); - outputCtx.drawImage(msg.data, 0, 0); - document.documentElement.classList.remove("reftest-wait"); - }); - worker.postMessage(null); -</script> -</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html deleted file mode 100644 index 0f214fca9fd..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="1 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html deleted file mode 100644 index a9783ccb6a0..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [1, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const outputCanvas = document.getElementById("canvas"); - outputCanvas.getContext('2d').drawImage(canvas, 0, 0); -</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html deleted file mode 100644 index ab83f50ea0e..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y.w.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<html class="reftest-wait"> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.mostly-y</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script id='myWorker' type='text/worker'> - self.onmessage = function(e) { - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [1, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const bitmap = canvas.transferToImageBitmap(); - self.postMessage(bitmap, bitmap); - }; -</script> -<script> - const blob = new Blob([document.getElementById('myWorker').textContent]); - const worker = new Worker(URL.createObjectURL(blob)); - worker.addEventListener('message', msg => { - const outputCtx = document.getElementById("canvas").getContext('2d'); - outputCtx.drawImage(msg.data, 0, 0); - document.documentElement.classList.remove("reftest-wait"); - }); - worker.postMessage(null); -</script> -</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html deleted file mode 100644 index 285a6417266..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="4 0" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html deleted file mode 100644 index 3028c2a700e..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 0], - }); - ctx.fillRect(25, 25, 50, 50); - - const outputCanvas = document.getElementById("canvas"); - outputCanvas.getContext('2d').drawImage(canvas, 0, 0); -</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html deleted file mode 100644 index e8482cf3ed8..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only.w.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<html class="reftest-wait"> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.x-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script id='myWorker' type='text/worker'> - self.onmessage = function(e) { - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [4, 0], - }); - ctx.fillRect(25, 25, 50, 50); - - const bitmap = canvas.transferToImageBitmap(); - self.postMessage(bitmap, bitmap); - }; -</script> -<script> - const blob = new Blob([document.getElementById('myWorker').textContent]); - const worker = new Worker(URL.createObjectURL(blob)); - worker.addEventListener('message', msg => { - const outputCtx = document.getElementById("canvas").getContext('2d'); - outputCtx.drawImage(msg.data, 0, 0); - document.documentElement.classList.remove("reftest-wait"); - }); - worker.postMessage(null); -</script> -</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html deleted file mode 100644 index d59945b5da6..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> - -<svg xmlns="http://www.w3.org/2000/svg" - width="100" height="100" - color-interpolation-filters="sRGB"> - <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> - <feGaussianBlur stdDeviation="0 4" /> - </filter> - <rect x="25" y="25" width="50" height="50" - fill="teal" filter="url(#blur)" /> -</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html deleted file mode 100644 index fca324716b4..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.html +++ /dev/null @@ -1,23 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script> - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [0, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const outputCanvas = document.getElementById("canvas"); - outputCanvas.getContext('2d').drawImage(canvas, 0, 0); -</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html deleted file mode 100644 index 50cfb3083a2..00000000000 --- a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only.w.html +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html> -<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> -<html class="reftest-wait"> -<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only-expected.html"> -<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</title> -<h1>2d.filter.canvasFilterObject.gaussianBlur.tentative.y-only</h1> -<p class="desc">Test CanvasFilter() with gaussianBlur.</p> -<canvas id="canvas" width="100" height="100"> - <p class="fallback">FAIL (fallback content)</p> -</canvas> -<script id='myWorker' type='text/worker'> - self.onmessage = function(e) { - const canvas = new OffscreenCanvas(100, 100); - const ctx = canvas.getContext('2d'); - - ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ - name: 'gaussianBlur', - stdDeviation: [0, 4], - }); - ctx.fillRect(25, 25, 50, 50); - - const bitmap = canvas.transferToImageBitmap(); - self.postMessage(bitmap, bitmap); - }; -</script> -<script> - const blob = new Blob([document.getElementById('myWorker').textContent]); - const worker = new Worker(URL.createObjectURL(blob)); - worker.addEventListener('message', msg => { - const outputCtx = document.getElementById("canvas").getContext('2d'); - outputCtx.drawImage(msg.data, 0, 0); - document.documentElement.classList.remove("reftest-wait"); - }); - worker.postMessage(null); -</script> -</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html new file mode 100644 index 00000000000..e611113e420 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 0" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html new file mode 100644 index 00000000000..3ed8e9ddf9f --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 0], + }); + ctx.fillRect(25, 25, 50, 50); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html new file mode 100644 index 00000000000..35cbc1b3658 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative.w.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.x-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [4, 0], + }); + ctx.fillRect(25, 25, 50, 50); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html new file mode 100644 index 00000000000..c6d915cb078 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="0 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html new file mode 100644 index 00000000000..f563ad9d770 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [0, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html new file mode 100644 index 00000000000..171a41caa8c --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative.w.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative-expected.html"> +<title>Canvas test: 2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</title> +<h1>2d.filter.canvasFilterObject.gaussianBlur.y-only.tentative</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.filter = new CanvasFilter({ + name: 'gaussianBlur', + stdDeviation: [0, 4], + }); + ctx.fillRect(25, 25, 50, 50); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html new file mode 100644 index 00000000000..4f937548628 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.isotropic</title> +<h1>2d.filter.layers.gaussianBlur.isotropic</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.html new file mode 100644 index 00000000000..50a98df1bed --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.isotropic-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.isotropic</title> +<h1>2d.filter.layers.gaussianBlur.isotropic</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html new file mode 100644 index 00000000000..a68b8e78a2c --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.isotropic.w.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.layers.gaussianBlur.isotropic-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.isotropic</title> +<h1>2d.filter.layers.gaussianBlur.isotropic</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html new file mode 100644 index 00000000000..255270c192c --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-x</title> +<h1>2d.filter.layers.gaussianBlur.mostly-x</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 1" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.html new file mode 100644 index 00000000000..efc634796c2 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-x-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-x</title> +<h1>2d.filter.layers.gaussianBlur.mostly-x</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 1], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html new file mode 100644 index 00000000000..7d20d785030 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-x.w.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-x-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-x</title> +<h1>2d.filter.layers.gaussianBlur.mostly-x</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 1], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html new file mode 100644 index 00000000000..76a46b15338 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-y</title> +<h1>2d.filter.layers.gaussianBlur.mostly-y</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="1 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.html new file mode 100644 index 00000000000..bdc6e66fe58 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-y-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-y</title> +<h1>2d.filter.layers.gaussianBlur.mostly-y</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [1, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html new file mode 100644 index 00000000000..dfd6438b197 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.mostly-y.w.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.layers.gaussianBlur.mostly-y-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.mostly-y</title> +<h1>2d.filter.layers.gaussianBlur.mostly-y</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [1, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only-expected.html new file mode 100644 index 00000000000..26741f98474 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.x-only</title> +<h1>2d.filter.layers.gaussianBlur.x-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="4 0" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.html new file mode 100644 index 00000000000..0d42acb8b5f --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.x-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.x-only</title> +<h1>2d.filter.layers.gaussianBlur.x-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 0], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html new file mode 100644 index 00000000000..b235c7ad38c --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.x-only.w.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.layers.gaussianBlur.x-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.x-only</title> +<h1>2d.filter.layers.gaussianBlur.x-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [4, 0], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only-expected.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only-expected.html new file mode 100644 index 00000000000..d00eec6b578 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only-expected.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.filter.layers.gaussianBlur.y-only</title> +<h1>2d.filter.layers.gaussianBlur.y-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="100" height="100" + color-interpolation-filters="sRGB"> + <filter id="blur" x="-50%" y="-50%" width="200%" height="200%"> + <feGaussianBlur stdDeviation="0 4" /> + </filter> + <rect x="25" y="25" width="50" height="50" + fill="teal" filter="url(#blur)" /> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.html new file mode 100644 index 00000000000..c9bc85d6997 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.filter.layers.gaussianBlur.y-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.y-only</title> +<h1>2d.filter.layers.gaussianBlur.y-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [0, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html new file mode 100644 index 00000000000..5deb96c2552 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/filters/2d.filter.layers.gaussianBlur.y-only.w.html @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.filter.layers.gaussianBlur.y-only-expected.html"> +<title>Canvas test: 2d.filter.layers.gaussianBlur.y-only</title> +<h1>2d.filter.layers.gaussianBlur.y-only</h1> +<p class="desc">Test CanvasFilter() with gaussianBlur.</p> +<canvas id="canvas" width="100" height="100"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 100); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'teal'; + ctx.beginLayer({filter: { + name: 'gaussianBlur', + stdDeviation: [0, 4], + }}); + ctx.fillRect(25, 25, 50, 50); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter-expected.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter-expected.html new file mode 100644 index 00000000000..5fc1ac9acd5 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter-expected.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.filter</title> +<h1>2d.layer.ctm.filter</h1> +<p class="desc">Checks that parent transforms affect layer filters.</p> + +<svg xmlns="http://www.w3.org/2000/svg" + width="200" height="200" + color-interpolation-filters="sRGB"> + <filter id="filter" x="-100%" y="-100%" width="300%" height="300%"> + <feDropShadow dx="5" dy="5" stdDeviation="0" flood-color="grey" /> + </filter> + + <g filter="url(#filter)"> + <g transform="translate(30, 90) scale(2) rotate(90)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> + + <g transform="translate(80, 90) scale(2) rotate(90)"> + <g filter="url(#filter)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> +</svg> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.html new file mode 100644 index 00000000000..e5efc24bcc4 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.filter-expected.html"> +<title>Canvas test: 2d.layer.ctm.filter</title> +<h1>2d.layer.ctm.filter</h1> +<p class="desc">Checks that parent transforms affect layer filters.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(200, 200); + const ctx = canvas.getContext('2d'); + + // Transforms inside the layer should not apply to the layer's filter. + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.translate(30, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + // Transforms in the layer's parent should apply to the layer's filter. + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html new file mode 100644 index 00000000000..760a65e2c82 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.filter.w.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.layer.ctm.filter-expected.html"> +<title>Canvas test: 2d.layer.ctm.filter</title> +<h1>2d.layer.ctm.filter</h1> +<p class="desc">Checks that parent transforms affect layer filters.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(200, 200); + const ctx = canvas.getContext('2d'); + + // Transforms inside the layer should not apply to the layer's filter. + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.translate(30, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + // Transforms in the layer's parent should apply to the layer's filter. + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html new file mode 100644 index 00000000000..b2306d95acb --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>OffscreenCanvas test: 2d.layer.ctm.getTransform</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/html/canvas/resources/canvas-tests.js"></script> + +<h1>2d.layer.ctm.getTransform</h1> +<p class="desc">Tests getTransform inside layers.</p> + + +<script> +var t = async_test("Tests getTransform inside layers."); +var t_pass = t.done.bind(t); +var t_fail = t.step_func(function(reason) { + throw reason; +}); +t.step(function() { + + var canvas = new OffscreenCanvas(100, 50); + var ctx = canvas.getContext('2d'); + + ctx.translate(10, 20); + ctx.beginLayer(); + ctx.scale(2, 3); + const m = ctx.getTransform(); + assert_array_equals([m.a, m.b, m.c, m.d, m.e, m.f], [2, 0, 0, 3, 10, 20]); + ctx.endLayer(); + t.done(); + +}); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js new file mode 100644 index 00000000000..54b1fee5d09 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.getTransform.worker.js @@ -0,0 +1,27 @@ +// DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. +// OffscreenCanvas test in a worker:2d.layer.ctm.getTransform +// Description:Tests getTransform inside layers. +// Note: + +importScripts("/resources/testharness.js"); +importScripts("/html/canvas/resources/canvas-tests.js"); + +var t = async_test("Tests getTransform inside layers."); +var t_pass = t.done.bind(t); +var t_fail = t.step_func(function(reason) { + throw reason; +}); +t.step(function() { + + var canvas = new OffscreenCanvas(100, 50); + var ctx = canvas.getContext('2d'); + + ctx.translate(10, 20); + ctx.beginLayer(); + ctx.scale(2, 3); + const m = ctx.getTransform(); + assert_array_equals([m.a, m.b, m.c, m.d, m.e, m.f], [2, 0, 0, 3, 10, 20]); + ctx.endLayer(); + t.done(); +}); +done(); diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform-expected.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform-expected.html new file mode 100644 index 00000000000..fd4c1746c75 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform-expected.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.resetTransform</title> +<h1>2d.layer.ctm.resetTransform</h1> +<p class="desc">Tests resetTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + + ctx.translate(40, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html new file mode 100644 index 00000000000..9508b34044c --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.resetTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.resetTransform</title> +<h1>2d.layer.ctm.resetTransform</h1> +<p class="desc">Tests resetTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 50); + const ctx = canvas.getContext('2d'); + + ctx.translate(40, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.resetTransform(); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html new file mode 100644 index 00000000000..7bf63e1473e --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.resetTransform.w.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.layer.ctm.resetTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.resetTransform</title> +<h1>2d.layer.ctm.resetTransform</h1> +<p class="desc">Tests resetTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 50); + const ctx = canvas.getContext('2d'); + + ctx.translate(40, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.resetTransform(); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform-expected.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform-expected.html new file mode 100644 index 00000000000..45a3d095e13 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform-expected.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.setTransform</title> +<h1>2d.layer.ctm.setTransform</h1> +<p class="desc">Tests setTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html new file mode 100644 index 00000000000..91034943b6d --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.setTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.setTransform</title> +<h1>2d.layer.ctm.setTransform</h1> +<p class="desc">Tests setTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(100, 50); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html new file mode 100644 index 00000000000..8b1ea1ce512 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.setTransform.w.html @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.layer.ctm.setTransform-expected.html"> +<title>Canvas test: 2d.layer.ctm.setTransform</title> +<h1>2d.layer.ctm.setTransform</h1> +<p class="desc">Tests setTransform inside layers.</p> +<canvas id="canvas" width="100" height="50"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(100, 50); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html new file mode 100644 index 00000000000..312ca19b4c2 --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer-expected.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<title>Canvas test: 2d.layer.ctm.shadow-in-transformed-layer</title> +<h1>2d.layer.ctm.shadow-in-transformed-layer</h1> +<p class="desc">Check shadows inside of a transformed layer.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = document.getElementById("canvas"); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.html new file mode 100644 index 00000000000..59305076f0b --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<link rel="match" href="2d.layer.ctm.shadow-in-transformed-layer-expected.html"> +<title>Canvas test: 2d.layer.ctm.shadow-in-transformed-layer</title> +<h1>2d.layer.ctm.shadow-in-transformed-layer</h1> +<p class="desc">Check shadows inside of a transformed layer.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script> + const canvas = new OffscreenCanvas(200, 200); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.beginLayer(); + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); + + ctx.endLayer(); + + const outputCanvas = document.getElementById("canvas"); + outputCanvas.getContext('2d').drawImage(canvas, 0, 0); +</script> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html new file mode 100644 index 00000000000..486a028335f --- /dev/null +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.ctm.shadow-in-transformed-layer.w.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> +<html class="reftest-wait"> +<link rel="match" href="2d.layer.ctm.shadow-in-transformed-layer-expected.html"> +<title>Canvas test: 2d.layer.ctm.shadow-in-transformed-layer</title> +<h1>2d.layer.ctm.shadow-in-transformed-layer</h1> +<p class="desc">Check shadows inside of a transformed layer.</p> +<canvas id="canvas" width="200" height="200"> + <p class="fallback">FAIL (fallback content)</p> +</canvas> +<script id='myWorker' type='text/worker'> + self.onmessage = function(e) { + const canvas = new OffscreenCanvas(200, 200); + const ctx = canvas.getContext('2d'); + + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.beginLayer(); + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); + + ctx.endLayer(); + + const bitmap = canvas.transferToImageBitmap(); + self.postMessage(bitmap, bitmap); + }; +</script> +<script> + const blob = new Blob([document.getElementById('myWorker').textContent]); + const worker = new Worker(URL.createObjectURL(blob)); + worker.addEventListener('message', msg => { + const outputCtx = document.getElementById("canvas").getContext('2d'); + outputCtx.drawImage(msg.data, 0, 0); + document.documentElement.classList.remove("reftest-wait"); + }); + worker.postMessage(null); +</script> +</html> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.html index be6f962b337..1e5c6ad8b75 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440"> <title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title> <h1>2d.layer.global-states.filter.alpha.blending</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.w.html index 2b53ad7c1ee..142e900fd1b 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.w.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.blending.w.html @@ -2,6 +2,7 @@ <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <html class="reftest-wait"> <link rel="match" href="2d.layer.global-states.filter.alpha.blending-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-2440"> <title>Canvas test: 2d.layer.global-states.filter.alpha.blending</title> <h1>2d.layer.global-states.filter.alpha.blending</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.html index 087fea88af8..1a9bc8b7334 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.composite-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-5204"> <title>Canvas test: 2d.layer.global-states.filter.alpha.composite</title> <h1>2d.layer.global-states.filter.alpha.composite</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.w.html index 6aa83a32788..5c90fe95aa7 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.w.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.composite.w.html @@ -2,6 +2,7 @@ <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <html class="reftest-wait"> <link rel="match" href="2d.layer.global-states.filter.alpha.composite-expected.html"> +<meta name=fuzzy content="maxDifference=0-1; totalPixels=0-5204"> <title>Canvas test: 2d.layer.global-states.filter.alpha.composite</title> <h1>2d.layer.global-states.filter.alpha.composite</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.html index f1d631c25ce..f64e8925f0c 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6766"> <title>Canvas test: 2d.layer.global-states.filter.alpha</title> <h1>2d.layer.global-states.filter.alpha</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.html index 2548c211810..5e8911ee176 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <link rel="match" href="2d.layer.global-states.filter.alpha.shadow-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6311"> <title>Canvas test: 2d.layer.global-states.filter.alpha.shadow</title> <h1>2d.layer.global-states.filter.alpha.shadow</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.w.html index 5e1494422ee..b3be7e1ac80 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.w.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.shadow.w.html @@ -2,6 +2,7 @@ <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <html class="reftest-wait"> <link rel="match" href="2d.layer.global-states.filter.alpha.shadow-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6311"> <title>Canvas test: 2d.layer.global-states.filter.alpha.shadow</title> <h1>2d.layer.global-states.filter.alpha.shadow</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.w.html b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.w.html index e75d668ad54..21e55f856c7 100644 --- a/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.w.html +++ b/tests/wpt/tests/html/canvas/offscreen/layers/2d.layer.global-states.filter.alpha.w.html @@ -2,6 +2,7 @@ <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <html class="reftest-wait"> <link rel="match" href="2d.layer.global-states.filter.alpha-expected.html"> +<meta name=fuzzy content="maxDifference=0-2; totalPixels=0-6766"> <title>Canvas test: 2d.layer.global-states.filter.alpha</title> <h1>2d.layer.global-states.filter.alpha</h1> <p class="desc">Checks that layers with filters correctly use global render states.</p> diff --git a/tests/wpt/tests/html/canvas/tools/gentestutilsunion.py b/tests/wpt/tests/html/canvas/tools/gentestutilsunion.py index cf141f2f074..4fe7f2bd42e 100644 --- a/tests/wpt/tests/html/canvas/tools/gentestutilsunion.py +++ b/tests/wpt/tests/html/canvas/tools/gentestutilsunion.py @@ -28,7 +28,7 @@ # # * Test the tests, add new ones to Git, remove deleted ones from Git, etc. -from typing import Any, List, Mapping, Optional, Set, Tuple +from typing import Any, DefaultDict, List, Mapping, Optional, Set, Tuple import re import collections @@ -376,45 +376,50 @@ def _write_testharness_test(jinja_env: jinja2.Environment, 'utf-8') +def _generate_expected_image(expected: str, name: str, sub_dir: str, + enabled_canvas_types: Set[CanvasType], + html_canvas_cfg: TestConfig, + offscreen_canvas_cfg: TestConfig) -> str: + """Creates a reference image using Cairo and returns the file location.""" + if expected == 'green': + return '/images/green-100x50.png' + if expected == 'clear': + return '/images/clear-100x50.png' + if ';' in expected: + print('Found semicolon in %s' % name) + expected = re.sub( + r'^size (\d+) (\d+)', + r'surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, \1, \2)' + r'\ncr = cairo.Context(surface)', expected) + + if CanvasType.HTML_CANVAS in enabled_canvas_types: + expected_canvas = ( + expected + "\nsurface.write_to_png('%s.png')\n" % + os.path.join(html_canvas_cfg.image_out_dir, sub_dir, name)) + eval(compile(expected_canvas, '<test %s>' % name, 'exec'), {}, + {'cairo': cairo}) + + if {CanvasType.OFFSCREEN_CANVAS, CanvasType.WORKER} & enabled_canvas_types: + expected_offscreen = ( + expected + "\nsurface.write_to_png('%s.png')\n" % + os.path.join(offscreen_canvas_cfg.image_out_dir, sub_dir, name)) + eval(compile(expected_offscreen, '<test %s>' % name, 'exec'), {}, + {'cairo': cairo}) + + return '%s.png' % name + + def _generate_test(test: Mapping[str, Any], jinja_env: jinja2.Environment, - sub_dir: str, enabled_tests: Set[CanvasType], + name_to_sub_dir: Mapping[str, str], + used_tests: DefaultDict[str, Set[CanvasType]], html_canvas_cfg: TestConfig, offscreen_canvas_cfg: TestConfig) -> None: _validate_test(test) name = test['name'] - expected_img = None - if 'expected' in test and test['expected'] is not None: - expected = test['expected'] - if expected == 'green': - expected_img = '/images/green-100x50.png' - elif expected == 'clear': - expected_img = '/images/clear-100x50.png' - else: - if ';' in expected: - print('Found semicolon in %s' % name) - expected = re.sub( - r'^size (\d+) (\d+)', - r'surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, \1, \2)' - r'\ncr = cairo.Context(surface)', expected) - - if CanvasType.HTML_CANVAS in enabled_tests: - expected_canvas = ( - expected + "\nsurface.write_to_png('%s.png')\n" % - os.path.join(html_canvas_cfg.image_out_dir, sub_dir, name)) - eval(compile(expected_canvas, '<test %s>' % name, 'exec'), {}, - {'cairo': cairo}) - - if {CanvasType.OFFSCREEN_CANVAS, CanvasType.WORKER} & enabled_tests: - expected_offscreen = ( - expected + - "\nsurface.write_to_png('%s.png')\n" % os.path.join( - offscreen_canvas_cfg.image_out_dir, sub_dir, name)) - eval(compile(expected_offscreen, '<test %s>' % name, 'exec'), - {}, {'cairo': cairo}) - - expected_img = '%s.png' % name + sub_dir = _get_test_sub_dir(name, name_to_sub_dir) + enabled_canvas_types = _get_enabled_canvas_types(test) # Defaults: params = { @@ -423,11 +428,29 @@ def _generate_test(test: Mapping[str, Any], jinja_env: jinja2.Environment, } params.update(test) + + # Render parameters used in the test name. + name = jinja_env.from_string(name).render(params) + print('\r(%s)' % name, ' ' * 32, '\t') + + expected_img = None + if 'expected' in test and test['expected'] is not None: + expected_img = _generate_expected_image(test['expected'], name, + sub_dir, enabled_canvas_types, + html_canvas_cfg, + offscreen_canvas_cfg) + params.update({ 'code': _expand_test_code(test['code']), 'expected_img': expected_img }) + already_tested = used_tests[name].intersection(enabled_canvas_types) + if already_tested: + raise InvalidTestDefinitionError( + f'Test {name} is defined twice for types {already_tested}') + used_tests[name].update(enabled_canvas_types) + canvas_path = os.path.join(html_canvas_cfg.out_dir, sub_dir, name) offscreen_path = os.path.join(offscreen_canvas_cfg.out_dir, sub_dir, name) if 'manual' in test: @@ -435,11 +458,55 @@ def _generate_test(test: Mapping[str, Any], jinja_env: jinja2.Environment, offscreen_path += '-manual' if 'reference' in test or 'html_reference' in test: - _write_reference_test(jinja_env, params, enabled_tests, + _write_reference_test(jinja_env, params, enabled_canvas_types, canvas_path, offscreen_path) else: - _write_testharness_test(jinja_env, params, enabled_tests, canvas_path, - offscreen_path) + _write_testharness_test(jinja_env, params, enabled_canvas_types, + canvas_path, offscreen_path) + + +def _recursive_expand_variant_matrix(test_list: List[Mapping[str, Any]], + variant_matrix: List[Mapping[str, Any]], + current_selection: List[Tuple[str, Any]], + original_test: Mapping[str, Any]): + if len(current_selection) == len(variant_matrix): + # Selection for each variant is done, so add a new test to test_list. + test = original_test.copy() + variant_name_list = [] + should_append_variant_names = original_test.get( + 'append_variants_to_name', True) + for variant_name, variant_params in current_selection: + variant_name_list.append(variant_name) + # Append variant name. Variant names starting with '_' are + # not appended, which is useful to create variants with the same + # name in different folders (element vs. offscreen). + if (should_append_variant_names + and not variant_name.startswith('_')): + test['name'] += '.' + variant_name + test.update(variant_params) + # Expose variant names as a list so they can be used from the yaml + # files, which helps with better naming of tests. + test.update({'variant_names': variant_name_list}) + test_list.append(test) + else: + # Continue the recursion with each possible selection for the current + # variant. + variant = variant_matrix[len(current_selection)] + for variant_options in variant.items(): + current_selection.append(variant_options) + _recursive_expand_variant_matrix(test_list, variant_matrix, + current_selection, original_test) + current_selection.pop() + + +def _expand_variant_matrix( + variant_matrix: List[Mapping[str, Any]], + original_test: Mapping[str, Any]) -> List[Mapping[str, Any]]: + current_selection = [] + matrix_tests = [] + _recursive_expand_variant_matrix(matrix_tests, variant_matrix, + current_selection, original_test) + return matrix_tests def genTestUtils_union(NAME2DIRFILE: str) -> None: @@ -495,41 +562,25 @@ def genTestUtils_union(NAME2DIRFILE: str) -> None: pass # Ignore if it already exists, used_tests = collections.defaultdict(set) - for original_test in tests: - variants = original_test.get('variants', {'': dict()}) - for variant_name, variant_params in variants.items(): - test = original_test.copy() - if variant_name or variant_params: - # Append variant name. Variant names starting with '_' are - # not appended, which is useful to create variants with the same - # name in different folders (element vs. offscreen). - if not variant_name.startswith('_'): - test['name'] += '.' + variant_name - test.update(variant_params) - - name = test['name'] - print('\r(%s)' % name, ' ' * 32, '\t') - - enabled_canvas_types = _get_enabled_canvas_types(test) - - already_tested = used_tests[name].intersection( - enabled_canvas_types) - if already_tested: - raise InvalidTestDefinitionError( - f'Test {name} is defined twice for types {already_tested}') - used_tests[name].update(enabled_canvas_types) - - sub_dir = _get_test_sub_dir(name, name_to_sub_dir) - _generate_test( - test, - jinja_env, - sub_dir, - enabled_canvas_types, - html_canvas_cfg=TestConfig( - out_dir=CANVASOUTPUTDIR, - image_out_dir=CANVASIMAGEOUTPUTDIR), - offscreen_canvas_cfg=TestConfig( - out_dir=OFFSCREENCANVASOUTPUTDIR, - image_out_dir=OFFSCREENCANVASIMAGEOUTPUTDIR)) + for test in tests: + if 'variant_matrix' in test: + variants = _expand_variant_matrix(test['variant_matrix'], test) + elif 'variants' in test: + variant_matrix = [test['variants']] + variants = _expand_variant_matrix(variant_matrix, test) + else: + variants = [test] + + for variant in variants: + _generate_test(variant, + jinja_env, + name_to_sub_dir, + used_tests, + html_canvas_cfg=TestConfig( + out_dir=CANVASOUTPUTDIR, + image_out_dir=CANVASIMAGEOUTPUTDIR), + offscreen_canvas_cfg=TestConfig( + out_dir=OFFSCREENCANVASOUTPUTDIR, + image_out_dir=OFFSCREENCANVASIMAGEOUTPUTDIR)) print() diff --git a/tests/wpt/tests/html/canvas/tools/yaml-new/filters.yaml b/tests/wpt/tests/html/canvas/tools/yaml-new/filters.yaml index 01c83a33e2c..e18ab61b41e 100644 --- a/tests/wpt/tests/html/canvas/tools/yaml-new/filters.yaml +++ b/tests/wpt/tests/html/canvas/tools/yaml-new/filters.yaml @@ -351,16 +351,19 @@ _assertPixelApprox(canvas, 5, 5, outputColor[0],outputColor[1],outputColor[2],255, 2); } -- name: 2d.filter.canvasFilterObject.gaussianBlur.tentative +- name: >- + 2d.filter.{{ variant_names[0] }}.gaussianBlur.{{ variant_names[1] }}{{ + tentative }} desc: Test CanvasFilter() with gaussianBlur. size: [100, 100] code: | ctx.fillStyle = 'teal'; - ctx.filter = new CanvasFilter({ + {{ filter_declaration | replace("param", "{ name: 'gaussianBlur', stdDeviation: [{{ blur_x }}, {{blur_y}}], - }); + }") }} ctx.fillRect(25, 25, 50, 50); + {{ close_layer }} html_reference: | <svg xmlns="http://www.w3.org/2000/svg" width="{{ size[0] }}" height="{{ size[1] }}" @@ -371,22 +374,31 @@ <rect x="25" y="25" width="50" height="50" fill="teal" filter="url(#blur)" /> </svg> - variants: - x-only: - blur_x: 4 - blur_y: 0 - mostly-x: - blur_x: 4 - blur_y: 1 - isotropic: - blur_x: 4 - blur_y: 4 - mostly-y: - blur_x: 1 - blur_y: 4 - y-only: - blur_x: 0 - blur_y: 4 + append_variants_to_name: false + variant_matrix: + - layers: + filter_declaration: |- + ctx.beginLayer({filter: param}); + close_layer: ctx.endLayer(); + canvasFilterObject: + filter_declaration: |- + ctx.filter = new CanvasFilter(param); + tentative: .tentative + - x-only: + blur_x: 4 + blur_y: 0 + mostly-x: + blur_x: 4 + blur_y: 1 + isotropic: + blur_x: 4 + blur_y: 4 + mostly-y: + blur_x: 1 + blur_y: 4 + y-only: + blur_x: 0 + blur_y: 4 - name: 2d.filter.canvasFilterObject.dropShadow.tentative desc: Test CanvasFilter() dropShadow object. diff --git a/tests/wpt/tests/html/canvas/tools/yaml-new/layers.yaml b/tests/wpt/tests/html/canvas/tools/yaml-new/layers.yaml index dfef55d081b..938cc74d214 100644 --- a/tests/wpt/tests/html/canvas/tools/yaml-new/layers.yaml +++ b/tests/wpt/tests/html/canvas/tools/yaml-new/layers.yaml @@ -44,7 +44,7 @@ variants: &global-state-variants no-global-states: render_states: // No global states. - alpha: + alpha: &global-state-alpha render_states: ctx.globalAlpha = 0.6; blending: render_states: ctx.globalCompositeOperation = 'multiply'; @@ -56,15 +56,15 @@ ctx.shadowOffsetY = 10; ctx.shadowColor = 'rgba(255, 165, 0, 0.5)'; ctx.shadowBlur = 3; - alpha.blending: + alpha.blending: &global-state-alpha-blending render_states: |- ctx.globalAlpha = 0.6; ctx.globalCompositeOperation = 'multiply'; - alpha.composite: + alpha.composite: &global-state-alpha-composite render_states: |- ctx.globalAlpha = 0.6; ctx.globalCompositeOperation = 'source-in'; - alpha.shadow: + alpha.shadow: &global-state-alpha-shadow render_states: |- ctx.globalAlpha = 0.5; ctx.shadowOffsetX = -10; @@ -167,7 +167,20 @@ ctx.drawImage(img, 0, 0); }; img.src = 'data:image/svg+xml;base64,' + btoa(svg); - variants: *global-state-variants + variants: + <<: *global-state-variants + alpha: + <<: *global-state-alpha + fuzzy: maxDifference=0-2; totalPixels=0-6766 + alpha.blending: + <<: *global-state-alpha-blending + fuzzy: maxDifference=0-1; totalPixels=0-2440 + alpha.composite: + <<: *global-state-alpha-composite + fuzzy: maxDifference=0-1; totalPixels=0-5204 + alpha.shadow: + <<: *global-state-alpha-shadow + fuzzy: maxDifference=0-2; totalPixels=0-6311 - name: 2d.layer.global-filter desc: Tests that layers ignore the global context filter. @@ -334,6 +347,144 @@ ctx.drawImage(canvas2, 0, 0); +- name: 2d.layer.ctm.filter + desc: Checks that parent transforms affect layer filters. + size: [200, 200] + code: | + // Transforms inside the layer should not apply to the layer's filter. + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.translate(30, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + + // Transforms in the layer's parent should apply to the layer's filter. + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + ctx.beginLayer({filter: 'drop-shadow(5px 5px 0px grey)'}); + ctx.fillRect(-30, -5, 60, 10); + ctx.endLayer(); + html_reference: | + <svg xmlns="http://www.w3.org/2000/svg" + width="{{ size[0] }}" height="{{ size[1] }}" + color-interpolation-filters="sRGB"> + <filter id="filter" x="-100%" y="-100%" width="300%" height="300%"> + <feDropShadow dx="5" dy="5" stdDeviation="0" flood-color="grey" /> + </filter> + + <g filter="url(#filter)"> + <g transform="translate(30, 90) scale(2) rotate(90)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> + + <g transform="translate(80, 90) scale(2) rotate(90)"> + <g filter="url(#filter)"> + <rect x="-30" y="-5" width=60 height=10></rect> + </g> + </g> + </svg> + +- name: 2d.layer.ctm.shadow-in-transformed-layer + desc: Check shadows inside of a transformed layer. + size: [200, 200] + code: | + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.beginLayer(); + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); + + ctx.endLayer(); + reference: | + ctx.translate(80, 90); + ctx.scale(2, 2); + ctx.rotate(Math.PI / 2); + + ctx.shadowOffsetX = 10; + ctx.shadowOffsetY = 10; + ctx.shadowColor = 'grey'; + ctx.fillRect(-30, -5, 60, 10); + + const canvas2 = new OffscreenCanvas(100, 100); + const ctx2 = canvas2.getContext('2d'); + ctx2.fillStyle = 'blue'; + ctx2.fillRect(0, 0, 40, 10); + ctx.drawImage(canvas2, -30, -30); + +- name: 2d.layer.ctm.getTransform + desc: Tests getTransform inside layers. + code: | + ctx.translate(10, 20); + ctx.beginLayer(); + ctx.scale(2, 3); + const m = ctx.getTransform(); + assert_array_equals([m.a, m.b, m.c, m.d, m.e, m.f], [2, 0, 0, 3, 10, 20]); + ctx.endLayer(); + +- name: 2d.layer.ctm.setTransform + desc: Tests setTransform inside layers. + code: | + ctx.translate(80, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + reference: | + ctx.translate(80, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + + ctx.setTransform(4, 0, 0, 2, 20, 10); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 10, 10); + +- name: 2d.layer.ctm.resetTransform + desc: Tests resetTransform inside layers. + code: | + ctx.translate(40, 0); + + ctx.beginLayer(); + ctx.rotate(2); + ctx.beginLayer(); + ctx.scale(5, 6); + ctx.resetTransform(); + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + ctx.endLayer(); + ctx.endLayer(); + + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + reference: | + ctx.fillStyle = 'blue'; + ctx.fillRect(0, 0, 20, 20); + + ctx.translate(40, 0); + ctx.fillStyle = 'green'; + ctx.fillRect(0, 0, 20, 20); + - name: 2d.layer.clip-inside desc: Check clipping set inside the layer size: [100, 100] diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-029.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-029.tentative.html new file mode 100644 index 00000000000..44dff3cb842 --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-029.tentative.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>`link rel=expect` supports <a name></title> + +<link rel=expect href="#second" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementsByName("second")), "the second element should unblock rendering"); + t.step(() => assert_false(!!document.getElementById("last"))); + t.done(); + }); +}, "blocking defers frames until full parsing"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <a name="second"></a> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-030.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-030.tentative.html new file mode 100644 index 00000000000..307c2d303d0 --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-030.tentative.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title><a name> should only unblock when finished parsing children</title> + +<link rel=expect href="#fold" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementsByName("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "blocking defers frames until full parsing"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <a name="fold"> + <script> + generateParserDelay(); + </script> + <div id="second"></div> + </a> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-031.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-031.tentative.html new file mode 100644 index 00000000000..2098483a060 --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-031.tentative.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>`link rel=expect` supports dynamically changed <a name></title> + +<link rel=expect href="#second" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementsByName("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "blocking defers frames until full parsing"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <a id="fold"></a> + <script> + document.getElementById("fold").setAttribute("name", "second"); + </script> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-032.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-032.tentative.html new file mode 100644 index 00000000000..307c2d303d0 --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-032.tentative.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title><a name> should only unblock when finished parsing children</title> + +<link rel=expect href="#fold" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementsByName("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "blocking defers frames until full parsing"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <a name="fold"> + <script> + generateParserDelay(); + </script> + <div id="second"></div> + </a> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-033.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-033.tentative.html new file mode 100644 index 00000000000..59d41c08c0a --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-033.tentative.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<head> +<meta charset="utf8"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>link rel=expect should support percent encoding</title> + +<link rel=expect href="#se%F0%9F%98%8Fcond" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementById("se😏cond"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "blocking defers frames until full parsing"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <div id="se😏cond"></div> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-034.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-034.tentative.html new file mode 100644 index 00000000000..92d4a06b1a9 --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-034.tentative.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>link rel=expect should allow relative URLs</title> + +<link rel=expect href="../render-blocking/element-render-blocking-034.tentative.html#second" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementById("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "relative URLs that match this document are OK"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <div id="second"> + </div> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-035.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-035.tentative.html new file mode 100644 index 00000000000..fd3b6b1759f --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-035.tentative.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>link rel=expect: base URL should be OK with relative URLs</title> + +<base href="dummy.html"> +<link rel=expect href="../render-blocking/element-render-blocking-035.tentative.html#second" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementById("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "relative URLs that match this document are OK, regarless of <base>"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <div id="second"> + </div> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-036.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-036.tentative.html new file mode 100644 index 00000000000..83637b3a08b --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-036.tentative.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>link rel=expect: base URL mismatch causes link to not block</title> + +<base href="dummy.html"> +<link rel=expect href="#second" blocking="render"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementById("first"))); + t.step(() => assert_false(!!document.getElementById("second")), "the first element should already unblock rendering"); + t.done(); + }); +}, "link URLs are relative to base URL, not to document URL"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <div id="second"> + </div> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-037.tentative.html b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-037.tentative.html new file mode 100644 index 00000000000..885d64604fe --- /dev/null +++ b/tests/wpt/tests/html/dom/render-blocking/element-render-blocking-037.tentative.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<head> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support/utils.js"></script> +<title>link rel=expect: base URL should be ignored when after link</title> + +<link rel=expect href="#second" blocking="render"> +<base href="dummy.html"> +<script> +async_test((t) => { + requestAnimationFrame(() => { + t.step(() => assert_true(!!document.getElementById("second"))); + t.step(() => assert_false(!!document.getElementById("last")), "the second element should already unblock rendering"); + t.done(); + }); +}, "relative URLs that match this document are OK, regarless of <base>"); +</script> +</head> +<body> + <div id="first"></div> + <script> + generateParserDelay(); + </script> + <div id="second"> + </div> + <script> + generateParserDelay(); + </script> + <div id="last"></div> +</body> diff --git a/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001-ref.html b/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001-ref.html new file mode 100644 index 00000000000..c35ad5fc420 --- /dev/null +++ b/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Test Reference</title> +<style> + select, input, button { height: 100px; } +</style> +<div> + <select><option>Select</option></select> + <button>Button</button> + <input type="button" value="Input"> +</div> diff --git a/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001.html b/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001.html new file mode 100644 index 00000000000..c0991050769 --- /dev/null +++ b/tests/wpt/tests/html/rendering/replaced-elements/the-select-element/select-button-min-height-001.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>min-height and height both trigger same rendering for select and buttons by default</title> +<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> +<link rel="author" title="Mozilla" href="https://mozilla.org"> +<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1362907"> +<link rel="match" href="select-button-min-height-001-ref.html"> +<style> + select, input, button { min-height: 100px; } +</style> +<div> + <select><option>Select</option></select> + <button>Button</button> + <input type="button" value="Input"> +</div> diff --git a/tests/wpt/tests/html/semantics/disabled-elements/event-propagate-disabled.tentative.html b/tests/wpt/tests/html/semantics/disabled-elements/event-propagate-disabled.tentative.html index e3dcd43a17a..2be6dc72fe7 100644 --- a/tests/wpt/tests/html/semantics/disabled-elements/event-propagate-disabled.tentative.html +++ b/tests/wpt/tests/html/semantics/disabled-elements/event-propagate-disabled.tentative.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <meta charset="utf8"> <meta name="timeout" content="long"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Event propagation on disabled form elements</title> <link rel="author" href="mailto:krosylight@mozilla.com"> <link rel="help" href="https://github.com/whatwg/html/issues/2368"> diff --git a/tests/wpt/tests/html/semantics/invokers/interestelement-interface.tentative.html b/tests/wpt/tests/html/semantics/invokers/interestelement-interface.tentative.html new file mode 100644 index 00000000000..531bf0e1a62 --- /dev/null +++ b/tests/wpt/tests/html/semantics/invokers/interestelement-interface.tentative.html @@ -0,0 +1,86 @@ +<!doctype html> +<meta charset="utf-8" /> +<meta name="author" title="Luke Warlow" href="mailto:lwarlow@igalia.com" /> +<link rel="help" href="https://open-ui.org/components/interest-invokers.explainer/" /> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> + +<button id="buttonInvoker" interesttarget="interestee"></button> +<a id="aInvoker" interesttarget="interestee"></a> +<input type="button" id="inputInvoker" interesttarget="interestee" /> +<div id="interestee"></div> + +<script> + test(function () { + assert_equals(buttonInvoker.interestTargetElement, interestee); + assert_equals(aInvoker.interestTargetElement, interestee); + assert_equals(inputInvoker.interestTargetElement, interestee); + }, "interestTargetElement reflects interestee HTML element"); + + test(function () { + const div = document.body.appendChild(document.createElement("div")); + buttonInvoker.interestTargetElement = div; + aInvoker.interestTargetElement = div; + inputInvoker.interestTargetElement = div; + assert_equals(buttonInvoker.interestTargetElement, div); + assert_equals(buttonInvoker.getAttribute("interesttarget"), ""); + assert_equals(aInvoker.interestTargetElement, div); + assert_equals(aInvoker.getAttribute("interesttarget"), ""); + assert_equals(inputInvoker.interestTargetElement, div); + assert_equals(inputInvoker.getAttribute("interesttarget"), ""); + }, "interestTargetElement reflects set value"); + + test(function () { + const host = document.body.appendChild(document.createElement("div")); + const shadow = host.attachShadow({ mode: "open" }); + const button = shadow.appendChild(document.createElement("button")); + button.interestTargetElement = interestee; + assert_equals(button.interestTargetElement, interestee); + assert_equals(buttonInvoker.getAttribute("interesttarget"), ""); + }, "interestTargetElement reflects set value across shadow root into light dom"); + + test(function () { + const host = document.body.appendChild(document.createElement("div")); + const shadow = host.attachShadow({ mode: "open" }); + const div = shadow.appendChild(document.createElement("div")); + buttonInvoker.interestTargetElement = div; + assert_equals(buttonInvoker.interestTargetElement, null); + assert_equals(buttonInvoker.getAttribute("interesttarget"), ""); + }, "interestTargetElement does not reflect set value inside shadowroot"); + + test(function () { + buttonInvoker.setAttribute('interesttarget', 'invalid'); + assert_equals(buttonInvoker.interestTargetElement, null); + assert_equals(buttonInvoker.getAttribute("interesttarget"), "invalid"); + aInvoker.setAttribute('interesttarget', 'invalid'); + assert_equals(aInvoker.interestTargetElement, null); + assert_equals(aInvoker.getAttribute("interesttarget"), "invalid"); + inputInvoker.setAttribute('interesttarget', 'invalid'); + assert_equals(inputInvoker.interestTargetElement, null); + assert_equals(inputInvoker.getAttribute("interesttarget"), "invalid"); + }, "interestTargetElement does not reflect invalid value"); + + test(function () { + assert_throws_js( + TypeError, + function () { + buttonInvoker.interestTargetElement = {}; + }, + "interestTargetElement attribute value must be an instance of Element", + ); + assert_throws_js( + TypeError, + function () { + aInvoker.interestTargetElement = {}; + }, + "interestTargetElement attribute value must be an instance of Element", + ); + assert_throws_js( + TypeError, + function () { + inputInvoker.interestTargetElement = {}; + }, + "interestTargetElement attribute value must be an instance of Element", + ); + }, "interestTargetElement throws error on assignment of non Element"); +</script> diff --git a/tests/wpt/tests/html/semantics/permission-element/invalid-css-properties.html b/tests/wpt/tests/html/semantics/permission-element/invalid-css-properties.html new file mode 100644 index 00000000000..c7186563f0a --- /dev/null +++ b/tests/wpt/tests/html/semantics/permission-element/invalid-css-properties.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<body> +<!--The permission element does not allow certain CSS properties +--> +<style> + #id1 { + border-image: url('test-url'); + background-image: url('test-url'); + clip-path: circle(10px); + filter: blur(10px); + mask: url('test-url'); + padding-left: 10px; + transform: rotate(10); + } +</style> + +<permission id="id1" type="geolocation"> + +<script> + test(function(){ + var el_with_negatives = document.getElementById("id1"); + assert_equals(getComputedStyle(el_with_negatives).borderImage, "none", "border-image"); + assert_equals(getComputedStyle(el_with_negatives).backgroundImage, "none", "background-image"); + assert_equals(getComputedStyle(el_with_negatives).clipPath, "none", "clip-path"); + assert_equals(getComputedStyle(el_with_negatives).filter, "none", "filter"); + assert_equals(getComputedStyle(el_with_negatives).mask, "none", "mask"); + assert_equals(getComputedStyle(el_with_negatives).paddingLeft, "0px", "padding-left"); + assert_equals(getComputedStyle(el_with_negatives).transform, "none", "transform"); + }, "None of the listed properties should be applied"); +</script> +</body>
\ No newline at end of file diff --git a/tests/wpt/tests/html/semantics/permission-element/negative-offset-and-margin.html b/tests/wpt/tests/html/semantics/permission-element/negative-offset-and-margin.html new file mode 100644 index 00000000000..860e637e0a9 --- /dev/null +++ b/tests/wpt/tests/html/semantics/permission-element/negative-offset-and-margin.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<body> +<!--The permission element should not allow setting negative margins or outline-offset +--> +<style> + #id1 { + outline-offset: -50px; + margin-top: -50px; + margin-left: -50px; + margin-bottom: -50px; + margin-right: -50px; + } + #id2 { + outline-offset: 50px; + margin-top: 50px; + margin-left: 50px; + margin-bottom: 50px; + margin-right: 50px; + } +</style> + + +<permission id="id1" type="geolocation"> +<permission id="id2" type="geolocation"> + +<script> + test(function(){ + var el_with_negatives = document.getElementById("id1"); + assert_equals(getComputedStyle(el_with_negatives).outlineOffset, "0px", "outline-offset"); + assert_equals(getComputedStyle(el_with_negatives).marginLeft, "0px", "margin-left"); + assert_equals(getComputedStyle(el_with_negatives).marginRight, "0px", "margin-right"); + assert_equals(getComputedStyle(el_with_negatives).marginTop, "0px", "margin-top"); + assert_equals(getComputedStyle(el_with_negatives).marginBottom, "0px", "margin-bottom"); + }, "Negative margins/offset should be changed to 0px"); + + test(function(){ + var el_with_positives = document.getElementById("id2"); + assert_equals(getComputedStyle(el_with_positives).outlineOffset, "50px", "outline-offset"); + assert_equals(getComputedStyle(el_with_positives).marginLeft, "50px", "margin-left"); + assert_equals(getComputedStyle(el_with_positives).marginRight, "50px", "margin-right"); + assert_equals(getComputedStyle(el_with_positives).marginTop, "50px", "margin-top"); + assert_equals(getComputedStyle(el_with_positives).marginBottom, "50px", "margin-bottom"); + }, "Positive margins/offset are unaffected"); +</script> +</body>
\ No newline at end of file diff --git a/tests/wpt/tests/html/semantics/popovers/resources/popover-utils.js b/tests/wpt/tests/html/semantics/popovers/resources/popover-utils.js index bfc1f89ec10..96ac7e03f0e 100644 --- a/tests/wpt/tests/html/semantics/popovers/resources/popover-utils.js +++ b/tests/wpt/tests/html/semantics/popovers/resources/popover-utils.js @@ -7,9 +7,13 @@ function waitForTick() { } async function clickOn(element) { - const actions = new test_driver.Actions(); await waitForRender(); - await actions.pointerMove(0, 0, {origin: element}) + let rect = element.getBoundingClientRect(); + let actions = new test_driver.Actions(); + // FIXME: Switch to pointerMove(0, 0, {origin: element}) once + // https://github.com/web-platform-tests/wpt/issues/41257 is fixed. + await actions + .pointerMove(Math.round(rect.x + rect.width / 2), Math.round(rect.y + rect.height / 2), {}) .pointerDown({button: actions.ButtonType.LEFT}) .pointerUp({button: actions.ButtonType.LEFT}) .send(); diff --git a/tests/wpt/tests/html/syntax/speculative-parsing/tools/generate.py b/tests/wpt/tests/html/syntax/speculative-parsing/tools/generate.py index 3457f94d705..f0db885814b 100755 --- a/tests/wpt/tests/html/syntax/speculative-parsing/tools/generate.py +++ b/tests/wpt/tests/html/syntax/speculative-parsing/tools/generate.py @@ -680,7 +680,7 @@ def generate_tests(testcase, tentative): html_testcase_markup = template_testcase_markup.format(url_wptserve_sub) html_nonspeculative_testcase_markup = template_nonspeculative_testcase_markup.format(url_wptserve_sub) - js_testcase_markup = template_testcase_markup.format(url_js_sub).replace(u"</script>", u"<\/script>").replace(u"<meta charset", u"<meta\ charset") + js_testcase_markup = template_testcase_markup.format(url_js_sub).replace(u"</script>", u"<\\/script>").replace(u"<meta charset", u"<meta\\ charset") if test_nonspeculative == u'true': nonspeculative = template_nonspeculative.format(preamble=preamble, encoding_decl=encoding_decl, title=title, nonspeculative_testcase_markup=html_nonspeculative_testcase_markup, delay=delay) diff --git a/tests/wpt/tests/infrastructure/channels/test_serialize.html b/tests/wpt/tests/infrastructure/channels/test_serialize.html index 88a9ce5221d..59226db6e72 100644 --- a/tests/wpt/tests/infrastructure/channels/test_serialize.html +++ b/tests/wpt/tests/infrastructure/channels/test_serialize.html @@ -27,7 +27,7 @@ for (let [name, obj] of Object.entries(objects)) { promise_test(async t => { let remoteValue = RemoteObject.from(document.head); let result = await remote.call(inputValue => { - if (!inputValue instanceof RemoteObject) { + if (!(inputValue instanceof RemoteObject)) { throw new AssertionError(`Expected RemoteObject`); } return inputValue; diff --git a/tests/wpt/tests/interfaces/CSP.idl b/tests/wpt/tests/interfaces/CSP.idl index ac0a6ff5638..d4a6377ebb3 100644 --- a/tests/wpt/tests/interfaces/CSP.idl +++ b/tests/wpt/tests/interfaces/CSP.idl @@ -41,16 +41,16 @@ interface SecurityPolicyViolationEvent : Event { }; dictionary SecurityPolicyViolationEventInit : EventInit { - required USVString documentURI; - USVString referrer = ""; - USVString blockedURI = ""; - required DOMString violatedDirective; - required DOMString effectiveDirective; - required DOMString originalPolicy; - USVString sourceFile = ""; - DOMString sample = ""; - required SecurityPolicyViolationEventDisposition disposition; - required unsigned short statusCode; - unsigned long lineNumber = 0; - unsigned long columnNumber = 0; + USVString documentURI = ""; + USVString referrer = ""; + USVString blockedURI = ""; + DOMString violatedDirective = ""; + DOMString effectiveDirective = ""; + DOMString originalPolicy = ""; + USVString sourceFile = ""; + DOMString sample = ""; + SecurityPolicyViolationEventDisposition disposition = "enforce"; + unsigned short statusCode = 0; + unsigned long lineNumber = 0; + unsigned long columnNumber = 0; }; diff --git a/tests/wpt/tests/interfaces/contact-picker.idl b/tests/wpt/tests/interfaces/contact-picker.idl index 0119d0e2ce6..fc589fa0669 100644 --- a/tests/wpt/tests/interfaces/contact-picker.idl +++ b/tests/wpt/tests/interfaces/contact-picker.idl @@ -37,7 +37,7 @@ dictionary ContactsSelectOptions { boolean multiple = false; }; -[Exposed=Window,SecureContext] +[Exposed=Window, SecureContext] interface ContactsManager { Promise<sequence<ContactProperty>> getProperties(); Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {}); diff --git a/tests/wpt/tests/interfaces/css-anchor-position.idl b/tests/wpt/tests/interfaces/css-anchor-position.idl index 5d3973eff3d..b79e3fce893 100644 --- a/tests/wpt/tests/interfaces/css-anchor-position.idl +++ b/tests/wpt/tests/interfaces/css-anchor-position.idl @@ -4,11 +4,7 @@ // Source: CSS Anchor Positioning (https://drafts.csswg.org/css-anchor-position-1/) [Exposed=Window] -interface CSSPositionFallbackRule : CSSGroupingRule { +interface CSSPositionTryRule : CSSRule { readonly attribute CSSOMString name; -}; - -[Exposed=Window] -interface CSSTryRule : CSSRule { [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style; }; diff --git a/tests/wpt/tests/interfaces/css-fonts.idl b/tests/wpt/tests/interfaces/css-fonts.idl index 070cbc58f5d..7a917662b59 100644 --- a/tests/wpt/tests/interfaces/css-fonts.idl +++ b/tests/wpt/tests/interfaces/css-fonts.idl @@ -19,6 +19,7 @@ interface CSSFontFeatureValuesRule : CSSRule { readonly attribute CSSFontFeatureValuesMap swash; readonly attribute CSSFontFeatureValuesMap characterVariant; readonly attribute CSSFontFeatureValuesMap styleset; + readonly attribute CSSFontFeatureValuesMap historicalForms; }; [Exposed=Window] diff --git a/tests/wpt/tests/interfaces/digital-identities.idl b/tests/wpt/tests/interfaces/digital-identities.idl new file mode 100644 index 00000000000..9027ce61af8 --- /dev/null +++ b/tests/wpt/tests/interfaces/digital-identities.idl @@ -0,0 +1,27 @@ +// GENERATED CONTENT - DO NOT EDIT +// Content was automatically extracted by Reffy into webref +// (https://github.com/w3c/webref) +// Source: Digital Credentials (https://wicg.github.io/digital-identities/) + +partial interface Navigator { + [SecureContext, SameObject] readonly attribute CredentialsContainer identity; +}; + +partial dictionary CredentialRequestOptions { + DigitalCredentialRequestOptions digital; +}; + +dictionary DigitalCredentialRequestOptions { + sequence<IdentityRequestProvider> providers; +}; + +dictionary IdentityRequestProvider { + required DOMString protocol; + required DOMString request; +}; + +[Exposed=Window, SecureContext] +interface DigitalCredential : Credential { + readonly attribute DOMString protocol; + readonly attribute DOMString data; +}; diff --git a/tests/wpt/tests/interfaces/edit-context.idl b/tests/wpt/tests/interfaces/edit-context.idl index eb3174e25f5..60ddbafe758 100644 --- a/tests/wpt/tests/interfaces/edit-context.idl +++ b/tests/wpt/tests/interfaces/edit-context.idl @@ -59,7 +59,7 @@ interface TextUpdateEvent : Event { readonly attribute unsigned long selectionEnd; }; -enum UnderlineStyle { "none", "solid", "double", "dotted", "dashed", "wavy" }; +enum UnderlineStyle { "none", "solid", "dotted", "dashed", "wavy" }; enum UnderlineThickness { "none", "thin", "thick" }; dictionary TextFormatInit { diff --git a/tests/wpt/tests/interfaces/gamepad.idl b/tests/wpt/tests/interfaces/gamepad.idl index 77a22c1d858..024e5ea58c1 100644 --- a/tests/wpt/tests/interfaces/gamepad.idl +++ b/tests/wpt/tests/interfaces/gamepad.idl @@ -3,7 +3,7 @@ // (https://github.com/w3c/webref) // Source: Gamepad (https://w3c.github.io/gamepad/) -[Exposed=Window, SecureContext] +[Exposed=Window] interface Gamepad { readonly attribute DOMString id; readonly attribute long index; @@ -15,7 +15,7 @@ interface Gamepad { [SameObject] readonly attribute GamepadHapticActuator vibrationActuator; }; -[Exposed=Window, SecureContext] +[Exposed=Window] interface GamepadButton { readonly attribute boolean pressed; readonly attribute boolean touched; @@ -59,7 +59,7 @@ partial interface Navigator { sequence<Gamepad?> getGamepads(); }; -[Exposed=Window, SecureContext] +[Exposed=Window] interface GamepadEvent: Event { constructor(DOMString type, GamepadEventInit eventInitDict); diff --git a/tests/wpt/tests/interfaces/html.idl b/tests/wpt/tests/interfaces/html.idl index 9193a7487ee..8992ceab1ee 100644 --- a/tests/wpt/tests/interfaces/html.idl +++ b/tests/wpt/tests/interfaces/html.idl @@ -1243,6 +1243,7 @@ interface HTMLTemplateElement : HTMLElement { readonly attribute DocumentFragment content; [CEReactions] attribute DOMString shadowRootMode; [CEReactions] attribute boolean shadowRootDelegatesFocus; + [CEReactions] attribute boolean shadowRootClonable; }; [Exposed=Window] @@ -2086,6 +2087,23 @@ interface BeforeUnloadEvent : Event { attribute DOMString returnValue; }; +[Exposed=Window] +interface NotRestoredReasonDetails { + readonly attribute DOMString reason; + [Default] object toJSON(); +}; + +[Exposed=Window] +interface NotRestoredReasons { + readonly attribute DOMString? src; + readonly attribute DOMString? id; + readonly attribute DOMString? name; + readonly attribute DOMString? url; + readonly attribute FrozenArray<NotRestoredReasonDetails>? reasons; + readonly attribute FrozenArray<NotRestoredReasons>? children; + [Default] object toJSON(); +}; + [Exposed=*] interface ErrorEvent : Event { constructor(DOMString type, optional ErrorEventInit eventInitDict = {}); diff --git a/tests/wpt/tests/interfaces/interest-invokers.tentative.idl b/tests/wpt/tests/interfaces/interest-invokers.tentative.idl new file mode 100644 index 00000000000..f89af4d7341 --- /dev/null +++ b/tests/wpt/tests/interfaces/interest-invokers.tentative.idl @@ -0,0 +1,7 @@ +interface mixin InterestInvokerElement { + [CEReactions,Reflect=interesttarget] attribute Element? interestTargetElement; +}; + +HTMLInputElement includes InterestInvokerElement; +HTMLButtonElement includes InterestInvokerElement; +HTMLAnchorElement includes InterestInvokerElement;
\ No newline at end of file diff --git a/tests/wpt/tests/interfaces/longtasks.idl b/tests/wpt/tests/interfaces/longtasks.idl index 13d4940c1c0..e5b6ece16a1 100644 --- a/tests/wpt/tests/interfaces/longtasks.idl +++ b/tests/wpt/tests/interfaces/longtasks.idl @@ -70,7 +70,9 @@ interface PerformanceScriptTiming : PerformanceEntry { readonly attribute ScriptInvokerType invokerType; readonly attribute DOMString invoker; readonly attribute DOMHighResTimeStamp executionStart; - readonly attribute DOMString sourceLocation; + readonly attribute DOMString sourceURL; + readonly attribute DOMString sourceFunctionName; + readonly attribute long long sourceCharPosition; readonly attribute DOMHighResTimeStamp pauseDuration; readonly attribute DOMHighResTimeStamp forcedStyleAndLayoutDuration; readonly attribute Window? window; diff --git a/tests/wpt/tests/interfaces/mediasession.idl b/tests/wpt/tests/interfaces/mediasession.idl index 57c62dfbc9d..8e9a21aff06 100644 --- a/tests/wpt/tests/interfaces/mediasession.idl +++ b/tests/wpt/tests/interfaces/mediasession.idl @@ -44,9 +44,9 @@ interface MediaSession { undefined setPositionState(optional MediaPositionState state = {}); - undefined setMicrophoneActive(boolean active); + Promise<undefined> setMicrophoneActive(boolean active); - undefined setCameraActive(boolean active); + Promise<undefined> setCameraActive(boolean active); }; [Exposed=Window] @@ -79,7 +79,17 @@ dictionary MediaPositionState { dictionary MediaSessionActionDetails { required MediaSessionAction action; +}; + +dictionary MediaSessionSeekActionDetails : MediaSessionActionDetails { double seekOffset; - double seekTime; +}; + +dictionary MediaSessionSeekToActionDetails : MediaSessionActionDetails { + required double seekTime; boolean fastSeek; }; + +dictionary MediaSessionCaptureActionDetails : MediaSessionActionDetails { + boolean isActivating; +}; diff --git a/tests/wpt/tests/interfaces/service-workers.idl b/tests/wpt/tests/interfaces/service-workers.idl index 6d44d61debb..c740e1098a8 100644 --- a/tests/wpt/tests/interfaces/service-workers.idl +++ b/tests/wpt/tests/interfaces/service-workers.idl @@ -92,7 +92,7 @@ dictionary NavigationPreloadState { ByteString headerValue; }; -[Global=(Worker,ServiceWorker), Exposed=ServiceWorker] +[Global=(Worker,ServiceWorker), Exposed=ServiceWorker, SecureContext] interface ServiceWorkerGlobalScope : WorkerGlobalScope { [SameObject] readonly attribute Clients clients; [SameObject] readonly attribute ServiceWorkerRegistration registration; @@ -166,6 +166,40 @@ dictionary ExtendableEventInit : EventInit { }; [Exposed=ServiceWorker] +interface InstallEvent : ExtendableEvent { + Promise<undefined> addRoutes((RouterRule or sequence<RouterRule>) rules); +}; + +dictionary RouterRule { + required RouterCondition condition; + required RouterSource source; +}; + +dictionary RouterCondition { + URLPatternCompatible urlPattern; + ByteString requestMethod; + RequestMode requestMode; + RequestDestination requestDestination; + RunningStatus runningStatus; + + sequence<RouterCondition> _or; +}; + +typedef (RouterSourceDict or RouterSourceEnum) RouterSource; + +dictionary RouterSourceDict { + DOMString cacheName; +}; + +enum RunningStatus { "running", "not-running" }; +enum RouterSourceEnum { + "cache", + "fetch-event", + "network", + "race-network-and-fetch-handler" +}; + +[Exposed=ServiceWorker] interface FetchEvent : ExtendableEvent { constructor(DOMString type, FetchEventInit eventInitDict); [SameObject] readonly attribute Request request; diff --git a/tests/wpt/tests/interfaces/trusted-types.idl b/tests/wpt/tests/interfaces/trusted-types.idl index 6723994aae6..db5bd635cf9 100644 --- a/tests/wpt/tests/interfaces/trusted-types.idl +++ b/tests/wpt/tests/interfaces/trusted-types.idl @@ -7,21 +7,18 @@ interface TrustedHTML { stringifier; DOMString toJSON(); - static TrustedHTML fromLiteral(object templateStringsArray); }; [Exposed=(Window,Worker)] interface TrustedScript { stringifier; DOMString toJSON(); - static TrustedScript fromLiteral(object templateStringsArray); }; [Exposed=(Window,Worker)] interface TrustedScriptURL { stringifier; USVString toJSON(); - static TrustedScriptURL fromLiteral(object templateStringsArray); }; [Exposed=(Window,Worker)] interface TrustedTypePolicyFactory { diff --git a/tests/wpt/tests/interfaces/turtledove.idl b/tests/wpt/tests/interfaces/turtledove.idl index f5813b5d03d..8a2d7bb594f 100644 --- a/tests/wpt/tests/interfaces/turtledove.idl +++ b/tests/wpt/tests/interfaces/turtledove.idl @@ -31,6 +31,7 @@ dictionary GenerateBidInterestGroup { USVString updateURL; USVString trustedBiddingSignalsURL; sequence<USVString> trustedBiddingSignalsKeys; + DOMString trustedBiddingSignalsSlotSizeMode = "none"; any userBiddingSignals; sequence<AuctionAd> ads; sequence<AuctionAd> adComponents; @@ -70,6 +71,7 @@ dictionary AuctionAdConfig { sequence<USVString> interestGroupBuyers; Promise<any> auctionSignals; record<DOMString, DOMString> requestedSize; + sequence<record<DOMString, DOMString>> allSlotsRequestedSizes; Promise<any> sellerSignals; Promise<DOMString> directFromSellerSignalsHeaderAdSlot; unsigned long long sellerTimeout; @@ -98,11 +100,24 @@ partial interface Navigator { interface InterestGroupScriptRunnerGlobalScope { }; +[Exposed=InterestGroupBiddingAndScoringScriptRunnerGlobalScope] +interface ForDebuggingOnly { + undefined reportAdAuctionWin(USVString url); + undefined reportAdAuctionLoss(USVString url); +}; + +[Exposed=InterestGroupBiddingAndScoringScriptRunnerGlobalScope, + Global=InterestGroupBiddingAndScoringScriptRunnerGlobalScope] +interface InterestGroupBiddingAndScoringScriptRunnerGlobalScope : InterestGroupScriptRunnerGlobalScope { + + readonly attribute ForDebuggingOnly forDebuggingOnly; +}; + [Exposed=InterestGroupBiddingScriptRunnerGlobalScope, Global=(InterestGroupScriptRunnerGlobalScope, InterestGroupBiddingScriptRunnerGlobalScope)] interface InterestGroupBiddingScriptRunnerGlobalScope - : InterestGroupScriptRunnerGlobalScope { + : InterestGroupBiddingAndScoringScriptRunnerGlobalScope { boolean setBid(optional GenerateBidOutput generateBidOutput = {}); undefined setPriority(double priority); undefined setPrioritySignalsOverride(DOMString key, optional double? priority); @@ -129,7 +144,7 @@ dictionary GenerateBidOutput { Global=(InterestGroupScriptRunnerGlobalScope, InterestGroupScoringScriptRunnerGlobalScope)] interface InterestGroupScoringScriptRunnerGlobalScope - : InterestGroupScriptRunnerGlobalScope { + : InterestGroupBiddingAndScoringScriptRunnerGlobalScope { }; [Exposed=InterestGroupReportingScriptRunnerGlobalScope, @@ -147,6 +162,16 @@ partial interface Navigator { undefined updateAdInterestGroups(); }; +[SecureContext] +partial interface Navigator { + [SameObject] readonly attribute ProtectedAudience protectedAudience; +}; + +[SecureContext, Exposed=Window] +interface ProtectedAudience { + any queryFeatureSupport(DOMString feature); +}; + partial dictionary RequestInit { boolean adAuctionHeaders; }; @@ -166,11 +191,13 @@ dictionary BiddingBrowserSignals { required long joinCount; required long bidCount; required long recency; + required long adComponentsLimit; USVString topLevelSeller; sequence<PreviousWin> prevWinsMs; object wasmHelper; unsigned long dataVersion; + boolean forDebuggingOnlyInCooldownOrLockout = false; }; dictionary ScoringBrowserSignals { @@ -182,6 +209,7 @@ dictionary ScoringBrowserSignals { unsigned long dataVersion; sequence<USVString> adComponents; + boolean forDebuggingOnlyInCooldownOrLockout = false; }; dictionary ReportingBrowserSignals { diff --git a/tests/wpt/tests/interfaces/uievents.idl b/tests/wpt/tests/interfaces/uievents.idl index 21c40c308a8..0f9d3d3c188 100644 --- a/tests/wpt/tests/interfaces/uievents.idl +++ b/tests/wpt/tests/interfaces/uievents.idl @@ -226,6 +226,35 @@ partial dictionary KeyboardEventInit { unsigned long keyCode = 0; }; -// Removed MutationEvents manually here. -// This really needs to be removed from the spec: -// https://w3c.github.io/uievents/#interface-mutationevent +[Exposed=Window] +interface TextEvent : UIEvent { + readonly attribute DOMString data; + undefined initTextEvent(DOMString type, + optional boolean bubbles = false, + optional boolean cancelable = false, + optional Window? view = null, + optional DOMString data = "undefined"); +}; + +[Exposed=Window] +interface MutationEvent : Event { + // attrChangeType + const unsigned short MODIFICATION = 1; + const unsigned short ADDITION = 2; + const unsigned short REMOVAL = 3; + + readonly attribute Node? relatedNode; + readonly attribute DOMString prevValue; + readonly attribute DOMString newValue; + readonly attribute DOMString attrName; + readonly attribute unsigned short attrChange; + + undefined initMutationEvent(DOMString typeArg, + optional boolean bubblesArg = false, + optional boolean cancelableArg = false, + optional Node? relatedNodeArg = null, + optional DOMString prevValueArg = "", + optional DOMString newValueArg = "", + optional DOMString attrNameArg = "", + optional unsigned short attrChangeArg = 0); +}; diff --git a/tests/wpt/tests/interfaces/wai-aria.idl b/tests/wpt/tests/interfaces/wai-aria.idl index 13e3b0f8b19..78083f03f91 100644 --- a/tests/wpt/tests/interfaces/wai-aria.idl +++ b/tests/wpt/tests/interfaces/wai-aria.idl @@ -57,5 +57,4 @@ interface mixin ARIAMixin { [CEReactions] attribute DOMString? ariaValueNow; [CEReactions] attribute DOMString? ariaValueText; }; - Element includes ARIAMixin; diff --git a/tests/wpt/tests/interfaces/webgl1.idl b/tests/wpt/tests/interfaces/webgl1.idl index 4552610c0d5..1b711e1a4ce 100644 --- a/tests/wpt/tests/interfaces/webgl1.idl +++ b/tests/wpt/tests/interfaces/webgl1.idl @@ -518,6 +518,9 @@ interface mixin WebGLRenderingContextBase readonly attribute GLsizei drawingBufferWidth; readonly attribute GLsizei drawingBufferHeight; readonly attribute GLenum drawingBufferFormat; + + /* Upon context creation, drawingBufferColorSpace and unpackColorSpace both + default to the value "srgb". */ attribute PredefinedColorSpace drawingBufferColorSpace; attribute PredefinedColorSpace unpackColorSpace; diff --git a/tests/wpt/tests/interfaces/webgpu.idl b/tests/wpt/tests/interfaces/webgpu.idl index 15074009cf6..ef5b9c730ab 100644 --- a/tests/wpt/tests/interfaces/webgpu.idl +++ b/tests/wpt/tests/interfaces/webgpu.idl @@ -11,7 +11,7 @@ dictionary GPUObjectDescriptorBase { USVString label = ""; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUSupportedLimits { readonly attribute unsigned long maxTextureDimension1D; readonly attribute unsigned long maxTextureDimension2D; @@ -47,17 +47,17 @@ interface GPUSupportedLimits { readonly attribute unsigned long maxComputeWorkgroupsPerDimension; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUSupportedFeatures { readonly setlike<DOMString>; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface WGSLLanguageFeatures { readonly setlike<DOMString>; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUAdapterInfo { readonly attribute DOMString vendor; readonly attribute DOMString architecture; @@ -71,7 +71,7 @@ interface mixin NavigatorGPU { Navigator includes NavigatorGPU; WorkerNavigator includes NavigatorGPU; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPU { Promise<GPUAdapter?> requestAdapter(optional GPURequestAdapterOptions options = {}); GPUTextureFormat getPreferredCanvasFormat(); @@ -88,7 +88,7 @@ enum GPUPowerPreference { "high-performance", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUAdapter { [SameObject] readonly attribute GPUSupportedFeatures features; [SameObject] readonly attribute GPUSupportedLimits limits; @@ -119,7 +119,7 @@ enum GPUFeatureName { "float32-filterable", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUDevice : EventTarget { [SameObject] readonly attribute GPUSupportedFeatures features; [SameObject] readonly attribute GPUSupportedLimits limits; @@ -150,7 +150,7 @@ interface GPUDevice : EventTarget { }; GPUDevice includes GPUObjectBase; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUBuffer { readonly attribute GPUSize64Out size; readonly attribute GPUFlagsConstant usage; @@ -179,7 +179,7 @@ dictionary GPUBufferDescriptor }; typedef [EnforceRange] unsigned long GPUBufferUsageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] namespace GPUBufferUsage { const GPUFlagsConstant MAP_READ = 0x0001; const GPUFlagsConstant MAP_WRITE = 0x0002; @@ -194,13 +194,13 @@ namespace GPUBufferUsage { }; typedef [EnforceRange] unsigned long GPUMapModeFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] namespace GPUMapMode { const GPUFlagsConstant READ = 0x0001; const GPUFlagsConstant WRITE = 0x0002; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUTexture { GPUTextureView createView(optional GPUTextureViewDescriptor descriptor = {}); @@ -235,7 +235,7 @@ enum GPUTextureDimension { }; typedef [EnforceRange] unsigned long GPUTextureUsageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] namespace GPUTextureUsage { const GPUFlagsConstant COPY_SRC = 0x01; const GPUFlagsConstant COPY_DST = 0x02; @@ -244,7 +244,7 @@ namespace GPUTextureUsage { const GPUFlagsConstant RENDER_ATTACHMENT = 0x10; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUTextureView { }; GPUTextureView includes GPUObjectBase; @@ -396,7 +396,7 @@ enum GPUTextureFormat { "astc-12x12-unorm-srgb", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUExternalTexture { }; GPUExternalTexture includes GPUObjectBase; @@ -407,7 +407,7 @@ dictionary GPUExternalTextureDescriptor PredefinedColorSpace colorSpace = "srgb"; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUSampler { }; GPUSampler includes GPUObjectBase; @@ -453,7 +453,7 @@ enum GPUCompareFunction { "always", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUBindGroupLayout { }; GPUBindGroupLayout includes GPUObjectBase; @@ -475,7 +475,7 @@ dictionary GPUBindGroupLayoutEntry { }; typedef [EnforceRange] unsigned long GPUShaderStageFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] namespace GPUShaderStage { const GPUFlagsConstant VERTEX = 0x1; const GPUFlagsConstant FRAGMENT = 0x2; @@ -533,7 +533,7 @@ dictionary GPUStorageTextureBindingLayout { dictionary GPUExternalTextureBindingLayout { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUBindGroup { }; GPUBindGroup includes GPUObjectBase; @@ -557,7 +557,7 @@ dictionary GPUBufferBinding { GPUSize64 size; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUPipelineLayout { }; GPUPipelineLayout includes GPUObjectBase; @@ -567,7 +567,7 @@ dictionary GPUPipelineLayoutDescriptor required sequence<GPUBindGroupLayout> bindGroupLayouts; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUShaderModule { Promise<GPUCompilationInfo> getCompilationInfo(); }; @@ -591,7 +591,7 @@ enum GPUCompilationMessageType { "info", }; -[Exposed=(Window, DedicatedWorker), Serializable, SecureContext] +[Exposed=(Window, Worker), Serializable, SecureContext] interface GPUCompilationMessage { readonly attribute DOMString message; readonly attribute GPUCompilationMessageType type; @@ -601,12 +601,12 @@ interface GPUCompilationMessage { readonly attribute unsigned long long length; }; -[Exposed=(Window, DedicatedWorker), Serializable, SecureContext] +[Exposed=(Window, Worker), Serializable, SecureContext] interface GPUCompilationInfo { readonly attribute FrozenArray<GPUCompilationMessage> messages; }; -[Exposed=(Window, DedicatedWorker), SecureContext, Serializable] +[Exposed=(Window, Worker), SecureContext, Serializable] interface GPUPipelineError : DOMException { constructor(optional DOMString message = "", GPUPipelineErrorInit options); readonly attribute GPUPipelineErrorReason reason; @@ -642,7 +642,7 @@ dictionary GPUProgrammableStage { typedef double GPUPipelineConstantValue; // May represent WGSL's bool, f32, i32, u32, and f16 if enabled. -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUComputePipeline { }; GPUComputePipeline includes GPUObjectBase; @@ -653,7 +653,7 @@ dictionary GPUComputePipelineDescriptor required GPUProgrammableStage compute; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPURenderPipeline { }; GPURenderPipeline includes GPUObjectBase; @@ -721,7 +721,7 @@ dictionary GPUBlendState { }; typedef [EnforceRange] unsigned long GPUColorWriteFlags; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] namespace GPUColorWrite { const GPUFlagsConstant RED = 0x1; const GPUFlagsConstant GREEN = 0x2; @@ -895,7 +895,7 @@ dictionary GPUImageCopyExternalImage { boolean flipY = false; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUCommandBuffer { }; GPUCommandBuffer includes GPUObjectBase; @@ -907,7 +907,7 @@ dictionary GPUCommandBufferDescriptor interface mixin GPUCommandsMixin { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUCommandEncoder { GPURenderPassEncoder beginRenderPass(GPURenderPassDescriptor descriptor); GPUComputePassEncoder beginComputePass(optional GPUComputePassDescriptor descriptor = {}); @@ -972,7 +972,7 @@ interface mixin GPUDebugCommandsMixin { undefined insertDebugMarker(USVString markerLabel); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUComputePassEncoder { undefined setPipeline(GPUComputePipeline pipeline); undefined dispatchWorkgroups(GPUSize32 workgroupCountX, optional GPUSize32 workgroupCountY = 1, optional GPUSize32 workgroupCountZ = 1); @@ -996,7 +996,7 @@ dictionary GPUComputePassDescriptor GPUComputePassTimestampWrites timestampWrites; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPURenderPassEncoder { undefined setViewport(float x, float y, float width, float height, @@ -1093,7 +1093,7 @@ interface mixin GPURenderCommandsMixin { undefined drawIndexedIndirect(GPUBuffer indirectBuffer, GPUSize64 indirectOffset); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPURenderBundle { }; GPURenderBundle includes GPUObjectBase; @@ -1102,7 +1102,7 @@ dictionary GPURenderBundleDescriptor : GPUObjectDescriptorBase { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPURenderBundleEncoder { GPURenderBundle finish(optional GPURenderBundleDescriptor descriptor = {}); }; @@ -1122,7 +1122,7 @@ dictionary GPUQueueDescriptor : GPUObjectDescriptorBase { }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUQueue { undefined submit(sequence<GPUCommandBuffer> commandBuffers); @@ -1148,7 +1148,7 @@ interface GPUQueue { }; GPUQueue includes GPUObjectBase; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUQuerySet { undefined destroy(); @@ -1168,7 +1168,7 @@ enum GPUQueryType { "timestamp", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUCanvasContext { readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas; @@ -1197,7 +1197,7 @@ enum GPUDeviceLostReason { "destroyed", }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUDeviceLostInfo { readonly attribute GPUDeviceLostReason reason; readonly attribute DOMString message; @@ -1207,24 +1207,24 @@ partial interface GPUDevice { readonly attribute Promise<GPUDeviceLostInfo> lost; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUError { readonly attribute DOMString message; }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUValidationError : GPUError { constructor(DOMString message); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUOutOfMemoryError : GPUError { constructor(DOMString message); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUInternalError : GPUError { constructor(DOMString message); @@ -1241,7 +1241,7 @@ partial interface GPUDevice { Promise<GPUError?> popErrorScope(); }; -[Exposed=(Window, DedicatedWorker), SecureContext] +[Exposed=(Window, Worker), SecureContext] interface GPUUncapturedErrorEvent : Event { constructor( DOMString type, @@ -1255,7 +1255,7 @@ dictionary GPUUncapturedErrorEventInit : EventInit { }; partial interface GPUDevice { - [Exposed=(Window, DedicatedWorker)] + [Exposed=(Window, Worker)] attribute EventHandler onuncapturederror; }; diff --git a/tests/wpt/tests/interfaces/webnn.idl b/tests/wpt/tests/interfaces/webnn.idl index 721ee788bda..cafba9de5e1 100644 --- a/tests/wpt/tests/interfaces/webnn.idl +++ b/tests/wpt/tests/interfaces/webnn.idl @@ -29,47 +29,17 @@ dictionary MLContextOptions { interface ML { Promise<MLContext> createContext(optional MLContextOptions options = {}); Promise<MLContext> createContext(GPUDevice gpuDevice); - - [Exposed=(DedicatedWorker)] - MLContext createContextSync(optional MLContextOptions options = {}); - [Exposed=(DedicatedWorker)] - MLContext createContextSync(GPUDevice gpuDevice); }; [SecureContext, Exposed=(Window, DedicatedWorker)] interface MLActivation { }; -typedef (GPUBuffer or GPUTexture) MLGPUResource; - -typedef record<DOMString, MLGPUResource> MLNamedGPUResources; - -[SecureContext, Exposed=(Window, DedicatedWorker)] -interface MLCommandEncoder {}; - -partial interface MLCommandEncoder { - undefined initializeGraph(MLGraph graph); -}; - -partial interface MLCommandEncoder { - undefined dispatch(MLGraph graph, MLNamedGPUResources inputs, MLNamedGPUResources outputs); -}; - -partial interface MLCommandEncoder { - GPUCommandBuffer finish(optional GPUCommandBufferDescriptor descriptor = {}); -}; - typedef record<DOMString, ArrayBufferView> MLNamedArrayBufferViews; [SecureContext, Exposed=(Window, DedicatedWorker)] interface MLContext {}; -partial interface MLContext { - [Exposed=(DedicatedWorker)] - undefined computeSync( - MLGraph graph, MLNamedArrayBufferViews inputs, MLNamedArrayBufferViews outputs); -}; - dictionary MLComputeResult { MLNamedArrayBufferViews inputs; MLNamedArrayBufferViews outputs; @@ -80,23 +50,11 @@ partial interface MLContext { MLGraph graph, MLNamedArrayBufferViews inputs, MLNamedArrayBufferViews outputs); }; -partial interface MLContext { - MLCommandEncoder createCommandEncoder(); -}; - [SecureContext, Exposed=(Window, DedicatedWorker)] interface MLGraph {}; typedef record<DOMString, MLOperand> MLNamedOperands; -dictionary MLBufferResourceView { - required GPUBuffer resource; - unsigned long long offset = 0; - unsigned long long size; -}; - -typedef (ArrayBufferView or MLBufferResourceView) MLBufferView; - [SecureContext, Exposed=(Window, DedicatedWorker)] interface MLGraphBuilder { // Construct the graph builder from the context. @@ -106,21 +64,17 @@ interface MLGraphBuilder { MLOperand input(DOMString name, MLOperandDescriptor descriptor); // Create an operand for a graph constant. - MLOperand constant(MLOperandDescriptor descriptor, MLBufferView bufferView); + MLOperand constant(MLOperandDescriptor descriptor, ArrayBufferView bufferView); // Create a single-value operand from the specified number of the specified type. MLOperand constant(double value, optional MLOperandDataType type = "float32"); // Compile the graph up to the specified output operands asynchronously. Promise<MLGraph> build(MLNamedOperands outputs); - - // Compile the graph up to the specified output operands synchronously. - [Exposed=(DedicatedWorker)] - MLGraph buildSync(MLNamedOperands outputs); }; dictionary MLArgMinMaxOptions { - sequence<unsigned long> axes = null; + sequence<unsigned long> axes; boolean keepDimensions = false; boolean selectLastIndex = false; }; @@ -469,7 +423,7 @@ partial interface MLGraphBuilder { }; dictionary MLReduceOptions { - sequence<unsigned long> axes = null; + sequence<unsigned long> axes; boolean keepDimensions = false; }; @@ -607,5 +561,5 @@ dictionary MLOperandDescriptor { required MLOperandDataType dataType; // The dimensions field is only required for tensor operands. - sequence<unsigned long> dimensions; + sequence<unsigned long> dimensions = []; }; diff --git a/tests/wpt/tests/interfaces/webtransport.idl b/tests/wpt/tests/interfaces/webtransport.idl index 281c096d21d..7421dcb432c 100644 --- a/tests/wpt/tests/interfaces/webtransport.idl +++ b/tests/wpt/tests/interfaces/webtransport.idl @@ -93,8 +93,9 @@ dictionary WebTransportConnectionStats { }; dictionary WebTransportDatagramStats { - unsigned long long expiredOutgoing; unsigned long long droppedIncoming; + unsigned long long expiredIncoming; + unsigned long long expiredOutgoing; unsigned long long lostOutgoing; }; @@ -103,6 +104,7 @@ interface WebTransportSendStream : WritableStream { attribute WebTransportSendGroup? sendGroup; attribute long long sendOrder; Promise<WebTransportSendStreamStats> getStats(); + WebTransportWriter getWriter(); }; dictionary WebTransportSendStreamStats { @@ -132,6 +134,11 @@ interface WebTransportBidirectionalStream { readonly attribute WebTransportSendStream writable; }; +[Exposed=*, SecureContext] +interface WebTransportWriter : WritableStreamDefaultWriter { + Promise<undefined> atomicWrite(optional any chunk); +}; + [Exposed=(Window,Worker), Serializable, SecureContext] interface WebTransportError : DOMException { constructor(optional DOMString message = "", optional WebTransportErrorOptions options = {}); diff --git a/tests/wpt/tests/lint.ignore b/tests/wpt/tests/lint.ignore index 64266fc8e38..ebe734d0083 100644 --- a/tests/wpt/tests/lint.ignore +++ b/tests/wpt/tests/lint.ignore @@ -730,6 +730,7 @@ SET TIMEOUT: editing/crashtests/make-editable-div-inline-and-set-contenteditable SET TIMEOUT: editing/crashtests/outdent-across-svg-boundary.html SET TIMEOUT: editing/crashtests/textarea-will-be-blurred-by-focus-event-listener.html SET TIMEOUT: mathml/crashtests/mozilla/* +SET TIMEOUT: selection/crashtests/selection-modify-line-boundary-around-empty-details.html PARSE-FAILED: mathml/crashtests/mozilla/289180-1.xml # Invalid HTML syntax /> on non-void elements diff --git a/tests/wpt/tests/notifications/global-teardown-crash.html b/tests/wpt/tests/notifications/global-teardown-crash.html new file mode 100644 index 00000000000..27db2ca3b60 --- /dev/null +++ b/tests/wpt/tests/notifications/global-teardown-crash.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html class="test-wait"> +<meta charset="utf-8"> +<iframe id="iframe" srcdoc=" + <script> + window.onload = () => { + new Notification('foo'); + if (window.parent.ran) { + window.parent.document.documentElement.classList.remove('test-wait'); + } else { + window.parent.ran = true; + location.reload(); + } + } + </script> +"></iframe> diff --git a/tests/wpt/tests/performance-timeline/not-restored-reasons/abort-block-bfcache.window.js b/tests/wpt/tests/performance-timeline/not-restored-reasons/abort-block-bfcache.window.js index 09a73509b8a..e5dbb0f43c8 100644 --- a/tests/wpt/tests/performance-timeline/not-restored-reasons/abort-block-bfcache.window.js +++ b/tests/wpt/tests/performance-timeline/not-restored-reasons/abort-block-bfcache.window.js @@ -1,4 +1,5 @@ // META: title=Aborting a parser should block bfcache +// META: script=./test-helper.js // META: timeout=long @@ -14,8 +15,7 @@ async_test(t => { window.stop(); } else { const nrr = performance.getEntriesByType('navigation')[0].notRestoredReasons; - assert_equals(nrr.reasons[0].reason, "parser-aborted"); - assert_equals(nrr.reasons.length, 1); + assert_true(ReasonsInclude(nrr.reasons, "parser-aborted")); t.done(); } }, "aborting a parser should block bfcache."); diff --git a/tests/wpt/tests/performance-timeline/not-restored-reasons/test-helper.js b/tests/wpt/tests/performance-timeline/not-restored-reasons/test-helper.js index 97695cd0ace..826b0ccb2be 100644 --- a/tests/wpt/tests/performance-timeline/not-restored-reasons/test-helper.js +++ b/tests/wpt/tests/performance-timeline/not-restored-reasons/test-helper.js @@ -34,6 +34,15 @@ function assertReasonsStructEquals( } } +function ReasonsInclude(reasons, targetReason) { + for (const reason of reasons) { + if (reason.reason == targetReason) { + return true; + } + } + return false; +} + // Requires: // - /websockets/constants.sub.js in the test file and pass the domainPort // constant here. diff --git a/tests/wpt/tests/png/errors/support/invalid-unknown-ancillary.png b/tests/wpt/tests/png/errors/support/invalid-unknown-ancillary.png Binary files differnew file mode 100644 index 00000000000..21373a5a5af --- /dev/null +++ b/tests/wpt/tests/png/errors/support/invalid-unknown-ancillary.png diff --git a/tests/wpt/tests/png/errors/support/no-invalid-chunks.png b/tests/wpt/tests/png/errors/support/no-invalid-chunks.png Binary files differnew file mode 100644 index 00000000000..6605d479854 --- /dev/null +++ b/tests/wpt/tests/png/errors/support/no-invalid-chunks.png diff --git a/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery-ref.html b/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery-ref.html new file mode 100644 index 00000000000..cfa2cbb6f14 --- /dev/null +++ b/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery-ref.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<title>PNG Third Edition: Decoder error recovery, invalid ancillary</title> +<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> +<style> + .test { + width: 32px; + height: 32px; + background-color: green; + } +</style> +<body> + <p>Test passes if you see a rainbow square, and not a red one.</p> + <div class="test"><img src="support/no-invalid-chunks.png" alt=""></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery.html b/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery.html new file mode 100644 index 00000000000..df37153fd76 --- /dev/null +++ b/tests/wpt/tests/png/errors/unknown-ancillary-error-recovery.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<title>PNG Third Edition: Decoder error recovery, invalid ancillary</title> +<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org"> +<link rel="help" href="https://www.w3.org/TR/png-3/#13Decoders.Errors"> +<link rel="help" href="https://github.com/w3c/PNG-spec/issues/320"> +<link rel="match" href="unknown-ancillary-error-recovery-ref.html"> +<meta name="assert" content="Encountering an unknown ancillary chunk is never an error. The chunk can simply be ignored."> +<style> + .test { + width: 32px; + height: 32px; + background-color: red; + } +</style> +<body> + <p>Test passes if you see a rainbow square, and not a red one.</p> + <div class="test"><img src="support/invalid-unknown-ancillary.png" alt=""></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/tests/private-aggregation/protected-audience-auction-report-buyers-debug-mode-surface.https.html b/tests/wpt/tests/private-aggregation/protected-audience-auction-report-buyers-debug-mode-surface.https.html new file mode 100644 index 00000000000..ddc2b6a3723 --- /dev/null +++ b/tests/wpt/tests/private-aggregation/protected-audience-auction-report-buyers-debug-mode-surface.https.html @@ -0,0 +1,158 @@ +<!doctype html> +<meta name=timeout content=long> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="resources/protected-audience-helper-module.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async test => { + const uuid = generateUuid(); + + await runReportTest( + test, uuid, {reportResult: `sendReportTo('${createWritingURL(uuid)}');`}, + /*expectedNumReports=*/ 1, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}} + } + }); +}, 'auctionReportBuyerDebugModeConfig missing'); + +promise_test(async test => { + const uuid = generateUuid(); + + await runReportTest( + test, uuid, {reportResult: `sendReportTo('${createWritingURL(uuid)}');`}, + /*expectedNumReports=*/ 1, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: {enabled: true} + } + }); +}, 'auctionReportBuyerDebugModeConfig with enabled true'); + +promise_test(async test => { + const uuid = generateUuid(); + + await runReportTest( + test, uuid, {reportResult: `sendReportTo('${createWritingURL(uuid)}');`}, + /*expectedNumReports=*/ 1, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: {enabled: true, debugKey: 1234n} + } + }); +}, 'auctionReportBuyerDebugModeConfig with enabled true and debug key'); + +promise_test(async test => { + const uuid = generateUuid(); + + await runReportTest( + test, uuid, {reportResult: `sendReportTo('${createWritingURL(uuid)}');`}, + /*expectedNumReports=*/ 1, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: {enabled: false} + } + }); +}, 'auctionReportBuyerDebugModeConfig with enabled false'); + + +promise_test(async test => { + const uuid = generateUuid(); + + await runReportTest( + test, uuid, {reportResult: `sendReportTo('${createWritingURL(uuid)}');`}, + /*expectedNumReports=*/ 1, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: {} + } + }); +}, 'auctionReportBuyerDebugModeConfig empty'); + +promise_test(async test => { + const uuid = generateUuid(); + + await promise_rejects_js( + test, TypeError, + runReportTest( + test, uuid, {}, + /*expectedNumReports=*/ 0, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: {enabled: true, debugKey: -1n} + } + })); +}, 'auctionReportBuyerDebugModeConfig with negative debug key'); + +promise_test(async test => { + const uuid = generateUuid(); + + await promise_rejects_js( + test, TypeError, + runReportTest( + test, uuid, {}, + /*expectedNumReports=*/ 0, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: + {enabled: true, debugKey: 1n << 64n} + } + })); +}, 'auctionReportBuyerDebugModeConfig with too large debug key'); + +promise_test(async test => { + const uuid = generateUuid(); + + await promise_rejects_js( + test, TypeError, + runReportTest( + test, uuid, {}, + /*expectedNumReports=*/ 0, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: + {enabled: false, debugKey: 1234n} + } + })); +}, 'auctionReportBuyerDebugModeConfig with debug key and enabled false'); + +promise_test(async test => { + const uuid = generateUuid(); + + await promise_rejects_js( + test, TypeError, + runReportTest( + test, uuid, {}, + /*expectedNumReports=*/ 0, + /*overrides=*/ { + runAdAuction: { + auctionReportBuyerKeys: [100n], + auctionReportBuyers: {interestGroupCount: {bucket: 0n, scale: 1}}, + auctionReportBuyerDebugModeConfig: 123 + } + })); +}, 'auctionReportBuyerDebugModeConfig not a dictionary'); + +</script> +</body> diff --git a/tests/wpt/tests/selection/crashtests/selection-modify-line-boundary-around-empty-details.html b/tests/wpt/tests/selection/crashtests/selection-modify-line-boundary-around-empty-details.html new file mode 100644 index 00000000000..815a819c336 --- /dev/null +++ b/tests/wpt/tests/selection/crashtests/selection-modify-line-boundary-around-empty-details.html @@ -0,0 +1,29 @@ +<!doctype html> +<html class="test-wait"> +<head> +<meta charset="utf-8"> +<script> +"use strict"; + +addEventListener("load", () => { + let i = 0; + const details = document.querySelector("details"); + const id = setInterval(() => { + getSelection().modify("move", "forward", "lineboundary"); + if (details.isConnected) { + details.outerHTML = undefined; + } + if (++i == 5) { + document.documentElement.removeAttribute("class"); + clearInterval(id); + } + }, 0); + document.execCommand("selectAll"); +}, {once: true}); +</script> +</head> +<body> +<details>a</details> +<span contenteditable></span> +</body> +</html> diff --git a/tests/wpt/tests/shadow-dom/focus/focus-scroll-under-delegatesFocus.html b/tests/wpt/tests/shadow-dom/focus/focus-scroll-under-delegatesFocus.html new file mode 100644 index 00000000000..ea5fc472b5a --- /dev/null +++ b/tests/wpt/tests/shadow-dom/focus/focus-scroll-under-delegatesFocus.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<link rel="author" href="mailto:masonf@chromium.org"> +<link rel="help" href="https://issues.chromium.org/issues/324112201"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-actions.js"></script> +<script src="/resources/testdriver-vendor.js"></script> + +<div id=container style="border:1px solid red; width: 100px;"> + <template shadowrootmode=open shadowrootdelegatesfocus> + <slot></slot> + </template> + + <a id=anchor href="#heading">anchor</a> + <div style="height:2000px"></div> + <h1 id=heading>Heading</h1> +</div> + +<script> +promise_test(async (t) => { + t.add_cleanup(() => container.remove()); + let scrolled = new Promise(resolve => { + document.addEventListener('scrollend',resolve,{once:true}); + }) + await test_driver.click(anchor); + await scrolled; + + scrolled = false; + document.addEventListener('scroll',() => { + scrolled = true; + }); + await test_driver.click(heading); + await new Promise(resolve => t.step_timeout(resolve, 500)); + assert_false(scrolled,'The document should not scroll'); +},'delegatesFocus shouldn\'t cause extra focus steps'); +</script> diff --git a/tests/wpt/tests/shared-storage/append-exceed-former-entry-limit.tentative.https.html b/tests/wpt/tests/shared-storage/append-exceed-former-entry-limit.tentative.https.html new file mode 100644 index 00000000000..921b9d45733 --- /dev/null +++ b/tests/wpt/tests/shared-storage/append-exceed-former-entry-limit.tentative.https.html @@ -0,0 +1,52 @@ +<!doctype html> +<meta name="timeout" content="long"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; +const PREV_ENTRY_LIMIT = 10000; + +promise_test(async () => { + const ancestor_key = token(); + let url0 = generateURL("/shared-storage/resources/frame0.html", + [ancestor_key]); + let url1 = generateURL("/shared-storage/resources/frame1.html", + [ancestor_key]); + let url2 = generateURL("/shared-storage/resources/frame2.html", + [ancestor_key]); + + const numEntriesToAppend = PREV_ENTRY_LIMIT + 1; + + // Create an array of promises. + const append_promises = []; + for (let i = 0; i < numEntriesToAppend; i++) { + append_promises.push(sharedStorage.append(i.toString(), 'x')); + } + + // Wait for all promises to resolve in parallel. + await Promise.all(append_promises); + + await addModuleOnce("/shared-storage/resources/verify-length-module.js"); + let select_url_result = await sharedStorage.selectURL( + "verify-length", [{url: url0}, {url: url1}, {url: url2}], + {data: {'expectedLength': numEntriesToAppend}, + resolveToConfig: true, keepAlive: true}); + assert_true(validateSelectURLResult(select_url_result, true)); + attachFencedFrame(select_url_result, 'opaque-ads'); + + // frame1_loaded implies that the legnth is as expected and so the calls to + // append() were all successful. + assert_equals(await nextValueFromServer(ancestor_key), "frame1_loaded"); + + // Clean up. + await sharedStorage.clear(); +}, 'sharedStorage.append() is not constrained by the former entry limit of ' + + PREV_ENTRY_LIMIT.toString()); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html new file mode 100644 index 00000000000..9c44d2a29f8 --- /dev/null +++ b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-include.tentative.https.sub.html @@ -0,0 +1,39 @@ +<!doctype html> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async () => { + const ancestor_key = token(); + const crossOrigin = 'https://{{domains[www]}}:{{ports[https][0]}}'; + const set_cookie_url = crossOrigin + `/cookies/resources/set-cookie.py` + + `?name=key0` + + `&path=/shared-storage/`; + const helper_url = crossOrigin + + `/shared-storage/resources/credentials-test-helper.py` + + `?access_control_allow_origin_header=${window.origin}` + + `&access_control_allow_credentials_header=true` + + `&token=${ancestor_key}`; + + await fetch(set_cookie_url, { mode: 'no-cors', credentials: 'include' }); + + const worklet = await sharedStorage.createWorklet( + helper_url + `&action=store-cookie`, + { credentials: "include" }); + + const request_cookie_fetch_response = + await fetch(helper_url + `&action=get-cookie`); + + const request_cookie_text = await request_cookie_fetch_response.text(); + + assert_equals(request_cookie_text, "key0=1"); +}, 'createWorklet() with cross-origin module script and credentials "include"'); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html new file mode 100644 index 00000000000..ddda1809f2c --- /dev/null +++ b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-omit.tentative.https.sub.html @@ -0,0 +1,38 @@ +<!doctype html> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async () => { + const ancestor_key = token(); + const crossOrigin = 'https://{{domains[www]}}:{{ports[https][0]}}'; + const set_cookie_url = crossOrigin + `/cookies/resources/set-cookie.py` + + `?name=key0` + + `&path=/shared-storage/`; + const helper_url = crossOrigin + + `/shared-storage/resources/credentials-test-helper.py` + + `?access_control_allow_origin_header=${window.origin}` + + `&token=${ancestor_key}`; + + await fetch(set_cookie_url, { mode: 'no-cors', credentials: 'include' }); + + const worklet = await sharedStorage.createWorklet( + helper_url + `&action=store-cookie`, + { credentials: "omit" }); + + const request_cookie_fetch_response = + await fetch(helper_url + `&action=get-cookie`); + + const request_cookie_text = await request_cookie_fetch_response.text(); + + assert_equals(request_cookie_text, "NO_COOKIE_HEADER"); +}, 'createWorklet() with cross-origin module script and credentials "omit"'); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html new file mode 100644 index 00000000000..99701d2b7d4 --- /dev/null +++ b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-credentials-same-origin.tentative.https.sub.html @@ -0,0 +1,38 @@ +<!doctype html> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async () => { + const ancestor_key = token(); + const crossOrigin = 'https://{{domains[www]}}:{{ports[https][0]}}'; + const set_cookie_url = crossOrigin + `/cookies/resources/set-cookie.py` + + `?name=key0` + + `&path=/shared-storage/`; + const helper_url = crossOrigin + + `/shared-storage/resources/credentials-test-helper.py` + + `?access_control_allow_origin_header=${window.origin}` + + `&token=${ancestor_key}`; + + await fetch(set_cookie_url, { mode: 'no-cors', credentials: 'include' }); + + const worklet = await sharedStorage.createWorklet( + helper_url + `&action=store-cookie`, + { credentials: "same-origin" }); + + const request_cookie_fetch_response = + await fetch(helper_url + `&action=get-cookie`); + + const request_cookie_text = await request_cookie_fetch_response.text(); + + assert_equals(request_cookie_text, "NO_COOKIE_HEADER"); +}, 'createWorklet() with cross-origin module script and credentials "same-origin"'); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html new file mode 100644 index 00000000000..598fd8f405a --- /dev/null +++ b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-credentials.tentative.https.sub.html @@ -0,0 +1,29 @@ +<!doctype html> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async t => { + const ancestor_key = token(); + const crossOrigin = 'https://{{domains[www]}}:{{ports[https][0]}}'; + const helper_url = crossOrigin + + `/shared-storage/resources/credentials-test-helper.py` + + `?access_control_allow_origin_header=${window.origin}` + + `&token=${ancestor_key}`; + + return promise_rejects_dom(t, "OperationError", + sharedStorage.createWorklet( + helper_url + `&action=store-cookie`, + { credentials: "include" })); +}, 'createWorklet() with cross-origin module script and credentials ' + + '"include", and without the Access-Control-Allow-Credentials response ' + + 'header'); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html new file mode 100644 index 00000000000..4195d09fc06 --- /dev/null +++ b/tests/wpt/tests/shared-storage/cross-origin-create-worklet-failure-missing-access-control-allow-origin.tentative.https.sub.html @@ -0,0 +1,28 @@ +<!doctype html> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; + +promise_test(async t => { + const ancestor_key = token(); + const crossOrigin = 'https://{{domains[www]}}:{{ports[https][0]}}'; + const helper_url = crossOrigin + + `/shared-storage/resources/credentials-test-helper.py` + + `&access_control_allow_credentials_header=true` + + `&token=${ancestor_key}`; + + return promise_rejects_dom(t, "OperationError", + sharedStorage.createWorklet( + helper_url + `&action=store-cookie`, + { credentials: "include" })); +}, 'createWorklet() with cross-origin module script and credentials ' + + '"include", and without the Access-Control-Allow-Origin response header'); + +</script> +</body> diff --git a/tests/wpt/tests/shared-storage/resources/credentials-test-helper.py b/tests/wpt/tests/shared-storage/resources/credentials-test-helper.py index 81a988e3581..46fc0ea6fb2 100644 --- a/tests/wpt/tests/shared-storage/resources/credentials-test-helper.py +++ b/tests/wpt/tests/shared-storage/resources/credentials-test-helper.py @@ -13,6 +13,12 @@ def main(request, response): response.status = 200 response.headers.append(b"Content-Type", b"text/javascript") + if b"access_control_allow_credentials_header" in request.GET: + response.headers.append(b"Access-Control-Allow-Credentials", request.GET[b"access_control_allow_credentials_header"]) + + if b"access_control_allow_origin_header" in request.GET: + response.headers.append(b"Access-Control-Allow-Origin", request.GET[b"access_control_allow_origin_header"]) + if action == b"store-cookie": cookie = request.headers.get(b"Cookie", b"NO_COOKIE_HEADER") request.server.stash.put(token, cookie) diff --git a/tests/wpt/tests/shared-storage/resources/verify-length-module.js b/tests/wpt/tests/shared-storage/resources/verify-length-module.js new file mode 100644 index 00000000000..8ba10fbcb64 --- /dev/null +++ b/tests/wpt/tests/shared-storage/resources/verify-length-module.js @@ -0,0 +1,18 @@ +// Copyright 2024 The Chromium Authors +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +class VerifyLength { + async run(urls, data) { + if (data && data.hasOwnProperty('expectedLength')) { + const expectedLength = data['expectedLength']; + const actualLength = await sharedStorage.length(); + if (actualLength === expectedLength) { + return 1; + } + } + return -1; + } +} + +register('verify-length', VerifyLength); diff --git a/tests/wpt/tests/shared-storage/set-exceed-former-entry-limit.tentative.https.html b/tests/wpt/tests/shared-storage/set-exceed-former-entry-limit.tentative.https.html new file mode 100644 index 00000000000..b78abbf1efd --- /dev/null +++ b/tests/wpt/tests/shared-storage/set-exceed-former-entry-limit.tentative.https.html @@ -0,0 +1,52 @@ +<!doctype html> +<meta name="timeout" content="long"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/common/utils.js"></script> +<script src="/shared-storage/resources/util.js"></script> +<script src="/fenced-frame/resources/utils.js"></script> + +<body> +<script> +'use strict'; +const PREV_ENTRY_LIMIT = 10000; + +promise_test(async () => { + const ancestor_key = token(); + let url0 = generateURL("/shared-storage/resources/frame0.html", + [ancestor_key]); + let url1 = generateURL("/shared-storage/resources/frame1.html", + [ancestor_key]); + let url2 = generateURL("/shared-storage/resources/frame2.html", + [ancestor_key]); + + const numEntriesToSet = PREV_ENTRY_LIMIT + 1; + + // Create an array of promises. + const set_promises = []; + for (let i = 0; i < numEntriesToSet; i++) { + set_promises.push(sharedStorage.set(i.toString(), 'x')); + } + + // Wait for all promises to resolve in parallel. + await Promise.all(set_promises); + + await addModuleOnce("/shared-storage/resources/verify-length-module.js"); + let select_url_result = await sharedStorage.selectURL( + "verify-length", [{url: url0}, {url: url1}, {url: url2}], + {data: {'expectedLength': numEntriesToSet}, + resolveToConfig: true, keepAlive: true}); + assert_true(validateSelectURLResult(select_url_result, true)); + attachFencedFrame(select_url_result, 'opaque-ads'); + + // frame1_loaded implies that the legnth is as expected and so the calls to + // set() were all successful. + assert_equals(await nextValueFromServer(ancestor_key), "frame1_loaded"); + + // Clean up. + await sharedStorage.clear(); +}, 'sharedStorage.set() is not constrained by the former entry limit of ' + + PREV_ENTRY_LIMIT.toString()); + +</script> +</body> diff --git a/tests/wpt/tests/speculation-rules/prerender/resources/utils.js b/tests/wpt/tests/speculation-rules/prerender/resources/utils.js index 940edcc0ca3..bc1bc5911eb 100644 --- a/tests/wpt/tests/speculation-rules/prerender/resources/utils.js +++ b/tests/wpt/tests/speculation-rules/prerender/resources/utils.js @@ -15,6 +15,7 @@ function startPrerendering(url, rule_extras = {}) { script.text = JSON.stringify( {prerender: [{source: 'list', urls: [url], ...rule_extras}]}); document.head.appendChild(script); + return script; } class PrerenderChannel extends EventTarget { diff --git a/tests/wpt/tests/svg/animations/stop-animation-01.html b/tests/wpt/tests/svg/animations/stop-animation-01.html new file mode 100644 index 00000000000..d240c51142a --- /dev/null +++ b/tests/wpt/tests/svg/animations/stop-animation-01.html @@ -0,0 +1,21 @@ +<!doctype html> +<html class="reftest-wait"> +<title>Animate a <stop> element</title> +<link rel="match" href="../struct/reftests/reference/green-100x100.html"> +<script src="/common/reftest-wait.js"></script> +<script src="/common/rendering-utils.js"></script> +<script> +function test() { + waitForAtLeastOneFrame().then(takeScreenshot); +} +</script> +<svg> + <linearGradient id="g"> + <stop stop-color="red"> + <animate attributeName="stop-color" values="red; green" dur="1s" + keyTimes="0; 0.01" fill="freeze" calcMode="discrete" + onbegin="test()"/> + </stop> + </linearGradient> + <rect width="100" height="100" fill="url(#g)"/> +</svg> diff --git a/tests/wpt/tests/svg/struct/scripted/svg-checkIntersection-002.svg b/tests/wpt/tests/svg/struct/scripted/svg-checkIntersection-002.svg new file mode 100644 index 00000000000..1ff1f7829f3 --- /dev/null +++ b/tests/wpt/tests/svg/struct/scripted/svg-checkIntersection-002.svg @@ -0,0 +1,40 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:h="http://www.w3.org/1999/xhtml"> + <title>checkIntersection()</title> + <h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__checkIntersection"/> + <h:script src="/resources/testharness.js"/> + <h:script src="/resources/testharnessreport.js"/> + + <g id="g_outer"> + <g id="g_inner_top"> + <rect id="r_top_left" width="50" height="50"/> + <rect x="50" width="50" height="50"/> + </g> + <g transform="translate(0, 50)"> + <rect width="50" height="50"/> + <rect x="50" width="50" height="50"/> + </g> + </g> + <script> + function makeRect(x, y, width, height) { + const svg = document.documentElement; + return Object.assign(svg.createSVGRect(), {x, y, width, height}); + } + test(t => { + [ + { element: 'r_top_left', rect: [10, 10, 10, 10], expected: true }, + { element: 'r_top_left', rect: [10, 10, 80, 10], expected: true }, + { element: 'r_top_left', rect: [60, 10, 10, 10], expected: false }, + { element: 'g_inner_top', rect: [10, 10, 80, 10], expected: true }, + { element: 'g_inner_top', rect: [60, 10, 10, 10], expected: false }, + { element: 'g_outer', rect: [10, 10, 80, 10], expected: false }, + { element: 'g_outer', rect: [10, 10, 80, 80], expected: true }, + ].forEach(testcase => { + const element = document.getElementById(testcase.element); + const rect = makeRect(...testcase.rect); + const svg = document.documentElement; + assert_equals(svg.checkIntersection(element, rect), testcase.expected, + `${document.title}, element ${testcase.element} rect ${testcase.rect}`); + }); + }); + </script> +</svg> diff --git a/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-002.svg b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-002.svg index c2c1f8e425a..dd309435690 100644 --- a/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-002.svg +++ b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-002.svg @@ -10,7 +10,7 @@ r.x = 0; r.y = 0; r.width = 100; - r.height = 100; + r.height = 99.9; assert_equals(testSVG.getIntersectionList(r, testSVG).length, 1); }); diff --git a/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-005.svg b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-005.svg new file mode 100644 index 00000000000..717c15eef52 --- /dev/null +++ b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-005.svg @@ -0,0 +1,22 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:h="http://www.w3.org/1999/xhtml"> + <title>getIntersectionList() on element with intersecting bounding box</title> + <h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__getIntersectionList"/> + <h:script src="/resources/testharness.js"/> + <h:script src="/resources/testharnessreport.js"/> + + <rect id="e0" x="110" y="100" width="100" height="100" fill="red"/> + <rect id="e1" x="160" y="130" width="40" height="40" fill="green"/> + <path id="e2" stroke="blue" fill="none" stroke-width="2" d="M100 200 120 110 220 100"/> + + <script> +test(t => { + const svg = document.documentElement; + const queryRect = document.getElementById('e1').getBBox(); + + const list = svg.getIntersectionList(queryRect, null); + const result = Array.from(list).map(e => e.id).sort(); + assert_array_equals(result, ['e0', 'e1']); +}); + </script> +</svg> diff --git a/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-006.svg b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-006.svg new file mode 100644 index 00000000000..a7b94650137 --- /dev/null +++ b/tests/wpt/tests/svg/struct/scripted/svg-getIntersectionList-006.svg @@ -0,0 +1,29 @@ +<svg xmlns="http://www.w3.org/2000/svg" + xmlns:h="http://www.w3.org/1999/xhtml"> + <title>getIntersectionList() with <use></title> + <h:link rel="help" href="https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__getIntersectionList"/> + <h:script src="/resources/testharness.js"/> + <h:script src="/resources/testharnessreport.js"/> + + <defs> + <g id="conn"> + <circle cx="0" cy="0" r="20"/> + </g> + </defs> + <circle cx="65" cy="50" r="20" fill="blue"/> + <use href="#conn" x="50" y="50" fill="red"/> + + <script> + function getMatchingLocalNames(x, y) { + const svg = document.documentElement; + const rect = Object.assign(svg.createSVGRect(), {x, y, width: 1, height: 1}); + const elems = svg.getIntersectionList(rect, null); + return Array.from(elems).map(e => e.localName).sort(); + } + + test(t => { + assert_array_equals(getMatchingLocalNames(50, 60), ['circle', 'use']); + assert_array_equals(getMatchingLocalNames(0, 0), []); + }); + </script> +</svg> diff --git a/tests/wpt/tests/tools/ci/requirements_tc.txt b/tests/wpt/tests/tools/ci/requirements_tc.txt index 81516466054..e1ae4dbf70e 100644 --- a/tests/wpt/tests/tools/ci/requirements_tc.txt +++ b/tests/wpt/tests/tools/ci/requirements_tc.txt @@ -1,4 +1,4 @@ pygithub==2.2.0 pyyaml==6.0.1 requests==2.31.0 -taskcluster==60.3.2 +taskcluster==60.4.1 diff --git a/tests/wpt/tests/tools/docker/Dockerfile b/tests/wpt/tests/tools/docker/Dockerfile index e1ff6b90205..a9162559ab8 100644 --- a/tests/wpt/tests/tools/docker/Dockerfile +++ b/tests/wpt/tests/tools/docker/Dockerfile @@ -20,7 +20,6 @@ RUN apt-get -qqy update \ glib-networking-services \ gstreamer1.0-plugins-bad \ gstreamer1.0-gl \ - libegl1-mesa-dev \ libosmesa6-dev \ libproxy1-plugin-webkit \ libvirt-daemon-system \ diff --git a/tests/wpt/tests/tools/requirements_tests.txt b/tests/wpt/tests/tools/requirements_tests.txt index 0604dceb0a0..6455286736d 100644 --- a/tests/wpt/tests/tools/requirements_tests.txt +++ b/tests/wpt/tests/tools/requirements_tests.txt @@ -2,5 +2,5 @@ httpx[http2]==0.24.1 json-e==4.5.3 jsonschema==4.17.3 pyyaml==6.0.1 -taskcluster==60.3.2 +taskcluster==60.4.1 mozterm==1.0.0 diff --git a/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/network.py b/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/network.py index 8bc51334d2d..4523f67e9c9 100644 --- a/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/network.py +++ b/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/network.py @@ -106,7 +106,7 @@ URLPattern = Union[URLPatternPattern, URLPatternString] class Network(BidiModule): @command def add_intercept( - self, phases: List[str], url_patterns: Optional[List[URLPattern]] = None + self, phases: List[str], url_patterns: Optional[List[URLPattern]] = None, contexts: Optional[List[str]] = None ) -> Mapping[str, Any]: params: MutableMapping[str, Any] = { "phases": phases, @@ -115,6 +115,9 @@ class Network(BidiModule): if url_patterns is not None: params["urlPatterns"] = url_patterns + if contexts is not None: + params["contexts"] = contexts + return params @add_intercept.result diff --git a/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/storage.py b/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/storage.py index 882306ea72b..14e8fa9434c 100644 --- a/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/storage.py +++ b/tests/wpt/tests/tools/webdriver/webdriver/bidi/modules/storage.py @@ -95,6 +95,20 @@ class Storage(BidiModule): return params @command + def delete_cookies( + self, + filter: Optional[CookieFilter] = None, + partition: Optional[PartitionDescriptor] = None, + ) -> Mapping[str, Any]: + params: MutableMapping[str, Any] = {} + + if filter is not None: + params["filter"] = filter + if partition is not None: + params["partition"] = partition + return params + + @command def set_cookie( self, cookie: PartialCookie, diff --git a/tests/wpt/tests/tools/wpt/android.py b/tests/wpt/tests/tools/wpt/android.py index 80c30c01039..15a4c413d5b 100644 --- a/tests/wpt/tests/tools/wpt/android.py +++ b/tests/wpt/tests/tools/wpt/android.py @@ -100,6 +100,8 @@ def install_fixed_emulator_version(logger, paths): emulator_path = os.path.join(paths["sdk"], "emulator") latest_emulator_path = os.path.join(paths["sdk"], "emulator_latest") + if os.path.exists(latest_emulator_path): + shutil.rmtree(latest_emulator_path) os.rename(emulator_path, latest_emulator_path) download_and_extract(url, paths["sdk"]) diff --git a/tests/wpt/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py b/tests/wpt/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py index 3ce3b11d1f2..0e90c8a6e48 100644 --- a/tests/wpt/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py +++ b/tests/wpt/tests/tools/wptrunner/wptrunner/browsers/firefox_android.py @@ -1,8 +1,9 @@ # mypy: allow-untyped-defs import os -import subprocess import re +import subprocess +import traceback from mozrunner import FennecEmulatorRunner, get_app_context @@ -349,7 +350,13 @@ class FirefoxAndroidBrowser(Browser): def check_crash(self, process, test): if not os.environ.get("MINIDUMP_STACKWALK", "") and self.stackwalk_binary: os.environ["MINIDUMP_STACKWALK"] = self.stackwalk_binary - return bool(self.runner.check_for_crashes(test_name=test)) + try: + return bool(self.runner.check_for_crashes(test_name=test)) + except Exception: + # We sometimes see failures trying to copy the minidump files + self.logger.warning(f"""Failed to complete crash check, assuming no crash: +{traceback.format_exc()}""") + return False class FirefoxAndroidWdSpecBrowser(FirefoxWdSpecBrowser): diff --git a/tests/wpt/tests/tools/wptrunner/wptrunner/executors/executormarionette.py b/tests/wpt/tests/tools/wptrunner/wptrunner/executors/executormarionette.py index a5bf61d4053..0f640d77415 100644 --- a/tests/wpt/tests/tools/wptrunner/wptrunner/executors/executormarionette.py +++ b/tests/wpt/tests/tools/wptrunner/wptrunner/executors/executormarionette.py @@ -548,7 +548,9 @@ class MarionetteCoverageProtocolPart(CoverageProtocolPart): return script = """ - const {PerTestCoverageUtils} = ChromeUtils.import("chrome://remote/content/marionette/PerTestCoverageUtils.jsm"); + const {PerTestCoverageUtils} = ChromeUtils.importESModule( + "chrome://remote/content/marionette/PerTestCoverageUtils.sys.mjs" + ); return PerTestCoverageUtils.enabled; """ with self.marionette.using_context(self.marionette.CONTEXT_CHROME): @@ -558,7 +560,9 @@ class MarionetteCoverageProtocolPart(CoverageProtocolPart): script = """ var callback = arguments[arguments.length - 1]; - const {PerTestCoverageUtils} = ChromeUtils.import("chrome://remote/content/marionette/PerTestCoverageUtils.jsm"); + const {PerTestCoverageUtils} = ChromeUtils.importESModule( + "chrome://remote/content/marionette/PerTestCoverageUtils.sys.mjs" + ); PerTestCoverageUtils.beforeTest().then(callback, callback); """ with self.marionette.using_context(self.marionette.CONTEXT_CHROME): @@ -578,7 +582,9 @@ class MarionetteCoverageProtocolPart(CoverageProtocolPart): script = """ var callback = arguments[arguments.length - 1]; - const {PerTestCoverageUtils} = ChromeUtils.import("chrome://remote/content/marionette/PerTestCoverageUtils.jsm"); + const {PerTestCoverageUtils} = ChromeUtils.importESModule( + "chrome://remote/content/marionette/PerTestCoverageUtils.sys.mjs" + ); PerTestCoverageUtils.afterTest().then(callback, callback); """ with self.marionette.using_context(self.marionette.CONTEXT_CHROME): @@ -695,11 +701,9 @@ class MarionetteDebugProtocolPart(DebugProtocolPart): def load_devtools(self): with self.marionette.using_context(self.marionette.CONTEXT_CHROME): - # Once ESR is 107 is released, we can replace the ChromeUtils.import(DevToolsShim.jsm) - # with ChromeUtils.importESModule(DevToolsShim.sys.mjs) in this snippet: self.parent.base.execute_script(""" -const { DevToolsShim } = ChromeUtils.import( - "chrome://devtools-startup/content/DevToolsShim.jsm" +const { DevToolsShim } = ChromeUtils.importESModule( + "chrome://devtools-startup/content/DevToolsShim.sys.mjs" ); const callback = arguments[arguments.length - 1]; diff --git a/tests/wpt/tests/tools/wptserve/wptserve/server.py b/tests/wpt/tests/tools/wptserve/wptserve/server.py index 4167943ef83..8ce36201ee9 100644 --- a/tests/wpt/tests/tools/wptserve/wptserve/server.py +++ b/tests/wpt/tests/tools/wptserve/wptserve/server.py @@ -130,7 +130,9 @@ class RequestRewriter: class WebTestServer(http.server.ThreadingHTTPServer): allow_reuse_address = True - acceptable_errors = (errno.EPIPE, errno.ECONNABORTED) + # Older versions of Python might throw `OSError: [Errno 0] Error` + # instead of `SSLEOFError`. + acceptable_errors = (errno.EPIPE, errno.ECONNABORTED, 0) request_queue_size = 2000 # Ensure that we don't hang on shutdown waiting for requests @@ -237,10 +239,10 @@ class WebTestServer(http.server.ThreadingHTTPServer): error.args[0] in self.acceptable_errors) or (isinstance(error, IOError) and error.errno in self.acceptable_errors) or - # `SSLEOFError` may occur when a client (e.g., wptrunner's - # `TestEnvironment`) tests for connectivity but doesn't perform the - # handshake. - isinstance(error, ssl.SSLEOFError)): + # `SSLEOFError` and `SSLError` may occur when a client + # (e.g., wptrunner's `TestEnvironment`) tests for connectivity + # but doesn't perform the handshake. + isinstance(error, ssl.SSLEOFError) or isinstance(error, ssl.SSLError)): pass # remote hang up before the result is sent else: msg = traceback.format_exc() diff --git a/tests/wpt/tests/touch-events/mouseevents-after-touchend.tentative.html b/tests/wpt/tests/touch-events/mouseevents-after-touchend.tentative.html new file mode 100644 index 00000000000..3032fadf193 --- /dev/null +++ b/tests/wpt/tests/touch-events/mouseevents-after-touchend.tentative.html @@ -0,0 +1,280 @@ +<!doctype html> +<html> +<head> +<meta charset="utf-8"> +<meta name="timeout" content="long"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<title>Mouse events for compatibility after a tap</title> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/resources/testdriver.js"></script> +<script src="/resources/testdriver-actions.js"></script> +<script src="/resources/testdriver-vendor.js"></script> +<style> +#parent, #child { + width: 300px; + height: 64px; + padding: 16px; +} +#parent { + background-color: black; +} +#child { + background-color: gray; +} +</style> +<script> +"use strict"; + +addEventListener("load", t => { + let events = []; + for (const type of ["mousemove", + "mousedown", + "mouseup", + "click", + "dblclick", + "contextmenu", + "touchend"]) { + if (type == "touchend") { + addEventListener(type, event => { + events.push({type: type, target: event.target}); + }, {capture: true}); + } else { + addEventListener(type, event => { + events.push({ + type: event.type, + target: event.target, + detail: event.detail, + button: event.button, + buttons: event.buttons, + }); + }, {capture: true}); + } + } + + function stringifyEvents(arrayOfEvents) { + if (!arrayOfEvents.length) { + return "[]"; + } + function stringifyEvent(event) { + return `{ type: ${event.type}, target: ${ + event.target.id || event.target.nodeName + }${ + event.detail !== undefined ? `, detail: ${event.detail}` : "" + }${ + event.button !== undefined ? `, button: ${event.button}` : "" + }${ + event.buttons !== undefined ? `, buttons: ${event.buttons}` : "" + } }`; + } + let ret = ""; + for (const event of arrayOfEvents) { + if (ret === "") { + ret = "[ "; + } else { + ret += ", "; + } + ret += stringifyEvent(event); + } + return ret + " ]"; + } + const child = document.getElementById("child"); + const parent = child.parentNode; + + function promiseInitPointer() { + return new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(0, 0, {origin: document.body}) + .send(); + } + promise_test(async () => { + await promiseInitPointer(); + events = []; + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(5, 5, {origin: child}) + .pointerDown() + .pointerUp() + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + ]) + ); + }, "Single tap should cause a click"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + child.addEventListener("touchstart", event => { + event.preventDefault(); + }, {once: true}); + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(105, 5, {origin: child}) + .pointerDown() + .pointerUp() + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + ]) + ); + }, "Single tap whose touchstart is consumed should not cause a click"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + child.addEventListener("touchend", event => { + event.preventDefault(); + }, {once: true}); + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(105, 5, {origin: child}) + .pointerDown() + .pointerUp() + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + ]) + ); + }, "Single tap whose touchend is consumed should not cause a click"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(5, 5, {origin: child}) + .pointerDown() + .pointerUp() + .pointerDown() + .pointerUp() + .send(); + assert_in_array( + stringifyEvents(events), + [ + // Currently, WebDriver does not have a strict way to synthesize a + // double click, therefore, it's fine either single click twice or + // a set of a double-click. + stringifyEvents([ + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + ]), + stringifyEvents([ + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 2, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 2, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 2, button: 0, buttons: 0 }, + { type: "dblclick", target: child, detail: 2, button: 0, buttons: 0 }, + ]), + ], + ); + }, "Double tap should cause single-click twice or a double-click"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(105, 5, {origin: child}) + .pointerDown() + .pointerUp() + .pause(1000) + .pointerDown() + .pointerUp() + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + ]) + ); + }, "Tapping twice slowly should not cause a dblclick"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .pointerMove(5, 5, {origin: child}) + .pointerDown() + .pointerUp() + .pointerMove(100, 5, {origin: child}) + .pointerDown() + .pointerUp() + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "touchend", target: child }, + { type: "mousemove", target: child, detail: 0, button: 0, buttons: 0 }, + { type: "mousedown", target: child, detail: 1, button: 0, buttons: 1 }, + { type: "mouseup", target: child, detail: 1, button: 0, buttons: 0 }, + { type: "click", target: child, detail: 1, button: 0, buttons: 0 }, + ]) + ); + }, "Tapping too far points should not cause a dblclick"); + + promise_test(async () => { + await promiseInitPointer(); + events = []; + await new test_driver.Actions() + .addPointer("touchPointer", "touch") + .addPointer("touchPointer2", "touch") + .pointerMove(5, 5, {origin: child, sourceName: "touchPointer"}) + .pointerMove(25, 25, {origin: child, sourceName: "touchPointer2"}) + .pointerDown({sourceName: "touchPointer"}) + .pointerDown({sourceName: "touchPointer2"}) + .pointerUp({sourceName: "touchPointer"}) + .pointerUp({sourceName: "touchPointer2"}) + .send(); + assert_equals( + stringifyEvents(events), + stringifyEvents([ + { type: "touchend", target: child }, + { type: "touchend", target: child }, + ]) + ); + }, "Multi tap should not cause mouse events"); +}, {once: true}); +</script> +</head> +<body><div id="parent"><div id="child"></div></div></body> +</html> diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-audiodestinationnode-interface/.gitkeep b/tests/wpt/tests/webaudio/the-audio-api/the-audiodestinationnode-interface/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 --- a/tests/wpt/tests/webaudio/the-audio-api/the-audiodestinationnode-interface/.gitkeep +++ /dev/null diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-audiolistener-interface/.gitkeep b/tests/wpt/tests/webaudio/the-audio-api/the-audiolistener-interface/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 --- a/tests/wpt/tests/webaudio/the-audio-api/the-audiolistener-interface/.gitkeep +++ /dev/null diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-audioprocessingevent-interface/.gitkeep b/tests/wpt/tests/webaudio/the-audio-api/the-audioprocessingevent-interface/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 --- a/tests/wpt/tests/webaudio/the-audio-api/the-audioprocessingevent-interface/.gitkeep +++ /dev/null diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-unconnected-outputs.https.window.js b/tests/wpt/tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-unconnected-outputs.https.window.js new file mode 100644 index 00000000000..16adddd3394 --- /dev/null +++ b/tests/wpt/tests/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-unconnected-outputs.https.window.js @@ -0,0 +1,129 @@ +'use strict'; + +// This value is used to set the values in an AudioParam. +const TestValue = 0.5; + +// Prepare 4 outputs; 2 outputs will be unconnected for testing. +const WorkletNodeOptions = { + processorOptions: {testValue: TestValue}, + numberOfInputs: 0, + numberOfOutputs: 4 +}; + +// The code for the AWP definition in AudioWorkletGlobalScope. +const processorCode = () => { + + // This processor sends the `outputs` array to the main thread at the first + // process call - after filling its 2nd output with the test value. + class OutputTestProcessor extends AudioWorkletProcessor { + + constructor(options) { + super(options); + this.testValue = options.processorOptions.testValue; + } + + process(inputs, outputs) { + // Fill the second output of this process with the `testValue`. + const output = outputs[1]; + for (const channel of output) { + channel.fill(this.testValue); + } + + // Send the outputs array and stop rendering. + this.port.postMessage({outputs}); + return false; + } + } + + registerProcessor('output-test-processor', OutputTestProcessor); + + // This process has an AudioParam and sends the `params` array to the main + // thread at the first process call. + class ParamTestProcessor extends AudioWorkletProcessor { + static get parameterDescriptors() { + return [ + {name: 'testParam', defaultValue: 0.0} + ]; + } + + process(inputs, outputs, params) { + // Send the params array and stop rendering. + this.port.postMessage({paramValues: params.testParam}); + return false; + } + } + + registerProcessor('param-test-processor', ParamTestProcessor); +} + +const initializeAudioContext = async () => { + const context = new AudioContext(); + const moduleString = `(${processorCode.toString()})();`; + const blobUrl = window.URL.createObjectURL( + new Blob([moduleString], {type: 'text/javascript'})); + await context.audioWorklet.addModule(blobUrl); + context.suspend(); + return context; +}; + +// Test if unconnected outputs provides a non-zero length array for channels. +promise_test(async () => { + const context = await initializeAudioContext(); + const outputTester = new AudioWorkletNode( + context, 'output-test-processor', WorkletNodeOptions); + const testGain = new GainNode(context); + + // Connect the 2nd output of the tester to another node. Note that + // `testGain` is not connected to the destination. + outputTester.connect(testGain, 1); + + // Connect the 4th output of the tester to the destination node. + outputTester.connect(context.destination, 3); + + return new Promise(resolve => { + outputTester.port.onmessage = resolve; + context.resume(); + }).then(event => { + // The number of outputs should be 4, as specified above. + const outputs = event.data.outputs; + assert_equals(outputs.length, WorkletNodeOptions.numberOfOutputs); + for (const output of outputs) { + // Each output should have 1 channel of audio data per spec. + assert_equals(output.length, 1); + for (const channel of output) { + // Each channel should have a non-zero length array. + assert_true(channel.length > 0); + } + } + context.close(); + }); +}, 'Test if unconnected outputs provides a non-zero length array for channels'); + +// Test if outputs connected to AudioParam provides a non-zero length array for +// channels. +promise_test(async () => { + const context = await initializeAudioContext(); + const outputTester = new AudioWorkletNode( + context, 'output-test-processor', WorkletNodeOptions); + const paramTester = new AudioWorkletNode( + context, 'param-test-processor'); + + // Connect the 2nd output of the tester to another node's AudioParam. + outputTester.connect(paramTester.parameters.get('testParam'), 1); + + outputTester.connect(context.destination); + + return new Promise(resolve => { + paramTester.port.onmessage = resolve; + context.resume(); + }).then(event => { + // The resulting values from AudioParam should be a non-zero length array + // filled with `TestValue` above. + const actualValues = event.data.paramValues; + const expectedValues = (new Array(actualValues.length)).fill(TestValue); + assert_true(actualValues.length > 0); + assert_array_equals(actualValues, expectedValues); + context.close(); + }); +}, 'Test if outputs connected to AudioParam provides a non-zero length array ' + + 'for channels'); diff --git a/tests/wpt/tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html b/tests/wpt/tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html index 8bfa009b181..5e6ed24e9ea 100644 --- a/tests/wpt/tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html +++ b/tests/wpt/tests/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html @@ -8,7 +8,6 @@ <script src="/resources/testharnessreport.js"></script> <script src="../../resources/audit-util.js"></script> <script src="../../resources/audit.js"></script> - <script src="../../resources/buffer-loader.js"></script> </head> <body> <script id="layout-test-code"> diff --git a/tests/wpt/tests/webdriver/tests/bidi/browsing_context/context_created/context_created.py b/tests/wpt/tests/webdriver/tests/bidi/browsing_context/context_created/context_created.py index e8b7fc5f894..d77209842c1 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/browsing_context/context_created/context_created.py +++ b/tests/wpt/tests/webdriver/tests/bidi/browsing_context/context_created/context_created.py @@ -263,3 +263,22 @@ async def test_new_user_context( ) remove_listener() + + +@pytest.mark.parametrize("type_hint", ["tab", "window"]) +async def test_existing_context(bidi_session, wait_for_event, wait_for_future_safe, subscribe_events, type_hint): + # See https://w3c.github.io/webdriver-bidi/#ref-for-remote-end-subscribe-steps%E2%91%A1. + top_level_context = await bidi_session.browsing_context.create(type_hint=type_hint) + + on_entry = wait_for_event(CONTEXT_CREATED_EVENT) + await subscribe_events([CONTEXT_CREATED_EVENT], contexts=[top_level_context["context"]]) + context_info = await wait_for_future_safe(on_entry) + + assert_browsing_context( + context_info, + top_level_context["context"], + children=None, + url="about:blank", + parent=None, + user_context="default" + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/external/permissions/set_permission/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/external/permissions/set_permission/invalid.py index 0ef8c57f415..0ace04e8bcf 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/external/permissions/set_permission/invalid.py +++ b/tests/wpt/tests/webdriver/tests/bidi/external/permissions/set_permission/invalid.py @@ -34,7 +34,7 @@ async def test_params_state_invalid_type(bidi_session, state): ) -@pytest.mark.parametrize("state", ["UNKOWN", "Granted"]) +@pytest.mark.parametrize("state", ["UNKNOWN", "Granted"]) async def test_params_state_invalid_value(bidi_session, state): with pytest.raises(error.InvalidArgumentException): await bidi_session.permissions.set_permission( diff --git a/tests/wpt/tests/webdriver/tests/bidi/input/perform_actions/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/input/perform_actions/invalid.py index 4ae3039f473..1c5983159c1 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/input/perform_actions/invalid.py +++ b/tests/wpt/tests/webdriver/tests/bidi/input/perform_actions/invalid.py @@ -531,7 +531,7 @@ async def test_params_pointer_action_up_down_button_invalid_value( @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("dimension", ["width", "height"]) @pytest.mark.parametrize("value", [None, "foo", True, 0.1, [], {}]) async def test_params_pointer_action_common_properties_dimensions_invalid_type( @@ -554,7 +554,7 @@ async def test_params_pointer_action_common_properties_dimensions_invalid_type( @pytest.mark.parametrize("dimension", ["width", "height"]) @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("value", [-1, MAX_INT + 1]) async def test_params_pointer_action_common_properties_dimensions_invalid_value( perform_actions, dimension, pointer_action, value): @@ -575,7 +575,7 @@ async def test_params_pointer_action_common_properties_dimensions_invalid_value( @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("pressure", ["pressure", "tangentialPressure"]) @pytest.mark.parametrize("value", [None, "foo", True, [], {}]) async def test_params_pointer_action_common_properties_pressure_invalid_type( @@ -599,7 +599,7 @@ async def test_params_pointer_action_common_properties_pressure_invalid_type( @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("value", [None, "foo", True, 0.1, [], {}]) async def test_params_pointer_action_common_properties_twist_invalid_type( perform_actions, pointer_action, value): @@ -614,7 +614,7 @@ async def test_params_pointer_action_common_properties_twist_invalid_type( @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("value", [-1, 360]) async def test_params_pointer_action_common_properties_twist_invalid_value( perform_actions, pointer_action, value): @@ -629,7 +629,7 @@ async def test_params_pointer_action_common_properties_twist_invalid_value( @pytest.mark.parametrize("pointer_action", - ["pointerDown", "pointerMove", "pointerUp"]) + ["pointerDown", "pointerMove"]) @pytest.mark.parametrize("angle", ["altitudeAngle", "azimuthAngle"]) @pytest.mark.parametrize("value", [None, "foo", True, [], {}]) async def test_params_pointer_action_common_properties_angle_invalid_type( diff --git a/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/add_intercept.py b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/add_intercept.py index 7648eb1934f..c073e1cc326 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/add_intercept.py +++ b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/add_intercept.py @@ -17,49 +17,6 @@ from .. import ( @pytest.mark.asyncio @pytest.mark.parametrize("phase", ["beforeRequestSent", "responseStarted"]) -async def test_other_context( - bidi_session, - url, - top_context, - add_intercept, - fetch, - setup_network_test, - phase, -): - # Subscribe to network events only in top_context - await setup_network_test( - events=[ - BEFORE_REQUEST_SENT_EVENT, - RESPONSE_STARTED_EVENT, - RESPONSE_COMPLETED_EVENT, - ], - contexts=[top_context["context"]], - ) - - # Create another tab, where network events are not monitored. - other_context = await bidi_session.browsing_context.create(type_hint="tab") - await bidi_session.browsing_context.navigate( - context=other_context["context"], url=url(PAGE_EMPTY_HTML), wait="complete" - ) - - # Add an intercept. - text_url = url(PAGE_EMPTY_TEXT) - await add_intercept( - phases=[phase], - url_patterns=[{"type": "string", "pattern": text_url}], - ) - - # Request to top_context should be blocked and throw a ScriptEvaluateResultException - # from the AbortController. - with pytest.raises(ScriptEvaluateResultException): - await fetch(text_url, context=top_context) - - # Request to other_context should not be blocked. - await fetch(text_url, context=other_context) - - -@pytest.mark.asyncio -@pytest.mark.parametrize("phase", ["beforeRequestSent", "responseStarted"]) async def test_other_url( url, add_intercept, diff --git a/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/contexts.py b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/contexts.py new file mode 100644 index 00000000000..83dfa5560f7 --- /dev/null +++ b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/contexts.py @@ -0,0 +1,210 @@ +import asyncio + +import pytest +from webdriver.bidi.modules.script import ScriptEvaluateResultException + +from .. import ( + assert_before_request_sent_event, + PAGE_EMPTY_HTML, + PAGE_EMPTY_TEXT, + BEFORE_REQUEST_SENT_EVENT, + RESPONSE_COMPLETED_EVENT, + RESPONSE_STARTED_EVENT, +) + + +@pytest.mark.asyncio +@pytest.mark.parametrize("phase", ["beforeRequestSent", "responseStarted"]) +async def test_other_context( + bidi_session, + url, + top_context, + add_intercept, + fetch, + setup_network_test, + phase, +): + # Subscribe to network events only in top_context + await setup_network_test( + events=[ + BEFORE_REQUEST_SENT_EVENT, + RESPONSE_STARTED_EVENT, + RESPONSE_COMPLETED_EVENT, + ], + contexts=[top_context["context"]], + ) + + # Create another tab, where network events are not monitored. + other_context = await bidi_session.browsing_context.create(type_hint="tab") + await bidi_session.browsing_context.navigate( + context=other_context["context"], url=url(PAGE_EMPTY_HTML), wait="complete" + ) + + # Add an intercept. + text_url = url(PAGE_EMPTY_TEXT) + await add_intercept( + phases=[phase], + url_patterns=[{"type": "string", "pattern": text_url}], + ) + + # Request to top_context should be blocked and throw a ScriptEvaluateResultException + # from the AbortController. + with pytest.raises(ScriptEvaluateResultException): + await fetch(text_url, context=top_context) + + # Request to other_context should not be blocked. + await fetch(text_url, context=other_context) + + +@pytest.mark.asyncio +async def test_other_context_with_event_subscription( + bidi_session, + url, + top_context, + add_intercept, + fetch, + setup_network_test, + wait_for_event, + wait_for_future_safe +): + # Create another tab that will listen to network events without interception. + other_context = await bidi_session.browsing_context.create(type_hint="tab") + await bidi_session.browsing_context.navigate( + context=other_context["context"], url=url(PAGE_EMPTY_HTML), wait="complete" + ) + + # Subscribe to network events in both contexts. + await setup_network_test( + events=[ + BEFORE_REQUEST_SENT_EVENT, + RESPONSE_STARTED_EVENT, + RESPONSE_COMPLETED_EVENT, + ], + contexts=[top_context["context"], other_context["context"]], + ) + + # Add an intercept to top_context only. + text_url = url(PAGE_EMPTY_TEXT) + await add_intercept( + phases=["beforeRequestSent"], + url_patterns=[{"type": "string", "pattern": text_url}], + contexts=[top_context["context"]] + ) + + # Request to the top_context should be blocked. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=top_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=True + ) + + # Request to other_context should not be blocked. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=other_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=False + ) + + +@pytest.mark.asyncio +async def test_two_contexts_same_intercept( + bidi_session, + url, + top_context, + add_intercept, + fetch, + setup_network_test, + wait_for_event, + wait_for_future_safe +): + other_context = await bidi_session.browsing_context.create(type_hint="tab") + await bidi_session.browsing_context.navigate( + context=other_context["context"], url=url(PAGE_EMPTY_HTML), wait="complete" + ) + + # Subscribe to network events in both contexts. + await setup_network_test( + events=[ + BEFORE_REQUEST_SENT_EVENT, + ], + contexts=[top_context["context"], other_context["context"]], + ) + + # Add an intercept to both contexts + text_url = url(PAGE_EMPTY_TEXT) + intercept = await add_intercept( + phases=["beforeRequestSent"], + url_patterns=[{"type": "string", "pattern": text_url}], + contexts=[top_context["context"], other_context["context"]], + ) + + # Request on the top_context should be blocked. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=top_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=True, intercepts=[intercept] + ) + + # Request on the other_context should be blocked. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=other_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=True, intercepts=[intercept] + ) + + +@pytest.mark.asyncio +async def test_two_contexts_global_intercept( + bidi_session, + url, + top_context, + add_intercept, + fetch, + setup_network_test, + wait_for_event, + wait_for_future_safe +): + other_context = await bidi_session.browsing_context.create(type_hint="tab") + await bidi_session.browsing_context.navigate( + context=other_context["context"], url=url(PAGE_EMPTY_HTML), wait="complete" + ) + + # Subscribe to network events in both contexts. + await setup_network_test( + events=[ + BEFORE_REQUEST_SENT_EVENT, + ], + contexts=[top_context["context"], other_context["context"]], + ) + + # Add an intercept for top_context and a global intercept. + text_url = url(PAGE_EMPTY_TEXT) + context_intercept = await add_intercept( + phases=["beforeRequestSent"], + url_patterns=[{"type": "string", "pattern": text_url}], + contexts=[top_context["context"]], + ) + global_intercept = await add_intercept( + phases=["beforeRequestSent"], + url_patterns=[{"type": "string", "pattern": text_url}], + ) + + # Request on the top_context should be blocked and list both intercepts. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=top_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=True, intercepts=[context_intercept, global_intercept] + ) + + # Request on the other_context should be blocked by the global intercept. + on_network_event = wait_for_event(BEFORE_REQUEST_SENT_EVENT) + asyncio.ensure_future(fetch(text_url, context=other_context)) + event = await wait_for_future_safe(on_network_event) + assert_before_request_sent_event( + event, is_blocked=True, intercepts=[global_intercept] + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/invalid.py index ac7b2738548..187fd9890e1 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/invalid.py +++ b/tests/wpt/tests/webdriver/tests/bidi/network/add_intercept/invalid.py @@ -185,3 +185,32 @@ async def test_params_url_patterns_pattern_search_invalid_value(bidi_session, va phases=["beforeRequestSent"], url_patterns=[{"type": "pattern", "search": value}], ) + + +@pytest.mark.parametrize("value", [False, 42, {}, ""]) +async def test_params_contexts_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.network.add_intercept(phases=[value]) + + +@pytest.mark.parametrize("value", [[], ["does not exist"]]) +async def test_params_contexts_invalid_value(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.network.add_intercept(phases=["beforeRequestSent"], contexts=value) + + +async def test_params_contexts_context_non_top_level(bidi_session, new_tab, test_page_same_origin_frame): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], + url=test_page_same_origin_frame, + wait="complete", + ) + + contexts = await bidi_session.browsing_context.get_tree(root=new_tab["context"]) + + assert len(contexts) == 1 + assert len(contexts[0]["children"]) == 1 + child_info = contexts[0]["children"][0] + + with pytest.raises(error.InvalidArgumentException): + await bidi_session.network.add_intercept(phases=["beforeRequestSent"], contexts=[child_info['context']]) diff --git a/tests/wpt/tests/webdriver/tests/bidi/network/conftest.py b/tests/wpt/tests/webdriver/tests/bidi/network/conftest.py index 934b649c913..40fe20ddfe9 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/network/conftest.py +++ b/tests/wpt/tests/webdriver/tests/bidi/network/conftest.py @@ -17,11 +17,12 @@ async def add_intercept(bidi_session): intercepts = [] - async def add_intercept(phases, url_patterns): + async def add_intercept(phases, url_patterns, contexts = None): nonlocal intercepts intercept = await bidi_session.network.add_intercept( phases=phases, url_patterns=url_patterns, + contexts=contexts, ) intercepts.append(intercept) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/__init__.py b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/__init__.py new file mode 100644 index 00000000000..4b73b0bcedf --- /dev/null +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/__init__.py @@ -0,0 +1,3 @@ +async def assert_cookies_are_not_present(bidi_session, filter=None, partition=None): + result = await bidi_session.storage.get_cookies(filter=filter, partition=partition) + assert result["cookies"] == [] diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/filter.py b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/filter.py new file mode 100644 index 00000000000..eff2f00dd32 --- /dev/null +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/filter.py @@ -0,0 +1,497 @@ +import pytest +from webdriver.bidi.modules.network import NetworkBase64Value, NetworkStringValue +from webdriver.bidi.modules.storage import CookieFilter + +from . import assert_cookies_are_not_present +from .. import ( + assert_cookie_is_set, + create_cookie, + format_expiry_string, + generate_expiry_date, +) + +pytestmark = pytest.mark.asyncio + + +@pytest.mark.parametrize( + "filter", + [ + ({"size": 6}), + ({"value": NetworkStringValue("bar")}), + ({"value": NetworkBase64Value("YmFy")}), + ], +) +async def test_filter( + bidi_session, + new_tab, + test_page, + domain_value, + add_cookie, + filter, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + # This value is going to be used to match specified filter options: + # 1. size == 6, both matching cookies have name length 3, the value has length 3; + # 2. value == "bar"; + # 3. value == base64 value "YmFy", it will be decoded to a string "bar". + cookie_value_matching_filter = "bar" + + cookie1_name = "baz" + await add_cookie(new_tab["context"], cookie1_name, cookie_value_matching_filter) + + cookie2_name = "foo" + await add_cookie(new_tab["context"], cookie2_name, cookie_value_matching_filter) + + cookie3_name = "foo_3" + cookie3_value = "not_bar" + await add_cookie(new_tab["context"], cookie3_name, cookie3_value) + + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support", + secure=False, + ) + + +async def test_filter_domain( + bidi_session, + top_context, + new_tab, + test_page, + test_page_cross_origin, + domain_value, + add_cookie, +): + await bidi_session.browsing_context.navigate( + context=top_context["context"], url=test_page, wait="complete" + ) + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page_cross_origin, wait="complete" + ) + + cookie1_name = "bar" + cookie1_value = "foo" + await add_cookie(top_context["context"], cookie1_name, cookie1_value) + + cookie2_name = "foo" + cookie2_value = "bar" + await add_cookie(top_context["context"], cookie2_name, cookie2_value) + + cookie3_name = "foo_2" + cookie3_value = "bar_2" + cookie3_domain = domain_value(domain="alt") + await add_cookie(new_tab["context"], cookie3_name, cookie3_value) + + filter = CookieFilter(domain=domain_value()) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=cookie3_domain, + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support", + secure=False, + ) + + +@pytest.mark.parametrize( + "expiry_diff_to_delete, expiry_diff_to_remain", + [ + (1, 2), + (1, None), + ], +) +async def test_filter_expiry( + bidi_session, + new_tab, + test_page, + domain_value, + add_cookie, + expiry_diff_to_delete, + expiry_diff_to_remain, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + expiry_date_to_delete = generate_expiry_date(expiry_diff_to_delete) + expiry_to_delete = int(expiry_date_to_delete.timestamp()) + date_string_to_delete = format_expiry_string(expiry_date_to_delete) + + cookie1_name = "bar" + cookie1_value = "foo" + await add_cookie( + context=new_tab["context"], + name=cookie1_name, + value=cookie1_value, + expiry=date_string_to_delete, + ) + + cookie2_name = "foo" + cookie2_value = "bar" + await add_cookie( + context=new_tab["context"], + name=cookie2_name, + value=cookie2_value, + expiry=date_string_to_delete, + ) + + cookie3_name = "foo_3" + cookie3_value = "bar_3" + if expiry_diff_to_remain is None: + date_string_to_remain = None + else: + expiry_date_to_remain = generate_expiry_date(expiry_diff_to_remain) + date_string_to_remain = format_expiry_string(expiry_date_to_remain) + + await add_cookie( + new_tab["context"], cookie3_name, cookie3_value, expiry=date_string_to_remain + ) + + filter = CookieFilter(expiry=expiry_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=CookieFilter(expiry=expiry_to_delete), + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support", + secure=False, + ) + + +async def test_filter_name(bidi_session, new_tab, test_page, add_cookie, domain_value): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + name_to_delete = "foo" + + cookie1_value = "bar" + cookie1_path = "/" + await add_cookie( + new_tab["context"], name_to_delete, cookie1_value, path=cookie1_path + ) + + cookie2_value = "baz" + cookie2_path = "/webdriver/" + await add_cookie( + new_tab["context"], name_to_delete, cookie2_value, path=cookie2_path + ) + + name_to_remain = "foo_2" + cookie3_value = "bar_2" + cookie3_path = "/" + await add_cookie(new_tab["context"], name_to_remain, cookie3_value, path=cookie3_path) + + filter = CookieFilter(name=name_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=name_to_remain, + value={"type": "string", "value": cookie3_value}, + path=cookie3_path, + secure=False, + ) + + +@pytest.mark.parametrize( + "same_site_to_delete, same_site_to_remain", + [ + ("none", "strict"), + ("lax", "none"), + ("strict", "none"), + ("lax", "strict"), + ("strict", "lax"), + ], +) +async def test_filter_same_site( + bidi_session, + new_tab, + test_page, + domain_value, + same_site_to_delete, + same_site_to_remain, + add_cookie, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_name = "bar" + cookie1_value = "foo" + await add_cookie( + new_tab["context"], + cookie1_name, + cookie1_value, + same_site=same_site_to_delete, + ) + + cookie2_name = "foo" + cookie2_value = "bar" + await add_cookie( + new_tab["context"], + cookie2_name, + cookie2_value, + same_site=same_site_to_delete, + ) + + cookie3_name = "foo_3" + cookie3_value = "bar_3" + await add_cookie( + new_tab["context"], cookie3_name, cookie3_value, same_site=same_site_to_remain + ) + + filter = CookieFilter(same_site=same_site_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support", + same_site=same_site_to_remain, + secure=False, + ) + + +@pytest.mark.parametrize( + "secure_to_delete, secure_to_remain", + [(True, False), (False, True)], +) +async def test_filter_secure( + bidi_session, + new_tab, + test_page, + domain_value, + add_cookie, + secure_to_delete, + secure_to_remain, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_name = "bar" + cookie1_value = "foo" + await add_cookie( + new_tab["context"], + cookie1_name, + cookie1_value, + secure=secure_to_delete, + ) + + cookie2_name = "foo" + cookie2_value = "bar" + await add_cookie( + new_tab["context"], + cookie2_name, + cookie2_value, + secure=secure_to_delete, + ) + + cookie3_name = "foo_3" + cookie3_value = "bar_3" + await add_cookie( + new_tab["context"], cookie3_name, cookie3_value, secure=secure_to_remain + ) + + filter = CookieFilter(secure=secure_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support", + secure=secure_to_remain, + ) + + +@pytest.mark.parametrize( + "path_to_delete, path_to_remain", + [ + ("/webdriver/tests/support", "/"), + ("/", None), + ("/webdriver", "/webdriver/tests"), + ], +) +async def test_filter_path( + bidi_session, + new_tab, + test_page, + domain_value, + add_cookie, + path_to_delete, + path_to_remain, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_name = "bar" + cookie1_value = "foo" + await add_cookie( + new_tab["context"], + cookie1_name, + cookie1_value, + path=path_to_delete, + ) + + cookie2_name = "foo" + cookie2_value = "bar" + await add_cookie( + new_tab["context"], + cookie2_name, + cookie2_value, + path=path_to_delete, + ) + + cookie3_name = "foo_3" + cookie3_value = "bar_3" + await add_cookie( + new_tab["context"], cookie3_name, cookie3_value, path=path_to_remain + ) + + filter = CookieFilter(path=path_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present. + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + path="/webdriver/tests/support" if path_to_remain is None else path_to_remain, + secure=False, + ) + + +@pytest.mark.parametrize( + "http_only_to_delete, http_only_to_remain", + [(True, False), (False, True)], +) +async def test_filter_http_only( + bidi_session, + new_tab, + test_page, + domain_value, + set_cookie, + http_only_to_delete, + http_only_to_remain, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_name = "bar" + cookie1_value = "foo" + await set_cookie( + cookie=create_cookie( + domain=domain_value(), + name=cookie1_name, + value=NetworkStringValue(cookie1_value), + http_only=http_only_to_delete, + ) + ) + + cookie2_name = "foo" + cookie2_value = "bar" + await set_cookie( + cookie=create_cookie( + domain=domain_value(), + name=cookie2_name, + value=NetworkStringValue(cookie2_value), + http_only=http_only_to_delete, + ) + ) + + cookie3_name = "foo_2" + cookie3_value = "bar_2" + await set_cookie( + cookie=create_cookie( + domain=domain_value(), + name=cookie3_name, + value=NetworkStringValue(cookie3_value), + http_only=http_only_to_remain, + ) + ) + + filter = CookieFilter(http_only=http_only_to_delete) + result = await bidi_session.storage.delete_cookies( + filter=filter, + ) + assert result == {"partitionKey": {}} + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, filter) + + # Make sure that non-deleted cookies are present + await assert_cookie_is_set( + bidi_session, + domain=domain_value(), + name=cookie3_name, + value={"type": "string", "value": cookie3_value}, + http_only=http_only_to_remain, + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/invalid.py new file mode 100644 index 00000000000..ba9c5a5da0a --- /dev/null +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/invalid.py @@ -0,0 +1,163 @@ +import pytest +import webdriver.bidi.error as error + +from webdriver.bidi.modules.network import NetworkBase64Value, NetworkStringValue +from webdriver.bidi.modules.storage import ( + BrowsingContextPartitionDescriptor, + CookieFilter, + StorageKeyPartitionDescriptor, +) + +pytestmark = pytest.mark.asyncio + + +@pytest.mark.parametrize("value", [False, 42, "foo", []]) +async def test_params_filter_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=value) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_filter_domain_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(domain=value)) + + +@pytest.mark.parametrize("value", [False, "foo", {}, [], -1, 0.5]) +async def test_params_filter_expiry_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(expiry=value)) + + +@pytest.mark.parametrize("value", ["foo", {}, [], 42]) +async def test_params_filter_http_only_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(http_only=value)) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_filter_name_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(name=value)) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_filter_path_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(path=value)) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_filter_same_site_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(same_site=value)) + + +@pytest.mark.parametrize("value", ["", "INVALID_SAME_SITE_STATE"]) +async def test_params_filter_same_site_invalid_value(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(same_site=value)) + + +@pytest.mark.parametrize("value", ["foo", {}, [], 42]) +async def test_params_filter_secure_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(secure=value)) + + +@pytest.mark.parametrize("value", [False, "foo", {}, [], -1, 0.5]) +async def test_params_filter_size_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(size=value)) + + +@pytest.mark.parametrize("value", [False, 42, "foo", []]) +async def test_params_filter_value_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(filter=CookieFilter(value=value)) + + +@pytest.mark.parametrize("value", [None, False, 42, {}, []]) +async def test_params_filter_value_type_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + filter=CookieFilter(value={"type": value}) + ) + + +async def test_params_filter_value_type_invalid_value(bidi_session): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + filter=CookieFilter(value={"type": "foo"}) + ) + + +@pytest.mark.parametrize("value", [None, False, 42, {}, []]) +async def test_params_filter_value_base64_type_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + filter=CookieFilter(value=NetworkBase64Value(value)) + ) + + +@pytest.mark.parametrize("value", [None, False, 42, {}, []]) +async def test_params_filter_value_string_type_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + filter=CookieFilter(value=NetworkStringValue(value)) + ) + + +@pytest.mark.parametrize("value", [False, 42, "foo", []]) +async def test_params_partition_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(partition=value) + + +@pytest.mark.parametrize("value", [None, False, 42, {}, []]) +async def test_params_partition_type_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(partition={"type": value}) + + +async def test_params_partition_type_invalid_value(bidi_session): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies(partition={"type": "foo"}) + + +@pytest.mark.parametrize("value", [None, False, 42, {}, []]) +async def test_params_partition_context_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + partition=BrowsingContextPartitionDescriptor(context=value) + ) + + +async def test_partition_invalid_context(bidi_session): + with pytest.raises(error.NoSuchFrameException): + await bidi_session.storage.delete_cookies( + partition=BrowsingContextPartitionDescriptor("foo") + ) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_partition_source_origin_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + partition=StorageKeyPartitionDescriptor(source_origin=value) + ) + + +@pytest.mark.parametrize("value", [False, 42, {}, []]) +async def test_params_partition_user_context_invalid_type(bidi_session, value): + with pytest.raises(error.InvalidArgumentException): + await bidi_session.storage.delete_cookies( + partition=StorageKeyPartitionDescriptor(user_context=value) + ) + + +async def test_params_partition_user_context_invalid_value(bidi_session): + with pytest.raises(error.NoSuchUserContextException): + await bidi_session.storage.delete_cookies( + partition=StorageKeyPartitionDescriptor(user_context="foo") + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/partition.py b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/partition.py new file mode 100644 index 00000000000..0b3726142cb --- /dev/null +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/delete_cookies/partition.py @@ -0,0 +1,300 @@ +import pytest + +from webdriver.bidi.modules.network import NetworkStringValue +from webdriver.bidi.modules.storage import ( + BrowsingContextPartitionDescriptor, + PartialCookie, + StorageKeyPartitionDescriptor, +) + +from . import assert_cookies_are_not_present +from .. import assert_cookie_is_set, create_cookie +from ... import recursive_compare + +pytestmark = pytest.mark.asyncio + + +@pytest.mark.parametrize( + "with_document_cookie", + [True, False], + ids=["with document cookie", "with set cookie"], +) +async def test_default_partition( + bidi_session, + top_context, + new_tab, + test_page, + test_page_cross_origin, + domain_value, + add_cookie, + set_cookie, + with_document_cookie, +): + await bidi_session.browsing_context.navigate( + context=top_context["context"], url=test_page_cross_origin, wait="complete" + ) + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_name = "foo" + cookie1_value = "bar" + + cookie2_name = "foo_2" + cookie2_value = "bar_2" + + if with_document_cookie: + await add_cookie(new_tab["context"], cookie1_name, cookie1_value) + await add_cookie(top_context["context"], cookie2_name, cookie2_value) + else: + await set_cookie( + cookie=create_cookie( + domain=domain_value("alt"), + name=cookie1_name, + value=NetworkStringValue(cookie1_value), + ) + ) + await set_cookie( + cookie=create_cookie( + domain=domain_value(), + name=cookie2_name, + value=NetworkStringValue(cookie2_value), + ) + ) + + result = await bidi_session.storage.delete_cookies() + assert result == {"partitionKey": {}} + + await assert_cookies_are_not_present(bidi_session) + + +@pytest.mark.parametrize( + "with_document_cookie", + [True, False], + ids=["with document cookie", "with set cookie"], +) +async def test_partition_context( + bidi_session, + new_tab, + test_page, + domain_value, + add_cookie, + set_cookie, + with_document_cookie, +): + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie_name = "foo" + cookie_value = "bar" + partition = BrowsingContextPartitionDescriptor(new_tab["context"]) + if with_document_cookie: + await add_cookie(new_tab["context"], cookie_name, cookie_value) + else: + await set_cookie( + cookie=create_cookie( + domain=domain_value(), + name=cookie_name, + value=NetworkStringValue(cookie_value), + ), + partition=partition, + ) + + result = await bidi_session.storage.delete_cookies(partition=partition) + # `partitionKey` here might contain `sourceOrigin` for certain browser implementation, + # so use `recursive_compare` to allow additional fields to be present. + recursive_compare({"partitionKey": {}}, result) + + await assert_cookies_are_not_present(bidi_session, partition) + + +@pytest.mark.parametrize("domain", ["", "alt"], ids=["same_origin", "cross_origin"]) +async def test_partition_context_iframe( + bidi_session, new_tab, inline, domain_value, domain, set_cookie +): + iframe_url = inline("<div id='in-iframe'>foo</div>", domain=domain) + page_url = inline(f"<iframe src='{iframe_url}'></iframe>") + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=page_url, wait="complete" + ) + + contexts = await bidi_session.browsing_context.get_tree(root=new_tab["context"]) + iframe_context = contexts[0]["children"][0] + + cookie_name = "foo" + cookie_value = "bar" + frame_partition = BrowsingContextPartitionDescriptor(iframe_context["context"]) + await set_cookie( + cookie=create_cookie( + domain=domain_value(domain), + name=cookie_name, + value=NetworkStringValue(cookie_value), + ), + partition=frame_partition, + ) + + result = await bidi_session.storage.delete_cookies(partition=frame_partition) + # `partitionKey` here might contain `sourceOrigin` for certain browser implementation, + # so use `recursive_compare` to allow additional fields to be present. + recursive_compare({"partitionKey": {}}, result) + + await assert_cookies_are_not_present(bidi_session, frame_partition) + + +@pytest.mark.parametrize( + "protocol", + [ + "http", + "https", + ], +) +async def test_partition_source_origin( + bidi_session, + new_tab, + top_context, + test_page, + inline, + domain_value, + origin, + set_cookie, + protocol, +): + url = inline("<div>bar</div>", protocol=protocol, domain="alt") + await bidi_session.browsing_context.navigate( + context=top_context["context"], url=url, wait="complete" + ) + await bidi_session.browsing_context.navigate( + context=new_tab["context"], url=test_page, wait="complete" + ) + + cookie1_domain = domain_value(domain="alt") + cookie1_name = "foo" + cookie1_value = "bar" + cookie1_source_origin = origin(domain="alt", protocol=protocol) + cookie1_partition = StorageKeyPartitionDescriptor( + source_origin=cookie1_source_origin + ) + await set_cookie( + cookie=create_cookie( + domain=cookie1_domain, + name=cookie1_name, + value=NetworkStringValue(cookie1_value), + ), + partition=cookie1_partition, + ) + + cookie2_domain = domain_value() + cookie2_name = "bar" + cookie2_value = "foo" + cookie2_source_origin = origin() + cookie2_partition = StorageKeyPartitionDescriptor( + source_origin=cookie2_source_origin + ) + await set_cookie( + cookie=create_cookie( + domain=cookie2_domain, + name=cookie2_name, + value=NetworkStringValue(cookie2_value), + ), + partition=cookie2_partition, + ) + + result = await bidi_session.storage.delete_cookies(partition=cookie1_partition) + recursive_compare({"partitionKey": {"sourceOrigin": cookie1_source_origin}}, result) + + await assert_cookies_are_not_present(bidi_session, partition=cookie1_partition) + + # Check that the second cookie is still present on another origin. + await assert_cookie_is_set( + bidi_session=bidi_session, + domain=domain_value(), + name=cookie2_name, + value={"type": "string", "value": cookie2_value}, + partition=cookie2_partition, + ) + + +@pytest.mark.parametrize( + "with_document_cookie", + [True, False], + ids=["with document cookie", "with set cookie"], +) +async def test_partition_user_context( + bidi_session, + test_page, + create_user_context, + test_page_cross_origin, + domain_value, + add_cookie, + set_cookie, + with_document_cookie, +): + user_context_1 = await create_user_context() + new_context_1 = await bidi_session.browsing_context.create( + user_context=user_context_1, type_hint="tab" + ) + await bidi_session.browsing_context.navigate( + context=new_context_1["context"], url=test_page, wait="complete" + ) + + user_context_2 = await create_user_context() + new_context_2 = await bidi_session.browsing_context.create( + user_context=user_context_2, type_hint="tab" + ) + await bidi_session.browsing_context.navigate( + context=new_context_2["context"], url=test_page_cross_origin, wait="complete" + ) + + cookie1_domain = domain_value() + cookie1_name = "foo_1" + cookie1_value = "bar_1" + cookie1_partition = StorageKeyPartitionDescriptor(user_context=user_context_1) + + cookie2_domain = domain_value(domain="alt") + cookie2_name = "foo_2" + cookie2_value = "bar_2" + cookie2_partition = StorageKeyPartitionDescriptor(user_context=user_context_2) + + if with_document_cookie: + await add_cookie( + new_context_1["context"], cookie1_name, cookie1_value, path="/" + ) + await add_cookie( + new_context_2["context"], cookie2_name, cookie2_value, path="/" + ) + else: + await set_cookie( + cookie=PartialCookie( + domain=cookie1_domain, + name=cookie1_name, + value=NetworkStringValue(cookie1_value), + ), + partition=cookie1_partition, + ) + await set_cookie( + cookie=PartialCookie( + domain=cookie2_domain, + name=cookie2_name, + value=NetworkStringValue(cookie2_value), + ), + partition=cookie2_partition, + ) + + result = await bidi_session.storage.delete_cookies( + partition=StorageKeyPartitionDescriptor(user_context=user_context_1) + ) + recursive_compare({"partitionKey": {"userContext": user_context_1}}, result) + + # Make sure that deleted cookies are not present. + await assert_cookies_are_not_present(bidi_session, partition=cookie1_partition) + + # Check that the second cookie is still present on another origin. + await assert_cookie_is_set( + bidi_session=bidi_session, + domain=cookie2_domain, + name=cookie2_name, + value={"type": "string", "value": cookie2_value}, + partition=cookie2_partition, + secure=False + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/invalid.py index fbd5647f303..93d0da2ac47 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/invalid.py +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/invalid.py @@ -153,3 +153,10 @@ async def test_params_partition_user_context_invalid_type(bidi_session, value): await bidi_session.storage.get_cookies( partition=StorageKeyPartitionDescriptor(user_context=value) ) + + +async def test_params_partition_user_context_invalid_value(bidi_session): + with pytest.raises(error.NoSuchUserContextException): + await bidi_session.storage.get_cookies( + partition=StorageKeyPartitionDescriptor(user_context="foo") + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/partition.py b/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/partition.py index a1c26503525..fb1755421ec 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/partition.py +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/get_cookies/partition.py @@ -103,7 +103,7 @@ async def test_partition_context( # `partitionKey` here might contain `sourceOrigin` for certain browser implementation, # so use `recursive_compare` to allow additional fields to be present. - recursive_compare({"partitionKey": {}}, cookies) + recursive_compare({"partitionKey": {"userContext": "default"}}, cookies) assert len(cookies["cookies"]) == 1 recursive_compare( @@ -127,7 +127,7 @@ async def test_partition_context( # `partitionKey` here might contain `sourceOrigin` for certain browser implementation, # so use `recursive_compare` to allow additional fields to be present. - recursive_compare({"partitionKey": {}}, cookies) + recursive_compare({"partitionKey": {"userContext": user_context}}, cookies) assert len(cookies["cookies"]) == 0 @@ -174,7 +174,7 @@ async def test_partition_context_iframe( "value": {"type": "string", "value": cookie_value}, } ], - "partitionKey": {}, + "partitionKey": {"userContext": "default"}, }, cookies, ) @@ -256,3 +256,119 @@ async def test_partition_source_origin( }, cookies, ) + + +async def test_partition_default_user_context( + bidi_session, + test_page, + domain_value, + add_cookie, +): + new_context = await bidi_session.browsing_context.create(type_hint="tab") + await bidi_session.browsing_context.navigate( + context=new_context["context"], url=test_page, wait="complete" + ) + + cookie_name = "foo" + cookie_value = "bar" + await add_cookie(new_context["context"], cookie_name, cookie_value) + + # Check that added cookies are present on the right user context. + result = await bidi_session.storage.get_cookies( + partition=StorageKeyPartitionDescriptor(user_context="default") + ) + expected_cookies = [ + { + "domain": domain_value(), + "httpOnly": False, + "name": cookie_name, + "path": "/webdriver/tests/support", + "sameSite": "none", + "secure": False, + "size": 6, + "value": {"type": "string", "value": cookie_value}, + } + ] + recursive_compare( + { + "cookies": expected_cookies, + "partitionKey": {"userContext": "default"}, + }, + result, + ) + + +async def test_partition_user_context( + bidi_session, + test_page, + domain_value, + create_user_context, + test_page_cross_origin, + add_cookie, +): + user_context_1 = await create_user_context() + new_context_1 = await bidi_session.browsing_context.create( + user_context=user_context_1, type_hint="tab" + ) + await bidi_session.browsing_context.navigate( + context=new_context_1["context"], url=test_page, wait="complete" + ) + + user_context_2 = await create_user_context() + new_context_2 = await bidi_session.browsing_context.create( + user_context=user_context_2, type_hint="tab" + ) + await bidi_session.browsing_context.navigate( + context=new_context_2["context"], url=test_page_cross_origin, wait="complete" + ) + + cookie_name = "foo_1" + cookie_value = "bar_1" + await add_cookie(new_context_1["context"], cookie_name, cookie_value) + + # Check that added cookies are present on the right user context. + result = await bidi_session.storage.get_cookies( + partition=StorageKeyPartitionDescriptor(user_context=user_context_1) + ) + expected_cookies = [ + { + "domain": domain_value(), + "httpOnly": False, + "name": cookie_name, + "path": "/webdriver/tests/support", + "sameSite": "none", + "secure": False, + "size": 10, + "value": {"type": "string", "value": cookie_value}, + } + ] + recursive_compare( + { + "cookies": expected_cookies, + "partitionKey": {"userContext": user_context_1}, + }, + result, + ) + + # Check that added cookies are not present on the other user context. + result = await bidi_session.storage.get_cookies( + partition=StorageKeyPartitionDescriptor(user_context=user_context_2) + ) + + recursive_compare( + { + "cookies": [], + "partitionKey": {"userContext": user_context_2}, + }, + result, + ) + + # Check that added cookies will also be returned when partition is not specified. + result = await bidi_session.storage.get_cookies() + recursive_compare( + { + "cookies": expected_cookies, + "partitionKey": {}, + }, + result, + ) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/invalid.py b/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/invalid.py index 53d2573575b..9962d303a14 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/invalid.py +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/invalid.py @@ -122,5 +122,9 @@ async def test_partition_storage_key_user_context_invalid_type(set_cookie, test_ with pytest.raises(error.InvalidArgumentException): await set_cookie(cookie=create_cookie(domain=domain_value()), partition=partition) -# TODO: test `test_partition_storage_key_user_context_unknown`. -# TODO: test `test_partition_storage_key_user_context_invalid_type`. + +async def test_partition_storage_key_user_context_invalid_value(set_cookie, domain_value): + partition = StorageKeyPartitionDescriptor(user_context="foo") + + with pytest.raises(error.NoSuchUserContextException): + await set_cookie(cookie=create_cookie(domain=domain_value()), partition=partition) diff --git a/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/partition.py b/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/partition.py index cb0ace1f402..9283ee07329 100644 --- a/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/partition.py +++ b/tests/wpt/tests/webdriver/tests/bidi/storage/set_cookie/partition.py @@ -14,7 +14,7 @@ def assert_set_cookie_result(set_cookie_result, partition): # Browsing context does not require a `sourceOrigin` partition key, but it can be present depending on the # browser implementation. # `recursive_compare` allows the actual result to be any extension of the expected one. - recursive_compare({'partitionKey': {}, }, set_cookie_result) + recursive_compare({'partitionKey': {"userContext": "default"}, }, set_cookie_result) return if isinstance(partition, StorageKeyPartitionDescriptor): expected_partition_key = {} @@ -75,4 +75,19 @@ async def test_partition_storage_key_source_origin(bidi_session, set_cookie, tes await assert_cookie_is_set(bidi_session, domain=domain_value(), partition=partition) -# TODO: test `test_partition_storage_key_user_context`. + +async def test_partition_user_context( + bidi_session, + domain_value, + create_user_context, + set_cookie +): + user_context_1 = await create_user_context() + + partition = StorageKeyPartitionDescriptor(user_context=user_context_1) + set_cookie_result = await set_cookie( + cookie=create_cookie(domain=domain_value()), + partition=partition) + assert_set_cookie_result(set_cookie_result, partition) + + await assert_cookie_is_set(bidi_session, domain=domain_value(), partition=partition) diff --git a/tests/wpt/tests/webnn/arg_min_max.https.any.js b/tests/wpt/tests/webnn/arg_min_max.https.any.js deleted file mode 100644 index cff1d6a955c..00000000000 --- a/tests/wpt/tests/webnn/arg_min_max.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API argMin/Max operations -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax - -testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/batch_normalization.https.any.js b/tests/wpt/tests/webnn/batch_normalization.https.any.js deleted file mode 100644 index 15e66a8bc06..00000000000 --- a/tests/wpt/tests/webnn/batch_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API batchNormalization operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-batchnorm - -testWebNNOperation('batchNormalization', buildBatchNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/cast.https.any.js b/tests/wpt/tests/webnn/cast.https.any.js deleted file mode 100644 index c9be45a770d..00000000000 --- a/tests/wpt/tests/webnn/cast.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API cast operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-cast - -testWebNNOperation('cast', buildCast);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/clamp.https.any.js b/tests/wpt/tests/webnn/clamp.https.any.js deleted file mode 100644 index 9818aed7c12..00000000000 --- a/tests/wpt/tests/webnn/clamp.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API clamp operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp - -testWebNNOperation('clamp', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/concat.https.any.js b/tests/wpt/tests/webnn/concat.https.any.js deleted file mode 100644 index cce43e492ff..00000000000 --- a/tests/wpt/tests/webnn/concat.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API concat operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-concat - -testWebNNOperation('concat', buildConcat);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/arg_min_max.https.any.js b/tests/wpt/tests/webnn/conformance_tests/arg_min_max.https.any.js new file mode 100644 index 00000000000..123c8b1048f --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/arg_min_max.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API argMin/Max operations +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax + +testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/batch_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/batch_normalization.https.any.js new file mode 100644 index 00000000000..9a1c85db197 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/batch_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API batchNormalization operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-batchnorm + +testWebNNOperation('batchNormalization', buildBatchNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/cast.https.any.js b/tests/wpt/tests/webnn/conformance_tests/cast.https.any.js new file mode 100644 index 00000000000..bde2b9a4ce1 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/cast.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API cast operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-cast + +testWebNNOperation('cast', buildCast);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/clamp.https.any.js b/tests/wpt/tests/webnn/conformance_tests/clamp.https.any.js new file mode 100644 index 00000000000..7b60c41f2ca --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/clamp.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API clamp operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp + +testWebNNOperation('clamp', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/concat.https.any.js b/tests/wpt/tests/webnn/conformance_tests/concat.https.any.js new file mode 100644 index 00000000000..254e0b657b4 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/concat.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API concat operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-concat + +testWebNNOperation('concat', buildConcat);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/constant.https.any.js b/tests/wpt/tests/webnn/conformance_tests/constant.https.any.js new file mode 100644 index 00000000000..4814734886e --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/constant.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API constant +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-constant-range + +testWebNNOperation('constant', buildConstantRange);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/conv2d.https.any.js b/tests/wpt/tests/webnn/conformance_tests/conv2d.https.any.js new file mode 100644 index 00000000000..0d9a6213569 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/conv2d.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API conv2d operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-conv2d + +testWebNNOperation('conv2d', buildConv2d);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/conv_transpose2d.https.any.js b/tests/wpt/tests/webnn/conformance_tests/conv_transpose2d.https.any.js new file mode 100644 index 00000000000..ee5d28c72ad --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/conv_transpose2d.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API convTranspose2d operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-convtranspose2d + +testWebNNOperation('convTranspose2d', buildConvTranspose2d);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/elementwise_binary.https.any.js b/tests/wpt/tests/webnn/conformance_tests/elementwise_binary.https.any.js new file mode 100644 index 00000000000..5db14a43a1f --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/elementwise_binary.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API element-wise binary operations +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-binary + +testWebNNOperation(['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'], buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/elementwise_logical.https.any.js b/tests/wpt/tests/webnn/conformance_tests/elementwise_logical.https.any.js new file mode 100644 index 00000000000..a60c199447f --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/elementwise_logical.https.any.js @@ -0,0 +1,20 @@ +// META: title=test WebNN API element-wise logical operations +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical + +testWebNNOperation( + [ + 'equal', + 'greater', + 'greaterOrEqual', + 'lesser', + 'lesserOrEqual', + ], + buildOperationWithTwoInputs +); +testWebNNOperation('logicalNot', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/elementwise_unary.https.any.js b/tests/wpt/tests/webnn/conformance_tests/elementwise_unary.https.any.js new file mode 100644 index 00000000000..8029539edad --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/elementwise_unary.https.any.js @@ -0,0 +1,13 @@ +// META: title=test WebNN API element-wise unary operations +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary + +testWebNNOperation( + ['abs', 'ceil', 'cos', 'erf', 'exp', 'floor', 'identity', 'log', 'neg', 'reciprocal', 'sin', 'sqrt', 'tan'], + buildOperationWithSingleInput +);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/elu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/elu.https.any.js new file mode 100644 index 00000000000..382faa97fd1 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/elu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API elu operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu + +testWebNNOperation('elu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/expand.https.any.js b/tests/wpt/tests/webnn/conformance_tests/expand.https.any.js new file mode 100644 index 00000000000..b1be129eac3 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/expand.https.any.js @@ -0,0 +1,11 @@ +// META: title=test WebNN API expand operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-expand + +// reuse buildReshape method +testWebNNOperation('expand', buildReshape);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gather.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gather.https.any.js new file mode 100644 index 00000000000..39b19705632 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gather.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API gather operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gather + +testWebNNOperation('gather', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gemm.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gemm.https.any.js new file mode 100644 index 00000000000..61fd7c9b396 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gemm.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API gemm operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gemm + +testWebNNOperation('gemm', buildGemm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/arg_min_max.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/arg_min_max.https.any.js new file mode 100644 index 00000000000..c700ee5cad7 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/arg_min_max.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API argMin/Max operations +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax + +testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/batch_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/batch_normalization.https.any.js new file mode 100644 index 00000000000..534cdf6365a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/batch_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API batchNormalization operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-batchnorm + +testWebNNOperation('batchNormalization', buildBatchNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/cast.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/cast.https.any.js new file mode 100644 index 00000000000..e4309ffd8e3 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/cast.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API cast operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-cast + +testWebNNOperation('cast', buildCast, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/clamp.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/clamp.https.any.js new file mode 100644 index 00000000000..9b3f93ecc77 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/clamp.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API clamp operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp + +testWebNNOperation('clamp', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/concat.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/concat.https.any.js new file mode 100644 index 00000000000..c0cfb8626b8 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/concat.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API concat operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-concat + +testWebNNOperation('concat', buildConcat, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/constant.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/constant.https.any.js new file mode 100644 index 00000000000..77b4d889a23 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/constant.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API constant +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-constant-range + +testWebNNOperation('constant', buildConstantRange, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/conv2d.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/conv2d.https.any.js new file mode 100644 index 00000000000..770540abd85 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/conv2d.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API conv2d operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-conv2d + +testWebNNOperation('conv2d', buildConv2d, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/conv_transpose2d.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/conv_transpose2d.https.any.js new file mode 100644 index 00000000000..08c441b5b45 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/conv_transpose2d.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API convTranspose2d operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-convtranspose2d + +testWebNNOperation('convTranspose2d', buildConvTranspose2d, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_binary.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_binary.https.any.js new file mode 100644 index 00000000000..8b9fa486f86 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_binary.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API element-wise binary operations +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-binary + +testWebNNOperation(['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'], buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_logical.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_logical.https.any.js new file mode 100644 index 00000000000..70a887a147a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_logical.https.any.js @@ -0,0 +1,20 @@ +// META: title=test WebNN API element-wise logical operations +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical + +testWebNNOperation( + [ + 'equal', + 'greater', + 'greaterOrEqual', + 'lesser', + 'lesserOrEqual', + ], + buildOperationWithTwoInputs, 'gpu' +); +testWebNNOperation('logicalNot', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_unary.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_unary.https.any.js new file mode 100644 index 00000000000..88711293111 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/elementwise_unary.https.any.js @@ -0,0 +1,13 @@ +// META: title=test WebNN API element-wise unary operations +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary + +testWebNNOperation( + ['abs', 'ceil', 'cos', 'erf', 'exp', 'floor', 'identity', 'log', 'neg', 'reciprocal', 'sin', 'sqrt', 'tan'], + buildOperationWithSingleInput, 'gpu' +);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/elu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/elu.https.any.js new file mode 100644 index 00000000000..db14442641b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/elu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API elu operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu + +testWebNNOperation('elu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/expand.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/expand.https.any.js new file mode 100644 index 00000000000..f46f4637817 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/expand.https.any.js @@ -0,0 +1,11 @@ +// META: title=test WebNN API expand operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-expand + +// reuse buildReshape method +testWebNNOperation('expand', buildReshape, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/gather.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/gather.https.any.js new file mode 100644 index 00000000000..8e457192d81 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/gather.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API gather operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gather + +testWebNNOperation('gather', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/gemm.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/gemm.https.any.js new file mode 100644 index 00000000000..f288c31bedf --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/gemm.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API gemm operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gemm + +testWebNNOperation('gemm', buildGemm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/hard_sigmoid.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/hard_sigmoid.https.any.js new file mode 100644 index 00000000000..d40e42a211b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/hard_sigmoid.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API hardSigmoid operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-sigmoid + +testWebNNOperation('hardSigmoid', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/hard_swish.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/hard_swish.https.any.js new file mode 100644 index 00000000000..031e65ee160 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/hard_swish.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API tanh operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-swish + +testWebNNOperation('hardSwish', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/instance_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/instance_normalization.https.any.js new file mode 100644 index 00000000000..ecfaac71eed --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/instance_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API instanceNormalization operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-instancenorm + +testWebNNOperation('instanceNormalization', buildLayerNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/layer_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/layer_normalization.https.any.js new file mode 100644 index 00000000000..0e4f6caebf1 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/layer_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API layerNormalization operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-layernorm + +testWebNNOperation('layerNormalization', buildLayerNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/leaky_relu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/leaky_relu.https.any.js new file mode 100644 index 00000000000..9fab2353b9a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/leaky_relu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API leakyRelu operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu + +testWebNNOperation('leakyRelu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/linear.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/linear.https.any.js new file mode 100644 index 00000000000..ccec2c3eac2 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/linear.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API linear operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-linear + +testWebNNOperation('linear', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/matmul.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/matmul.https.any.js new file mode 100644 index 00000000000..635ce84ac6b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/matmul.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API matmul operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-matmul + +testWebNNOperation('matmul', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/pad.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/pad.https.any.js new file mode 100644 index 00000000000..f313e2c9f9a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/pad.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API pad operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pad + +testWebNNOperation('pad', buildPad, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/pooling.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/pooling.https.any.js new file mode 100644 index 00000000000..837bca2c71d --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/pooling.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API pooling operations +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d + +testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/prelu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/prelu.https.any.js new file mode 100644 index 00000000000..475cd9e5ce9 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/prelu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API prelu operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-prelu + +testWebNNOperation('prelu', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/reduction.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/reduction.https.any.js new file mode 100644 index 00000000000..0f3cefa02eb --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/reduction.https.any.js @@ -0,0 +1,24 @@ +// META: title=test WebNN API reduction operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reduce + +testWebNNOperation( + [ + 'reduceL1', + 'reduceL2', + 'reduceLogSum', + 'reduceLogSumExp', + 'reduceMax', + 'reduceMean', + 'reduceMin', + 'reduceProduct', + 'reduceSum', + 'reduceSumSquare', + ], + buildOperationWithSingleInput, 'gpu' +);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/relu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/relu.https.any.js new file mode 100644 index 00000000000..d1a35367df4 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/relu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API relu operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-relu + +testWebNNOperation('relu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/reshape.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/reshape.https.any.js new file mode 100644 index 00000000000..b0217d2e67b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/reshape.https.any.js @@ -0,0 +1,11 @@ +// META: title=test WebNN API reshape operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reshape + +testWebNNOperation('reshape', buildReshape, 'gpu'); + diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/sigmoid.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/sigmoid.https.any.js new file mode 100644 index 00000000000..26116c0ff92 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/sigmoid.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API sigmoid operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-sigmoid + +testWebNNOperation('sigmoid', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/slice.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/slice.https.any.js new file mode 100644 index 00000000000..1710c79a9ce --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/slice.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API slice operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-slice + +testWebNNOperation('slice', buildSlice, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/softmax.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/softmax.https.any.js new file mode 100644 index 00000000000..9eaffe2bebc --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/softmax.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softmax operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softmax + +testWebNNOperation('softmax', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/softplus.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/softplus.https.any.js new file mode 100644 index 00000000000..5f06846113e --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/softplus.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softplus operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softplus + +testWebNNOperation('softplus', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/softsign.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/softsign.https.any.js new file mode 100644 index 00000000000..eac0b7ec40c --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/softsign.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softsign operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softsign + +testWebNNOperation('softsign', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/split.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/split.https.any.js new file mode 100644 index 00000000000..3b0aafd7870 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/split.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API split operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-split + +testWebNNOperation('split', buildSplit, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/tanh.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/tanh.https.any.js new file mode 100644 index 00000000000..3029f4865a4 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/tanh.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API tanh operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-tanh + +testWebNNOperation('tanh', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/transpose.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/transpose.https.any.js new file mode 100644 index 00000000000..295ef43ec11 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/transpose.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API transpose operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-transpose + +testWebNNOperation('transpose', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/triangular.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/triangular.https.any.js new file mode 100644 index 00000000000..3e1b0d5ab13 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/triangular.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API triangular operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-triangular + +testWebNNOperation('triangular', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/gpu/where.https.any.js b/tests/wpt/tests/webnn/conformance_tests/gpu/where.https.any.js new file mode 100644 index 00000000000..49c6cbd4e32 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/gpu/where.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API where operation +// META: global=window,dedicatedworker +// META: script=../../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where + +testWebNNOperation('where', buildWhere, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/hard_sigmoid.https.any.js b/tests/wpt/tests/webnn/conformance_tests/hard_sigmoid.https.any.js new file mode 100644 index 00000000000..8161a245386 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/hard_sigmoid.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API hardSigmoid operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-sigmoid + +testWebNNOperation('hardSigmoid', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/hard_swish.https.any.js b/tests/wpt/tests/webnn/conformance_tests/hard_swish.https.any.js new file mode 100644 index 00000000000..b4a7c53d8d2 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/hard_swish.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API tanh operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-swish + +testWebNNOperation('hardSwish', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/instance_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/instance_normalization.https.any.js new file mode 100644 index 00000000000..fce879172e5 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/instance_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API instanceNormalization operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-instancenorm + +testWebNNOperation('instanceNormalization', buildLayerNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/layer_normalization.https.any.js b/tests/wpt/tests/webnn/conformance_tests/layer_normalization.https.any.js new file mode 100644 index 00000000000..ab8a50cc037 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/layer_normalization.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API layerNormalization operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-layernorm + +testWebNNOperation('layerNormalization', buildLayerNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/leaky_relu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/leaky_relu.https.any.js new file mode 100644 index 00000000000..2b6f17e95de --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/leaky_relu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API leakyRelu operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu + +testWebNNOperation('leakyRelu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/linear.https.any.js b/tests/wpt/tests/webnn/conformance_tests/linear.https.any.js new file mode 100644 index 00000000000..465b697f29a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/linear.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API linear operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-linear + +testWebNNOperation('linear', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/matmul.https.any.js b/tests/wpt/tests/webnn/conformance_tests/matmul.https.any.js new file mode 100644 index 00000000000..64eeb37f08b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/matmul.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API matmul operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-matmul + +testWebNNOperation('matmul', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/pad.https.any.js b/tests/wpt/tests/webnn/conformance_tests/pad.https.any.js new file mode 100644 index 00000000000..f1a2400d1cb --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/pad.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API pad operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pad + +testWebNNOperation('pad', buildPad);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/pooling.https.any.js b/tests/wpt/tests/webnn/conformance_tests/pooling.https.any.js new file mode 100644 index 00000000000..400d5ed37de --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/pooling.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API pooling operations +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d + +testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/prelu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/prelu.https.any.js new file mode 100644 index 00000000000..83cc9db4b4d --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/prelu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API prelu operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-prelu + +testWebNNOperation('prelu', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/reduction.https.any.js b/tests/wpt/tests/webnn/conformance_tests/reduction.https.any.js new file mode 100644 index 00000000000..30bfb4ba7a8 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/reduction.https.any.js @@ -0,0 +1,24 @@ +// META: title=test WebNN API reduction operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reduce + +testWebNNOperation( + [ + 'reduceL1', + 'reduceL2', + 'reduceLogSum', + 'reduceLogSumExp', + 'reduceMax', + 'reduceMean', + 'reduceMin', + 'reduceProduct', + 'reduceSum', + 'reduceSumSquare', + ], + buildOperationWithSingleInput +);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/relu.https.any.js b/tests/wpt/tests/webnn/conformance_tests/relu.https.any.js new file mode 100644 index 00000000000..51e427898fe --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/relu.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API relu operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-relu + +testWebNNOperation('relu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/reshape.https.any.js b/tests/wpt/tests/webnn/conformance_tests/reshape.https.any.js new file mode 100644 index 00000000000..c0dafb176c4 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/reshape.https.any.js @@ -0,0 +1,11 @@ +// META: title=test WebNN API reshape operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reshape + +testWebNNOperation('reshape', buildReshape); + diff --git a/tests/wpt/tests/webnn/conformance_tests/sigmoid.https.any.js b/tests/wpt/tests/webnn/conformance_tests/sigmoid.https.any.js new file mode 100644 index 00000000000..186f4689181 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/sigmoid.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API sigmoid operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-sigmoid + +testWebNNOperation('sigmoid', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/slice.https.any.js b/tests/wpt/tests/webnn/conformance_tests/slice.https.any.js new file mode 100644 index 00000000000..64412045176 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/slice.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API slice operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-slice + +testWebNNOperation('slice', buildSlice);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/softmax.https.any.js b/tests/wpt/tests/webnn/conformance_tests/softmax.https.any.js new file mode 100644 index 00000000000..143b7d969fc --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/softmax.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softmax operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softmax + +testWebNNOperation('softmax', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/softplus.https.any.js b/tests/wpt/tests/webnn/conformance_tests/softplus.https.any.js new file mode 100644 index 00000000000..fcd6410bdb3 --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/softplus.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softplus operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softplus + +testWebNNOperation('softplus', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/softsign.https.any.js b/tests/wpt/tests/webnn/conformance_tests/softsign.https.any.js new file mode 100644 index 00000000000..6e26afdadee --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/softsign.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API softsign operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softsign + +testWebNNOperation('softsign', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/split.https.any.js b/tests/wpt/tests/webnn/conformance_tests/split.https.any.js new file mode 100644 index 00000000000..0de6cb4d8df --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/split.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API split operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-split + +testWebNNOperation('split', buildSplit);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/tanh.https.any.js b/tests/wpt/tests/webnn/conformance_tests/tanh.https.any.js new file mode 100644 index 00000000000..c5d1f86ab1c --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/tanh.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API tanh operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-tanh + +testWebNNOperation('tanh', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/transpose.https.any.js b/tests/wpt/tests/webnn/conformance_tests/transpose.https.any.js new file mode 100644 index 00000000000..746e53d512a --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/transpose.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API transpose operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-transpose + +testWebNNOperation('transpose', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/triangular.https.any.js b/tests/wpt/tests/webnn/conformance_tests/triangular.https.any.js new file mode 100644 index 00000000000..503f310620b --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/triangular.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API triangular operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-triangular + +testWebNNOperation('triangular', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conformance_tests/where.https.any.js b/tests/wpt/tests/webnn/conformance_tests/where.https.any.js new file mode 100644 index 00000000000..7926221d3ae --- /dev/null +++ b/tests/wpt/tests/webnn/conformance_tests/where.https.any.js @@ -0,0 +1,10 @@ +// META: title=test WebNN API where operation +// META: global=window,dedicatedworker +// META: script=../resources/utils.js +// META: timeout=long + +'use strict'; + +// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where + +testWebNNOperation('where', buildWhere);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/constant.https.any.js b/tests/wpt/tests/webnn/constant.https.any.js deleted file mode 100644 index afb020d275c..00000000000 --- a/tests/wpt/tests/webnn/constant.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API constant -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-constant-range - -testWebNNOperation('constant', buildConstantRange);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conv2d.https.any.js b/tests/wpt/tests/webnn/conv2d.https.any.js deleted file mode 100644 index b26b35ec676..00000000000 --- a/tests/wpt/tests/webnn/conv2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API conv2d operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-conv2d - -testWebNNOperation('conv2d', buildConv2d);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/conv_transpose2d.https.any.js b/tests/wpt/tests/webnn/conv_transpose2d.https.any.js deleted file mode 100644 index 99e76b825e5..00000000000 --- a/tests/wpt/tests/webnn/conv_transpose2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API convTranspose2d operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-convtranspose2d - -testWebNNOperation('convTranspose2d', buildConvTranspose2d);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/elementwise_binary.https.any.js b/tests/wpt/tests/webnn/elementwise_binary.https.any.js deleted file mode 100644 index 06c2404f954..00000000000 --- a/tests/wpt/tests/webnn/elementwise_binary.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API element-wise binary operations -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-binary - -testWebNNOperation(['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'], buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/elementwise_logical.https.any.js b/tests/wpt/tests/webnn/elementwise_logical.https.any.js deleted file mode 100644 index e614b94df5e..00000000000 --- a/tests/wpt/tests/webnn/elementwise_logical.https.any.js +++ /dev/null @@ -1,20 +0,0 @@ -// META: title=test WebNN API element-wise logical operations -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical - -testWebNNOperation( - [ - 'equal', - 'greater', - 'greaterOrEqual', - 'lesser', - 'lesserOrEqual', - ], - buildOperationWithTwoInputs -); -testWebNNOperation('logicalNot', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/elementwise_unary.https.any.js b/tests/wpt/tests/webnn/elementwise_unary.https.any.js deleted file mode 100644 index 4cdfee5bcb0..00000000000 --- a/tests/wpt/tests/webnn/elementwise_unary.https.any.js +++ /dev/null @@ -1,13 +0,0 @@ -// META: title=test WebNN API element-wise unary operations -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary - -testWebNNOperation( - ['abs', 'ceil', 'cos', 'erf', 'exp', 'floor', 'identity', 'log', 'neg', 'reciprocal', 'sin', 'sqrt', 'tan'], - buildOperationWithSingleInput -);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/elu.https.any.js b/tests/wpt/tests/webnn/elu.https.any.js deleted file mode 100644 index 57b624b5daa..00000000000 --- a/tests/wpt/tests/webnn/elu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API elu operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu - -testWebNNOperation('elu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/expand.https.any.js b/tests/wpt/tests/webnn/expand.https.any.js deleted file mode 100644 index 11abb9baa89..00000000000 --- a/tests/wpt/tests/webnn/expand.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API expand operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-expand - -// reuse buildReshape method -testWebNNOperation('expand', buildReshape);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gather.https.any.js b/tests/wpt/tests/webnn/gather.https.any.js deleted file mode 100644 index 52bcece8043..00000000000 --- a/tests/wpt/tests/webnn/gather.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gather operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gather - -testWebNNOperation('gather', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gemm.https.any.js b/tests/wpt/tests/webnn/gemm.https.any.js deleted file mode 100644 index e5de9521fba..00000000000 --- a/tests/wpt/tests/webnn/gemm.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gemm operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gemm - -testWebNNOperation('gemm', buildGemm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/arg_min_max.https.any.js b/tests/wpt/tests/webnn/gpu/arg_min_max.https.any.js deleted file mode 100644 index 76092ea92e6..00000000000 --- a/tests/wpt/tests/webnn/gpu/arg_min_max.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API argMin/Max operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-argminmax - -testWebNNOperation(['argMin', 'argMax'], buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/batch_normalization.https.any.js b/tests/wpt/tests/webnn/gpu/batch_normalization.https.any.js deleted file mode 100644 index 90b6def636d..00000000000 --- a/tests/wpt/tests/webnn/gpu/batch_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API batchNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-batchnorm - -testWebNNOperation('batchNormalization', buildBatchNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/cast.https.any.js b/tests/wpt/tests/webnn/gpu/cast.https.any.js deleted file mode 100644 index 1830364eb55..00000000000 --- a/tests/wpt/tests/webnn/gpu/cast.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API cast operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-cast - -testWebNNOperation('cast', buildCast, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/clamp.https.any.js b/tests/wpt/tests/webnn/gpu/clamp.https.any.js deleted file mode 100644 index 98313868b6d..00000000000 --- a/tests/wpt/tests/webnn/gpu/clamp.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API clamp operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-clamp - -testWebNNOperation('clamp', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/concat.https.any.js b/tests/wpt/tests/webnn/gpu/concat.https.any.js deleted file mode 100644 index 07073724fee..00000000000 --- a/tests/wpt/tests/webnn/gpu/concat.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API concat operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-concat - -testWebNNOperation('concat', buildConcat, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/constant.https.any.js b/tests/wpt/tests/webnn/gpu/constant.https.any.js deleted file mode 100644 index 7e0933f2f1b..00000000000 --- a/tests/wpt/tests/webnn/gpu/constant.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API constant -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-constant-range - -testWebNNOperation('constant', buildConstantRange, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/conv2d.https.any.js b/tests/wpt/tests/webnn/gpu/conv2d.https.any.js deleted file mode 100644 index b3986b65551..00000000000 --- a/tests/wpt/tests/webnn/gpu/conv2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API conv2d operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-conv2d - -testWebNNOperation('conv2d', buildConv2d, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/conv_transpose2d.https.any.js b/tests/wpt/tests/webnn/gpu/conv_transpose2d.https.any.js deleted file mode 100644 index 020bfa9c972..00000000000 --- a/tests/wpt/tests/webnn/gpu/conv_transpose2d.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API convTranspose2d operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-convtranspose2d - -testWebNNOperation('convTranspose2d', buildConvTranspose2d, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/elementwise_binary.https.any.js b/tests/wpt/tests/webnn/gpu/elementwise_binary.https.any.js deleted file mode 100644 index 035d0c77c03..00000000000 --- a/tests/wpt/tests/webnn/gpu/elementwise_binary.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API element-wise binary operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-binary - -testWebNNOperation(['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'], buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/elementwise_logical.https.any.js b/tests/wpt/tests/webnn/gpu/elementwise_logical.https.any.js deleted file mode 100644 index f597ce8e0b2..00000000000 --- a/tests/wpt/tests/webnn/gpu/elementwise_logical.https.any.js +++ /dev/null @@ -1,20 +0,0 @@ -// META: title=test WebNN API element-wise logical operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-logical - -testWebNNOperation( - [ - 'equal', - 'greater', - 'greaterOrEqual', - 'lesser', - 'lesserOrEqual', - ], - buildOperationWithTwoInputs, 'gpu' -); -testWebNNOperation('logicalNot', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/elementwise_unary.https.any.js b/tests/wpt/tests/webnn/gpu/elementwise_unary.https.any.js deleted file mode 100644 index 45978f91ec4..00000000000 --- a/tests/wpt/tests/webnn/gpu/elementwise_unary.https.any.js +++ /dev/null @@ -1,13 +0,0 @@ -// META: title=test WebNN API element-wise unary operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-unary - -testWebNNOperation( - ['abs', 'ceil', 'cos', 'erf', 'exp', 'floor', 'identity', 'log', 'neg', 'reciprocal', 'sin', 'sqrt', 'tan'], - buildOperationWithSingleInput, 'gpu' -);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/elu.https.any.js b/tests/wpt/tests/webnn/gpu/elu.https.any.js deleted file mode 100644 index 965bb4d35f1..00000000000 --- a/tests/wpt/tests/webnn/gpu/elu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API elu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-elu - -testWebNNOperation('elu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/expand.https.any.js b/tests/wpt/tests/webnn/gpu/expand.https.any.js deleted file mode 100644 index 82fa891a399..00000000000 --- a/tests/wpt/tests/webnn/gpu/expand.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API expand operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-expand - -// reuse buildReshape method -testWebNNOperation('expand', buildReshape, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/gather.https.any.js b/tests/wpt/tests/webnn/gpu/gather.https.any.js deleted file mode 100644 index 7c8a685c5cb..00000000000 --- a/tests/wpt/tests/webnn/gpu/gather.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gather operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gather - -testWebNNOperation('gather', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/gemm.https.any.js b/tests/wpt/tests/webnn/gpu/gemm.https.any.js deleted file mode 100644 index a19dc39bbc8..00000000000 --- a/tests/wpt/tests/webnn/gpu/gemm.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API gemm operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-gemm - -testWebNNOperation('gemm', buildGemm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/hard_sigmoid.https.any.js b/tests/wpt/tests/webnn/gpu/hard_sigmoid.https.any.js deleted file mode 100644 index b6f2f53b320..00000000000 --- a/tests/wpt/tests/webnn/gpu/hard_sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API hardSigmoid operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-sigmoid - -testWebNNOperation('hardSigmoid', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/hard_swish.https.any.js b/tests/wpt/tests/webnn/gpu/hard_swish.https.any.js deleted file mode 100644 index a1731490bd4..00000000000 --- a/tests/wpt/tests/webnn/gpu/hard_swish.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-swish - -testWebNNOperation('hardSwish', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/instance_normalization.https.any.js b/tests/wpt/tests/webnn/gpu/instance_normalization.https.any.js deleted file mode 100644 index e1d73de387e..00000000000 --- a/tests/wpt/tests/webnn/gpu/instance_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API instanceNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-instancenorm - -testWebNNOperation('instanceNormalization', buildLayerNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/layer_normalization.https.any.js b/tests/wpt/tests/webnn/gpu/layer_normalization.https.any.js deleted file mode 100644 index 1deb43bee5d..00000000000 --- a/tests/wpt/tests/webnn/gpu/layer_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API layerNormalization operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-layernorm - -testWebNNOperation('layerNormalization', buildLayerNorm, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/leaky_relu.https.any.js b/tests/wpt/tests/webnn/gpu/leaky_relu.https.any.js deleted file mode 100644 index f3a7bd8ba53..00000000000 --- a/tests/wpt/tests/webnn/gpu/leaky_relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API leakyRelu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu - -testWebNNOperation('leakyRelu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/linear.https.any.js b/tests/wpt/tests/webnn/gpu/linear.https.any.js deleted file mode 100644 index 48b8d82c1e5..00000000000 --- a/tests/wpt/tests/webnn/gpu/linear.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API linear operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-linear - -testWebNNOperation('linear', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/matmul.https.any.js b/tests/wpt/tests/webnn/gpu/matmul.https.any.js deleted file mode 100644 index 01fed04e3d3..00000000000 --- a/tests/wpt/tests/webnn/gpu/matmul.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API matmul operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-matmul - -testWebNNOperation('matmul', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/pad.https.any.js b/tests/wpt/tests/webnn/gpu/pad.https.any.js deleted file mode 100644 index 26d1bf0f385..00000000000 --- a/tests/wpt/tests/webnn/gpu/pad.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pad operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pad - -testWebNNOperation('pad', buildPad, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/pooling.https.any.js b/tests/wpt/tests/webnn/gpu/pooling.https.any.js deleted file mode 100644 index e174bb5186a..00000000000 --- a/tests/wpt/tests/webnn/gpu/pooling.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pooling operations -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d - -testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/prelu.https.any.js b/tests/wpt/tests/webnn/gpu/prelu.https.any.js deleted file mode 100644 index 5a1580e662a..00000000000 --- a/tests/wpt/tests/webnn/gpu/prelu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API prelu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-prelu - -testWebNNOperation('prelu', buildOperationWithTwoInputs, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/reduction.https.any.js b/tests/wpt/tests/webnn/gpu/reduction.https.any.js deleted file mode 100644 index 69f9b64df4e..00000000000 --- a/tests/wpt/tests/webnn/gpu/reduction.https.any.js +++ /dev/null @@ -1,24 +0,0 @@ -// META: title=test WebNN API reduction operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reduce - -testWebNNOperation( - [ - 'reduceL1', - 'reduceL2', - 'reduceLogSum', - 'reduceLogSumExp', - 'reduceMax', - 'reduceMean', - 'reduceMin', - 'reduceProduct', - 'reduceSum', - 'reduceSumSquare', - ], - buildOperationWithSingleInput, 'gpu' -);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/relu.https.any.js b/tests/wpt/tests/webnn/gpu/relu.https.any.js deleted file mode 100644 index dc09846e3b3..00000000000 --- a/tests/wpt/tests/webnn/gpu/relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API relu operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-relu - -testWebNNOperation('relu', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/reshape.https.any.js b/tests/wpt/tests/webnn/gpu/reshape.https.any.js deleted file mode 100644 index e5145e2403e..00000000000 --- a/tests/wpt/tests/webnn/gpu/reshape.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API reshape operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reshape - -testWebNNOperation('reshape', buildReshape, 'gpu'); - diff --git a/tests/wpt/tests/webnn/gpu/sigmoid.https.any.js b/tests/wpt/tests/webnn/gpu/sigmoid.https.any.js deleted file mode 100644 index 6c85f5b3037..00000000000 --- a/tests/wpt/tests/webnn/gpu/sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API sigmoid operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-sigmoid - -testWebNNOperation('sigmoid', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/slice.https.any.js b/tests/wpt/tests/webnn/gpu/slice.https.any.js deleted file mode 100644 index 98e5f422dad..00000000000 --- a/tests/wpt/tests/webnn/gpu/slice.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API slice operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-slice - -testWebNNOperation('slice', buildSlice, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/softmax.https.any.js b/tests/wpt/tests/webnn/gpu/softmax.https.any.js deleted file mode 100644 index 9170dd0e145..00000000000 --- a/tests/wpt/tests/webnn/gpu/softmax.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softmax operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softmax - -testWebNNOperation('softmax', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/softplus.https.any.js b/tests/wpt/tests/webnn/gpu/softplus.https.any.js deleted file mode 100644 index a61e5beaefd..00000000000 --- a/tests/wpt/tests/webnn/gpu/softplus.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softplus operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softplus - -testWebNNOperation('softplus', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/softsign.https.any.js b/tests/wpt/tests/webnn/gpu/softsign.https.any.js deleted file mode 100644 index f598cbfcef4..00000000000 --- a/tests/wpt/tests/webnn/gpu/softsign.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softsign operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softsign - -testWebNNOperation('softsign', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/split.https.any.js b/tests/wpt/tests/webnn/gpu/split.https.any.js deleted file mode 100644 index 8eecd76fa1b..00000000000 --- a/tests/wpt/tests/webnn/gpu/split.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API split operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-split - -testWebNNOperation('split', buildSplit, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/tanh.https.any.js b/tests/wpt/tests/webnn/gpu/tanh.https.any.js deleted file mode 100644 index 15a9eeb013c..00000000000 --- a/tests/wpt/tests/webnn/gpu/tanh.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-tanh - -testWebNNOperation('tanh', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/transpose.https.any.js b/tests/wpt/tests/webnn/gpu/transpose.https.any.js deleted file mode 100644 index 074e18a4883..00000000000 --- a/tests/wpt/tests/webnn/gpu/transpose.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API transpose operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-transpose - -testWebNNOperation('transpose', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/triangular.https.any.js b/tests/wpt/tests/webnn/gpu/triangular.https.any.js deleted file mode 100644 index 3b779fabd31..00000000000 --- a/tests/wpt/tests/webnn/gpu/triangular.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API triangular operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-triangular - -testWebNNOperation('triangular', buildOperationWithSingleInput, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/gpu/where.https.any.js b/tests/wpt/tests/webnn/gpu/where.https.any.js deleted file mode 100644 index ec0c5530a04..00000000000 --- a/tests/wpt/tests/webnn/gpu/where.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API where operation -// META: global=window,dedicatedworker -// META: script=../resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where - -testWebNNOperation('where', buildWhere, 'gpu');
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/hard_sigmoid.https.any.js b/tests/wpt/tests/webnn/hard_sigmoid.https.any.js deleted file mode 100644 index 81bd5124ce9..00000000000 --- a/tests/wpt/tests/webnn/hard_sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API hardSigmoid operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-sigmoid - -testWebNNOperation('hardSigmoid', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/hard_swish.https.any.js b/tests/wpt/tests/webnn/hard_swish.https.any.js deleted file mode 100644 index 052c7f2a208..00000000000 --- a/tests/wpt/tests/webnn/hard_swish.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-hard-swish - -testWebNNOperation('hardSwish', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/instance_normalization.https.any.js b/tests/wpt/tests/webnn/instance_normalization.https.any.js deleted file mode 100644 index 0b7a708917f..00000000000 --- a/tests/wpt/tests/webnn/instance_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API instanceNormalization operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-instancenorm - -testWebNNOperation('instanceNormalization', buildLayerNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/layer_normalization.https.any.js b/tests/wpt/tests/webnn/layer_normalization.https.any.js deleted file mode 100644 index 380db4ea528..00000000000 --- a/tests/wpt/tests/webnn/layer_normalization.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API layerNormalization operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-layernorm - -testWebNNOperation('layerNormalization', buildLayerNorm);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/leaky_relu.https.any.js b/tests/wpt/tests/webnn/leaky_relu.https.any.js deleted file mode 100644 index 61539ce92ea..00000000000 --- a/tests/wpt/tests/webnn/leaky_relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API leakyRelu operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-leakyrelu - -testWebNNOperation('leakyRelu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/linear.https.any.js b/tests/wpt/tests/webnn/linear.https.any.js deleted file mode 100644 index 4b2c05540b7..00000000000 --- a/tests/wpt/tests/webnn/linear.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API linear operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-linear - -testWebNNOperation('linear', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/matmul.https.any.js b/tests/wpt/tests/webnn/matmul.https.any.js deleted file mode 100644 index 8a9882afe61..00000000000 --- a/tests/wpt/tests/webnn/matmul.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API matmul operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-matmul - -testWebNNOperation('matmul', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/pad.https.any.js b/tests/wpt/tests/webnn/pad.https.any.js deleted file mode 100644 index 05eec653c6c..00000000000 --- a/tests/wpt/tests/webnn/pad.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pad operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pad - -testWebNNOperation('pad', buildPad);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/pooling.https.any.js b/tests/wpt/tests/webnn/pooling.https.any.js deleted file mode 100644 index c34ae2bba24..00000000000 --- a/tests/wpt/tests/webnn/pooling.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API pooling operations -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-pool2d - -testWebNNOperation(['averagePool2d', 'l2Pool2d', 'maxPool2d'], buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/prelu.https.any.js b/tests/wpt/tests/webnn/prelu.https.any.js deleted file mode 100644 index c1b2e9fa2a0..00000000000 --- a/tests/wpt/tests/webnn/prelu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API prelu operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-prelu - -testWebNNOperation('prelu', buildOperationWithTwoInputs);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/reduction.https.any.js b/tests/wpt/tests/webnn/reduction.https.any.js deleted file mode 100644 index 20bd74d8dee..00000000000 --- a/tests/wpt/tests/webnn/reduction.https.any.js +++ /dev/null @@ -1,24 +0,0 @@ -// META: title=test WebNN API reduction operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reduce - -testWebNNOperation( - [ - 'reduceL1', - 'reduceL2', - 'reduceLogSum', - 'reduceLogSumExp', - 'reduceMax', - 'reduceMean', - 'reduceMin', - 'reduceProduct', - 'reduceSum', - 'reduceSumSquare', - ], - buildOperationWithSingleInput -);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/relu.https.any.js b/tests/wpt/tests/webnn/relu.https.any.js deleted file mode 100644 index 42b64e11de0..00000000000 --- a/tests/wpt/tests/webnn/relu.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API relu operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-relu - -testWebNNOperation('relu', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/reshape.https.any.js b/tests/wpt/tests/webnn/reshape.https.any.js deleted file mode 100644 index e0733635f87..00000000000 --- a/tests/wpt/tests/webnn/reshape.https.any.js +++ /dev/null @@ -1,11 +0,0 @@ -// META: title=test WebNN API reshape operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-reshape - -testWebNNOperation('reshape', buildReshape); - diff --git a/tests/wpt/tests/webnn/resources/test_data/average_pool2d.json b/tests/wpt/tests/webnn/resources/test_data/average_pool2d.json index 5a9f4e28b10..3d0c4322731 100644 --- a/tests/wpt/tests/webnn/resources/test_data/average_pool2d.json +++ b/tests/wpt/tests/webnn/resources/test_data/average_pool2d.json @@ -534,340 +534,6 @@ } }, { - "name": "averagePool2d float32 4D tensor options.autoPad=explicit", - "inputs": { - "input": { - "shape": [1, 2, 5, 5], - "data": [ - 22.975555502750634, - 78.15438048012338, - 9.68611138116071, - 51.29803808129347, - 32.19308601456918, - 87.65037289600019, - 87.25082191311348, - 39.49793996935087, - 80.09963591169489, - 10.220142557736978, - 52.60270021646585, - 1.4128639882603933, - 11.954064466077474, - 85.0007506374375, - 64.7837446465813, - 88.03128735720126, - 11.333851214909307, - 70.61659435728073, - 84.90442561999888, - 79.06688041781518, - 7.328724951604215, - 35.97796581186121, - 10.17730631094398, - 1.4140757517112412, - 78.10038172113374, - 91.59549689157087, - 65.64701225681809, - 55.14215004436653, - 18.432438840756184, - 49.34624267439973, - 15.648024969290454, - 68.02723372727797, - 20.342549040418124, - 26.72794900604616, - 64.87446829774323, - 46.56714896227794, - 79.57832937136276, - 4.338463748959498, - 38.18383968382213, - 45.253981324455175, - 80.9717996657439, - 67.58124910163149, - 6.026499585657263, - 29.77881349289366, - 58.58993337807239, - 2.2384984647495054, - 14.505490166700486, - 68.72449589246624, - 76.45657404642184, - 23.53263275794233 - ], - "type": "float32" - } - }, - "options": { - "padding": [1, 0, 0, 1], - "autoPad": "explicit" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 52.43666076660156, - 49.84208297729492, - 47.26926803588867, - 46.15715408325195, - 46.63268280029297, - 43.616947174072266, - 44.72445297241211, - 44.05451583862305 - ], - "type": "float32" - } - }, - { - "name": "averagePool2d float32 4D tensor options.autoPad=same-upper", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 18.669797402066955, - 95.74087629574039, - 24.142204556566483, - 51.13168108230512, - 32.59428648032041, - 36.33802591707573, - 27.143744148346705, - 61.289996123672566, - 0.728295383811961, - 60.81457168719891, - 95.0135160845949, - 65.57073366405261, - 24.878494968304032, - 54.664386232007665, - 26.61406921126077, - 52.134243150024886, - 12.628756510724926, - 83.86613668699508, - 10.754655927067148, - 14.330409913484088, - 29.797547470611676, - 4.38582170135331, - 3.052249580313382, - 22.562494369151654, - 6.22880691096237, - 84.28155043844244, - 11.095604502619949, - 43.65773966541213, - 20.380576521492454, - 94.70740415350079, - 29.785210365576088, - 49.15286022732512 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 43.46503448486328, - 54.04864501953125, - 43.78555679321289, - 59.8331413269043, - 27.34345817565918, - 17.575525283813477, - 41.079856872558594, - 33.422855377197266 - ], - "type": "float32" - } - }, - { - "name": "averagePool2d float32 4D tensor options.autoPad=same-lower", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 18.669797402066955, - 95.74087629574039, - 24.142204556566483, - 51.13168108230512, - 32.59428648032041, - 36.33802591707573, - 27.143744148346705, - 61.289996123672566, - 0.728295383811961, - 60.81457168719891, - 95.0135160845949, - 65.57073366405261, - 24.878494968304032, - 54.664386232007665, - 26.61406921126077, - 52.134243150024886, - 12.628756510724926, - 83.86613668699508, - 10.754655927067148, - 14.330409913484088, - 29.797547470611676, - 4.38582170135331, - 3.052249580313382, - 22.562494369151654, - 6.22880691096237, - 84.28155043844244, - 11.095604502619949, - 43.65773966541213, - 20.380576521492454, - 94.70740415350079, - 29.785210365576088, - 49.15286022732512 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 45.83574676513672, - 49.297752380371094, - 35.00300979614258, - 53.28703308105469, - 32.6695671081543, - 23.158628463745117, - 39.963619232177734, - 38.075660705566406 - ], - "type": "float32" - } - }, - { - "name": "averagePool2d float32 4D tensor options.autoPad=same-upper ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 18.669797402066955, - 95.74087629574039, - 24.142204556566483, - 51.13168108230512, - 32.59428648032041, - 36.33802591707573, - 27.143744148346705, - 61.289996123672566, - 0.728295383811961, - 60.81457168719891, - 95.0135160845949, - 65.57073366405261, - 24.878494968304032, - 54.664386232007665, - 26.61406921126077, - 52.134243150024886, - 12.628756510724926, - 83.86613668699508, - 10.754655927067148, - 14.330409913484088, - 29.797547470611676, - 4.38582170135331, - 3.052249580313382, - 22.562494369151654, - 6.22880691096237, - 84.28155043844244, - 11.095604502619949, - 43.65773966541213, - 20.380576521492454, - 94.70740415350079, - 29.785210365576088, - 49.15286022732512 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 43.46503448486328, - 54.04864501953125, - 43.78555679321289, - 59.8331413269043, - 27.34345817565918, - 17.575525283813477, - 41.079856872558594, - 33.422855377197266 - ], - "type": "float32" - } - }, - { - "name": "averagePool2d float32 4D tensor options.autoPad=same-lower ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 18.669797402066955, - 95.74087629574039, - 24.142204556566483, - 51.13168108230512, - 32.59428648032041, - 36.33802591707573, - 27.143744148346705, - 61.289996123672566, - 0.728295383811961, - 60.81457168719891, - 95.0135160845949, - 65.57073366405261, - 24.878494968304032, - 54.664386232007665, - 26.61406921126077, - 52.134243150024886, - 12.628756510724926, - 83.86613668699508, - 10.754655927067148, - 14.330409913484088, - 29.797547470611676, - 4.38582170135331, - 3.052249580313382, - 22.562494369151654, - 6.22880691096237, - 84.28155043844244, - 11.095604502619949, - 43.65773966541213, - 20.380576521492454, - 94.70740415350079, - 29.785210365576088, - 49.15286022732512 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 45.83574676513672, - 49.297752380371094, - 35.00300979614258, - 53.28703308105469, - 32.6695671081543, - 23.158628463745117, - 39.963619232177734, - 38.075660705566406 - ], - "type": "float32" - } - }, - { "name": "averagePool2d float32 4D tensor options.layout=nchw", "inputs": { "input": { @@ -1650,7 +1316,6 @@ "options": { "windowDimensions": [3, 3], "padding": [1, 0, 0, 1], - "autoPad": "explicit", "strides": [2, 2], "layout": "nhwc" }, diff --git a/tests/wpt/tests/webnn/resources/test_data/conv2d.json b/tests/wpt/tests/webnn/resources/test_data/conv2d.json index 5f8cd814a90..13e6b172428 100644 --- a/tests/wpt/tests/webnn/resources/test_data/conv2d.json +++ b/tests/wpt/tests/webnn/resources/test_data/conv2d.json @@ -421,356 +421,6 @@ } }, { - "name": "conv2d float32 4D input and filter tensors options.padding and options.autoPad='explicit'", - "inputs": { - "input": { - "shape": [1, 1, 5, 5], - "data": [ - 0.6124474607869732, - 0.8857858599952035, - 0.13667134799354397, - 0.564529098909835, - 0.8965171985225997, - 0.36792828664768873, - 0.6811466319147079, - 0.04795110047019757, - 0.33355462154327986, - 0.19882695924603588, - 0.4116714070095846, - 0.07934240242135737, - 0.42724633975875426, - 0.5358005687699703, - 0.5910805999797129, - 0.2841543363273238, - 0.414725865128835, - 0.026906268886554896, - 0.3621256577250671, - 0.9945681862504354, - 0.07184549434969778, - 0.1220437231354885, - 0.8422137325421886, - 0.4537501021068471, - 0.2152944303497728 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 3, 3], - "data": [ - 0.3804761331189006, - 0.5280312082437455, - 0.2194703660873738, - 0.3668976886827289, - 0.33974137307686836, - 0.42000596251782674, - 0.38050310131155185, - 0.19443586243810795, - 0.5686976617292392 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 1, 1, 1], - "autoPad": "explicit" - }, - "expected": { - "name": "output", - "shape": [1, 1, 5, 5], - "data": [ - 1.0390141010284424, - 0.882753312587738, - 1.0667248964309692, - 0.8146538734436035, - 0.6772860884666443, - 1.0540467500686646, - 1.5323282480239868, - 1.3573521375656128, - 1.3641656637191772, - 1.1969101428985596, - 0.8080586791038513, - 1.071682333946228, - 1.1259644031524658, - 1.4713115692138672, - 0.960464596748352, - 0.5888903141021729, - 1.078782320022583, - 1.155018925666809, - 1.656954288482666, - 1.2012416124343872, - 0.3167303800582886, - 0.7545653581619263, - 0.7729666829109192, - 0.9733180403709412, - 0.9025675058364868 - ], - "type": "float32" - } - }, - { - "name": "conv2d float32 4D input and filter tensors options.autoPad='same-upper'", - "inputs": { - "input": { - "shape": [1, 1, 4, 4], - "data": [ - 0.9371488026117993, - 0.4742464662522563, - 0.6571340852996714, - 0.8399660616881559, - 0.3286228380482863, - 0.09911389391233816, - 0.008774675079729732, - 0.49592297038960576, - 0.6906991955372042, - 0.40363236211387643, - 0.08385655421112803, - 0.7818648489403492, - 0.7862677667715321, - 0.8178903833064657, - 0.9872956148300345, - 0.1289262831549154 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 3, 3], - "data": [ - 0.3804761331189006, - 0.5280312082437455, - 0.2194703660873738, - 0.3668976886827289, - 0.33974137307686836, - 0.42000596251782674, - 0.38050310131155185, - 0.19443586243810795, - 0.5686976617292392 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 1, 2, 2], - "data": [ - 1.298113465309143, - 1.0491873025894165, - 1.475350260734558, - 0.8507925271987915 - ], - "type": "float32" - } - }, - { - "name": "conv2d float32 4D input and filter tensors options.autoPad='same-upper' ignores options.padding", - "inputs": { - "input": { - "shape": [1, 1, 4, 4], - "data": [ - 0.9371488026117993, - 0.4742464662522563, - 0.6571340852996714, - 0.8399660616881559, - 0.3286228380482863, - 0.09911389391233816, - 0.008774675079729732, - 0.49592297038960576, - 0.6906991955372042, - 0.40363236211387643, - 0.08385655421112803, - 0.7818648489403492, - 0.7862677667715321, - 0.8178903833064657, - 0.9872956148300345, - 0.1289262831549154 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 3, 3], - "data": [ - 0.3804761331189006, - 0.5280312082437455, - 0.2194703660873738, - 0.3668976886827289, - 0.33974137307686836, - 0.42000596251782674, - 0.38050310131155185, - 0.19443586243810795, - 0.5686976617292392 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 2, 1, 2], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 1, 2, 2], - "data": [ - 1.298113465309143, - 1.0491873025894165, - 1.475350260734558, - 0.8507925271987915 - ], - "type": "float32" - } - }, - { - "name": "conv2d float32 4D input and filter tensors options.autoPad='same-lower'", - "inputs": { - "input": { - "shape": [1, 1, 5, 5], - "data": [ - 0.6124474607869732, - 0.8857858599952035, - 0.13667134799354397, - 0.564529098909835, - 0.8965171985225997, - 0.36792828664768873, - 0.6811466319147079, - 0.04795110047019757, - 0.33355462154327986, - 0.19882695924603588, - 0.4116714070095846, - 0.07934240242135737, - 0.42724633975875426, - 0.5358005687699703, - 0.5910805999797129, - 0.2841543363273238, - 0.414725865128835, - 0.026906268886554896, - 0.3621256577250671, - 0.9945681862504354, - 0.07184549434969778, - 0.1220437231354885, - 0.8422137325421886, - 0.4537501021068471, - 0.2152944303497728 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 3, 3], - "data": [ - 0.3804761331189006, - 0.5280312082437455, - 0.2194703660873738, - 0.3668976886827289, - 0.33974137307686836, - 0.42000596251782674, - 0.38050310131155185, - 0.19443586243810795, - 0.5686976617292392 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 1, 3, 3], - "data": [ - 1.0390141010284424, - 1.0667248964309692, - 0.6772860884666443, - 0.8080586791038513, - 1.1259644031524658, - 0.960464596748352, - 0.3167303800582886, - 0.7729666829109192, - 0.9025675058364868 - ], - "type": "float32" - } - }, - { - "name": "conv2d float32 4D input and filter tensors options.autoPad='same-lower' ignores options.padding", - "inputs": { - "input": { - "shape": [1, 1, 5, 5], - "data": [ - 0.6124474607869732, - 0.8857858599952035, - 0.13667134799354397, - 0.564529098909835, - 0.8965171985225997, - 0.36792828664768873, - 0.6811466319147079, - 0.04795110047019757, - 0.33355462154327986, - 0.19882695924603588, - 0.4116714070095846, - 0.07934240242135737, - 0.42724633975875426, - 0.5358005687699703, - 0.5910805999797129, - 0.2841543363273238, - 0.414725865128835, - 0.026906268886554896, - 0.3621256577250671, - 0.9945681862504354, - 0.07184549434969778, - 0.1220437231354885, - 0.8422137325421886, - 0.4537501021068471, - 0.2152944303497728 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 3, 3], - "data": [ - 0.3804761331189006, - 0.5280312082437455, - 0.2194703660873738, - 0.3668976886827289, - 0.33974137307686836, - 0.42000596251782674, - 0.38050310131155185, - 0.19443586243810795, - 0.5686976617292392 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 2, 1, 2], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 1, 3, 3], - "data": [ - 1.0390141010284424, - 1.0667248964309692, - 0.6772860884666443, - 0.8080586791038513, - 1.1259644031524658, - 0.960464596748352, - 0.3167303800582886, - 0.7729666829109192, - 0.9025675058364868 - ], - "type": "float32" - } - }, - { "name": "depthwise conv2d float32 4D input and filter tensors options.groups= input_channels", "inputs": { "input": { @@ -1990,7 +1640,6 @@ "options": { "padding": [1, 0, 0, 1], "strides": [1, 1], - "autoPad": "explicit", "dilations": [1, 1], "groups": 2, "inputLayout": "nchw", diff --git a/tests/wpt/tests/webnn/resources/test_data/conv_transpose2d.json b/tests/wpt/tests/webnn/resources/test_data/conv_transpose2d.json index 42274e6fa37..742752fd41d 100644 --- a/tests/wpt/tests/webnn/resources/test_data/conv_transpose2d.json +++ b/tests/wpt/tests/webnn/resources/test_data/conv_transpose2d.json @@ -972,553 +972,6 @@ } }, { - "name": "convTranspose2d float32 4D input and filter tensors options.autoPad=explicit options.padding", - "inputs": { - "input": { - "shape": [1, 1, 2, 2], - "data": [ - 0.5872158177067033, - 0.6077792328258038, - 0.01728916618181975, - 0.26146076483771563 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 1, 2, 2], - "data": [ - 0.32927132527587477, - 0.5866857173772775, - 0.29701370673751004, - 0.0033378428248385106 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 1, 1, 1], - "autoPad": "explicit" - }, - "expected": { - "shape": [1, 1, 1, 1], - "data": [ - 0.2787136137485504 - ], - "type": "float32" - } - }, - { - "name": "convTranspose2d float32 4D input and filter tensors options.autoPad=same-upper", - "inputs": { - "input": { - "shape": [1, 1, 3, 3], - "data": [ - 0.05605664967552748, - 0.7114230061939892, - 0.6529743817798401, - 0.3862290922141163, - 0.38708372734474095, - 0.9461629334832131, - 0.0957319185290193, - 0.9234652551205444, - 0.6362779541136516 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 2, 3, 3], - "data": [ - 0.861442276299335, - 0.6267672619279181, - 0.6366489967621862, - 0.8382642064548715, - 0.11884837321114183, - 0.9921330460504791, - 0.3285411258903119, - 0.8742373539889388, - 0.7205492498486465, - 0.9801966684571415, - 0.06169835353027997, - 0.3220160786486479, - 0.7498031716529909, - 0.39307147694602995, - 0.1381193362338462, - 0.283850915413119, - 0.4235861336377129, - 0.14485120857485168 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "shape": [1, 2, 6, 6], - "data": [ - 0.04828956723213196, - 0.03513447195291519, - 0.6485382318496704, - 0.4458966553211212, - 1.015426516532898, - 0.4092629551887512, - 0.0469902828335762, - 0.0066622416488826275, - 0.6519761085510254, - 0.08455146849155426, - 1.2531912326812744, - 0.07760494202375412, - 0.35113099217414856, - 0.29108259081840515, - 0.8534659743309021, - 0.8645639419555664, - 1.7886453866958618, - 1.1638785600662231, - 0.32376202940940857, - 0.04590269923210144, - 0.7076690793037415, - 0.0460042729973793, - 1.177173137664795, - 0.11244992911815643, - 0.20935966074466705, - 0.3976575434207916, - 1.2619296312332153, - 0.9172008633613586, - 1.7258063554763794, - 1.2259691953659058, - 0.0802486464381218, - 0.011377583257853985, - 0.8690866827964783, - 0.1097523421049118, - 1.4495694637298584, - 0.0756206065416336, - 0.05494653806090355, - 0.0034586030524224043, - 0.7153855562210083, - 0.04389362782239914, - 0.869132936000824, - 0.04028744250535965, - 0.04203145205974579, - 0.02203426882624626, - 0.5411697030067444, - 0.2796400785446167, - 0.5878635048866272, - 0.25666558742523193, - 0.3944922089576721, - 0.047574520111083984, - 0.7138481140136719, - 0.3252313435077667, - 1.340470790863037, - 0.33496758341789246, - 0.2895958125591278, - 0.15181563794612885, - 0.3435823321342468, - 0.15215156972408295, - 0.7628997564315796, - 0.37190964818000793, - 0.20346759259700775, - 0.16950778663158417, - 1.1018246412277222, - 0.22093959152698517, - 1.2456870079040527, - 0.440038800239563, - 0.07178010046482086, - 0.03762948885560036, - 0.7056396007537842, - 0.36298784613609314, - 0.6046316623687744, - 0.2501027286052704 - ], - "type": "float32" - } - }, - { - "name": "convTranspose2d float32 4D input and filter tensors options.autoPad=same-upper ignored options.padding", - "inputs": { - "input": { - "shape": [1, 1, 3, 3], - "data": [ - 0.05605664967552748, - 0.7114230061939892, - 0.6529743817798401, - 0.3862290922141163, - 0.38708372734474095, - 0.9461629334832131, - 0.0957319185290193, - 0.9234652551205444, - 0.6362779541136516 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 2, 3, 3], - "data": [ - 0.861442276299335, - 0.6267672619279181, - 0.6366489967621862, - 0.8382642064548715, - 0.11884837321114183, - 0.9921330460504791, - 0.3285411258903119, - 0.8742373539889388, - 0.7205492498486465, - 0.9801966684571415, - 0.06169835353027997, - 0.3220160786486479, - 0.7498031716529909, - 0.39307147694602995, - 0.1381193362338462, - 0.283850915413119, - 0.4235861336377129, - 0.14485120857485168 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 1, 1, 1], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "shape": [1, 2, 6, 6], - "data": [ - 0.04828956723213196, - 0.03513447195291519, - 0.6485382318496704, - 0.4458966553211212, - 1.015426516532898, - 0.4092629551887512, - 0.0469902828335762, - 0.0066622416488826275, - 0.6519761085510254, - 0.08455146849155426, - 1.2531912326812744, - 0.07760494202375412, - 0.35113099217414856, - 0.29108259081840515, - 0.8534659743309021, - 0.8645639419555664, - 1.7886453866958618, - 1.1638785600662231, - 0.32376202940940857, - 0.04590269923210144, - 0.7076690793037415, - 0.0460042729973793, - 1.177173137664795, - 0.11244992911815643, - 0.20935966074466705, - 0.3976575434207916, - 1.2619296312332153, - 0.9172008633613586, - 1.7258063554763794, - 1.2259691953659058, - 0.0802486464381218, - 0.011377583257853985, - 0.8690866827964783, - 0.1097523421049118, - 1.4495694637298584, - 0.0756206065416336, - 0.05494653806090355, - 0.0034586030524224043, - 0.7153855562210083, - 0.04389362782239914, - 0.869132936000824, - 0.04028744250535965, - 0.04203145205974579, - 0.02203426882624626, - 0.5411697030067444, - 0.2796400785446167, - 0.5878635048866272, - 0.25666558742523193, - 0.3944922089576721, - 0.047574520111083984, - 0.7138481140136719, - 0.3252313435077667, - 1.340470790863037, - 0.33496758341789246, - 0.2895958125591278, - 0.15181563794612885, - 0.3435823321342468, - 0.15215156972408295, - 0.7628997564315796, - 0.37190964818000793, - 0.20346759259700775, - 0.16950778663158417, - 1.1018246412277222, - 0.22093959152698517, - 1.2456870079040527, - 0.440038800239563, - 0.07178010046482086, - 0.03762948885560036, - 0.7056396007537842, - 0.36298784613609314, - 0.6046316623687744, - 0.2501027286052704 - ], - "type": "float32" - } - }, - { - "name": "convTranspose2d float32 4D input and filter tensors options.autoPad=same-lower", - "inputs": { - "input": { - "shape": [1, 1, 3, 3], - "data": [ - 0.05605664967552748, - 0.7114230061939892, - 0.6529743817798401, - 0.3862290922141163, - 0.38708372734474095, - 0.9461629334832131, - 0.0957319185290193, - 0.9234652551205444, - 0.6362779541136516 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 2, 3, 3], - "data": [ - 0.861442276299335, - 0.6267672619279181, - 0.6366489967621862, - 0.8382642064548715, - 0.11884837321114183, - 0.9921330460504791, - 0.3285411258903119, - 0.8742373539889388, - 0.7205492498486465, - 0.9801966684571415, - 0.06169835353027997, - 0.3220160786486479, - 0.7498031716529909, - 0.39307147694602995, - 0.1381193362338462, - 0.283850915413119, - 0.4235861336377129, - 0.14485120857485168 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "shape": [1, 2, 6, 6], - "data": [ - 0.0066622416488826275, - 0.6519761085510254, - 0.08455146849155426, - 1.2531912326812744, - 0.07760494202375412, - 0.6478374600410461, - 0.29108259081840515, - 0.8534659743309021, - 0.8645639419555664, - 1.7886453866958618, - 1.1638785600662231, - 1.072873830795288, - 0.04590269923210144, - 0.7076690793037415, - 0.0460042729973793, - 1.177173137664795, - 0.11244992911815643, - 0.9387195110321045, - 0.3976575434207916, - 1.2619296312332153, - 0.9172008633613586, - 1.7258063554763794, - 1.2259691953659058, - 1.0868427753448486, - 0.011377583257853985, - 0.8690866827964783, - 0.1097523421049118, - 1.4495694637298584, - 0.0756206065416336, - 0.6312723755836487, - 0.08369242399930954, - 0.37237587571144104, - 0.8073278069496155, - 0.8744456768035889, - 0.556257963180542, - 0.45846959948539734, - 0.02203426882624626, - 0.5411697030067444, - 0.2796400785446167, - 0.5878635048866272, - 0.25666558742523193, - 0.0901883915066719, - 0.047574520111083984, - 0.7138481140136719, - 0.3252313435077667, - 1.340470790863037, - 0.33496758341789246, - 0.39926382899284363, - 0.15181563794612885, - 0.3435823321342468, - 0.15215156972408295, - 0.7628997564315796, - 0.37190964818000793, - 0.13068340718746185, - 0.16950778663158417, - 1.1018246412277222, - 0.22093959152698517, - 1.2456870079040527, - 0.440038800239563, - 0.3419445753097534, - 0.03762948885560036, - 0.7056396007537842, - 0.36298784613609314, - 0.6046316623687744, - 0.2501027286052704, - 0.08788229525089264, - 0.04055071249604225, - 0.27599334716796875, - 0.3911670744419098, - 0.3143731355667114, - 0.26951852440834045, - 0.09216563403606415 - ], - "type": "float32" - } - }, - { - "name": "convTranspose2d float32 4D input and filter tensors options.autoPad=same-lower ignored options.padding", - "inputs": { - "input": { - "shape": [1, 1, 3, 3], - "data": [ - 0.05605664967552748, - 0.7114230061939892, - 0.6529743817798401, - 0.3862290922141163, - 0.38708372734474095, - 0.9461629334832131, - 0.0957319185290193, - 0.9234652551205444, - 0.6362779541136516 - ], - "type": "float32" - }, - "filter": { - "shape": [1, 2, 3, 3], - "data": [ - 0.861442276299335, - 0.6267672619279181, - 0.6366489967621862, - 0.8382642064548715, - 0.11884837321114183, - 0.9921330460504791, - 0.3285411258903119, - 0.8742373539889388, - 0.7205492498486465, - 0.9801966684571415, - 0.06169835353027997, - 0.3220160786486479, - 0.7498031716529909, - 0.39307147694602995, - 0.1381193362338462, - 0.283850915413119, - 0.4235861336377129, - 0.14485120857485168 - ], - "type": "float32", - "constant": true - } - }, - "options": { - "padding": [1, 1, 1, 1], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "shape": [1, 2, 6, 6], - "data": [ - 0.0066622416488826275, - 0.6519761085510254, - 0.08455146849155426, - 1.2531912326812744, - 0.07760494202375412, - 0.6478374600410461, - 0.29108259081840515, - 0.8534659743309021, - 0.8645639419555664, - 1.7886453866958618, - 1.1638785600662231, - 1.072873830795288, - 0.04590269923210144, - 0.7076690793037415, - 0.0460042729973793, - 1.177173137664795, - 0.11244992911815643, - 0.9387195110321045, - 0.3976575434207916, - 1.2619296312332153, - 0.9172008633613586, - 1.7258063554763794, - 1.2259691953659058, - 1.0868427753448486, - 0.011377583257853985, - 0.8690866827964783, - 0.1097523421049118, - 1.4495694637298584, - 0.0756206065416336, - 0.6312723755836487, - 0.08369242399930954, - 0.37237587571144104, - 0.8073278069496155, - 0.8744456768035889, - 0.556257963180542, - 0.45846959948539734, - 0.02203426882624626, - 0.5411697030067444, - 0.2796400785446167, - 0.5878635048866272, - 0.25666558742523193, - 0.0901883915066719, - 0.047574520111083984, - 0.7138481140136719, - 0.3252313435077667, - 1.340470790863037, - 0.33496758341789246, - 0.39926382899284363, - 0.15181563794612885, - 0.3435823321342468, - 0.15215156972408295, - 0.7628997564315796, - 0.37190964818000793, - 0.13068340718746185, - 0.16950778663158417, - 1.1018246412277222, - 0.22093959152698517, - 1.2456870079040527, - 0.440038800239563, - 0.3419445753097534, - 0.03762948885560036, - 0.7056396007537842, - 0.36298784613609314, - 0.6046316623687744, - 0.2501027286052704, - 0.08788229525089264, - 0.04055071249604225, - 0.27599334716796875, - 0.3911670744419098, - 0.3143731355667114, - 0.26951852440834045, - 0.09216563403606415 - ], - "type": "float32" - } - }, - { "name": "convTranspose2d float32 4D input and filter tensors options.inputLayout=nchw", "inputs": { "input": { diff --git a/tests/wpt/tests/webnn/resources/test_data/l2_pool2d.json b/tests/wpt/tests/webnn/resources/test_data/l2_pool2d.json index bab89e0e394..a65687721a3 100644 --- a/tests/wpt/tests/webnn/resources/test_data/l2_pool2d.json +++ b/tests/wpt/tests/webnn/resources/test_data/l2_pool2d.json @@ -534,340 +534,6 @@ } }, { - "name": "l2Pool2d float32 4D tensor options.autoPad=explicit", - "inputs": { - "input": { - "shape": [1, 2, 5, 5], - "data": [ - 94.07447814941406, - 76.55464172363281, - 62.71847152709961, - 83.8726577758789, - 73.10235595703125, - 41.52470779418945, - 39.3339729309082, - 86.59486389160156, - 23.09039306640625, - 53.650146484375, - 0.00902052316814661, - 42.78899383544922, - 81.03960418701172, - 33.48585510253906, - 33.67196273803711, - 0.42822372913360596, - 80.07991790771484, - 5.929991722106934, - 48.89164733886719, - 15.282920837402344, - 13.335721969604492, - 39.06557846069336, - 97.06050109863281, - 83.68133544921875, - 21.79571533203125, - 52.027313232421875, - 6.397815227508545, - 84.54785919189453, - 18.622516632080078, - 34.10626220703125, - 73.96932220458984, - 36.1437873840332, - 60.73781967163086, - 55.09187316894531, - 63.8924446105957, - 59.36124038696289, - 50.91202926635742, - 50.339813232421875, - 59.31963348388672, - 70.78031921386719, - 35.56179428100586, - 82.53382873535156, - 7.572360038757324, - 61.90089416503906, - 14.084012985229492, - 90.86540985107422, - 39.56248474121094, - 67.77167510986328, - 69.69512176513672, - 89.54518127441406 - ], - "type": "float32" - } - }, - "options": { - "padding": [1, 0, 0, 1], - "autoPad": "explicit" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 254.81358337402344, - 233.14259338378906, - 289.01953125, - 269.777587890625, - 241.52200317382812, - 212.99337768554688, - 292.6146545410156, - 253.77178955078125 - ], - "type": "float32" - } - }, - { - "name": "l2Pool2d float32 4D tensor options.autoPad=same-upper", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 89.69132995605469, - 49.80897521972656, - 84.17794036865234, - 98.6054458618164, - 25.800601959228516, - 71.89942932128906, - 95.26441192626953, - 26.428104400634766, - 44.16105270385742, - 24.04642105102539, - 30.115402221679688, - 54.41345977783203, - 47.779483795166016, - 22.942420959472656, - 24.280946731567383, - 81.68242645263672, - 84.46887969970703, - 84.59886932373047, - 12.081207275390625, - 37.8386344909668, - 57.85399627685547, - 28.702816009521484, - 74.17911529541016, - 67.8487319946289, - 0.811935305595398, - 79.18359375, - 83.0001449584961, - 82.172119140625, - 92.50651550292969, - 8.42988395690918, - 93.89906311035156, - 58.69465255737305 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 189.6240234375, - 174.50064086914062, - 82.66900634765625, - 105.49571228027344, - 193.0572967529297, - 159.13827514648438, - 174.94363403320312, - 160.9452667236328 - ], - "type": "float32" - } - }, - { - "name": "l2Pool2d float32 4D tensor options.autoPad=same-lower", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 89.69132995605469, - 49.80897521972656, - 84.17794036865234, - 98.6054458618164, - 25.800601959228516, - 71.89942932128906, - 95.26441192626953, - 26.428104400634766, - 44.16105270385742, - 24.04642105102539, - 30.115402221679688, - 54.41345977783203, - 47.779483795166016, - 22.942420959472656, - 24.280946731567383, - 81.68242645263672, - 84.46887969970703, - 84.59886932373047, - 12.081207275390625, - 37.8386344909668, - 57.85399627685547, - 28.702816009521484, - 74.17911529541016, - 67.8487319946289, - 0.811935305595398, - 79.18359375, - 83.0001449584961, - 82.172119140625, - 92.50651550292969, - 8.42988395690918, - 93.89906311035156, - 58.69465255737305 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 127.90882873535156, - 185.0220947265625, - 105.7017593383789, - 164.85511779785156, - 135.8782501220703, - 140.2302703857422, - 138.09474182128906, - 207.78431701660156 - ], - "type": "float32" - } - }, - { - "name": "l2Pool2d float32 4D tensor options.autoPad=same-upper ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 89.69132995605469, - 49.80897521972656, - 84.17794036865234, - 98.6054458618164, - 25.800601959228516, - 71.89942932128906, - 95.26441192626953, - 26.428104400634766, - 44.16105270385742, - 24.04642105102539, - 30.115402221679688, - 54.41345977783203, - 47.779483795166016, - 22.942420959472656, - 24.280946731567383, - 81.68242645263672, - 84.46887969970703, - 84.59886932373047, - 12.081207275390625, - 37.8386344909668, - 57.85399627685547, - 28.702816009521484, - 74.17911529541016, - 67.8487319946289, - 0.811935305595398, - 79.18359375, - 83.0001449584961, - 82.172119140625, - 92.50651550292969, - 8.42988395690918, - 93.89906311035156, - 58.69465255737305 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 189.6240234375, - 174.50064086914062, - 82.66900634765625, - 105.49571228027344, - 193.0572967529297, - 159.13827514648438, - 174.94363403320312, - 160.9452667236328 - ], - "type": "float32" - } - }, - { - "name": "l2Pool2d float32 4D tensor options.autoPad=same-lower ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 89.69132995605469, - 49.80897521972656, - 84.17794036865234, - 98.6054458618164, - 25.800601959228516, - 71.89942932128906, - 95.26441192626953, - 26.428104400634766, - 44.16105270385742, - 24.04642105102539, - 30.115402221679688, - 54.41345977783203, - 47.779483795166016, - 22.942420959472656, - 24.280946731567383, - 81.68242645263672, - 84.46887969970703, - 84.59886932373047, - 12.081207275390625, - 37.8386344909668, - 57.85399627685547, - 28.702816009521484, - 74.17911529541016, - 67.8487319946289, - 0.811935305595398, - 79.18359375, - 83.0001449584961, - 82.172119140625, - 92.50651550292969, - 8.42988395690918, - 93.89906311035156, - 58.69465255737305 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 127.90882873535156, - 185.0220947265625, - 105.7017593383789, - 164.85511779785156, - 135.8782501220703, - 140.2302703857422, - 138.09474182128906, - 207.78431701660156 - ], - "type": "float32" - } - }, - { "name": "l2Pool2d float32 4D tensor options.layout=nchw", "inputs": { "input": { @@ -1474,7 +1140,6 @@ "options": { "windowDimensions": [3, 3], "padding": [1, 0, 0, 1], - "autoPad": "explicit", "strides": [2, 2], "dilations": [1, 1], "layout": "nhwc" diff --git a/tests/wpt/tests/webnn/resources/test_data/max_pool2d.json b/tests/wpt/tests/webnn/resources/test_data/max_pool2d.json index 4532843d2b5..216b4c55ddb 100644 --- a/tests/wpt/tests/webnn/resources/test_data/max_pool2d.json +++ b/tests/wpt/tests/webnn/resources/test_data/max_pool2d.json @@ -464,340 +464,6 @@ } }, { - "name": "maxPool2d float32 4D tensor options.autoPad=explicit", - "inputs": { - "input": { - "shape": [1, 2, 5, 5], - "data": [ - 89.00830216793153, - -45.720390400208274, - -61.3061304134967, - -4.014514560596496, - -94.54893342858352, - 46.28090328619564, - 99.28312923953135, - -10.057873368956962, - 9.742474583994337, - -39.03501766575275, - 75.08192382950091, - 12.819415189421207, - -33.01505690327188, - 38.691340789603316, - 66.09259104681504, - 97.903480409299, - -8.737769993284147, - -53.4216238072017, - 72.10852084777076, - -40.42309116918719, - -35.68864442661396, - -87.64779401381033, - 38.87424286093716, - 39.38360329656629, - 7.429088108317444, - -76.72171237621149, - 50.21706410294061, - -52.89547724835329, - -44.64233565670091, - -97.86752535352848, - 81.73119248706783, - 5.428491238061412, - -29.227728678237995, - 72.44899280781078, - -59.34124718116585, - 39.19959912145927, - -65.99438957588619, - -4.204323589500888, - -60.5458643662661, - 55.89052583821697, - 80.30483906634527, - 72.88830243502153, - -46.59610987974246, - 20.503878887964206, - -31.126462826158445, - -57.29456052682171, - -26.62357805164706, - 15.93575469730375, - -78.77953474824318, - 72.33577555559427 - ], - "type": "float32" - } - }, - "options": { - "padding": [1, 0, 0, 1], - "autoPad": "explicit" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 99.28312683105469, - 99.28312683105469, - 99.28312683105469, - 99.28312683105469, - 81.73119354248047, - 72.8883056640625, - 81.73119354248047, - 72.8883056640625 - ], - "type": "float32" - } - }, - { - "name": "maxPool2d float32 4D tensor options.autoPad=same-upper", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 90.19580379109371, - 3.100482753598527, - 25.328822520960074, - 95.79016799138552, - -28.66704447898583, - -95.44752500898142, - -4.985161962403197, - -8.48460109616957, - -80.97691341362152, - -17.005109111308727, - -6.038760193142295, - 38.40922446364979, - -7.992178512477196, - 81.2006267730795, - 20.61885063772428, - -33.95224998477518, - -96.69404524982971, - -80.66036026545542, - 14.05812623156973, - 71.19384576769727, - 90.27735528668126, - -98.09758264975711, - 79.82735855507025, - 51.29492635990994, - 97.67522462775861, - -28.093948900517333, - 6.811551163368804, - 62.81929061329504, - -74.77656671772914, - 81.95471994368236, - 79.12276218750796, - -79.67557686936195 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 90.19580078125, - 95.79016876220703, - 81.20063018798828, - 38.40922546386719, - 97.67522430419922, - 79.82736206054688, - 97.67522430419922, - 79.12276458740234 - ], - "type": "float32" - } - }, - { - "name": "maxPool2d float32 4D tensor options.autoPad=same-lower", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 90.19580379109371, - 3.100482753598527, - 25.328822520960074, - 95.79016799138552, - -28.66704447898583, - -95.44752500898142, - -4.985161962403197, - -8.48460109616957, - -80.97691341362152, - -17.005109111308727, - -6.038760193142295, - 38.40922446364979, - -7.992178512477196, - 81.2006267730795, - 20.61885063772428, - -33.95224998477518, - -96.69404524982971, - -80.66036026545542, - 14.05812623156973, - 71.19384576769727, - 90.27735528668126, - -98.09758264975711, - 79.82735855507025, - 51.29492635990994, - 97.67522462775861, - -28.093948900517333, - 6.811551163368804, - 62.81929061329504, - -74.77656671772914, - 81.95471994368236, - 79.12276218750796, - -79.67557686936195 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 90.19580078125, - 95.79016876220703, - 81.20063018798828, - 81.20063018798828, - 90.27735900878906, - 79.82736206054688, - 97.67522430419922, - 81.95471954345703 - ], - "type": "float32" - } - }, - { - "name": "maxPool2d float32 4D tensor options.autoPad=same-upper ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 90.19580379109371, - 3.100482753598527, - 25.328822520960074, - 95.79016799138552, - -28.66704447898583, - -95.44752500898142, - -4.985161962403197, - -8.48460109616957, - -80.97691341362152, - -17.005109111308727, - -6.038760193142295, - 38.40922446364979, - -7.992178512477196, - 81.2006267730795, - 20.61885063772428, - -33.95224998477518, - -96.69404524982971, - -80.66036026545542, - 14.05812623156973, - 71.19384576769727, - 90.27735528668126, - -98.09758264975711, - 79.82735855507025, - 51.29492635990994, - 97.67522462775861, - -28.093948900517333, - 6.811551163368804, - 62.81929061329504, - -74.77656671772914, - 81.95471994368236, - 79.12276218750796, - -79.67557686936195 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-upper" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 90.19580078125, - 95.79016876220703, - 81.20063018798828, - 38.40922546386719, - 97.67522430419922, - 79.82736206054688, - 97.67522430419922, - 79.12276458740234 - ], - "type": "float32" - } - }, - { - "name": "maxPool2d float32 4D tensor options.autoPad=same-lower ignores options.padding", - "inputs": { - "input": { - "shape": [1, 2, 4, 4], - "data": [ - 90.19580379109371, - 3.100482753598527, - 25.328822520960074, - 95.79016799138552, - -28.66704447898583, - -95.44752500898142, - -4.985161962403197, - -8.48460109616957, - -80.97691341362152, - -17.005109111308727, - -6.038760193142295, - 38.40922446364979, - -7.992178512477196, - 81.2006267730795, - 20.61885063772428, - -33.95224998477518, - -96.69404524982971, - -80.66036026545542, - 14.05812623156973, - 71.19384576769727, - 90.27735528668126, - -98.09758264975711, - 79.82735855507025, - 51.29492635990994, - 97.67522462775861, - -28.093948900517333, - 6.811551163368804, - 62.81929061329504, - -74.77656671772914, - 81.95471994368236, - 79.12276218750796, - -79.67557686936195 - ], - "type": "float32" - } - }, - "options": { - "windowDimensions": [3, 3], - "padding": [2, 2, 2, 2], - "strides": [2, 2], - "autoPad": "same-lower" - }, - "expected": { - "name": "output", - "shape": [1, 2, 2, 2], - "data": [ - 90.19580078125, - 95.79016876220703, - 81.20063018798828, - 81.20063018798828, - 90.27735900878906, - 79.82736206054688, - 97.67522430419922, - 81.95471954345703 - ], - "type": "float32" - } - }, - { "name": "maxPool2d float32 4D tensor options.layout=nchw", "inputs": { "input": { @@ -1404,7 +1070,6 @@ "options": { "windowDimensions": [3, 3], "padding": [1, 0, 0, 1], - "autoPad": "explicit", "strides": [2, 2], "dilations": [1, 1], "layout": "nhwc" diff --git a/tests/wpt/tests/webnn/resources/utils_validation.js b/tests/wpt/tests/webnn/resources/utils_validation.js new file mode 100644 index 00000000000..10c704384f4 --- /dev/null +++ b/tests/wpt/tests/webnn/resources/utils_validation.js @@ -0,0 +1,345 @@ +'use strict'; + +// https://webmachinelearning.github.io/webnn/#enumdef-mloperanddatatype +const allWebNNOperandDataTypes = [ + 'float32', + 'float16', + 'int32', + 'uint32', + 'int64', + 'uint64', + 'int8', + 'uint8' +]; + +const unsignedLongType = 'unsigned long'; + +const dimensions0D = []; +const dimensions1D = [2]; +const dimensions2D = [2, 3]; +const dimensions3D = [2, 3, 4]; +const dimensions4D = [2, 3, 4, 5]; +const dimensions5D = [2, 3, 4, 5, 6]; + +const adjustOffsetsArray = [ + // Decrease 1 + -1, + // Increase 1 + 1 +]; + +// TODO +// Add more 5+ dimensions +const allWebNNDimensionsArray = [ + dimensions0D, + dimensions1D, + dimensions2D, + dimensions3D, + dimensions4D, + dimensions5D +]; + +const notUnsignedLongAxisArray = [ + // String + 'abc', + // BigInt + BigInt(100), + // Object + { + value: 1 + }, + // Array Object + [0, 1], + // Date Object + new Date("2024-01-01"), +]; + +function getRank(inputDimensions) { + return inputDimensions.length; +} + +function getAxisArray(inputDimensions) { + return Array.from({length: inputDimensions.length}, (_, i) => i); +} + +function getAxesArrayContainSameValues(inputDimensions) { + // TODO + // Currently this function returns an array containing each element which all have the same value. + // For example axes: [0, 1, 2] for 3D input tensor + // this function returns + // [ + // // two values are same + // [0, 0], + // [1, 1], + // [2, 2], + // // three values are same + // [0, 0, 0], + // [1, 1, 1] + // [2, 2, 2] + // ] + // while it should return + // [ + // // two values are same + // [0, 0], + // [1, 1], + // [2, 2], + // [0, 0, 1], + // [0, 0, 2], + // [0, 1, 0], + // [0, 2, 0], + // [1, 0, 0], + // [2, 0, 0], + // [1, 1, 0], + // [1, 1, 2], + // [1, 0, 1], + // [1, 2, 1], + // [0, 1, 1], + // [2, 1, 1], + // [2, 2, 0], + // [2, 2, 1], + // [2, 0, 2], + // [2, 1, 2], + // [0, 2, 2], + // [1, 2, 2], + // // three (all) values are same + // [0, 0, 0], + // [1, 1, 1] + // [2, 2, 2] + // ] + const axesArrayContainSameValues = []; + const length = inputDimensions.length; + if (length >= 2) { + const validAxesArrayFull = getAxisArray(inputDimensions); + for (let index = 0; index < length; index++) { + axesArrayContainSameValues.push(new Array(2).fill(validAxesArrayFull[index])); + if (length > 2) { + axesArrayContainSameValues.push(new Array(3).fill(validAxesArrayFull[index])); + } + } + } + return axesArrayContainSameValues; +} + +function generateUnbroadcastableDimensionsArray(dimensions) { + // Currently this function returns an array of some unbroadcastable dimensions. + // for example given dimensions [2, 3, 4] + // this function returns + // [ + // [3, 3, 4], + // [2, 2, 4], + // [2, 4, 4], + // [2, 3, 3], + // [2, 3, 5], + // [3], + // [5], + // [1, 3], + // [1, 5], + // [1, 1, 3], + // [1, 1, 5], + // [1, 1, 1, 3], + // [1, 1, 1, 5], + // ] + if (dimensions.every(v => v === 1)) { + throw new Error(`[${dimensions}] always can be broadcasted`); + } + const resultDimensions = []; + const length = dimensions.length; + if (!dimensions.slice(0, length - 1).every(v => v === 1)) { + for (let i = 0; i < length; i++) { + if (dimensions[i] !== 1) { + for (let offset of [-1, 1]) { + const dimensionsB = dimensions.slice(); + dimensionsB[i] += offset; + if (dimensionsB[i] !== 1) { + resultDimensions.push(dimensionsB); + } + } + } + } + } + const lastDimensionSize = dimensions[length - 1]; + if (lastDimensionSize !== 1) { + for (let j = 0; j <= length; j++) { + if (lastDimensionSize > 2) { + resultDimensions.push(Array(j).fill(1).concat([lastDimensionSize - 1])); + } + resultDimensions.push(Array(j).fill(1).concat([lastDimensionSize + 1])); + } + } + return resultDimensions; +} + +function generateOutOfRangeValuesArray(type) { + let range, outsideValueArray; + switch (type) { + case 'unsigned long': + // https://webidl.spec.whatwg.org/#idl-unsigned-long + // The unsigned long type is an unsigned integer type that has values in the range [0, 4294967295]. + range = [0, 4294967295]; + break; + default: + throw new Error(`Unsupport ${type}`); + } + outsideValueArray = [range[0] - 1, range[1] + 1]; + return outsideValueArray; +} + +let inputIndex = 0; +let inputAIndex = 0; +let inputBIndex = 0; +let context, builder; + +promise_setup(async () => { + context = await navigator.ml.createContext(); + builder = new MLGraphBuilder(context); +}, {explicit_timeout: true}); + +function validateTwoInputsBroadcastable(operationName) { + promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + for (let dimensions of allWebNNDimensionsArray) { + if (dimensions.length > 0) { + const inputA = builder.input(`inputA${++inputAIndex}`, {dataType, dimensions}); + const unbroadcastableDimensionsArray = generateUnbroadcastableDimensionsArray(dimensions); + for (let unbroadcastableDimensions of unbroadcastableDimensionsArray) { + const inputB = builder.input(`inputB${++inputBIndex}`, {dataType, dimensions: unbroadcastableDimensions}); + assert_throws_dom('DataError', () => builder[operationName](inputA, inputB)); + assert_throws_dom('DataError', () => builder[operationName](inputB, inputA)); + } + } + } + } + }, `[${operationName}] DataError is expected if two inputs aren't broadcastable`); +} + +function validateTwoInputsOfSameDataType(operationName) { + let operationNameArray; + if (typeof operationName === 'string') { + operationNameArray = [operationName]; + } else if (Array.isArray(operationName)) { + operationNameArray = operationName; + } else { + throw new Error(`${operationName} should be an operation name string or an operation name string array`); + } + for (let subOperationName of operationNameArray) { + promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + for (let dimensions of allWebNNDimensionsArray) { + const inputA = builder.input(`inputA${++inputAIndex}`, {dataType, dimensions}); + for (let dataTypeB of allWebNNOperandDataTypes) { + if (dataType !== dataTypeB) { + const inputB = builder.input(`inputB${++inputBIndex}`, {dataType: dataTypeB, dimensions}); + assert_throws_dom('DataError', () => builder[subOperationName](inputA, inputB)); + } + } + } + } + }, `[${subOperationName}] DataError is expected if two inputs aren't of same data type`); + } +} + +/** + * Validate options.axes by given operation and input rank for + * argMin/Max / layerNormalization / Reduction operations / resample2d operations + * @param {(String[]|String)} operationName - An operation name array or an operation name + * @param {Number} [inputRank] + */ +function validateOptionsAxes(operationName, inputRank) { + let operationNameArray; + if (typeof operationName === 'string') { + operationNameArray = [operationName]; + } else if (Array.isArray(operationName)) { + operationNameArray = operationName; + } else { + throw new Error(`${operationName} should be an operation name string or an operation name string array`); + } + const invalidAxisArray = generateOutOfRangeValuesArray(unsignedLongType); + for (let subOperationName of operationNameArray) { + // TypeError is expected if any of options.axes elements is not an unsigned long interger + promise_test(async t => { + if (inputRank === undefined) { + // argMin/Max / layerNormalization / Reduction operations + for (let dataType of allWebNNOperandDataTypes) { + for (let dimensions of allWebNNDimensionsArray) { + const rank = getRank(dimensions); + if (rank >= 1) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions}); + for (let invalidAxis of invalidAxisArray) { + assert_throws_js(TypeError, () => builder[subOperationName](input, {axes: invalidAxis})); + } + for (let axis of notUnsignedLongAxisArray) { + assert_false(typeof axis === 'number' && Number.isInteger(axis), `[${subOperationName}] any of options.axes elements should be of 'unsigned long'`); + assert_throws_js(TypeError, () => builder[subOperationName](input, {axes: [axis]})); + } + } + } + } + } else { + // resample2d + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: allWebNNDimensionsArray[inputRank]}); + for (let invalidAxis of invalidAxisArray) { + assert_throws_js(TypeError, () => builder[subOperationName](input, {axes: invalidAxis})); + } + for (let axis of notUnsignedLongAxisArray) { + assert_false(typeof axis === 'number' && Number.isInteger(axis), `[${subOperationName}] any of options.axes elements should be of 'unsigned long'`); + assert_throws_js(TypeError, () => builder[subOperationName](input, {axes: [axis]})); + } + } + } + }, `[${subOperationName}] TypeError is expected if any of options.axes elements is not an unsigned long interger`); + + // DataError is expected if any of options.axes elements is greater or equal to the size of input + promise_test(async t => { + if (inputRank === undefined) { + // argMin/Max / layerNormalization / Reduction operations + for (let dataType of allWebNNOperandDataTypes) { + for (let dimensions of allWebNNDimensionsArray) { + const rank = getRank(dimensions); + if (rank >= 1) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions}); + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes: [rank]})); + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes: [rank + 1]})); + } + } + } + } else { + // resample2d + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: allWebNNDimensionsArray[inputRank]}); + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes: [inputRank]})); + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes: [inputRank + 1]})); + } + } + }, `[${subOperationName}] DataError is expected if any of options.axes elements is greater or equal to the size of input`); + + // DataError is expected if two or more values are same in the axes sequence + promise_test(async t => { + if (inputRank === undefined) { + // argMin/Max / layerNormalization / Reduction operations + for (let dataType of allWebNNOperandDataTypes) { + for (let dimensions of allWebNNDimensionsArray) { + const rank = getRank(dimensions); + if (rank >= 2) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions}); + const axesArrayContainSameValues = getAxesArrayContainSameValues(dimensions); + for (let axes of axesArrayContainSameValues) { + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes})); + } + } + } + } + } else { + // resample2d + for (let dataType of allWebNNOperandDataTypes) { + const dimensions = allWebNNDimensionsArray[inputRank]; + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions}); + const axesArrayContainSameValues = getAxesArrayContainSameValues(dimensions); + for (let axes of axesArrayContainSameValues) { + assert_throws_dom('DataError', () => builder[subOperationName](input, {axes})); + } + } + } + }, `[${subOperationName}] DataError is expected if two or more values are same in the axes sequence`); + } +} diff --git a/tests/wpt/tests/webnn/sigmoid.https.any.js b/tests/wpt/tests/webnn/sigmoid.https.any.js deleted file mode 100644 index e904d8dfa78..00000000000 --- a/tests/wpt/tests/webnn/sigmoid.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API sigmoid operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-sigmoid - -testWebNNOperation('sigmoid', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/slice.https.any.js b/tests/wpt/tests/webnn/slice.https.any.js deleted file mode 100644 index cb7acefc053..00000000000 --- a/tests/wpt/tests/webnn/slice.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API slice operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-slice - -testWebNNOperation('slice', buildSlice);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/softmax.https.any.js b/tests/wpt/tests/webnn/softmax.https.any.js deleted file mode 100644 index 8e5342bd75a..00000000000 --- a/tests/wpt/tests/webnn/softmax.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softmax operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softmax - -testWebNNOperation('softmax', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/softplus.https.any.js b/tests/wpt/tests/webnn/softplus.https.any.js deleted file mode 100644 index 7096f64a043..00000000000 --- a/tests/wpt/tests/webnn/softplus.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softplus operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softplus - -testWebNNOperation('softplus', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/softsign.https.any.js b/tests/wpt/tests/webnn/softsign.https.any.js deleted file mode 100644 index 61a7d5365fa..00000000000 --- a/tests/wpt/tests/webnn/softsign.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API softsign operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-softsign - -testWebNNOperation('softsign', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/split.https.any.js b/tests/wpt/tests/webnn/split.https.any.js deleted file mode 100644 index b6fc5b4d98d..00000000000 --- a/tests/wpt/tests/webnn/split.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API split operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-split - -testWebNNOperation('split', buildSplit);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/tanh.https.any.js b/tests/wpt/tests/webnn/tanh.https.any.js deleted file mode 100644 index d0d45e754b2..00000000000 --- a/tests/wpt/tests/webnn/tanh.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API tanh operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-tanh - -testWebNNOperation('tanh', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/transpose.https.any.js b/tests/wpt/tests/webnn/transpose.https.any.js deleted file mode 100644 index 63a123342aa..00000000000 --- a/tests/wpt/tests/webnn/transpose.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API transpose operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-transpose - -testWebNNOperation('transpose', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/triangular.https.any.js b/tests/wpt/tests/webnn/triangular.https.any.js deleted file mode 100644 index 1f1af6dcab6..00000000000 --- a/tests/wpt/tests/webnn/triangular.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API triangular operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-triangular - -testWebNNOperation('triangular', buildOperationWithSingleInput);
\ No newline at end of file diff --git a/tests/wpt/tests/webnn/validation_tests/arg_min_max.https.any.js b/tests/wpt/tests/webnn/validation_tests/arg_min_max.https.any.js new file mode 100644 index 00000000000..700be83b04a --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/arg_min_max.https.any.js @@ -0,0 +1,8 @@ +// META: title=validation tests for WebNN API argMin/Max operations +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +validateOptionsAxes(['argMin', 'argMax']); diff --git a/tests/wpt/tests/webnn/validation_tests/batch_normalization.https.any.js b/tests/wpt/tests/webnn/validation_tests/batch_normalization.https.any.js new file mode 100644 index 00000000000..25b542d34ea --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/batch_normalization.https.any.js @@ -0,0 +1,190 @@ +// META: title=validation tests for WebNN API batchNormalization operation +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +let meanIndex = 0; +let varianceIndex = 0; + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + const invalidAxisArray = generateOutOfRangeValuesArray(unsignedLongType); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + for (let invalidAxis of invalidAxisArray) { + assert_throws_js(TypeError, () => builder.batchNormalization(input, mean, variance, {axis: invalidAxis})); + } + } + } +}, "[batchNormalization] TypeError is expected if options.axis is outside the 'unsigned long' value range"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis: getRank(dimensions2D)})); + } + } +}, "[batchNormalization] DataError is expected if options.axis is 'unsigned long' and it's not in the range 0 to the rank of input, exclusive"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + for (let axis of notUnsignedLongAxisArray) { + assert_false(typeof axis === 'number' && Number.isInteger(axis), "[batchNormalization] options.axis should be of 'unsigned long'"); + assert_throws_js(TypeError, () => builder.batchNormalization(input, mean, variance, {axis})); + } + } + } +}, '[batchNormalization] TypeError is expected if options.axis is not an unsigned long interger'); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + for (let dimensions of allWebNNDimensionsArray) { + if (dimensions.length !== 1) { + // set mean not be 1D tensor + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance)); + } + } + } + } +}, "[batchNormalization] DataError is expected if the size of mean.dimensions is not 1"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + for (let offset of adjustOffsetsArray) { + const adjustedSize = size + offset; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [adjustedSize]}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis})); + } + } + } +}, "[batchNormalization] DataError is expected if mean.dimensions[0] is not equal to input.dimensions[options.axis]"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + for (let dimensions of allWebNNDimensionsArray) { + if (dimensions.length !== 1) { + // set variance not be 1D tensor + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance)); + } + } + } + } +}, "[batchNormalization] DataError is expected if the size of variance.dimensions is not 1"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + for (let offset of adjustOffsetsArray) { + const adjustedSize = size + offset; + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [adjustedSize]}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis})); + } + } + } +}, "[batchNormalization] DataError is expected if variance.dimensions[0] is not equal to input.dimensions[options.axis]"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + for (let dimensions of allWebNNDimensionsArray) { + if (dimensions.length !== 1) { + // set scale not be 1D tensor + const scale = builder.input('scale', {dataType, dimensions}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis, scale})); + } + } + } + } +}, "[batchNormalization] DataError is expected if the size of scale.dimensions is not 1"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + for (let offset of adjustOffsetsArray) { + const adjustedSize = size + offset; + const scale = builder.input('scale', {dataType, dimensions: [adjustedSize]}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis, scale})); + } + } + } +}, "[batchNormalization] DataError is expected if scale.dimensions[0] is not equal to input.dimensions[options.axis]"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [dimensions2D[axis]]}); + for (let dimensions of allWebNNDimensionsArray) { + if (dimensions.length !== 1) { + // set bias not be 1D tensor + const bias = builder.input('bias', {dataType, dimensions}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis, bias})); + } + } + } + } +}, "[batchNormalization] DataError is expected if the size of bias.dimensions is not 1"); + +promise_test(async t => { + for (let dataType of allWebNNOperandDataTypes) { + const input = builder.input(`input${++inputIndex}`, {dataType, dimensions: dimensions2D}); + const validAxisArray = getAxisArray(dimensions2D); + for (let axis of validAxisArray) { + let size = dimensions2D[axis]; + const mean = builder.input(`mean${++meanIndex}`, {dataType, dimensions: [size]}); + const variance = builder.input(`variance${++varianceIndex}`, {dataType, dimensions: [size]}); + for (let offset of adjustOffsetsArray) { + const adjustedSize = size + offset; + const bias = builder.input('bias', {dataType, dimensions: [adjustedSize]}); + assert_throws_dom('DataError', () => builder.batchNormalization(input, mean, variance, {axis, bias})); + } + } + } +}, "[batchNormalization] DataError is expected if bias.dimensions[0] is not equal to input.dimensions[options.axis]"); diff --git a/tests/wpt/tests/webnn/validation_tests/elementwise_binary.https.any.js b/tests/wpt/tests/webnn/validation_tests/elementwise_binary.https.any.js new file mode 100644 index 00000000000..97a1a2b93c9 --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/elementwise_binary.https.any.js @@ -0,0 +1,11 @@ +// META: title=validation tests for WebNN API element-wise binary operations +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +['add', 'sub', 'mul', 'div', 'max', 'min', 'pow'].forEach((operationName) => { + validateTwoInputsOfSameDataType(operationName); + validateTwoInputsBroadcastable(operationName); +}); diff --git a/tests/wpt/tests/webnn/validation_tests/layer_normalization.https.any.js b/tests/wpt/tests/webnn/validation_tests/layer_normalization.https.any.js new file mode 100644 index 00000000000..7dbcf5c74a7 --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/layer_normalization.https.any.js @@ -0,0 +1,8 @@ +// META: title=validation tests for WebNN API +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +validateOptionsAxes('layerNormalization', 4); diff --git a/tests/wpt/tests/webnn/validation_tests/reduction.https.any.js b/tests/wpt/tests/webnn/validation_tests/reduction.https.any.js new file mode 100644 index 00000000000..65b71239b96 --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/reduction.https.any.js @@ -0,0 +1,21 @@ +// META: title=validation tests for WebNN API reduction operation +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +[ + 'reduceL1', + 'reduceL2', + 'reduceLogSum', + 'reduceLogSumExp', + 'reduceMax', + 'reduceMean', + 'reduceMin', + 'reduceProduct', + 'reduceSum', + 'reduceSumSquare', +].forEach((operationName) => { + validateOptionsAxes(operationName); +}); diff --git a/tests/wpt/tests/webnn/validation_tests/resample2d.https.any.js b/tests/wpt/tests/webnn/validation_tests/resample2d.https.any.js new file mode 100644 index 00000000000..2e00cf297cb --- /dev/null +++ b/tests/wpt/tests/webnn/validation_tests/resample2d.https.any.js @@ -0,0 +1,8 @@ +// META: title=validation tests for WebNN API resample2d operation +// META: global=window,dedicatedworker +// META: script=../resources/utils_validation.js +// META: timeout=long + +'use strict'; + +validateOptionsAxes('resample2d', 4); diff --git a/tests/wpt/tests/webnn/where.https.any.js b/tests/wpt/tests/webnn/where.https.any.js deleted file mode 100644 index 306128a8142..00000000000 --- a/tests/wpt/tests/webnn/where.https.any.js +++ /dev/null @@ -1,10 +0,0 @@ -// META: title=test WebNN API where operation -// META: global=window,dedicatedworker -// META: script=./resources/utils.js -// META: timeout=long - -'use strict'; - -// https://webmachinelearning.github.io/webnn/#api-mlgraphbuilder-where - -testWebNNOperation('where', buildWhere);
\ No newline at end of file diff --git a/tests/wpt/tests/webrtc-stats/supported-stats.https.html b/tests/wpt/tests/webrtc-stats/supported-stats.https.html index b886778e516..677736f3cd8 100644 --- a/tests/wpt/tests/webrtc-stats/supported-stats.https.html +++ b/tests/wpt/tests/webrtc-stats/supported-stats.https.html @@ -179,6 +179,18 @@ promise_test(async t => { ]); const stats = await getAllStats(t, pc1); + // The focus of this test is that there are no dangling references, + // i.e. keys ending with `Id` as described in + // https://w3c.github.io/webrtc-stats/#guidelines-for-design-of-stats-objects + test(t => { + for (const stat of stats.values()) { + Object.keys(stat).forEach(key => { + if (!key.endsWith('Id')) return; + assert_true(stats.has(stat[key]), `${stat.type}.${key} can be resolved`); + }); + } + }, 'All references resolve'); + // The focus of this test is not API correctness, but rather to provide an // accessible metric of implementation progress by dictionary member. We count // whether we've seen each dictionary's members in getStats(). diff --git a/tests/wpt/tests/webrtc/RTCConfiguration-iceServers.html b/tests/wpt/tests/webrtc/RTCConfiguration-iceServers.html index d344cce9f86..aa66bfbb2bf 100644 --- a/tests/wpt/tests/webrtc/RTCConfiguration-iceServers.html +++ b/tests/wpt/tests/webrtc/RTCConfiguration-iceServers.html @@ -301,12 +301,4 @@ }] })); }, `with empty urls should throw SyntaxError`); - // Blink and Gecko fall back to url, but it's not in the spec. - config_test(makePc => { - assert_throws_js(TypeError, () => - makePc({ iceServers: [{ - url: 'stun:stun1.example.net' - }] })); - }, 'with url field should throw TypeError'); - </script> diff --git a/tests/wpt/tests/webrtc/RTCPeerConnection-createDataChannel.html b/tests/wpt/tests/webrtc/RTCPeerConnection-createDataChannel.html index cddbd02c7bf..373630ff772 100644 --- a/tests/wpt/tests/webrtc/RTCPeerConnection-createDataChannel.html +++ b/tests/wpt/tests/webrtc/RTCPeerConnection-createDataChannel.html @@ -707,6 +707,19 @@ for (const options of [{}, {negotiated: true, id: 0}]) { await createDataChannelPair(t, options, pc1); }, `addTrack, then creating ${mode}, should negotiate properly when max-bundle is used`); + promise_test(async t => { + const pc1 = new RTCPeerConnection(); + const pc2 = new RTCPeerConnection(); + const stream = await getNoiseStream({audio: true, video: true}); + stream.getTracks().forEach((track) => pc1.addTrack(track, stream)); + await createDataChannelPair(t, options, pc1, pc2); + + await pc1.setLocalDescription(); + await pc2.setRemoteDescription(pc1.localDescription); + await pc2.setLocalDescription(); + await pc1.setRemoteDescription(pc2.localDescription); + }, `Renegotiation with audio/video and ${mode} should work properly`); + /* This test is disabled until https://github.com/w3c/webrtc-pc/issues/2562 has been resolved; it presupposes that stopping the first transceiver diff --git a/tests/wpt/tests/webrtc/RTCRtpTransceiver-setCodecPreferences.html b/tests/wpt/tests/webrtc/RTCRtpTransceiver-setCodecPreferences.html index 30a0fa69c52..8142132a8c3 100644 --- a/tests/wpt/tests/webrtc/RTCRtpTransceiver-setCodecPreferences.html +++ b/tests/wpt/tests/webrtc/RTCRtpTransceiver-setCodecPreferences.html @@ -34,7 +34,7 @@ const pc = new RTCPeerConnection(); t.add_cleanup(() => pc.close()); const transceiver = pc.addTransceiver('audio'); - const capabilities = RTCRtpSender.getCapabilities('audio'); + const capabilities = RTCRtpReceiver.getCapabilities('audio'); const { codecs } = capabilities; if(codecs.length >= 2) { diff --git a/tests/wpt/tests/webrtc/historical.html b/tests/wpt/tests/webrtc/historical.html index ae7a29dec0c..e30a7bc7d35 100644 --- a/tests/wpt/tests/webrtc/historical.html +++ b/tests/wpt/tests/webrtc/historical.html @@ -2,6 +2,7 @@ <title>Historical WebRTC features</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> +<script src="RTCConfiguration-helper.js"></script> <div id="log"></div> <script> [ @@ -48,4 +49,12 @@ assert_false(name in window); }, name + " interface should not exist"); }); + +// Blink and Gecko fall back to url, but it's not in the spec. +config_test(makePc => { + assert_throws_js(TypeError, () => + makePc({ iceServers: [{ + url: 'stun:stun1.example.net' + }] })); +}, 'with url field should throw TypeError'); </script> diff --git a/tests/wpt/tests/websockets/handlers/passive-close-abort_wsh.py b/tests/wpt/tests/websockets/handlers/passive-close-abort_wsh.py new file mode 100644 index 00000000000..ac3f67c8db1 --- /dev/null +++ b/tests/wpt/tests/websockets/handlers/passive-close-abort_wsh.py @@ -0,0 +1,24 @@ +# Copyright (c) 2024 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +Wait for a Close frame from the client and then close the connection without +sending a Close frame in return. +""" + +from mod_pywebsocket.handshake import AbortedByUserException + + +def web_socket_do_extra_handshake(request): + pass + + +def web_socket_transfer_data(request): + while True: + if request.ws_stream.receive_message() is None: + return + + +def web_socket_passive_closing_handshake(request): + raise AbortedByUserException('abrupt close') diff --git a/tests/wpt/tests/websockets/handlers/remote-close_wsh.py b/tests/wpt/tests/websockets/handlers/remote-close_wsh.py new file mode 100644 index 00000000000..aadd99ea950 --- /dev/null +++ b/tests/wpt/tests/websockets/handlers/remote-close_wsh.py @@ -0,0 +1,44 @@ +# Copyright (c) 2024 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +""" +Perform a server-initiated close according to the parameters passed in the +query string. Supported parameters: + + * code=INT: The close code to send in the close frame. If omitted the Close + frame will have an empty body. + + * reason=TEXT: The reason to be sent in the close frame. Only sent if `code` is + set. + + * abrupt=1: Close the connection without sending a Close frame. + +Example: /remote-close?code=1000&reason=Done + +""" + +import urllib + +from mod_pywebsocket.handshake import AbortedByUserException + + +def web_socket_do_extra_handshake(request): + pass + + +def web_socket_transfer_data(request): + parts = urllib.parse.urlsplit(request.uri) + parameters = urllib.parse.parse_qs(parts.query) + if 'abrupt' in parameters: + # Send a ping frame to make sure this isn't misinterpreted as a + # handshake failure. + request.ws_stream.send_ping('ping') + # Rudely close the connection. + raise AbortedByUserException('Abort the connection') + code = None + reason = None + if 'code' in parameters: + code = int(parameters['code'][0]) + reason = parameters.get('reason', [''])[0] + request.ws_stream.close_connection(code, reason) diff --git a/tests/wpt/tests/websockets/stream/tentative/close.any.js b/tests/wpt/tests/websockets/stream/tentative/close.any.js index 098caf31c82..ad41dc6e2e9 100644 --- a/tests/wpt/tests/websockets/stream/tentative/close.any.js +++ b/tests/wpt/tests/websockets/stream/tentative/close.any.js @@ -1,6 +1,7 @@ // META: script=../../constants.sub.js // META: script=resources/url-constants.js // META: global=window,worker +// META: variant=?default // META: variant=?wss // META: variant=?wpt_flags=h2 @@ -108,6 +109,15 @@ promise_test(async () => { 'one second should have elapsed'); }, 'writer close() promise should not resolve until handshake completes'); +promise_test(async t => { + const wss = new WebSocketStream(`${BASEURL}/passive-close-abort`); + await wss.opened; + wss.close({closeCode: 4000, reason: 'because'}); + const error = await wss.closed.then(t.unreached_func('closed should reject'), e => e); + assert_equals(error.constructor, WebSocketError, 'error should be WebSocketError'); + assert_equals(error.closeCode, 1006, 'close code should be Abnormal Closure'); +}, 'incomplete closing handshake should be considered unclean close'); + const abortOrCancel = [ { method: 'abort', diff --git a/tests/wpt/tests/websockets/stream/tentative/remote-close.any.js b/tests/wpt/tests/websockets/stream/tentative/remote-close.any.js new file mode 100644 index 00000000000..b7fd321914a --- /dev/null +++ b/tests/wpt/tests/websockets/stream/tentative/remote-close.any.js @@ -0,0 +1,74 @@ +// META: script=../../constants.sub.js +// META: script=resources/url-constants.js +// META: global=window,worker +// META: variant=?default +// META: variant=?wss +// META: variant=?wpt_flags=h2 + +'use strict'; + +promise_test(async t => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?code=1000`); + const { readable, writable } = await wss.opened; + const { closeCode, reason } = await wss.closed; + assert_equals(closeCode, 1000, 'code should be 1000'); + assert_equals(reason, '', 'reason should be empty'); + const { value, done } = await readable.getReader().read(); + assert_true(done, 'readable should be closed'); + await promise_rejects_dom(t, 'InvalidStateError', writable.getWriter().ready, + 'writable should be errored'); +}, 'clean close should be clean'); + +promise_test(async () => { + const wss = new WebSocketStream(`${BASEURL}/remote-close`); + const { closeCode, reason } = await wss.closed; + assert_equals(closeCode, 1005, 'code should be No Status Rcvd'); + assert_equals(reason, '', 'reason should be empty'); +}, 'close frame with no body should result in status code 1005'); + +promise_test(async () => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?code=4000&reason=robot`); + const { closeCode, reason } = await wss.closed; + assert_equals(closeCode, 4000, 'code should be 4000'); + assert_equals(reason, 'robot', 'reason should be set'); +}, 'reason should be passed through'); + +promise_test(async () => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?code=4000&` + + 'reason=%E3%83%AD%E3%83%9C%E3%83%83%E3%83%88'); + const { reason } = await wss.closed; + assert_equals(reason, 'ロボット', 'reason should be set'); +}, 'UTF-8 reason should work'); + +promise_test(async t => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?code=4567`); + const { writable } = await wss.opened; + const veryLargeMessage = new Uint8Array(20 * 1024 * 1024); // 20MB. + const writePromise = writable.getWriter().write(veryLargeMessage); + const closedError = await wss.closed.then(t.unreached_func('closed should reject'), e => e); + assert_equals(closedError.constructor, WebSocketError, 'error should be WebSocketError'); + assert_equals(closedError.closeCode, 4567, 'closeCode should be set'); + promise_rejects_js(t, WebSocketError, writePromise, 'write() should reject'); +}, 'close with unwritten data should not be considered clean'); + +promise_test(async t => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?code=4222&reason=remote`); + await wss.opened; + wss.close({closeCode: 4111, reason: 'local'}); + const { closeCode, reason } = await wss.closed; + assert_equals(closeCode, 4222, 'remote code should be used'); + assert_equals(reason, 'remote', 'remote reason should be used'); +}, 'remote code and reason should be used'); + +promise_test(async t => { + const wss = new WebSocketStream(`${BASEURL}/remote-close?abrupt=1`); + const { readable, writable } = await wss.opened; + const closedError = await wss.closed.then(t.unreached_func('closed should reject'), e => e); + assert_equals(closedError.constructor, WebSocketError, 'error should be a WebSocketError'); + assert_equals(closedError.name, 'WebSocketError', 'error name should be WebSocketError'); + assert_equals(closedError.closeCode, 1006, 'code should be Abnormal Closure'); + await promise_rejects_exactly(t, closedError, readable.getReader().read(), + 'readable should be errored with the same object'); + await promise_rejects_exactly(t, closedError, writable.getWriter().ready, + 'writable should be errored with the same object'); +}, 'abrupt close should give an error'); |