diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-09-17 06:50:57 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-09-17 06:50:57 -0600 |
commit | 1b6d4daf85d672265824a014dba99c94c8c08814 (patch) | |
tree | 6aa73602c3f5622f05db26273a1c1feec28d65e4 /tests/wpt/metadata-css/css-variables-1_dev | |
parent | 6cd098da302db85975d0967ddee836f04eae3bd5 (diff) | |
parent | feaf6f4c3fbee9cafb3fdf9981c3ab639a56195b (diff) | |
download | servo-1b6d4daf85d672265824a014dba99c94c8c08814.tar.gz servo-1b6d4daf85d672265824a014dba99c94c8c08814.zip |
Auto merge of #7555 - SimonSapin:custom-properties++, r=mbrubeck
Custom properties, take 2
Support `var()` in shorthand properties, and fix various bugs.
r? @pcwalton
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7555)
<!-- Reviewable:end -->
Diffstat (limited to 'tests/wpt/metadata-css/css-variables-1_dev')
22 files changed, 0 insertions, 66 deletions
diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini deleted file mode 100644 index 87fee1c5ce8..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[css-vars-custom-property-inheritance.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini deleted file mode 100644 index 83e66d3a80e..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-08.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini deleted file mode 100644 index 1b565847071..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-14.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini deleted file mode 100644 index e3de1be4109..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-20.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini deleted file mode 100644 index ba980233612..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-24.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini deleted file mode 100644 index 98c918745b5..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-26.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini deleted file mode 100644 index 6c8b66e14c0..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-37.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini deleted file mode 100644 index bc25e718bd5..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-53.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini deleted file mode 100644 index 362a722c3e7..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-54.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini deleted file mode 100644 index ca63a2f84da..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-declaration-55.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini deleted file mode 100644 index d845cc12cd8..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-03.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini deleted file mode 100644 index fba032c2710..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-04.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini deleted file mode 100644 index 7f832f8cdac..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-13.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini deleted file mode 100644 index dd849805038..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-14.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini deleted file mode 100644 index 7dcf1687aab..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-15.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini deleted file mode 100644 index e09c394fc76..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-18.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini deleted file mode 100644 index 3847b908e1b..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-19.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini deleted file mode 100644 index 4ab2b3816af..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-20.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini deleted file mode 100644 index ebd0652279f..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-26.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini deleted file mode 100644 index 8a36f19f2e7..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-27.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini deleted file mode 100644 index d052a96d261..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-36.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini deleted file mode 100644 index ae8c7dd94be..00000000000 --- a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[variable-reference-38.htm] - type: reftest - expected: FAIL |