diff options
120 files changed, 2388 insertions, 7229 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/bidi-normal-011.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/bidi-normal-011.htm index ee6cc1ac866..6e5500b886b 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/bidi-normal-011.htm +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/bidi-normal-011.htm @@ -5,7 +5,7 @@ <link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> <link href="http://www.w3.org/TR/css-writing-modes-3/#text-direction" rel="help"> -<link href="reference/bidi-embed-011.htm" rel="match"> +<link href="reference/bidi-normal-011.htm" rel="match"> <meta content="Directionality is not changed by the direction property on its own, nor by unicode-bidi:normal set on a lower level element." name="assert"> <style type="text/css"> .test b { direction: rtl; font-weight: normal; } @@ -46,4 +46,5 @@ Key to entities used below: + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-2.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-2.htm index 5fbd4cc6701..cbba0d07751 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-2.htm +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-2.htm @@ -519,7 +519,7 @@ <tr id="bidi-normal-011-2" class="primary"> <td><strong> <a href="bidi-normal-011.htm">bidi-normal-011</a></strong></td> - <td><a href="reference/bidi-embed-011.htm">=</a> </td> + <td><a href="reference/bidi-normal-011.htm">=</a> </td> <td></td> <td>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal <ul class="assert"> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/bidi-normal-011.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/bidi-normal-011.htm new file mode 100644 index 00000000000..e3529012ac3 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/bidi-normal-011.htm @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html lang="en"><head> +<meta charset="utf-8"> +<title>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal</title> + +<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida"> +<style type="text/css"> +.test b { direction: rtl; font-weight: normal; } +.test span { unicode-bidi: normal; } + + /* the following styles are not part of the test */ +.test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 10em; padding: 5px; clear: both; } +input { margin: 5px; } +@font-face { + font-family: 'ezra_silregular'; + src: url('support/sileot-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + } +.test, .ref { font-family: ezra_silregular, serif; } +</style> +</head> +<body> +<p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p> + + +<!--Notes: +Key to entities used below: + א ... ו - The first six Hebrew letters (strongly RTL). + ‭ - The LRO (left-to-right-override) formatting character. + ‬ - The PDF (pop directional formatting) formatting character; closes LRO. +--> + + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + + + + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest-toc.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest-toc.htm index 5dbd092677d..e8592200cab 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest-toc.htm +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest-toc.htm @@ -2748,7 +2748,7 @@ <tr> <td rowspan="1" title="direction/unicode-bidi: direction alone and inherited, unicode-bidi normal"> <a href="bidi-normal-011.htm">bidi-normal-011</a></td> - <td><a href="reference/bidi-embed-011.htm">=</a> </td> + <td><a href="reference/bidi-normal-011.htm">=</a> </td> <td rowspan="1"></td> </tr> </tbody> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest.list b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest.list index 15ebb0fde93..1616b120364 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest.list +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reftest.list @@ -339,7 +339,7 @@ bidi-normal-007.htm == reference/bidi-normal-007.htm bidi-normal-008.htm == reference/bidi-normal-008.htm bidi-normal-009.htm == reference/bidi-normal-009.htm bidi-normal-010.htm == reference/bidi-normal-010.htm -bidi-normal-011.htm == reference/bidi-embed-011.htm +bidi-normal-011.htm == reference/bidi-normal-011.htm bidi-override-001.htm == reference/bidi-override-001.htm bidi-override-002.htm == reference/bidi-override-002.htm bidi-override-003.htm == reference/bidi-override-003.htm diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-writing-modes-3_dev/implementation-report-TEMPLATE.data index daa66cc654b..aebad3f27e6 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/implementation-report-TEMPLATE.data +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/implementation-report-TEMPLATE.data @@ -729,8 +729,8 @@ html/bidi-normal-009.htm c0cd53f8f0390890c36a22831154acdab2034a39 ? xhtml1/bidi-normal-009.xht c0cd53f8f0390890c36a22831154acdab2034a39 ? html/bidi-normal-010.htm 18688ad3565595094f60867857110d7eaf148213 ? xhtml1/bidi-normal-010.xht 18688ad3565595094f60867857110d7eaf148213 ? -html/bidi-normal-011.htm c0b58e86dd22f16731b54681cedd3233ea768ed5 ? -xhtml1/bidi-normal-011.xht c0b58e86dd22f16731b54681cedd3233ea768ed5 ? +html/bidi-normal-011.htm d9f7fb1439a706d2e7005b8570e6a705ce520ebd ? +xhtml1/bidi-normal-011.xht d9f7fb1439a706d2e7005b8570e6a705ce520ebd ? html/bidi-override-001.htm ac664684809c99d15cc0c7372dd2e51c62439e5d ? xhtml1/bidi-override-001.xht ac664684809c99d15cc0c7372dd2e51c62439e5d ? html/bidi-override-002.htm 6b04c2d830fd046cc43961af10058f650c2119bf ? diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/testinfo.data b/tests/wpt/css-tests/css-writing-modes-3_dev/testinfo.data index 0b14c45ed5a..7863064cc44 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/testinfo.data +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/testinfo.data @@ -362,7 +362,7 @@ bidi-normal-007 reference/bidi-normal-007 direction/unicode-bidi: element isolat bidi-normal-008 reference/bidi-normal-008 direction/unicode-bidi: element isolation and unicode-bidi normal, ltr + number http://www.w3.org/TR/css-writing-modes-3/#text-direction bf2c22038aafc1cbde70576ba28150e08d52b425 `Richard Ishida`<mailto:ishida@w3.org> If unicode-bidi:normal is applied to an inline element, the text in that element will NOT be directionally isolated from surrounding text. bidi-normal-009 reference/bidi-normal-009 direction/unicode-bidi: element isolation and unicode-bidi normal, rtl list http://www.w3.org/TR/css-writing-modes-3/#text-direction c0cd53f8f0390890c36a22831154acdab2034a39 `Richard Ishida`<mailto:ishida@w3.org> If unicode-bidi:normal is applied to an inline element, the text in that element will NOT be directionally isolated from following content. bidi-normal-010 reference/bidi-normal-010 direction/unicode-bidi: element isolation and unicode-bidi normal, ltr list http://www.w3.org/TR/css-writing-modes-3/#text-direction 18688ad3565595094f60867857110d7eaf148213 `Richard Ishida`<mailto:ishida@w3.org> If unicode-bidi:normal is applied to an inline element, the text in that element will NOT be directionally isolated from following content. -bidi-normal-011 reference/bidi-embed-011 direction/unicode-bidi: direction alone and inherited, unicode-bidi normal http://www.w3.org/TR/css-writing-modes-3/#text-direction c0b58e86dd22f16731b54681cedd3233ea768ed5 `Richard Ishida`<mailto:ishida@w3.org> Directionality is not changed by the direction property on its own, nor by unicode-bidi:normal set on a lower level element. +bidi-normal-011 reference/bidi-normal-011 direction/unicode-bidi: direction alone and inherited, unicode-bidi normal http://www.w3.org/TR/css-writing-modes-3/#text-direction d9f7fb1439a706d2e7005b8570e6a705ce520ebd `Richard Ishida`<mailto:ishida@w3.org> Directionality is not changed by the direction property on its own, nor by unicode-bidi:normal set on a lower level element. bidi-override-001 reference/bidi-override-001 direction/unicode-bidi: span direction rtl, bidi-override (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction ac664684809c99d15cc0c7372dd2e51c62439e5d `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:bidi-override are applied to an inline element containing mixed direction text, the characters in that element will all be displayed in rtl order, ignoring the bidi algorithm. bidi-override-002 reference/bidi-override-002 direction/unicode-bidi: span direction rtl, bidi-override (2) http://www.w3.org/TR/css-writing-modes-3/#text-direction 6b04c2d830fd046cc43961af10058f650c2119bf `Richard Ishida`<mailto:ishida@w3.org> In a ltr context, if direction:rtl and unicode-bidi:bidi-override are applied to an inline element containing mixed direction text, the characters in that element will all be displayed in rtl order, ignoring the bidi algorithm. bidi-override-003 reference/bidi-override-003 direction/unicode-bidi: span direction ltr, bidi-override (1) http://www.w3.org/TR/css-writing-modes-3/#text-direction 67db8f179dd8df097aba131592ad3bcc3febf7be `Richard Ishida`<mailto:ishida@w3.org> In a rtl context, if direction:ltr and unicode-bidi:bidi-override are applied to an inline element containing mixed direction text, the characters in that element will all be displayed in ltr order, ignoring the bidi algorithm. diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht index 259ca2ddc24..22167f29713 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht @@ -5,7 +5,7 @@ <link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" /> <link href="http://www.w3.org/TR/css-writing-modes-3/#text-direction" rel="help" /> -<link href="reference/bidi-embed-011.xht" rel="match" /> +<link href="reference/bidi-normal-011.xht" rel="match" /> <meta content="Directionality is not changed by the direction property on its own, nor by unicode-bidi:normal set on a lower level element." name="assert" /> <style type="text/css"> .test b { direction: rtl; font-weight: normal; } @@ -46,4 +46,5 @@ Key to entities used below: + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/chapter-2.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/chapter-2.xht index c041cd38ef9..b020bd68da9 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/chapter-2.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/chapter-2.xht @@ -519,7 +519,7 @@ <tr id="bidi-normal-011-2" class="primary"> <td><strong> <a href="bidi-normal-011.xht">bidi-normal-011</a></strong></td> - <td><a href="reference/bidi-embed-011.xht">=</a> </td> + <td><a href="reference/bidi-normal-011.xht">=</a> </td> <td></td> <td>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal <ul class="assert"> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/bidi-normal-011.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/bidi-normal-011.xht new file mode 100644 index 00000000000..97926a41cd9 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reference/bidi-normal-011.xht @@ -0,0 +1,46 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> +<meta charset="utf-8" /> +<title>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal</title> + +<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" /> +<style type="text/css"> +.test b { direction: rtl; font-weight: normal; } +.test span { unicode-bidi: normal; } + + /* the following styles are not part of the test */ +.test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 10em; padding: 5px; clear: both; } +input { margin: 5px; } +@font-face { + font-family: 'ezra_silregular'; + src: url('support/sileot-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + } +.test, .ref { font-family: ezra_silregular, serif; } +</style> +</head> +<body> +<p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p> + + +<!--Notes: +Key to entities used below: + א ... ו - The first six Hebrew letters (strongly RTL). + ‭ - The LRO (left-to-right-override) formatting character. + ‬ - The PDF (pop directional formatting) formatting character; closes LRO. +--> + + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + + + + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest-toc.xht index 2bcb42a5558..77aa5e44e05 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest-toc.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest-toc.xht @@ -2748,7 +2748,7 @@ <tr> <td rowspan="1" title="direction/unicode-bidi: direction alone and inherited, unicode-bidi normal"> <a href="bidi-normal-011.xht">bidi-normal-011</a></td> - <td><a href="reference/bidi-embed-011.xht">=</a> </td> + <td><a href="reference/bidi-normal-011.xht">=</a> </td> <td rowspan="1"></td> </tr> </tbody> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest.list b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest.list index 07de485af4d..1f04ebdcba0 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest.list +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1/reftest.list @@ -339,7 +339,7 @@ bidi-normal-007.xht == reference/bidi-normal-007.xht bidi-normal-008.xht == reference/bidi-normal-008.xht bidi-normal-009.xht == reference/bidi-normal-009.xht bidi-normal-010.xht == reference/bidi-normal-010.xht -bidi-normal-011.xht == reference/bidi-embed-011.xht +bidi-normal-011.xht == reference/bidi-normal-011.xht bidi-override-001.xht == reference/bidi-override-001.xht bidi-override-002.xht == reference/bidi-override-002.xht bidi-override-003.xht == reference/bidi-override-003.xht diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht index 259ca2ddc24..22167f29713 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht @@ -5,7 +5,7 @@ <link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" /> <link href="http://www.w3.org/TR/css-writing-modes-3/#text-direction" rel="help" /> -<link href="reference/bidi-embed-011.xht" rel="match" /> +<link href="reference/bidi-normal-011.xht" rel="match" /> <meta content="Directionality is not changed by the direction property on its own, nor by unicode-bidi:normal set on a lower level element." name="assert" /> <style type="text/css"> .test b { direction: rtl; font-weight: normal; } @@ -46,4 +46,5 @@ Key to entities used below: + </body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht index c041cd38ef9..b020bd68da9 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht @@ -519,7 +519,7 @@ <tr id="bidi-normal-011-2" class="primary"> <td><strong> <a href="bidi-normal-011.xht">bidi-normal-011</a></strong></td> - <td><a href="reference/bidi-embed-011.xht">=</a> </td> + <td><a href="reference/bidi-normal-011.xht">=</a> </td> <td></td> <td>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal <ul class="assert"> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reference/bidi-normal-011.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reference/bidi-normal-011.xht new file mode 100644 index 00000000000..97926a41cd9 --- /dev/null +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reference/bidi-normal-011.xht @@ -0,0 +1,46 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> +<meta charset="utf-8" /> +<title>direction/unicode-bidi: direction alone and inherited, unicode-bidi normal</title> + +<link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida" /> +<style type="text/css"> +.test b { direction: rtl; font-weight: normal; } +.test span { unicode-bidi: normal; } + + /* the following styles are not part of the test */ +.test, .ref { font-size: 150%; border: 1px solid orange; margin: 10px; width: 10em; padding: 5px; clear: both; } +input { margin: 5px; } +@font-face { + font-family: 'ezra_silregular'; + src: url('support/sileot-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + } +.test, .ref { font-family: ezra_silregular, serif; } +</style> +</head> +<body> +<p class="instructions" dir="ltr">Test passes if the two boxes are identical.</p> + + +<!--Notes: +Key to entities used below: + א ... ו - The first six Hebrew letters (strongly RTL). + ‭ - The LRO (left-to-right-override) formatting character. + ‬ - The PDF (pop directional formatting) formatting character; closes LRO. +--> + + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + +<div class="ref" dir="ltr">‭> a > b > ד > d >‬</div> + + + + + + +</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest-toc.xht index 2bcb42a5558..77aa5e44e05 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest-toc.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest-toc.xht @@ -2748,7 +2748,7 @@ <tr> <td rowspan="1" title="direction/unicode-bidi: direction alone and inherited, unicode-bidi normal"> <a href="bidi-normal-011.xht">bidi-normal-011</a></td> - <td><a href="reference/bidi-embed-011.xht">=</a> </td> + <td><a href="reference/bidi-normal-011.xht">=</a> </td> <td rowspan="1"></td> </tr> </tbody> diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest.list b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest.list index 07de485af4d..1f04ebdcba0 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest.list +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/reftest.list @@ -339,7 +339,7 @@ bidi-normal-007.xht == reference/bidi-normal-007.xht bidi-normal-008.xht == reference/bidi-normal-008.xht bidi-normal-009.xht == reference/bidi-normal-009.xht bidi-normal-010.xht == reference/bidi-normal-010.xht -bidi-normal-011.xht == reference/bidi-embed-011.xht +bidi-normal-011.xht == reference/bidi-normal-011.xht bidi-override-001.xht == reference/bidi-override-001.xht bidi-override-002.xht == reference/bidi-override-002.xht bidi-override-003.xht == reference/bidi-override-003.xht diff --git a/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm index 2b386f50329..aeeb584ee4f 100644 --- a/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm +++ b/tests/wpt/css-tests/css21_dev/html4/border-bottom-color-030.htm @@ -6,12 +6,19 @@ <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.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-black.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm"> <meta name="flags" content="invalid"> - <meta name="assert" content="The 'border-bottom-color' set to #1000 falls back to the initial value."> + <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square."> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-bottom-style: solid; border-bottom-width: 1in; @@ -22,7 +29,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm index f26e06c47fd..76cfbb7d1e1 100644 --- a/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm +++ b/tests/wpt/css-tests/css21_dev/html4/border-left-color-030.htm @@ -6,22 +6,30 @@ <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.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-black.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm"> <meta name="flags" content="invalid"> - <meta name="assert" content="The 'border-left-color' set to #1000 falls back to the initial value."> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square."> <style type="text/css"> - div + 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 square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm index 870db4d889a..c6c4a48e338 100644 --- a/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm +++ b/tests/wpt/css-tests/css21_dev/html4/border-right-color-030.htm @@ -6,22 +6,30 @@ <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/border-right-color-007-ref.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-black.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm"> <meta name="flags" content="invalid"> - <meta name="assert" content="The 'border-right-color' set to #1000 falls back to the initial value."> + <meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square."> <style type="text/css"> - div + 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 box below.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm b/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm index 01fe00e5e98..91ab411aa7c 100644 --- a/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm +++ b/tests/wpt/css-tests/css21_dev/html4/border-top-color-030.htm @@ -6,12 +6,19 @@ <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.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-black.htm"> + <link rel="match" href="reference/ref-transparent-or-black-square-transparent.htm"> <meta name="flags" content="invalid"> - <meta name="assert" content="The 'border-top-color' set to #1000 falls back to the initial value."> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square."> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-top-style: solid; border-top-width: 1in; @@ -22,7 +29,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/chapter-1.htm b/tests/wpt/css-tests/css21_dev/html4/chapter-1.htm index a7c4f19857a..604f6edb2fe 100644 --- a/tests/wpt/css-tests/css21_dev/html4/chapter-1.htm +++ b/tests/wpt/css-tests/css21_dev/html4/chapter-1.htm @@ -125,7 +125,7 @@ <tr id="list-style-019-1.4.3" class="image"> <td> <a href="list-style-019.htm">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.htm">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> @@ -155,7 +155,7 @@ <tr id="shand-font-000-1.4.3" class="primary"> <td><strong> <a href="shand-font-000.htm">shand-font-000</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.htm">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -163,7 +163,7 @@ <tr id="shand-font-001-1.4.3" class="primary"> <td><strong> <a href="shand-font-001.htm">shand-font-001</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.htm">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -171,7 +171,7 @@ <tr id="shand-font-002-1.4.3" class="primary"> <td><strong> <a href="shand-font-002.htm">shand-font-002</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.htm">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -179,7 +179,7 @@ <tr id="shand-font-003-1.4.3" class="primary"> <td><strong> <a href="shand-font-003.htm">shand-font-003</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.htm">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> diff --git a/tests/wpt/css-tests/css21_dev/html4/chapter-12.htm b/tests/wpt/css-tests/css21_dev/html4/chapter-12.htm index 5aaff768aee..5f660fbbee8 100644 --- a/tests/wpt/css-tests/css21_dev/html4/chapter-12.htm +++ b/tests/wpt/css-tests/css21_dev/html4/chapter-12.htm @@ -9725,7 +9725,7 @@ <tr id="list-style-019-12.5.1" class="primary image"> <td><strong> <a href="list-style-019.htm">list-style-019</a></strong></td> - <td></td> + <td><a href="reference/list-style-019-ref.htm">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/html4/chapter-6.htm b/tests/wpt/css-tests/css21_dev/html4/chapter-6.htm index 209bd1baafb..d45fa47da5b 100644 --- a/tests/wpt/css-tests/css21_dev/html4/chapter-6.htm +++ b/tests/wpt/css-tests/css21_dev/html4/chapter-6.htm @@ -377,7 +377,7 @@ <tr id="list-style-019-6.1.1" class="image"> <td> <a href="list-style-019.htm">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.htm">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/html4/chapter-8.htm b/tests/wpt/css-tests/css21_dev/html4/chapter-8.htm index d6d2b2cc0d4..7bbae507287 100644 --- a/tests/wpt/css-tests/css21_dev/html4/chapter-8.htm +++ b/tests/wpt/css-tests/css21_dev/html4/chapter-8.htm @@ -9852,7 +9852,7 @@ <tr id="padding-left-036-8.4" class=""> <td> <a href="padding-left-036.htm">padding-left-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -9929,7 +9929,7 @@ <tr id="padding-left-047-8.4" class=""> <td> <a href="padding-left-047.htm">padding-left-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -10413,7 +10413,7 @@ <tr id="padding-left-applies-to-008-8.4" class=""> <td> <a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -10435,7 +10435,7 @@ <tr id="padding-left-applies-to-010-8.4" class=""> <td> <a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -10765,7 +10765,7 @@ <tr id="padding-right-036-8.4" class=""> <td> <a href="padding-right-036.htm">padding-right-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -10842,7 +10842,7 @@ <tr id="padding-right-047-8.4" class=""> <td> <a href="padding-right-047.htm">padding-right-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -13810,7 +13810,7 @@ <tr id="padding-left-036-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-036.htm">padding-left-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -13887,7 +13887,7 @@ <tr id="padding-left-047-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-047.htm">padding-left-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -14371,7 +14371,7 @@ <tr id="padding-left-applies-to-008-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -14393,7 +14393,7 @@ <tr id="padding-left-applies-to-010-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -14704,7 +14704,7 @@ <tr id="padding-right-036-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-036.htm">padding-right-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -14781,7 +14781,7 @@ <tr id="padding-right-047-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-047.htm">padding-right-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -24454,11 +24454,11 @@ <tr id="border-bottom-color-030-8.5.2" class="invalid"> <td> <a href="border-bottom-color-030.htm">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -26571,11 +26571,11 @@ <tr id="border-left-color-030-8.5.2" class="invalid"> <td> <a href="border-left-color-030.htm">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -28353,11 +28353,11 @@ <tr id="border-right-color-030-8.5.2" class="invalid"> <td> <a href="border-right-color-030.htm">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -30168,11 +30168,11 @@ <tr id="border-top-color-030-8.5.2" class="invalid"> <td> <a href="border-top-color-030.htm">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -31953,11 +31953,11 @@ <tr id="border-bottom-color-030-8.5.2.#propdef-border-bottom-color" class="primary invalid"> <td><strong> <a href="border-bottom-color-030.htm">border-bottom-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -34005,11 +34005,11 @@ <tr id="border-left-color-030-8.5.2.#propdef-border-left-color" class="primary invalid"> <td><strong> <a href="border-left-color-030.htm">border-left-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -35790,11 +35790,11 @@ <tr id="border-right-color-030-8.5.2.#propdef-border-right-color" class="primary invalid"> <td><strong> <a href="border-right-color-030.htm">border-right-color-030</a></strong></td> - <td><a href="reference/border-right-color-007-ref.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -37575,11 +37575,11 @@ <tr id="border-top-color-030-8.5.2.#propdef-border-top-color" class="primary invalid"> <td><strong> <a href="border-top-color-030.htm">border-top-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> <a href="reference/ref-transparent-or-black-square-black.htm">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css21_dev/html4/list-style-019.htm b/tests/wpt/css-tests/css21_dev/html4/list-style-019.htm index 0a90861143e..9dd27b77e06 100644 --- a/tests/wpt/css-tests/css21_dev/html4/list-style-019.htm +++ b/tests/wpt/css-tests/css21_dev/html4/list-style-019.htm @@ -10,6 +10,7 @@ <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style"> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"> <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specified-value"> + <link rel="match" href="reference/list-style-019-ref.htm"> <meta content="image" name="flags"> <meta content="'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition." name="assert"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-left-036.htm b/tests/wpt/css-tests/css21_dev/html4/padding-left-036.htm index 9f6628307e0..916e1b4f97d 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-left-036.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-left-036.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-036-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in centimeters."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-left-047.htm b/tests/wpt/css-tests/css21_dev/html4/padding-left-047.htm index a062c73a344..f82b83ef945 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-left-047.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-left-047.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-047-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in millimeters."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-008.htm b/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-008.htm index c978632b7d9..7d937267859 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-008.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-008.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-applies-to-008-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-left' property applies to elements with a display of inline."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-010.htm b/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-010.htm index 9cb1f5f3603..0798e054ce1 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-010.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-left-applies-to-010.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-applies-to-010-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-left' property applies to elements with a display of list-item."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-right-036.htm b/tests/wpt/css-tests/css21_dev/html4/padding-right-036.htm index b4e3788da61..e1a8a439b07 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-right-036.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-right-036.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-036-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in centimeters."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/padding-right-047.htm b/tests/wpt/css-tests/css21_dev/html4/padding-right-047.htm index 3438728283a..5ed6778cf99 100644 --- a/tests/wpt/css-tests/css21_dev/html4/padding-right-047.htm +++ b/tests/wpt/css-tests/css21_dev/html4/padding-right-047.htm @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right"> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties"> + <link rel="match" href="reference/padding-left-047-ref.htm"> <meta name="flags" content=""> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in millimeters."> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/colors-007-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/colors-007-ref.htm index 38fb1564b3b..a49545b88e7 100644 --- a/tests/wpt/css-tests/css21_dev/html4/reference/colors-007-ref.htm +++ b/tests/wpt/css-tests/css21_dev/html4/reference/colors-007-ref.htm @@ -22,7 +22,7 @@ <p>This sentence must be green.</p> - <p>This sentence must be green</p> + <p>This sentence must be green.</p> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/list-style-019-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/list-style-019-ref.htm new file mode 100644 index 00000000000..2b443a21803 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/list-style-019-ref.htm @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> +<style type="text/css"> +li { + list-style-type: decimal; + list-style-image: none; + list-style-position: inside; +} +</style> +</head> +<body> +<p>Test passes if there is "1." and <strong>no red</strong>.</p> +<ul> + <li> </li> +</ul> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-036-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-036-ref.htm new file mode 100644 index 00000000000..e03a1966aee --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-036-ref.htm @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> + <style type="text/css"> + #div1 { height: 50px; width: 1cm; background: green; } + #div2 { height: 50px; width: 38px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-047-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-047-ref.htm new file mode 100644 index 00000000000..9f18a6e7a7b --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-047-ref.htm @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> + <style type="text/css"> + #div1 { height: 50px; width: 1mm; background: green; } + #div2 { height: 50px; width: 4px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-008-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-008-ref.htm new file mode 100644 index 00000000000..a947b2d1ac3 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-008-ref.htm @@ -0,0 +1,15 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> + <style type="text/css"> + span { border-left: 5px solid blue; } + span span { margin-left: 50px; border-left: 5px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines.</p> + <div><span><span></span></span>Filler Text</div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-010-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-010-ref.htm new file mode 100644 index 00000000000..cbd633d1c38 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/padding-left-applies-to-010-ref.htm @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> + <head> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> + <style type="text/css"> + body { margin-left: 50px; } + #div1 { display: list-item; height: 200px; width: 200px; } + div div { width: 50px; height: 200px; border-left: 10px solid blue; border-right: 10px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines and there is a marker bullet on the left-hand side of the blue line.</p> + <div id="div1"><div></div></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm new file mode 100644 index 00000000000..e3c5d0b55af --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>CSS Reftest Reference</title> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/"> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; + background: black; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm new file mode 100644 index 00000000000..03d7cd225d2 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>CSS Reftest Reference</title> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/"> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-000-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-000-ref.htm new file mode 100644 index 00000000000..7893e31610f --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-000-ref.htm @@ -0,0 +1,17 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> +<style type="text/css"> +p.test { + font-family: serif; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a normal weight font.</p> +<p class="test">This should be in a normal weight font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-002-ref.htm b/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-002-ref.htm new file mode 100644 index 00000000000..13335a54f5b --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/html4/reference/shand-font-002-ref.htm @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"> +<style type="text/css"> +p.test { + font-family: serif; + font-weight: bold; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a bold font.</p> +<p class="test">This should be in a bold font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm b/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm index fe27feefbdc..c10664ca97d 100644 --- a/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm +++ b/tests/wpt/css-tests/css21_dev/html4/reftest-toc.htm @@ -9858,10 +9858,13 @@ </tbody> <tbody id="border-bottom-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-bottom-color-030.htm">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td> </tr> </tbody> <tbody id="border-bottom-color-031" class="invalid"> @@ -12298,10 +12301,13 @@ </tbody> <tbody id="border-left-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-left-color-030.htm">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td> </tr> </tbody> <tbody id="border-left-color-031" class="invalid"> @@ -14258,10 +14264,13 @@ </tbody> <tbody id="border-right-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-right-color-030.htm">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.htm">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td> </tr> </tbody> <tbody id="border-right-color-031" class="invalid"> @@ -16394,10 +16403,13 @@ </tbody> <tbody id="border-top-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-top-color-030.htm">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.htm">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.htm">=</a></td> </tr> </tbody> <tbody id="border-top-color-031" class="invalid"> @@ -29992,6 +30004,14 @@ <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> </tr> </tbody> + <tbody id="list-style-019" class="image"> + <tr> + <td rowspan="1" title="list-style - initial value"> + <a href="list-style-019.htm">list-style-019</a></td> + <td><a href="reference/list-style-019-ref.htm">=</a> </td> + <td rowspan="1"><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> + </tr> + </tbody> <tbody id="list-style-021" class="image"> <tr> <td rowspan="1" title="list-style: none - followed by a list-style-image reset"> @@ -37624,6 +37644,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-036" class=""> + <tr> + <td rowspan="1" title="Padding-left using centimeters with a minimum plus one value, 1cm"> + <a href="padding-left-036.htm">padding-left-036</a></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-037" class=""> <tr> <td rowspan="1" title="Padding-left using centimeters with a negative zero value, -0cm"> @@ -37672,6 +37700,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-047" class=""> + <tr> + <td rowspan="1" title="Padding-left using millimeters with a minimum plus one value, 1mm"> + <a href="padding-left-047.htm">padding-left-047</a></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-048" class=""> <tr> <td rowspan="1" title="Padding-left using millimeters with a negative zero value, -0mm"> @@ -38016,6 +38052,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-008" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display inline"> + <a href="padding-left-applies-to-008.htm">padding-left-applies-to-008</a></td> + <td><a href="reference/padding-left-applies-to-008-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-009" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display block"> @@ -38024,6 +38068,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-010" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display list-item"> + <a href="padding-left-applies-to-010.htm">padding-left-applies-to-010</a></td> + <td><a href="reference/padding-left-applies-to-010-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-012" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display inline-block"> @@ -38240,6 +38292,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-036" class=""> + <tr> + <td rowspan="1" title="Padding-right using centimeters with a minimum plus one value, 1cm"> + <a href="padding-right-036.htm">padding-right-036</a></td> + <td><a href="reference/padding-left-036-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-037" class=""> <tr> <td rowspan="1" title="Padding-right using centimeters with a negative zero value, -0cm"> @@ -38288,6 +38348,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-047" class=""> + <tr> + <td rowspan="1" title="Padding-right using millimeters with a minimum plus one value, 1mm"> + <a href="padding-right-047.htm">padding-right-047</a></td> + <td><a href="reference/padding-left-047-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-048" class=""> <tr> <td rowspan="1" title="Padding-right using millimeters with a negative zero value, -0mm"> @@ -41640,6 +41708,38 @@ <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> </tr> </tbody> + <tbody id="shand-font-000" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-000.htm">shand-font-000</a></td> + <td><a href="reference/shand-font-000-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-001" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-001.htm">shand-font-001</a></td> + <td><a href="reference/shand-font-000-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-002" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-002.htm">shand-font-002</a></td> + <td><a href="reference/shand-font-002-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-003" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-003.htm">shand-font-003</a></td> + <td><a href="reference/shand-font-002-ref.htm">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="sibling-selector-002" class=""> <tr> <td rowspan="1" title="Sibling selector with non-element node"> diff --git a/tests/wpt/css-tests/css21_dev/html4/reftest.list b/tests/wpt/css-tests/css21_dev/html4/reftest.list index ae10d7e0907..2ef8b348032 100644 --- a/tests/wpt/css-tests/css21_dev/html4/reftest.list +++ b/tests/wpt/css-tests/css21_dev/html4/reftest.list @@ -1264,7 +1264,8 @@ border-bottom-color-026.htm == reference/border-bottom-color-026-ref.htm border-bottom-color-027.htm == reference/border-bottom-color-027-ref.htm border-bottom-color-028.htm == reference/border-bottom-color-028-ref.htm border-bottom-color-029.htm == reference/border-bottom-color-006-ref.htm -border-bottom-color-030.htm == reference/ref-filled-black-96px-square.htm +border-bottom-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm +border-bottom-color-030.htm == reference/ref-transparent-or-black-square-black.htm border-bottom-color-031.htm == reference/ref-filled-black-96px-square.htm border-bottom-color-032.htm == reference/border-bottom-color-032-ref.htm border-bottom-color-033.htm == reference/border-bottom-color-010-ref.htm @@ -1569,7 +1570,8 @@ border-left-color-026.htm == reference/border-bottom-color-026-ref.htm border-left-color-027.htm == reference/border-bottom-color-027-ref.htm border-left-color-028.htm == reference/border-bottom-color-028-ref.htm border-left-color-029.htm == reference/border-bottom-color-006-ref.htm -border-left-color-030.htm == reference/ref-filled-black-96px-square.htm +border-left-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm +border-left-color-030.htm == reference/ref-transparent-or-black-square-black.htm border-left-color-031.htm == reference/ref-filled-black-96px-square.htm border-left-color-032.htm == reference/border-bottom-color-032-ref.htm border-left-color-033.htm == reference/border-bottom-color-010-ref.htm @@ -1814,7 +1816,8 @@ border-right-color-026.htm == reference/border-right-color-026-ref.htm border-right-color-027.htm == reference/border-right-color-027-ref.htm border-right-color-028.htm == reference/border-right-color-028-ref.htm border-right-color-029.htm == reference/border-right-color-006-ref.htm -border-right-color-030.htm == reference/border-right-color-007-ref.htm +border-right-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm +border-right-color-030.htm == reference/ref-transparent-or-black-square-black.htm border-right-color-031.htm == reference/border-right-color-007-ref.htm border-right-color-032.htm == reference/border-right-color-032-ref.htm border-right-color-033.htm == reference/border-right-color-010-ref.htm @@ -2081,7 +2084,8 @@ border-top-color-026.htm == reference/border-bottom-color-026-ref.htm border-top-color-027.htm == reference/border-bottom-color-027-ref.htm border-top-color-028.htm == reference/border-bottom-color-028-ref.htm border-top-color-029.htm == reference/border-bottom-color-006-ref.htm -border-top-color-030.htm == reference/ref-filled-black-96px-square.htm +border-top-color-030.htm == reference/ref-transparent-or-black-square-transparent.htm +border-top-color-030.htm == reference/ref-transparent-or-black-square-black.htm border-top-color-031.htm == reference/ref-filled-black-96px-square.htm border-top-color-032.htm == reference/border-bottom-color-032-ref.htm border-top-color-033.htm == reference/border-bottom-color-010-ref.htm @@ -3797,6 +3801,7 @@ line-height-applies-to-015.htm == reference/line-height-applies-to-001-ref.htm line-height-applies-to-016.htm == reference/line-height-applies-to-016-ref.htm line-height-bleed-001.htm == reference/line-height-bleed-001-ref.htm line-height-bleed-002.htm == reference/line-height-bleed-002-ref.htm +list-style-019.htm == reference/list-style-019-ref.htm list-style-021.htm == reference/list-style-021-ref.htm list-style-image-004.htm == reference/list-style-image-004-ref.htm list-style-image-005.htm == reference/list-style-image-005-ref.htm @@ -4751,12 +4756,14 @@ padding-left-028.htm == reference/margin-left-031-ref.htm padding-left-029.htm == reference/margin-left-031-ref.htm padding-left-034.htm == reference/margin-left-004-ref.htm padding-left-035.htm == reference/margin-left-004-ref.htm +padding-left-036.htm == reference/padding-left-036-ref.htm padding-left-037.htm == reference/margin-left-004-ref.htm padding-left-038.htm == reference/margin-left-004-ref.htm padding-left-039.htm == reference/margin-left-043-ref.htm padding-left-040.htm == reference/margin-left-043-ref.htm padding-left-045.htm == reference/margin-left-004-ref.htm padding-left-046.htm == reference/margin-left-004-ref.htm +padding-left-047.htm == reference/padding-left-047-ref.htm padding-left-048.htm == reference/margin-left-004-ref.htm padding-left-049.htm == reference/margin-left-004-ref.htm padding-left-050.htm == reference/margin-left-043-ref.htm @@ -4800,7 +4807,9 @@ padding-left-applies-to-004.htm == reference/margin-left-applies-to-001-ref.htm padding-left-applies-to-005.htm == reference/margin-left-applies-to-001-ref.htm padding-left-applies-to-006.htm == reference/margin-left-applies-to-001-ref.htm padding-left-applies-to-007.htm == reference/margin-left-applies-to-009-ref.htm +padding-left-applies-to-008.htm == reference/padding-left-applies-to-008-ref.htm padding-left-applies-to-009.htm == reference/margin-left-applies-to-009-ref.htm +padding-left-applies-to-010.htm == reference/padding-left-applies-to-010-ref.htm padding-left-applies-to-012.htm == reference/margin-left-applies-to-009-ref.htm padding-left-applies-to-013.htm == reference/margin-left-applies-to-009-ref.htm padding-left-applies-to-014.htm == reference/margin-left-applies-to-009-ref.htm @@ -4828,12 +4837,14 @@ padding-right-028.htm == reference/padding-right-028-ref.htm padding-right-029.htm == reference/padding-right-028-ref.htm padding-right-034.htm == reference/margin-left-004-ref.htm padding-right-035.htm == reference/margin-left-004-ref.htm +padding-right-036.htm == reference/padding-left-036-ref.htm padding-right-037.htm == reference/margin-left-004-ref.htm padding-right-038.htm == reference/margin-left-004-ref.htm padding-right-039.htm == reference/padding-right-039-ref.htm padding-right-040.htm == reference/padding-right-039-ref.htm padding-right-045.htm == reference/margin-left-004-ref.htm padding-right-046.htm == reference/margin-left-004-ref.htm +padding-right-047.htm == reference/padding-left-047-ref.htm padding-right-048.htm == reference/margin-left-004-ref.htm padding-right-049.htm == reference/margin-left-004-ref.htm padding-right-050.htm == reference/padding-right-039-ref.htm @@ -5253,6 +5264,10 @@ separated-border-model-009.htm == reference/separated-border-model-007-ref.htm sgml-comments-001.htm == reference/filler-text-below-green.htm shand-border-000.htm == reference/shand-border-000-ref.htm shand-border-001.htm == reference/ref-if-there-is-no-red.htm +shand-font-000.htm == reference/shand-font-000-ref.htm +shand-font-001.htm == reference/shand-font-000-ref.htm +shand-font-002.htm == reference/shand-font-002-ref.htm +shand-font-003.htm == reference/shand-font-002-ref.htm sibling-selector-002.htm == reference/filler-text-below-green.htm sort-by-order-001.htm == reference/ref-filled-green-100px-square.htm specificity-001.htm == reference/filler-text-below-green.htm diff --git a/tests/wpt/css-tests/css21_dev/html4/shand-font-000.htm b/tests/wpt/css-tests/css21_dev/html4/shand-font-000.htm index f937f8666e9..633230772ae 100644 --- a/tests/wpt/css-tests/css21_dev/html4/shand-font-000.htm +++ b/tests/wpt/css-tests/css21_dev/html4/shand-font-000.htm @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"> + <link rel="match" href="reference/shand-font-000-ref.htm"> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/html4/shand-font-001.htm b/tests/wpt/css-tests/css21_dev/html4/shand-font-001.htm index da63fc734da..a5faba96a60 100644 --- a/tests/wpt/css-tests/css21_dev/html4/shand-font-001.htm +++ b/tests/wpt/css-tests/css21_dev/html4/shand-font-001.htm @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"> + <link rel="match" href="reference/shand-font-000-ref.htm"> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/html4/shand-font-002.htm b/tests/wpt/css-tests/css21_dev/html4/shand-font-002.htm index 651abcffd95..fd2273f86d9 100644 --- a/tests/wpt/css-tests/css21_dev/html4/shand-font-002.htm +++ b/tests/wpt/css-tests/css21_dev/html4/shand-font-002.htm @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"> + <link rel="match" href="reference/shand-font-002-ref.htm"> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/html4/shand-font-003.htm b/tests/wpt/css-tests/css21_dev/html4/shand-font-003.htm index b7686681d7b..3eee2e35514 100644 --- a/tests/wpt/css-tests/css21_dev/html4/shand-font-003.htm +++ b/tests/wpt/css-tests/css21_dev/html4/shand-font-003.htm @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"> + <link rel="match" href="reference/shand-font-002-ref.htm"> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data index 513eac7d511..65b1c67427b 100644 --- a/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data +++ b/tests/wpt/css-tests/css21_dev/implementation-report-TEMPLATE.data @@ -3517,8 +3517,8 @@ html4/border-bottom-color-028.htm cdb963fb6f74b4b28d8d2472df610f43d0abb267 ? xhtml1/border-bottom-color-028.xht cdb963fb6f74b4b28d8d2472df610f43d0abb267 ? html4/border-bottom-color-029.htm 335fa4bcc07e2a3146d530629cf58fe5a5de148f ? xhtml1/border-bottom-color-029.xht 335fa4bcc07e2a3146d530629cf58fe5a5de148f ? -html4/border-bottom-color-030.htm 87cc6ccc88a1e2a6761a22edce9d65437e9a12c8 ? -xhtml1/border-bottom-color-030.xht 87cc6ccc88a1e2a6761a22edce9d65437e9a12c8 ? +html4/border-bottom-color-030.htm d61d0c110cc40d44d3594e4050f38fed2bb7fd55 ? +xhtml1/border-bottom-color-030.xht d61d0c110cc40d44d3594e4050f38fed2bb7fd55 ? html4/border-bottom-color-031.htm 2f176f22fb7199070f31a0e09d84422e71d5537e ? xhtml1/border-bottom-color-031.xht 2f176f22fb7199070f31a0e09d84422e71d5537e ? html4/border-bottom-color-032.htm 39c51c9f4213161c2bdb1991019ff17d3edcacd2 ? @@ -4991,8 +4991,8 @@ html4/border-left-color-028.htm 6743c1320f42845e2f833b58f9d1b13eb54c1531 ? xhtml1/border-left-color-028.xht 6743c1320f42845e2f833b58f9d1b13eb54c1531 ? html4/border-left-color-029.htm 97da175e47a70b3e90e72a635cc3df4ba7f931b8 ? xhtml1/border-left-color-029.xht 97da175e47a70b3e90e72a635cc3df4ba7f931b8 ? -html4/border-left-color-030.htm 4be771e5e7262706f25beae9d7a4740fafdb19b5 ? -xhtml1/border-left-color-030.xht 4be771e5e7262706f25beae9d7a4740fafdb19b5 ? +html4/border-left-color-030.htm b128a45ea4af74942964c42b6de64402f7a97531 ? +xhtml1/border-left-color-030.xht b128a45ea4af74942964c42b6de64402f7a97531 ? html4/border-left-color-031.htm 67a711e9bca9c4116d4776c24cb77d1152f520dd ? xhtml1/border-left-color-031.xht 67a711e9bca9c4116d4776c24cb77d1152f520dd ? html4/border-left-color-032.htm 2e83eb046808ef3575261946674a25df116b451b ? @@ -5593,8 +5593,8 @@ html4/border-right-color-028.htm 1d90e77f237352907464a70a9e84f5e7e71b53f1 ? xhtml1/border-right-color-028.xht 1d90e77f237352907464a70a9e84f5e7e71b53f1 ? html4/border-right-color-029.htm 93e6211dca2b0d2496fcb2f9421678a852075e8a ? xhtml1/border-right-color-029.xht 93e6211dca2b0d2496fcb2f9421678a852075e8a ? -html4/border-right-color-030.htm 0be73840073bf76f54bef02ce30addc33d1bef70 ? -xhtml1/border-right-color-030.xht 0be73840073bf76f54bef02ce30addc33d1bef70 ? +html4/border-right-color-030.htm e2bb0e4733c945b1f6873400f8b4cadf3173bdbe ? +xhtml1/border-right-color-030.xht e2bb0e4733c945b1f6873400f8b4cadf3173bdbe ? html4/border-right-color-031.htm 99fcd6bd7865abbaea509c3d3246b13e4cd4f6f4 ? xhtml1/border-right-color-031.xht 99fcd6bd7865abbaea509c3d3246b13e4cd4f6f4 ? html4/border-right-color-032.htm edffc25032a159bf31b4b86804d69cb6c4644a31 ? @@ -6459,8 +6459,8 @@ html4/border-top-color-028.htm 523d70858255e37045bf408d0730b262a79be10a ? xhtml1/border-top-color-028.xht 523d70858255e37045bf408d0730b262a79be10a ? html4/border-top-color-029.htm 20fab6bfb90db52678387b0ce1e60dd9371c8202 ? xhtml1/border-top-color-029.xht 20fab6bfb90db52678387b0ce1e60dd9371c8202 ? -html4/border-top-color-030.htm 3feabfb24626f700f8a131625c2741e5a7def8b3 ? -xhtml1/border-top-color-030.xht 3feabfb24626f700f8a131625c2741e5a7def8b3 ? +html4/border-top-color-030.htm 223c115ac9e4d58828c8e5d4dedbcfa46ce4d4f5 ? +xhtml1/border-top-color-030.xht 223c115ac9e4d58828c8e5d4dedbcfa46ce4d4f5 ? html4/border-top-color-031.htm 7695580c3d72e8471833983c8e6653764e6a304d ? xhtml1/border-top-color-031.xht 7695580c3d72e8471833983c8e6653764e6a304d ? html4/border-top-color-032.htm bd08af326a6d8abb7b75b92a268854e048ef8b4b ? @@ -8589,8 +8589,8 @@ html4/colors-005.htm c218498e6af442dded6851a98d922339d54944de ? xhtml1/colors-005.xht c218498e6af442dded6851a98d922339d54944de ? html4/colors-006.htm c13c1101c45fe22f51d13f7b089dab1bb5959dad ? xhtml1/colors-006.xht c13c1101c45fe22f51d13f7b089dab1bb5959dad ? -html4/colors-007.htm 3ac3896b8972955b969b7e9565ac0d14aa1ec1f7 ? -xhtml1/colors-007.xht 3ac3896b8972955b969b7e9565ac0d14aa1ec1f7 ? +html4/colors-007.htm aecf600a687dae2592618f11e8ddeb796bf20eb4 ? +xhtml1/colors-007.xht aecf600a687dae2592618f11e8ddeb796bf20eb4 ? html4/column-background-001.htm 9cac04c0174b9fde18f07c7a31ad462f8a5beaec ? xhtml1/column-background-001.xht 9cac04c0174b9fde18f07c7a31ad462f8a5beaec ? html4/column-background-002.htm 89f4cb55b4276c885e384ec922d64d516644a4b0 ? @@ -13540,8 +13540,8 @@ html4/list-style-017.htm d5bd3c481f5952d5dc7a6a2a3eafd1696355e1f3 ? xhtml1/list-style-017.xht d5bd3c481f5952d5dc7a6a2a3eafd1696355e1f3 ? html4/list-style-018.htm 7e422e3ef292376e90e5192bcd3295353e942f14 ? xhtml1/list-style-018.xht 7e422e3ef292376e90e5192bcd3295353e942f14 ? -html4/list-style-019.htm 50fa03f000e475f0461e2d19d5329fa713618574 ? -xhtml1/list-style-019.xht 50fa03f000e475f0461e2d19d5329fa713618574 ? +html4/list-style-019.htm 8de761b8a29f13d33dc7c01ae235ac946a520245 ? +xhtml1/list-style-019.xht 8de761b8a29f13d33dc7c01ae235ac946a520245 ? html4/list-style-020.htm 792ef31f35f133e75c2b906a2b5ddbda8be7b7bd ? xhtml1/list-style-020.xht 792ef31f35f133e75c2b906a2b5ddbda8be7b7bd ? html4/list-style-021.htm ba85cbb037f474a7e9333ebab0599d4b2750acdd ? @@ -16516,8 +16516,8 @@ html4/padding-left-034.htm c05bb4507c432855f9d2bad699e9ee483a02411a ? xhtml1/padding-left-034.xht c05bb4507c432855f9d2bad699e9ee483a02411a ? html4/padding-left-035.htm 3c360774937eb883b3ea712eb299ab39ca0fea1d ? xhtml1/padding-left-035.xht 3c360774937eb883b3ea712eb299ab39ca0fea1d ? -html4/padding-left-036.htm e94d87999904e7009b487883e126b83232918459 ? -xhtml1/padding-left-036.xht e94d87999904e7009b487883e126b83232918459 ? +html4/padding-left-036.htm 7aaab02fcb3ac56d066e071cce3b3fc53ebcaa53 ? +xhtml1/padding-left-036.xht 7aaab02fcb3ac56d066e071cce3b3fc53ebcaa53 ? html4/padding-left-037.htm 62f210281941fe270d860b7780eb84e0620fd075 ? xhtml1/padding-left-037.xht 62f210281941fe270d860b7780eb84e0620fd075 ? html4/padding-left-038.htm ee84838c4d9dd42624a7ba9bfca887b78388c368 ? @@ -16530,8 +16530,8 @@ html4/padding-left-045.htm 0b74747adf397aae332f770ca97f267c3e9cdf73 ? xhtml1/padding-left-045.xht 0b74747adf397aae332f770ca97f267c3e9cdf73 ? html4/padding-left-046.htm 42d61ba1986c9f08ac816cc1f993d5d21c38b571 ? xhtml1/padding-left-046.xht 42d61ba1986c9f08ac816cc1f993d5d21c38b571 ? -html4/padding-left-047.htm bf4e18024fd2e874b29be61a7c727800238ce81f ? -xhtml1/padding-left-047.xht bf4e18024fd2e874b29be61a7c727800238ce81f ? +html4/padding-left-047.htm 171fe4b897c6e6280a83a300502f025afba474fe ? +xhtml1/padding-left-047.xht 171fe4b897c6e6280a83a300502f025afba474fe ? html4/padding-left-048.htm 63452a150a07467d91cd9d0a6f65ebb1ef19579e ? xhtml1/padding-left-048.xht 63452a150a07467d91cd9d0a6f65ebb1ef19579e ? html4/padding-left-049.htm ca7526c9feb3ddf857ce648a61441ba3d15c170f ? @@ -16618,12 +16618,12 @@ html4/padding-left-applies-to-006.htm 52113687c7578eba19d42f50aed680c18ef51cad ? xhtml1/padding-left-applies-to-006.xht 52113687c7578eba19d42f50aed680c18ef51cad ? html4/padding-left-applies-to-007.htm 76ff598ea747e363f079fb30fc974dfe059dcda9 ? xhtml1/padding-left-applies-to-007.xht 76ff598ea747e363f079fb30fc974dfe059dcda9 ? -html4/padding-left-applies-to-008.htm 110704445e5d139d41baba9f9eb8e11e3758ff1a ? -xhtml1/padding-left-applies-to-008.xht 110704445e5d139d41baba9f9eb8e11e3758ff1a ? +html4/padding-left-applies-to-008.htm 7529082f8e4e5e06e1bd8ad445e4b2ea8fffd3c2 ? +xhtml1/padding-left-applies-to-008.xht 7529082f8e4e5e06e1bd8ad445e4b2ea8fffd3c2 ? html4/padding-left-applies-to-009.htm 1a483a64dbaa98181699b2654a5c399ab93d863f ? xhtml1/padding-left-applies-to-009.xht 1a483a64dbaa98181699b2654a5c399ab93d863f ? -html4/padding-left-applies-to-010.htm c19635df16ca3940e72d51fae4c664a24a455aa3 ? -xhtml1/padding-left-applies-to-010.xht c19635df16ca3940e72d51fae4c664a24a455aa3 ? +html4/padding-left-applies-to-010.htm 26255040d043b3544a377112a7f133ea41d0605d ? +xhtml1/padding-left-applies-to-010.xht 26255040d043b3544a377112a7f133ea41d0605d ? html4/padding-left-applies-to-011.htm 6cadf77a03e661fa9be54a28842da41afde37b05 ? xhtml1/padding-left-applies-to-011.xht 6cadf77a03e661fa9be54a28842da41afde37b05 ? html4/padding-left-applies-to-012.htm 613da0460a19f901d62af0528a2c12c6970273e2 ? @@ -16682,8 +16682,8 @@ html4/padding-right-034.htm 48d46b0be68d3f5838f42ad936d5c033167b6352 ? xhtml1/padding-right-034.xht 48d46b0be68d3f5838f42ad936d5c033167b6352 ? html4/padding-right-035.htm 7617e70b64f72b4ec35a605128364b45f910d6ce ? xhtml1/padding-right-035.xht 7617e70b64f72b4ec35a605128364b45f910d6ce ? -html4/padding-right-036.htm 9e33962fa50aec1b9a1edd576295b07851d9f42f ? -xhtml1/padding-right-036.xht 9e33962fa50aec1b9a1edd576295b07851d9f42f ? +html4/padding-right-036.htm fab2cc98f534209ca854e48ea0eee0f5d4df9bb0 ? +xhtml1/padding-right-036.xht fab2cc98f534209ca854e48ea0eee0f5d4df9bb0 ? html4/padding-right-037.htm d652b70ffda668263c096169e7280cf31331f16c ? xhtml1/padding-right-037.xht d652b70ffda668263c096169e7280cf31331f16c ? html4/padding-right-038.htm 32823685b8100d23fac09bb2d80aff044a61e52d ? @@ -16696,8 +16696,8 @@ html4/padding-right-045.htm 6538cdf6613c890471884b37180389d2488c9d29 ? xhtml1/padding-right-045.xht 6538cdf6613c890471884b37180389d2488c9d29 ? html4/padding-right-046.htm 7bc64da065bfe3af95f271bb2e189bb0cefd94cc ? xhtml1/padding-right-046.xht 7bc64da065bfe3af95f271bb2e189bb0cefd94cc ? -html4/padding-right-047.htm 22bd84ddd018482b699ce57daf609896196d74e2 ? -xhtml1/padding-right-047.xht 22bd84ddd018482b699ce57daf609896196d74e2 ? +html4/padding-right-047.htm 5f8512e589b361e3aa0f86e6e6944c4d287d2ade ? +xhtml1/padding-right-047.xht 5f8512e589b361e3aa0f86e6e6944c4d287d2ade ? html4/padding-right-048.htm f28017299de3d6d4e921ced1a62b8028e77da5b0 ? xhtml1/padding-right-048.xht f28017299de3d6d4e921ced1a62b8028e77da5b0 ? html4/padding-right-049.htm a32e9f40e118d6ee5065bfb0cd301afdfa63abed ? @@ -17936,14 +17936,14 @@ html4/shand-border-000.htm 1f1233e156bc1791deb976993808ec1cbcc5c554 ? xhtml1/shand-border-000.xht 1f1233e156bc1791deb976993808ec1cbcc5c554 ? html4/shand-border-001.htm 090681aa062e7927c73b3b7389072c821ff4a029 ? xhtml1/shand-border-001.xht 090681aa062e7927c73b3b7389072c821ff4a029 ? -html4/shand-font-000.htm e3ef6238310469dd6fb4a412fa003f43e6660072 ? -xhtml1/shand-font-000.xht e3ef6238310469dd6fb4a412fa003f43e6660072 ? -html4/shand-font-001.htm b65ba4267286f839d83c910a082e1d74f84826e1 ? -xhtml1/shand-font-001.xht b65ba4267286f839d83c910a082e1d74f84826e1 ? -html4/shand-font-002.htm f92d4addb54c0796e0b40330b51db40b9281998f ? -xhtml1/shand-font-002.xht f92d4addb54c0796e0b40330b51db40b9281998f ? -html4/shand-font-003.htm 4c2b26a0a9b42a3a77b7de7d79ebd8c2e8e2981f ? -xhtml1/shand-font-003.xht 4c2b26a0a9b42a3a77b7de7d79ebd8c2e8e2981f ? +html4/shand-font-000.htm 81840472449eb88eb4647a4dfcf3c4f6f26fe3f5 ? +xhtml1/shand-font-000.xht 81840472449eb88eb4647a4dfcf3c4f6f26fe3f5 ? +html4/shand-font-001.htm d4e3fa8e3281f09634a648fec17035fa46f49abf ? +xhtml1/shand-font-001.xht d4e3fa8e3281f09634a648fec17035fa46f49abf ? +html4/shand-font-002.htm ffb598ae994e3f9036fd606b811e4b6338c65c1f ? +xhtml1/shand-font-002.xht ffb598ae994e3f9036fd606b811e4b6338c65c1f ? +html4/shand-font-003.htm d6235e095c4e75ca1b551736057ccdc8d102d74b ? +xhtml1/shand-font-003.xht d6235e095c4e75ca1b551736057ccdc8d102d74b ? html4/shape-spaces-001.htm a7894745b4534dcf60ccf4c8857fbbec1c9b980b ? xhtml1/shape-spaces-001.xht a7894745b4534dcf60ccf4c8857fbbec1c9b980b ? html4/sibling-selector-001.htm 47023ffaaeb4739f93acff95b831fa5c1515883e ? diff --git a/tests/wpt/css-tests/css21_dev/testinfo.data b/tests/wpt/css-tests/css21_dev/testinfo.data index bb44f86cd93..47ac2bfe879 100644 --- a/tests/wpt/css-tests/css21_dev/testinfo.data +++ b/tests/wpt/css-tests/css21_dev/testinfo.data @@ -1778,7 +1778,7 @@ border-bottom-color-026 reference/border-bottom-color-026-ref Border-bottom-colo border-bottom-color-027 reference/border-bottom-color-027-ref Border-bottom-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 5cc4fcafad6c221424b38b38c9a2e87c85466e70 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #999 renders the correct color. border-bottom-color-028 reference/border-bottom-color-028-ref Border-bottom-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties cdb963fb6f74b4b28d8d2472df610f43d0abb267 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #eee renders the correct color. border-bottom-color-029 reference/border-bottom-color-006-ref Border-bottom-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 335fa4bcc07e2a3146d530629cf58fe5a5de148f `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #fff renders the correct color. -border-bottom-color-030 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 87cc6ccc88a1e2a6761a22edce9d65437e9a12c8 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #1000 falls back to the initial value. +border-bottom-color-030 reference/ref-transparent-or-black-square-transparent;reference/ref-transparent-or-black-square-black Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties d61d0c110cc40d44d3594e4050f38fed2bb7fd55 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #1000 is a transparent dark red square. border-bottom-color-031 reference/ref-filled-black-96px-square Border-bottom-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2f176f22fb7199070f31a0e09d84422e71d5537e `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #ggg falls back to the initial value. border-bottom-color-032 reference/border-bottom-color-032-ref Border-bottom-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 39c51c9f4213161c2bdb1991019ff17d3edcacd2 `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #100 renders the correct color. border-bottom-color-033 reference/border-bottom-color-010-ref Border-bottom-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b2b0c65201ea87c90284344f79eb958a6fac32aa `Microsoft`<http://www.microsoft.com/> The 'border-bottom-color' set to #900 renders the correct color. @@ -2515,7 +2515,7 @@ border-left-color-026 reference/border-bottom-color-026-ref Border-left-color se border-left-color-027 reference/border-bottom-color-027-ref Border-left-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 763d995eb9de9dd1ee5890d6488bbcc4f14eb955 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #999 renders the correct color. border-left-color-028 reference/border-bottom-color-028-ref Border-left-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 6743c1320f42845e2f833b58f9d1b13eb54c1531 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #eee renders the correct color. border-left-color-029 reference/border-bottom-color-006-ref Border-left-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 97da175e47a70b3e90e72a635cc3df4ba7f931b8 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #fff renders the correct color. -border-left-color-030 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 4be771e5e7262706f25beae9d7a4740fafdb19b5 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #1000 falls back to the initial value. +border-left-color-030 reference/ref-transparent-or-black-square-transparent;reference/ref-transparent-or-black-square-black Border-left-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties b128a45ea4af74942964c42b6de64402f7a97531 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #1000 is a transparent dark red square. border-left-color-031 reference/ref-filled-black-96px-square Border-left-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 67a711e9bca9c4116d4776c24cb77d1152f520dd `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #ggg falls back to the initial value. border-left-color-032 reference/border-bottom-color-032-ref Border-left-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 2e83eb046808ef3575261946674a25df116b451b `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #100 renders the correct color. border-left-color-033 reference/border-bottom-color-010-ref Border-left-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-left-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1d90de089316b7404390854fb8ac879b9626ae35 `Microsoft`<http://www.microsoft.com/> The 'border-left-color' set to #900 renders the correct color. @@ -2816,7 +2816,7 @@ border-right-color-026 reference/border-right-color-026-ref Border-right-color s border-right-color-027 reference/border-right-color-027-ref Border-right-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties a79f5d68e45d9f14920438a6c985cad5a0d7ff97 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #999 renders the correct color. border-right-color-028 reference/border-right-color-028-ref Border-right-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 1d90e77f237352907464a70a9e84f5e7e71b53f1 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #eee renders the correct color. border-right-color-029 reference/border-right-color-006-ref Border-right-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 93e6211dca2b0d2496fcb2f9421678a852075e8a `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #fff renders the correct color. -border-right-color-030 reference/border-right-color-007-ref Border-right-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 0be73840073bf76f54bef02ce30addc33d1bef70 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #1000 falls back to the initial value. +border-right-color-030 reference/ref-transparent-or-black-square-transparent;reference/ref-transparent-or-black-square-black Border-right-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties e2bb0e4733c945b1f6873400f8b4cadf3173bdbe `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #1000 is a transparent dark red square. border-right-color-031 reference/border-right-color-007-ref Border-right-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 99fcd6bd7865abbaea509c3d3246b13e4cd4f6f4 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #ggg falls back to the initial value. border-right-color-032 reference/border-right-color-032-ref Border-right-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties edffc25032a159bf31b4b86804d69cb6c4644a31 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #100 renders the correct color. border-right-color-033 reference/border-right-color-010-ref Border-right-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-right-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 294e2bc83d352f28283fe5dbcf8ab60b4b7c9035 `Microsoft`<http://www.microsoft.com/> The 'border-right-color' set to #900 renders the correct color. @@ -3249,7 +3249,7 @@ border-top-color-026 reference/border-bottom-color-026-ref Border-top-color set border-top-color-027 reference/border-bottom-color-027-ref Border-top-color set to hex with three digits with a nominal value #999 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 040d6b7c7ab5d6609a2d3002e2c976109d0edf3a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #999 renders the correct color. border-top-color-028 reference/border-bottom-color-028-ref Border-top-color set to hex with three digits with the maximum minus one value of #eee http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 523d70858255e37045bf408d0730b262a79be10a `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #eee renders the correct color. border-top-color-029 reference/border-bottom-color-006-ref Border-top-color set to hex with three digits with the maximum value of #fff http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 20fab6bfb90db52678387b0ce1e60dd9371c8202 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #fff renders the correct color. -border-top-color-030 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 3feabfb24626f700f8a131625c2741e5a7def8b3 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #1000 falls back to the initial value. +border-top-color-030 reference/ref-transparent-or-black-square-transparent;reference/ref-transparent-or-black-square-black Border-top-color set to hex with three digits with the maximum plus one value of #1000 invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 223c115ac9e4d58828c8e5d4dedbcfa46ce4d4f5 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #1000 is a transparent dark red square. border-top-color-031 reference/ref-filled-black-96px-square Border-top-color set to hex with three digits with the maximum plus one value of #ggg invalid http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 7695580c3d72e8471833983c8e6653764e6a304d `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #ggg falls back to the initial value. border-top-color-032 reference/border-bottom-color-032-ref Border-top-color set to hex with three digits with a red set to minimum plus one value, #100 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties bd08af326a6d8abb7b75b92a268854e048ef8b4b `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #100 renders the correct color. border-top-color-033 reference/border-bottom-color-010-ref Border-top-color set to hex with three digits with a red set to a nominal value, #900 http://www.w3.org/TR/CSS21/box.html#propdef-border-top-color,http://www.w3.org/TR/CSS21/box.html#border-color-properties 774e474dcf7668f9b21780f168bb6c6c68472987 `Microsoft`<http://www.microsoft.com/> The 'border-top-color' set to #900 renders the correct color. @@ -4315,7 +4315,7 @@ colors-003 reference/no-red-filler-text-ref Parsing invalid RGB functional notat colors-004 reference/no-red-filler-text-ref Parsing invalid RGB functional notation - Percentages and Numbers invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 36345dd6e5ad3f371f043088abfa13ca99e41516 `Microsoft`<http://www.microsoft.com/> An RGB value is invalid if it has both percentages and number assignments. colors-005 reference/filler-text-below-green Clipping of RGB color values http://www.w3.org/TR/CSS21/syndata.html#color-units c218498e6af442dded6851a98d922339d54944de `Microsoft`<http://www.microsoft.com/> Values outside the device gamut are clipped: the red, green, and blue values are changed to fall within the range supported by the device. colors-006 Comparing color keywords and hex values http://www.w3.org/TR/CSS21/syndata.html#color-units c13c1101c45fe22f51d13f7b089dab1bb5959dad `Microsoft`<http://www.microsoft.com/> Color matching of keywords and hex values. -colors-007 reference/colors-007-ref Color keyword syntax invalid http://www.w3.org/TR/CSS21/syndata.html#color-units 3ac3896b8972955b969b7e9565ac0d14aa1ec1f7 `Germain Garand`<mailto:germain@ebooksfrance.org>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> +colors-007 reference/colors-007-ref Color keyword syntax invalid http://www.w3.org/TR/CSS21/syndata.html#color-units aecf600a687dae2592618f11e8ddeb796bf20eb4 `Germain Garand`<mailto:germain@ebooksfrance.org>,`Elika J. Etemad`<http://fantasai.inkedblade.net/contact> column-background-001 Column background property http://www.w3.org/TR/CSS21/tables.html#columns 9cac04c0174b9fde18f07c7a31ad462f8a5beaec `Microsoft`<http://www.microsoft.com/> A background can be set on a table column. column-background-002 Column-group background property http://www.w3.org/TR/CSS21/tables.html#columns 89f4cb55b4276c885e384ec922d64d516644a4b0 `Microsoft`<http://www.microsoft.com/> A background can be set on a table column group. column-border-001 Column border property http://www.w3.org/TR/CSS21/tables.html#columns 8f29180f158bf4ecc0c932492a899a53e9ff6731 `Microsoft`<http://www.microsoft.com/> A border can be set on a table column. @@ -6805,7 +6805,7 @@ list-style-015 List-style with list-style-image list-style-position list-style- list-style-016 List-style inheriting a single value http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style e994d6e1d19c3d7cf7e82b962c4eba693b707d5b `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits a single value from the parent. list-style-017 List-style inheriting two values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style d5bd3c481f5952d5dc7a6a2a3eafd1696355e1f3 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits two values from the parent. list-style-018 List-style inheriting three values http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style 7e422e3ef292376e90e5192bcd3295353e942f14 `Microsoft`<http://www.microsoft.com/> The shorthand property 'list-style' set to 'inherit' inherits three values from the parent. -list-style-019 list-style - initial value image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/about.html#shorthand,http://www.w3.org/TR/CSS21/cascade.html#specified-value 50fa03f000e475f0461e2d19d5329fa713618574 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> 'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition. +list-style-019 reference/list-style-019-ref list-style - initial value image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/about.html#shorthand,http://www.w3.org/TR/CSS21/cascade.html#specified-value 8de761b8a29f13d33dc7c01ae235ac946a520245 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/>,`James Hopkins`<james(a)idreamincode.co.uk> 'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition. list-style-020 'list-style' shorthand and 'none' values http://www.w3.org/TR/CSS21/syndata.html#tokenization 792ef31f35f133e75c2b906a2b5ddbda8be7b7bd `Elika J. Etemad`<http://fantasai.inkedblade.net/> list-style-021 reference/list-style-021-ref list-style: none - followed by a list-style-image reset image http://www.w3.org/TR/CSS21/generate.html#list-style,http://www.w3.org/TR/CSS21/cascade.html#cascading-order ba85cbb037f474a7e9333ebab0599d4b2750acdd `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> A value of 'none' for the 'list-style' property sets both 'list-style-type' and 'list-style-image' to 'none'. If two declarations have the same weight, origin and specificity, then the latter specified wins. list-style-applies-to-001 List-style applied to elements with 'display' set to 'table-row-group' http://www.w3.org/TR/CSS21/generate.html#propdef-list-style,http://www.w3.org/TR/CSS21/generate.html#list-style a5a72e9c84e14d48ac4381d63cdd1b55d30eb1c9 `Microsoft`<http://www.microsoft.com/> The 'list-style' property applies to elements with 'display' set to 'table-row-group'. @@ -8294,14 +8294,14 @@ padding-left-028 reference/margin-left-031-ref Padding-left using picas with a n padding-left-029 reference/margin-left-031-ref Padding-left using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties bec3174bc700c6d0271238d336cb7573aa7bf68f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in picas with a plus sign. padding-left-034 reference/margin-left-004-ref Padding-left using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c05bb4507c432855f9d2bad699e9ee483a02411a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in centimeters. padding-left-035 reference/margin-left-004-ref Padding-left using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 3c360774937eb883b3ea712eb299ab39ca0fea1d `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in centimeters. -padding-left-036 Padding-left using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties e94d87999904e7009b487883e126b83232918459 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in centimeters. +padding-left-036 reference/padding-left-036-ref Padding-left using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 7aaab02fcb3ac56d066e071cce3b3fc53ebcaa53 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in centimeters. padding-left-037 reference/margin-left-004-ref Padding-left using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 62f210281941fe270d860b7780eb84e0620fd075 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in centimeters. padding-left-038 reference/margin-left-004-ref Padding-left using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ee84838c4d9dd42624a7ba9bfca887b78388c368 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in centimeters. padding-left-039 reference/margin-left-043-ref Padding-left using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b8918ae204783126063c3e22da419f4a4032e016 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in centimeters. padding-left-040 reference/margin-left-043-ref Padding-left using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties b368b58cca18b353bd04a4dfc9a05d0e9c32320a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in centimeters with a plus sign. padding-left-045 reference/margin-left-004-ref Padding-left using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 0b74747adf397aae332f770ca97f267c3e9cdf73 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum minus one length value in millimeters. padding-left-046 reference/margin-left-004-ref Padding-left using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 42d61ba1986c9f08ac816cc1f993d5d21c38b571 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum length value in millimeters. -padding-left-047 Padding-left using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties bf4e18024fd2e874b29be61a7c727800238ce81f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in millimeters. +padding-left-047 reference/padding-left-047-ref Padding-left using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 171fe4b897c6e6280a83a300502f025afba474fe `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a minimum plus one length value in millimeters. padding-left-048 reference/margin-left-004-ref Padding-left using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 63452a150a07467d91cd9d0a6f65ebb1ef19579e `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a negative zero length value in millimeters. padding-left-049 reference/margin-left-004-ref Padding-left using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties ca7526c9feb3ddf857ce648a61441ba3d15c170f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a positive zero length value in millimeters. padding-left-050 reference/margin-left-043-ref Padding-left using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 089b72a820df142cb9bfa6515066e80d81874cb1 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property handles a nominal length value in millimeters. @@ -8345,9 +8345,9 @@ padding-left-applies-to-004 reference/margin-left-applies-to-001-ref Padding-lef padding-left-applies-to-005 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-column-group http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties f2e384aec5f4145b1b11b3e563314e224089a37a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-column-group. padding-left-applies-to-006 reference/margin-left-applies-to-001-ref Padding-left applied to element with display table-column http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 52113687c7578eba19d42f50aed680c18ef51cad `Microsoft`<http://www.microsoft.com/> The 'padding-left' property does not apply to elements with a display of table-column. padding-left-applies-to-007 reference/margin-left-applies-to-009-ref Padding-left applied to element with display table-cell http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 76ff598ea747e363f079fb30fc974dfe059dcda9 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of table-cell. -padding-left-applies-to-008 Padding-left applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 110704445e5d139d41baba9f9eb8e11e3758ff1a `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline. +padding-left-applies-to-008 reference/padding-left-applies-to-008-ref Padding-left applied to element with display inline http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 7529082f8e4e5e06e1bd8ad445e4b2ea8fffd3c2 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline. padding-left-applies-to-009 reference/margin-left-applies-to-009-ref Padding-left applied to element with display block http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 1a483a64dbaa98181699b2654a5c399ab93d863f `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of block. -padding-left-applies-to-010 Padding-left applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties c19635df16ca3940e72d51fae4c664a24a455aa3 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of list-item. +padding-left-applies-to-010 reference/padding-left-applies-to-010-ref Padding-left applied to element with display list-item http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 26255040d043b3544a377112a7f133ea41d0605d `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of list-item. padding-left-applies-to-011 Padding-left applied to element with display run-in http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 6cadf77a03e661fa9be54a28842da41afde37b05 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of run-in. padding-left-applies-to-012 reference/margin-left-applies-to-009-ref Padding-left applied to element with display inline-block http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 613da0460a19f901d62af0528a2c12c6970273e2 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of inline-block. padding-left-applies-to-013 reference/margin-left-applies-to-009-ref Padding-left applied to element with display table http://www.w3.org/TR/CSS21/box.html#propdef-padding-left,http://www.w3.org/TR/CSS21/box.html#padding-properties 9d27fad36e1660552d8bf4c7eeb03cfa2dba5625 `Microsoft`<http://www.microsoft.com/> The 'padding-left' property applies to elements with a display of table. @@ -8377,14 +8377,14 @@ padding-right-028 reference/padding-right-028-ref Padding-right using picas with padding-right-029 reference/padding-right-028-ref Padding-right using picas with a nominal value with a plus sign, +6pc http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f41c4378e194fb00c32ecd43370c9cc8a39937c3 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in picas with a plus sign. padding-right-034 reference/margin-left-004-ref Padding-right using centimeters with a minimum minus one value, -1cm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 48d46b0be68d3f5838f42ad936d5c033167b6352 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in centimeters. padding-right-035 reference/margin-left-004-ref Padding-right using centimeters with a minimum value, 0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7617e70b64f72b4ec35a605128364b45f910d6ce `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in centimeters. -padding-right-036 Padding-right using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 9e33962fa50aec1b9a1edd576295b07851d9f42f `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in centimeters. +padding-right-036 reference/padding-left-036-ref Padding-right using centimeters with a minimum plus one value, 1cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties fab2cc98f534209ca854e48ea0eee0f5d4df9bb0 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in centimeters. padding-right-037 reference/margin-left-004-ref Padding-right using centimeters with a negative zero value, -0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties d652b70ffda668263c096169e7280cf31331f16c `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in centimeters. padding-right-038 reference/margin-left-004-ref Padding-right using centimeters with a positive zero value, +0cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 32823685b8100d23fac09bb2d80aff044a61e52d `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in centimeters. padding-right-039 reference/padding-right-039-ref Padding-right using centimeters with a nominal value, 2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 2b01284faffa496c243681fd9e7e1bce0fbd87f1 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in centimeters. padding-right-040 reference/padding-right-039-ref Padding-right using centimeters with a nominal value with a plus sign, +2.54cm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 2e1d9c11f1d7c22fbedd9a29decba13c56dc6095 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in centimeters with a plus sign. padding-right-045 reference/margin-left-004-ref Padding-right using millimeters with a minimum minus one value, -1mm invalid http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 6538cdf6613c890471884b37180389d2488c9d29 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum minus one length value in millimeters. padding-right-046 reference/margin-left-004-ref Padding-right using millimeters with a minimum value, 0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 7bc64da065bfe3af95f271bb2e189bb0cefd94cc `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum length value in millimeters. -padding-right-047 Padding-right using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 22bd84ddd018482b699ce57daf609896196d74e2 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in millimeters. +padding-right-047 reference/padding-left-047-ref Padding-right using millimeters with a minimum plus one value, 1mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 5f8512e589b361e3aa0f86e6e6944c4d287d2ade `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a minimum plus one length value in millimeters. padding-right-048 reference/margin-left-004-ref Padding-right using millimeters with a negative zero value, -0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties f28017299de3d6d4e921ced1a62b8028e77da5b0 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a negative zero length value in millimeters. padding-right-049 reference/margin-left-004-ref Padding-right using millimeters with a positive zero value, +0mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties a32e9f40e118d6ee5065bfb0cd301afdfa63abed `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a positive zero length value in millimeters. padding-right-050 reference/padding-right-039-ref Padding-right using millimeters with a nominal value, 25.4mm http://www.w3.org/TR/CSS21/box.html#propdef-padding-right,http://www.w3.org/TR/CSS21/box.html#padding-properties 11f9bb52a9c7bc4337431c6df4cfc4a00ebf4e00 `Microsoft`<http://www.microsoft.com/> The 'padding-right' property handles a nominal length value in millimeters. @@ -9004,10 +9004,10 @@ sgml-comments-001 reference/filler-text-below-green Parsing SGML comments http: sgml-comments-002 Parsing of CDO/CDC in stylesheets http://www.w3.org/TR/CSS21/syndata.html#comments 019bdc428b4d41ff8c0568c0918761054efe4ead `Ian Hickson`<mailto:ian@hixie.ch> shand-border-000 reference/shand-border-000-ref Shorthand Properties (border) http://www.w3.org/TR/CSS21/about.html#shorthand 1f1233e156bc1791deb976993808ec1cbcc5c554 `L. David Baron`<http://dbaron.org/> shand-border-001 reference/ref-if-there-is-no-red Shorthand Properties (border) - maximum of 3 border subproperties invalid http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties,http://www.w3.org/TR/CSS21/about.html#shorthand 090681aa062e7927c73b3b7389072c821ff4a029 `Gérard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> The 'border' shorthand property, 'border-top' shorthand property and 'border-bottom' shorthand property accept a maximum of 3 border subproperties. -shand-font-000 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand e3ef6238310469dd6fb4a412fa003f43e6660072 `L. David Baron`<http://dbaron.org/> -shand-font-001 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand b65ba4267286f839d83c910a082e1d74f84826e1 `L. David Baron`<http://dbaron.org/> -shand-font-002 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand f92d4addb54c0796e0b40330b51db40b9281998f `L. David Baron`<http://dbaron.org/> -shand-font-003 Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand 4c2b26a0a9b42a3a77b7de7d79ebd8c2e8e2981f `L. David Baron`<http://dbaron.org/> +shand-font-000 reference/shand-font-000-ref Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand 81840472449eb88eb4647a4dfcf3c4f6f26fe3f5 `L. David Baron`<http://dbaron.org/> +shand-font-001 reference/shand-font-000-ref Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand d4e3fa8e3281f09634a648fec17035fa46f49abf `L. David Baron`<http://dbaron.org/> +shand-font-002 reference/shand-font-002-ref Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand ffb598ae994e3f9036fd606b811e4b6338c65c1f `L. David Baron`<http://dbaron.org/> +shand-font-003 reference/shand-font-002-ref Shorthand Properties (font) http://www.w3.org/TR/CSS21/about.html#shorthand d6235e095c4e75ca1b551736057ccdc8d102d74b `L. David Baron`<http://dbaron.org/> shape-spaces-001 Clip with 'rect()' function values separated may http://www.w3.org/TR/CSS21/visufx.html#clipping a7894745b4534dcf60ccf4c8857fbbec1c9b980b `Microsoft`<http://www.microsoft.com/> User agent may also support separation of the 'rect()' function values 'top', 'right', 'bottom', and 'left' with spaces. sibling-selector-001 Simple sibling selector http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 47023ffaaeb4739f93acff95b831fa5c1515883e `Microsoft`<http://www.microsoft.com/> Sibling selector only applies to immediate siblings. sibling-selector-002 reference/filler-text-below-green Sibling selector with non-element node http://www.w3.org/TR/CSS21/selector.html#adjacent-selectors 3f9a076334e7e604e64693aa3c4574bce241d9c4 `Microsoft`<http://www.microsoft.com/> Sibling selector only applies to immediate siblings ignoring non-element nodes. diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/border-bottom-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1/border-bottom-color-030.xht index d702d794fe4..cea14dfd466 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/border-bottom-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/border-bottom-color-030.xht @@ -6,12 +6,19 @@ <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" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-bottom-style: solid; border-bottom-width: 1in; @@ -22,7 +29,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/border-left-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1/border-left-color-030.xht index f22dbccf899..5510b930a9d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/border-left-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/border-left-color-030.xht @@ -6,22 +6,30 @@ <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" /> + <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-left-color' set to #1000 falls back to the initial value." /> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + 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 square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/border-right-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1/border-right-color-030.xht index d9cb77b0f85..95c6b008ae6 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/border-right-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/border-right-color-030.xht @@ -6,22 +6,30 @@ <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/border-right-color-007-ref.xht" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + 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 box below.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/border-top-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1/border-top-color-030.xht index 26636f4cb34..cfd3062d80c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/border-top-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/border-top-color-030.xht @@ -6,12 +6,19 @@ <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" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-top-style: solid; border-top-width: 1in; @@ -22,7 +29,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-1.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-1.xht index 58a73a46add..cfa12b3eba1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-1.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-1.xht @@ -125,7 +125,7 @@ <tr id="list-style-019-1.4.3" class="image"> <td> <a href="list-style-019.xht">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> @@ -155,7 +155,7 @@ <tr id="shand-font-000-1.4.3" class="primary"> <td><strong> <a href="shand-font-000.xht">shand-font-000</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -163,7 +163,7 @@ <tr id="shand-font-001-1.4.3" class="primary"> <td><strong> <a href="shand-font-001.xht">shand-font-001</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -171,7 +171,7 @@ <tr id="shand-font-002-1.4.3" class="primary"> <td><strong> <a href="shand-font-002.xht">shand-font-002</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -179,7 +179,7 @@ <tr id="shand-font-003-1.4.3" class="primary"> <td><strong> <a href="shand-font-003.xht">shand-font-003</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht index 100b6d7fad5..59c0ef84caf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht @@ -9593,7 +9593,7 @@ <tr id="list-style-019-12.5.1" class="primary image"> <td><strong> <a href="list-style-019.xht">list-style-019</a></strong></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-6.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-6.xht index ff7c4e2d514..62b16481622 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-6.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-6.xht @@ -377,7 +377,7 @@ <tr id="list-style-019-6.1.1" class="image"> <td> <a href="list-style-019.xht">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-8.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-8.xht index de7b85be976..280c5ee0b5e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-8.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-8.xht @@ -9841,7 +9841,7 @@ <tr id="padding-left-036-8.4" class=""> <td> <a href="padding-left-036.xht">padding-left-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -9918,7 +9918,7 @@ <tr id="padding-left-047-8.4" class=""> <td> <a href="padding-left-047.xht">padding-left-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -10402,7 +10402,7 @@ <tr id="padding-left-applies-to-008-8.4" class=""> <td> <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -10424,7 +10424,7 @@ <tr id="padding-left-applies-to-010-8.4" class=""> <td> <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -10754,7 +10754,7 @@ <tr id="padding-right-036-8.4" class=""> <td> <a href="padding-right-036.xht">padding-right-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -10831,7 +10831,7 @@ <tr id="padding-right-047-8.4" class=""> <td> <a href="padding-right-047.xht">padding-right-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -13799,7 +13799,7 @@ <tr id="padding-left-036-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-036.xht">padding-left-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -13876,7 +13876,7 @@ <tr id="padding-left-047-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-047.xht">padding-left-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -14360,7 +14360,7 @@ <tr id="padding-left-applies-to-008-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -14382,7 +14382,7 @@ <tr id="padding-left-applies-to-010-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -14693,7 +14693,7 @@ <tr id="padding-right-036-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-036.xht">padding-right-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -14770,7 +14770,7 @@ <tr id="padding-right-047-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-047.xht">padding-right-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -24443,11 +24443,11 @@ <tr id="border-bottom-color-030-8.5.2" class="invalid"> <td> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -26560,11 +26560,11 @@ <tr id="border-left-color-030-8.5.2" class="invalid"> <td> <a href="border-left-color-030.xht">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -28342,11 +28342,11 @@ <tr id="border-right-color-030-8.5.2" class="invalid"> <td> <a href="border-right-color-030.xht">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -30157,11 +30157,11 @@ <tr id="border-top-color-030-8.5.2" class="invalid"> <td> <a href="border-top-color-030.xht">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -31942,11 +31942,11 @@ <tr id="border-bottom-color-030-8.5.2.#propdef-border-bottom-color" class="primary invalid"> <td><strong> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -33994,11 +33994,11 @@ <tr id="border-left-color-030-8.5.2.#propdef-border-left-color" class="primary invalid"> <td><strong> <a href="border-left-color-030.xht">border-left-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -35779,11 +35779,11 @@ <tr id="border-right-color-030-8.5.2.#propdef-border-right-color" class="primary invalid"> <td><strong> <a href="border-right-color-030.xht">border-right-color-030</a></strong></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -37564,11 +37564,11 @@ <tr id="border-top-color-030-8.5.2.#propdef-border-top-color" class="primary invalid"> <td><strong> <a href="border-top-color-030.xht">border-top-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/list-style-019.xht b/tests/wpt/css-tests/css21_dev/xhtml1/list-style-019.xht index 181d2dbd9ee..996e444960f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/list-style-019.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/list-style-019.xht @@ -10,6 +10,7 @@ <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" /> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand" /> <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specified-value" /> + <link rel="match" href="reference/list-style-019-ref.xht" /> <meta content="image" name="flags" /> <meta content="'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition." name="assert" /> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-036.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-036.xht index 4c8710893a7..3fb560de990 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-036.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-036.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-036-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in centimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-047.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-047.xht index 02921983b58..07a5b8304f5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-047.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-047.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-047-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in millimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-008.xht index 28eb00df2bd..a44fa2f57b9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-008.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-008.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-applies-to-008-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property applies to elements with a display of inline." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-010.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-010.xht index 8a2f933fee2..6d97c770235 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-010.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-left-applies-to-010.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-applies-to-010-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property applies to elements with a display of list-item." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-036.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-036.xht index ca683da6d95..15f2bcd72fe 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-036.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-036.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-036-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in centimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-047.xht b/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-047.xht index c33d2999a78..3de7e56a647 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-047.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/padding-right-047.xht @@ -6,6 +6,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-047-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in millimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/colors-007-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/colors-007-ref.xht index fa122c4049c..60190c0d42f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reference/colors-007-ref.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/colors-007-ref.xht @@ -22,7 +22,7 @@ <p>This sentence must be green.</p> - <p>This sentence must be green</p> + <p>This sentence must be green.</p> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/list-style-019-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/list-style-019-ref.xht new file mode 100644 index 00000000000..9d40ce43aaf --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/list-style-019-ref.xht @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +li { + list-style-type: decimal; + list-style-image: none; + list-style-position: inside; +} +</style> +</head> +<body> +<p>Test passes if there is "1." and <strong>no red</strong>.</p> +<ul> + <li> </li> +</ul> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-036-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-036-ref.xht new file mode 100644 index 00000000000..78809edb687 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-036-ref.xht @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + #div1 { height: 50px; width: 1cm; background: green; } + #div2 { height: 50px; width: 38px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-047-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-047-ref.xht new file mode 100644 index 00000000000..97afc82a552 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-047-ref.xht @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + #div1 { height: 50px; width: 1mm; background: green; } + #div2 { height: 50px; width: 4px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-008-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-008-ref.xht new file mode 100644 index 00000000000..f9aa3be2524 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-008-ref.xht @@ -0,0 +1,15 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + span { border-left: 5px solid blue; } + span span { margin-left: 50px; border-left: 5px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines.</p> + <div><span><span></span></span>Filler Text</div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-010-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-010-ref.xht new file mode 100644 index 00000000000..9f346453c03 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/padding-left-applies-to-010-ref.xht @@ -0,0 +1,16 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + body { margin-left: 50px; } + #div1 { display: list-item; height: 200px; width: 200px; } + div div { width: 50px; height: 200px; border-left: 10px solid blue; border-right: 10px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines and there is a marker bullet on the left-hand side of the blue line.</p> + <div id="div1"><div></div></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht new file mode 100644 index 00000000000..9937c436d08 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht @@ -0,0 +1,20 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/" /> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; + background: black; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht new file mode 100644 index 00000000000..6670ee9ffe0 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/" /> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-000-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-000-ref.xht new file mode 100644 index 00000000000..25dd7d85b15 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-000-ref.xht @@ -0,0 +1,17 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +p.test { + font-family: serif; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a normal weight font.</p> +<p class="test">This should be in a normal weight font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-002-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-002-ref.xht new file mode 100644 index 00000000000..cda52ea684e --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/shand-font-002-ref.xht @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +p.test { + font-family: serif; + font-weight: bold; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a bold font.</p> +<p class="test">This should be in a bold font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht index 0ab4d0466b6..cc85092d4cf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht @@ -10090,10 +10090,13 @@ </tbody> <tbody id="border-bottom-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-bottom-color-031" class="invalid"> @@ -12530,10 +12533,13 @@ </tbody> <tbody id="border-left-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-left-color-030.xht">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-left-color-031" class="invalid"> @@ -14490,10 +14496,13 @@ </tbody> <tbody id="border-right-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-right-color-030.xht">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-right-color-031" class="invalid"> @@ -16626,10 +16635,13 @@ </tbody> <tbody id="border-top-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-top-color-030.xht">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-top-color-031" class="invalid"> @@ -30344,6 +30356,14 @@ <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> </tr> </tbody> + <tbody id="list-style-019" class="image"> + <tr> + <td rowspan="1" title="list-style - initial value"> + <a href="list-style-019.xht">list-style-019</a></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> + </tr> + </tbody> <tbody id="list-style-021" class="image"> <tr> <td rowspan="1" title="list-style: none - followed by a list-style-image reset"> @@ -37968,6 +37988,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-036" class=""> + <tr> + <td rowspan="1" title="Padding-left using centimeters with a minimum plus one value, 1cm"> + <a href="padding-left-036.xht">padding-left-036</a></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-037" class=""> <tr> <td rowspan="1" title="Padding-left using centimeters with a negative zero value, -0cm"> @@ -38016,6 +38044,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-047" class=""> + <tr> + <td rowspan="1" title="Padding-left using millimeters with a minimum plus one value, 1mm"> + <a href="padding-left-047.xht">padding-left-047</a></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-048" class=""> <tr> <td rowspan="1" title="Padding-left using millimeters with a negative zero value, -0mm"> @@ -38360,6 +38396,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-008" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display inline"> + <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-009" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display block"> @@ -38368,6 +38412,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-010" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display list-item"> + <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-012" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display inline-block"> @@ -38584,6 +38636,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-036" class=""> + <tr> + <td rowspan="1" title="Padding-right using centimeters with a minimum plus one value, 1cm"> + <a href="padding-right-036.xht">padding-right-036</a></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-037" class=""> <tr> <td rowspan="1" title="Padding-right using centimeters with a negative zero value, -0cm"> @@ -38632,6 +38692,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-047" class=""> + <tr> + <td rowspan="1" title="Padding-right using millimeters with a minimum plus one value, 1mm"> + <a href="padding-right-047.xht">padding-right-047</a></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-048" class=""> <tr> <td rowspan="1" title="Padding-right using millimeters with a negative zero value, -0mm"> @@ -41984,6 +42052,38 @@ <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> </tr> </tbody> + <tbody id="shand-font-000" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-000.xht">shand-font-000</a></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-001" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-001.xht">shand-font-001</a></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-002" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-002.xht">shand-font-002</a></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-003" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-003.xht">shand-font-003</a></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="sibling-selector-002" class=""> <tr> <td rowspan="1" title="Sibling selector with non-element node"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list index 97ba777726c..275b475006b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list @@ -1264,7 +1264,8 @@ border-bottom-color-026.xht == reference/border-bottom-color-026-ref.xht border-bottom-color-027.xht == reference/border-bottom-color-027-ref.xht border-bottom-color-028.xht == reference/border-bottom-color-028-ref.xht border-bottom-color-029.xht == reference/border-bottom-color-006-ref.xht -border-bottom-color-030.xht == reference/ref-filled-black-96px-square.xht +border-bottom-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-bottom-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-bottom-color-031.xht == reference/ref-filled-black-96px-square.xht border-bottom-color-032.xht == reference/border-bottom-color-032-ref.xht border-bottom-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -1569,7 +1570,8 @@ border-left-color-026.xht == reference/border-bottom-color-026-ref.xht border-left-color-027.xht == reference/border-bottom-color-027-ref.xht border-left-color-028.xht == reference/border-bottom-color-028-ref.xht border-left-color-029.xht == reference/border-bottom-color-006-ref.xht -border-left-color-030.xht == reference/ref-filled-black-96px-square.xht +border-left-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-left-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-left-color-031.xht == reference/ref-filled-black-96px-square.xht border-left-color-032.xht == reference/border-bottom-color-032-ref.xht border-left-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -1814,7 +1816,8 @@ border-right-color-026.xht == reference/border-right-color-026-ref.xht border-right-color-027.xht == reference/border-right-color-027-ref.xht border-right-color-028.xht == reference/border-right-color-028-ref.xht border-right-color-029.xht == reference/border-right-color-006-ref.xht -border-right-color-030.xht == reference/border-right-color-007-ref.xht +border-right-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-right-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-right-color-031.xht == reference/border-right-color-007-ref.xht border-right-color-032.xht == reference/border-right-color-032-ref.xht border-right-color-033.xht == reference/border-right-color-010-ref.xht @@ -2081,7 +2084,8 @@ border-top-color-026.xht == reference/border-bottom-color-026-ref.xht border-top-color-027.xht == reference/border-bottom-color-027-ref.xht border-top-color-028.xht == reference/border-bottom-color-028-ref.xht border-top-color-029.xht == reference/border-bottom-color-006-ref.xht -border-top-color-030.xht == reference/ref-filled-black-96px-square.xht +border-top-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-top-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-top-color-031.xht == reference/ref-filled-black-96px-square.xht border-top-color-032.xht == reference/border-bottom-color-032-ref.xht border-top-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -3797,6 +3801,7 @@ line-height-applies-to-015.xht == reference/line-height-applies-to-001-ref.xht line-height-applies-to-016.xht == reference/line-height-applies-to-016-ref.xht line-height-bleed-001.xht == reference/line-height-bleed-001-ref.xht line-height-bleed-002.xht == reference/line-height-bleed-002-ref.xht +list-style-019.xht == reference/list-style-019-ref.xht list-style-021.xht == reference/list-style-021-ref.xht list-style-image-004.xht == reference/list-style-image-004-ref.xht list-style-image-005.xht == reference/list-style-image-005-ref.xht @@ -4751,12 +4756,14 @@ padding-left-028.xht == reference/margin-left-031-ref.xht padding-left-029.xht == reference/margin-left-031-ref.xht padding-left-034.xht == reference/margin-left-004-ref.xht padding-left-035.xht == reference/margin-left-004-ref.xht +padding-left-036.xht == reference/padding-left-036-ref.xht padding-left-037.xht == reference/margin-left-004-ref.xht padding-left-038.xht == reference/margin-left-004-ref.xht padding-left-039.xht == reference/margin-left-043-ref.xht padding-left-040.xht == reference/margin-left-043-ref.xht padding-left-045.xht == reference/margin-left-004-ref.xht padding-left-046.xht == reference/margin-left-004-ref.xht +padding-left-047.xht == reference/padding-left-047-ref.xht padding-left-048.xht == reference/margin-left-004-ref.xht padding-left-049.xht == reference/margin-left-004-ref.xht padding-left-050.xht == reference/margin-left-043-ref.xht @@ -4800,7 +4807,9 @@ padding-left-applies-to-004.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-005.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-006.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-007.xht == reference/margin-left-applies-to-009-ref.xht +padding-left-applies-to-008.xht == reference/padding-left-applies-to-008-ref.xht padding-left-applies-to-009.xht == reference/margin-left-applies-to-009-ref.xht +padding-left-applies-to-010.xht == reference/padding-left-applies-to-010-ref.xht padding-left-applies-to-012.xht == reference/margin-left-applies-to-009-ref.xht padding-left-applies-to-013.xht == reference/margin-left-applies-to-009-ref.xht padding-left-applies-to-014.xht == reference/margin-left-applies-to-009-ref.xht @@ -4828,12 +4837,14 @@ padding-right-028.xht == reference/padding-right-028-ref.xht padding-right-029.xht == reference/padding-right-028-ref.xht padding-right-034.xht == reference/margin-left-004-ref.xht padding-right-035.xht == reference/margin-left-004-ref.xht +padding-right-036.xht == reference/padding-left-036-ref.xht padding-right-037.xht == reference/margin-left-004-ref.xht padding-right-038.xht == reference/margin-left-004-ref.xht padding-right-039.xht == reference/padding-right-039-ref.xht padding-right-040.xht == reference/padding-right-039-ref.xht padding-right-045.xht == reference/margin-left-004-ref.xht padding-right-046.xht == reference/margin-left-004-ref.xht +padding-right-047.xht == reference/padding-left-047-ref.xht padding-right-048.xht == reference/margin-left-004-ref.xht padding-right-049.xht == reference/margin-left-004-ref.xht padding-right-050.xht == reference/padding-right-039-ref.xht @@ -5253,6 +5264,10 @@ separated-border-model-009.xht == reference/separated-border-model-007-ref.xht sgml-comments-001.xht == reference/filler-text-below-green.xht shand-border-000.xht == reference/shand-border-000-ref.xht shand-border-001.xht == reference/ref-if-there-is-no-red.xht +shand-font-000.xht == reference/shand-font-000-ref.xht +shand-font-001.xht == reference/shand-font-000-ref.xht +shand-font-002.xht == reference/shand-font-002-ref.xht +shand-font-003.xht == reference/shand-font-002-ref.xht sibling-selector-002.xht == reference/filler-text-below-green.xht sort-by-order-001.xht == reference/ref-filled-green-100px-square.xht specificity-001.xht == reference/filler-text-below-green.xht diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-000.xht b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-000.xht index 79f250fd593..c19b01c5db5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-000.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-000.xht @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-000-ref.xht"/> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-001.xht index 8560d82546a..a1c485a6b25 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-000-ref.xht"/> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-002.xht index 6003b25e93b..8742ba8caa1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-002.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-002.xht @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-002-ref.xht"/> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-003.xht index 3b7e46e3c21..2bae87dd2e9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-003.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/shand-font-003.xht @@ -4,6 +4,7 @@ <title>CSS Test: Shorthand Properties (font)</title> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-002-ref.xht"/> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/border-bottom-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/border-bottom-color-030.xht index afda7304fef..fb64040c27f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/border-bottom-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/border-bottom-color-030.xht @@ -15,12 +15,19 @@ <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" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-bottom-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-bottom-style: solid; border-bottom-width: 1in; @@ -31,7 +38,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/border-left-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/border-left-color-030.xht index f6b8f741937..a8cbc0db8c0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/border-left-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/border-left-color-030.xht @@ -15,22 +15,30 @@ <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" /> + <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-left-color' set to #1000 falls back to the initial value." /> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + 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 square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/border-right-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/border-right-color-030.xht index 08c272d3df5..12452f3d287 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/border-right-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/border-right-color-030.xht @@ -15,22 +15,30 @@ <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/border-right-color-007-ref.xht" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-right-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + 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 box below.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/border-top-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/border-top-color-030.xht index 764725942b8..d3718f5071d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/border-top-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/border-top-color-030.xht @@ -15,12 +15,19 @@ <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" /> + <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 falls back to the initial value." /> + <meta name="assert" content="The 'border-top-color' set to #1000 is a transparent dark red square." /> <style type="text/css"> - div + div.test + { + border: 5px solid blue; + height: 1in; + width: 1in; + } + div.test div { border-top-style: solid; border-top-width: 1in; @@ -31,7 +38,7 @@ </style> </head> <body> - <p>Test passes if there is a filled black square.</p> - <div></div> + <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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-1.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-1.xht index 58a73a46add..cfa12b3eba1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-1.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-1.xht @@ -125,7 +125,7 @@ <tr id="list-style-019-1.4.3" class="image"> <td> <a href="list-style-019.xht">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> @@ -155,7 +155,7 @@ <tr id="shand-font-000-1.4.3" class="primary"> <td><strong> <a href="shand-font-000.xht">shand-font-000</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -163,7 +163,7 @@ <tr id="shand-font-001-1.4.3" class="primary"> <td><strong> <a href="shand-font-001.xht">shand-font-001</a></strong></td> - <td></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -171,7 +171,7 @@ <tr id="shand-font-002-1.4.3" class="primary"> <td><strong> <a href="shand-font-002.xht">shand-font-002</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> @@ -179,7 +179,7 @@ <tr id="shand-font-003-1.4.3" class="primary"> <td><strong> <a href="shand-font-003.xht">shand-font-003</a></strong></td> - <td></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> <td></td> <td>Shorthand Properties (font) </td> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-12.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-12.xht index 100b6d7fad5..59c0ef84caf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-12.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-12.xht @@ -9593,7 +9593,7 @@ <tr id="list-style-019-12.5.1" class="primary image"> <td><strong> <a href="list-style-019.xht">list-style-019</a></strong></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-6.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-6.xht index ff7c4e2d514..62b16481622 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-6.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-6.xht @@ -377,7 +377,7 @@ <tr id="list-style-019-6.1.1" class="image"> <td> <a href="list-style-019.xht">list-style-019</a></td> - <td></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> <td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> <td>list-style - initial value <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-8.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-8.xht index de7b85be976..280c5ee0b5e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-8.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/chapter-8.xht @@ -9841,7 +9841,7 @@ <tr id="padding-left-036-8.4" class=""> <td> <a href="padding-left-036.xht">padding-left-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -9918,7 +9918,7 @@ <tr id="padding-left-047-8.4" class=""> <td> <a href="padding-left-047.xht">padding-left-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -10402,7 +10402,7 @@ <tr id="padding-left-applies-to-008-8.4" class=""> <td> <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -10424,7 +10424,7 @@ <tr id="padding-left-applies-to-010-8.4" class=""> <td> <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -10754,7 +10754,7 @@ <tr id="padding-right-036-8.4" class=""> <td> <a href="padding-right-036.xht">padding-right-036</a></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -10831,7 +10831,7 @@ <tr id="padding-right-047-8.4" class=""> <td> <a href="padding-right-047.xht">padding-right-047</a></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -13799,7 +13799,7 @@ <tr id="padding-left-036-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-036.xht">padding-left-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-left using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -13876,7 +13876,7 @@ <tr id="padding-left-047-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-047.xht">padding-left-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-left using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -14360,7 +14360,7 @@ <tr id="padding-left-applies-to-008-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display inline <ul class="assert"> @@ -14382,7 +14382,7 @@ <tr id="padding-left-applies-to-010-8.4.#propdef-padding-left" class="primary"> <td><strong> <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></strong></td> - <td></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> <td></td> <td>Padding-left applied to element with display list-item <ul class="assert"> @@ -14693,7 +14693,7 @@ <tr id="padding-right-036-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-036.xht">padding-right-036</a></strong></td> - <td></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> <td></td> <td>Padding-right using centimeters with a minimum plus one value, 1cm <ul class="assert"> @@ -14770,7 +14770,7 @@ <tr id="padding-right-047-8.4.#propdef-padding-right" class="primary"> <td><strong> <a href="padding-right-047.xht">padding-right-047</a></strong></td> - <td></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> <td></td> <td>Padding-right using millimeters with a minimum plus one value, 1mm <ul class="assert"> @@ -24443,11 +24443,11 @@ <tr id="border-bottom-color-030-8.5.2" class="invalid"> <td> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -26560,11 +26560,11 @@ <tr id="border-left-color-030-8.5.2" class="invalid"> <td> <a href="border-left-color-030.xht">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -28342,11 +28342,11 @@ <tr id="border-right-color-030-8.5.2" class="invalid"> <td> <a href="border-right-color-030.xht">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -30157,11 +30157,11 @@ <tr id="border-top-color-030-8.5.2" class="invalid"> <td> <a href="border-top-color-030.xht">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -31942,11 +31942,11 @@ <tr id="border-bottom-color-030-8.5.2.#propdef-border-bottom-color" class="primary invalid"> <td><strong> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-bottom-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-bottom-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-bottom-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -33994,11 +33994,11 @@ <tr id="border-left-color-030-8.5.2.#propdef-border-left-color" class="primary invalid"> <td><strong> <a href="border-left-color-030.xht">border-left-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-left-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-left-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -35779,11 +35779,11 @@ <tr id="border-right-color-030-8.5.2.#propdef-border-right-color" class="primary invalid"> <td><strong> <a href="border-right-color-030.xht">border-right-color-030</a></strong></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-right-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-right-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-right-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> @@ -37564,11 +37564,11 @@ <tr id="border-top-color-030-8.5.2.#propdef-border-top-color" class="primary invalid"> <td><strong> <a href="border-top-color-030.xht">border-top-color-030</a></strong></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> <a href="reference/ref-transparent-or-black-square-black.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Border-top-color set to hex with three digits with the maximum plus one value of #1000 <ul class="assert"> - <li>The 'border-top-color' set to #1000 falls back to the initial value.</li> + <li>The 'border-top-color' set to #1000 is a transparent dark red square.</li> </ul> </td> </tr> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/list-style-019.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/list-style-019.xht index 0af4dcb8df6..f4f46ee033d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/list-style-019.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/list-style-019.xht @@ -19,6 +19,7 @@ <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style" /> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand" /> <link rel="help" href="http://www.w3.org/TR/CSS21/cascade.html#specified-value" /> + <link rel="match" href="reference/list-style-019-ref.xht" /> <meta content="image" name="flags" /> <meta content="'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition." name="assert" /> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-036.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-036.xht index f0711debd46..302608d2ee4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-036.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-036.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-036-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in centimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-047.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-047.xht index d8638453760..8888e5cecd4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-047.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-047.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-047-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property handles a minimum plus one length value in millimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-008.xht index a72f2644266..693ae897f90 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-008.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-008.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-applies-to-008-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property applies to elements with a display of inline." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-010.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-010.xht index 0207b5ab496..6aaaab3cfa5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-010.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-left-applies-to-010.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-left" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-applies-to-010-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-left' property applies to elements with a display of list-item." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-036.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-036.xht index db7a0c2efb4..4bd9247f436 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-036.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-036.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-036-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in centimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-047.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-047.xht index fe37b1a343a..4cb017eef5d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-047.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/padding-right-047.xht @@ -15,6 +15,7 @@ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-08-25 --> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#propdef-padding-right" /> <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#padding-properties" /> + <link rel="match" href="reference/padding-left-047-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'padding-right' property handles a minimum plus one length value in millimeters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/colors-007-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/colors-007-ref.xht index 008a01fad3d..f1ed96960ef 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/colors-007-ref.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/colors-007-ref.xht @@ -31,7 +31,7 @@ <p>This sentence must be green.</p> - <p>This sentence must be green</p> + <p>This sentence must be green.</p> </body> </html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/list-style-019-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/list-style-019-ref.xht new file mode 100644 index 00000000000..ef044840568 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/list-style-019-ref.xht @@ -0,0 +1,29 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test list-style-019-ref"; } + @bottom-right { content: counter(page); } + } +</style> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +li { + list-style-type: decimal; + list-style-image: none; + list-style-position: inside; +} +</style> +</head> +<body> +<p>Test passes if there is "1." and <strong>no red</strong>.</p> +<ul> + <li> </li> +</ul> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-036-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-036-ref.xht new file mode 100644 index 00000000000..3e713db2853 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-036-ref.xht @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test padding-left-036-ref"; } + @bottom-right { content: counter(page); } + } +</style> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + #div1 { height: 50px; width: 1cm; background: green; } + #div2 { height: 50px; width: 38px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-047-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-047-ref.xht new file mode 100644 index 00000000000..8c173512c64 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-047-ref.xht @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test padding-left-047-ref"; } + @bottom-right { content: counter(page); } + } +</style> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + #div1 { height: 50px; width: 1mm; background: green; } + #div2 { height: 50px; width: 4px; background: green; } + </style> + </head> + <body> + <p>Test passes if there is <strong>no red</strong>.</p> + <div id="div1"></div> + <div id="div2"></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-008-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-008-ref.xht new file mode 100644 index 00000000000..7363e6ec061 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-008-ref.xht @@ -0,0 +1,24 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test padding-left-applies-to-008-ref"; } + @bottom-right { content: counter(page); } + } +</style> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + span { border-left: 5px solid blue; } + span span { margin-left: 50px; border-left: 5px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines.</p> + <div><span><span></span></span>Filler Text</div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-010-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-010-ref.xht new file mode 100644 index 00000000000..ea071cbb28e --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/padding-left-applies-to-010-ref.xht @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test padding-left-applies-to-010-ref"; } + @bottom-right { content: counter(page); } + } +</style> + <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> + <style type="text/css"> + body { margin-left: 50px; } + #div1 { display: list-item; height: 200px; width: 200px; } + div div { width: 50px; height: 200px; border-left: 10px solid blue; border-right: 10px solid orange; } + </style> + </head> + <body> + <p>Test passes if there is space between the blue and orange lines and there is a marker bullet on the left-hand side of the blue line.</p> + <div id="div1"><div></div></div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht new file mode 100644 index 00000000000..d7de17fe68f --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht @@ -0,0 +1,29 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test ref-transparent-or-black-square-black"; } + @bottom-right { content: counter(page); } + } +</style> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/" /> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; + background: black; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht new file mode 100644 index 00000000000..f094f6c7f9a --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test ref-transparent-or-black-square-transparent"; } + @bottom-right { content: counter(page); } + } +</style> +<link rel="author" title="Jack Moffitt" href="http://metajack.im/" /> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + border: 5px solid blue; + height: 1in; + width: 1in; +} +</style> +</head> +<body> +<p>Test passes if there is a filled black or transparent square surrounded by a blue border.</p> +<div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-000-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-000-ref.xht new file mode 100644 index 00000000000..c89c6051356 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-000-ref.xht @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test shand-font-000-ref"; } + @bottom-right { content: counter(page); } + } +</style> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +p.test { + font-family: serif; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a normal weight font.</p> +<p class="test">This should be in a normal weight font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-002-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-002-ref.xht new file mode 100644 index 00000000000..1e59d2d8c4f --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reference/shand-font-002-ref.xht @@ -0,0 +1,27 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CSS Reftest Reference</title> + <style type="text/css"> + @page { font: italic 8pt sans-serif; color: gray; + margin: 7%; + counter-increment: page; + @top-left { content: "CSS 2.1 Conformance Test Suite"; } + @top-right { content: "Test shand-font-002-ref"; } + @bottom-right { content: counter(page); } + } +</style> +<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +p.test { + font-family: serif; + font-weight: bold; +} +</style> +</head> +<body> +<p>The following paragraphs should be identical:</p> +<p class="test">This should be in a bold font.</p> +<p class="test">This should be in a bold font.</p> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht index 0ab4d0466b6..cc85092d4cf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest-toc.xht @@ -10090,10 +10090,13 @@ </tbody> <tbody id="border-bottom-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-bottom-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-bottom-color-030.xht">border-bottom-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-bottom-color-031" class="invalid"> @@ -12530,10 +12533,13 @@ </tbody> <tbody id="border-left-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-left-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-left-color-030.xht">border-left-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-left-color-031" class="invalid"> @@ -14490,10 +14496,13 @@ </tbody> <tbody id="border-right-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-right-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-right-color-030.xht">border-right-color-030</a></td> - <td><a href="reference/border-right-color-007-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-right-color-031" class="invalid"> @@ -16626,10 +16635,13 @@ </tbody> <tbody id="border-top-color-030" class="invalid"> <tr> - <td rowspan="1" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> + <td rowspan="2" title="Border-top-color set to hex with three digits with the maximum plus one value of #1000"> <a href="border-top-color-030.xht">border-top-color-030</a></td> - <td><a href="reference/ref-filled-black-96px-square.xht">=</a> </td> - <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a> </td> + <td rowspan="2"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + <tr> + <td><a href="reference/ref-transparent-or-black-square-transparent.xht">=</a></td> </tr> </tbody> <tbody id="border-top-color-031" class="invalid"> @@ -30344,6 +30356,14 @@ <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> </tr> </tbody> + <tbody id="list-style-019" class="image"> + <tr> + <td rowspan="1" title="list-style - initial value"> + <a href="list-style-019.xht">list-style-019</a></td> + <td><a href="reference/list-style-019-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> + </tr> + </tbody> <tbody id="list-style-021" class="image"> <tr> <td rowspan="1" title="list-style: none - followed by a list-style-image reset"> @@ -37968,6 +37988,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-036" class=""> + <tr> + <td rowspan="1" title="Padding-left using centimeters with a minimum plus one value, 1cm"> + <a href="padding-left-036.xht">padding-left-036</a></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-037" class=""> <tr> <td rowspan="1" title="Padding-left using centimeters with a negative zero value, -0cm"> @@ -38016,6 +38044,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-047" class=""> + <tr> + <td rowspan="1" title="Padding-left using millimeters with a minimum plus one value, 1mm"> + <a href="padding-left-047.xht">padding-left-047</a></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-048" class=""> <tr> <td rowspan="1" title="Padding-left using millimeters with a negative zero value, -0mm"> @@ -38360,6 +38396,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-008" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display inline"> + <a href="padding-left-applies-to-008.xht">padding-left-applies-to-008</a></td> + <td><a href="reference/padding-left-applies-to-008-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-009" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display block"> @@ -38368,6 +38412,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-left-applies-to-010" class=""> + <tr> + <td rowspan="1" title="Padding-left applied to element with display list-item"> + <a href="padding-left-applies-to-010.xht">padding-left-applies-to-010</a></td> + <td><a href="reference/padding-left-applies-to-010-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-left-applies-to-012" class=""> <tr> <td rowspan="1" title="Padding-left applied to element with display inline-block"> @@ -38584,6 +38636,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-036" class=""> + <tr> + <td rowspan="1" title="Padding-right using centimeters with a minimum plus one value, 1cm"> + <a href="padding-right-036.xht">padding-right-036</a></td> + <td><a href="reference/padding-left-036-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-037" class=""> <tr> <td rowspan="1" title="Padding-right using centimeters with a negative zero value, -0cm"> @@ -38632,6 +38692,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="padding-right-047" class=""> + <tr> + <td rowspan="1" title="Padding-right using millimeters with a minimum plus one value, 1mm"> + <a href="padding-right-047.xht">padding-right-047</a></td> + <td><a href="reference/padding-left-047-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="padding-right-048" class=""> <tr> <td rowspan="1" title="Padding-right using millimeters with a negative zero value, -0mm"> @@ -41984,6 +42052,38 @@ <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> </tr> </tbody> + <tbody id="shand-font-000" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-000.xht">shand-font-000</a></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-001" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-001.xht">shand-font-001</a></td> + <td><a href="reference/shand-font-000-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-002" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-002.xht">shand-font-002</a></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="shand-font-003" class=""> + <tr> + <td rowspan="1" title="Shorthand Properties (font)"> + <a href="shand-font-003.xht">shand-font-003</a></td> + <td><a href="reference/shand-font-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="sibling-selector-002" class=""> <tr> <td rowspan="1" title="Sibling selector with non-element node"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list index 97ba777726c..275b475006b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/reftest.list @@ -1264,7 +1264,8 @@ border-bottom-color-026.xht == reference/border-bottom-color-026-ref.xht border-bottom-color-027.xht == reference/border-bottom-color-027-ref.xht border-bottom-color-028.xht == reference/border-bottom-color-028-ref.xht border-bottom-color-029.xht == reference/border-bottom-color-006-ref.xht -border-bottom-color-030.xht == reference/ref-filled-black-96px-square.xht +border-bottom-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-bottom-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-bottom-color-031.xht == reference/ref-filled-black-96px-square.xht border-bottom-color-032.xht == reference/border-bottom-color-032-ref.xht border-bottom-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -1569,7 +1570,8 @@ border-left-color-026.xht == reference/border-bottom-color-026-ref.xht border-left-color-027.xht == reference/border-bottom-color-027-ref.xht border-left-color-028.xht == reference/border-bottom-color-028-ref.xht border-left-color-029.xht == reference/border-bottom-color-006-ref.xht -border-left-color-030.xht == reference/ref-filled-black-96px-square.xht +border-left-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-left-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-left-color-031.xht == reference/ref-filled-black-96px-square.xht border-left-color-032.xht == reference/border-bottom-color-032-ref.xht border-left-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -1814,7 +1816,8 @@ border-right-color-026.xht == reference/border-right-color-026-ref.xht border-right-color-027.xht == reference/border-right-color-027-ref.xht border-right-color-028.xht == reference/border-right-color-028-ref.xht border-right-color-029.xht == reference/border-right-color-006-ref.xht -border-right-color-030.xht == reference/border-right-color-007-ref.xht +border-right-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-right-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-right-color-031.xht == reference/border-right-color-007-ref.xht border-right-color-032.xht == reference/border-right-color-032-ref.xht border-right-color-033.xht == reference/border-right-color-010-ref.xht @@ -2081,7 +2084,8 @@ border-top-color-026.xht == reference/border-bottom-color-026-ref.xht border-top-color-027.xht == reference/border-bottom-color-027-ref.xht border-top-color-028.xht == reference/border-bottom-color-028-ref.xht border-top-color-029.xht == reference/border-bottom-color-006-ref.xht -border-top-color-030.xht == reference/ref-filled-black-96px-square.xht +border-top-color-030.xht == reference/ref-transparent-or-black-square-transparent.xht +border-top-color-030.xht == reference/ref-transparent-or-black-square-black.xht border-top-color-031.xht == reference/ref-filled-black-96px-square.xht border-top-color-032.xht == reference/border-bottom-color-032-ref.xht border-top-color-033.xht == reference/border-bottom-color-010-ref.xht @@ -3797,6 +3801,7 @@ line-height-applies-to-015.xht == reference/line-height-applies-to-001-ref.xht line-height-applies-to-016.xht == reference/line-height-applies-to-016-ref.xht line-height-bleed-001.xht == reference/line-height-bleed-001-ref.xht line-height-bleed-002.xht == reference/line-height-bleed-002-ref.xht +list-style-019.xht == reference/list-style-019-ref.xht list-style-021.xht == reference/list-style-021-ref.xht list-style-image-004.xht == reference/list-style-image-004-ref.xht list-style-image-005.xht == reference/list-style-image-005-ref.xht @@ -4751,12 +4756,14 @@ padding-left-028.xht == reference/margin-left-031-ref.xht padding-left-029.xht == reference/margin-left-031-ref.xht padding-left-034.xht == reference/margin-left-004-ref.xht padding-left-035.xht == reference/margin-left-004-ref.xht +padding-left-036.xht == reference/padding-left-036-ref.xht padding-left-037.xht == reference/margin-left-004-ref.xht padding-left-038.xht == reference/margin-left-004-ref.xht padding-left-039.xht == reference/margin-left-043-ref.xht padding-left-040.xht == reference/margin-left-043-ref.xht padding-left-045.xht == reference/margin-left-004-ref.xht padding-left-046.xht == reference/margin-left-004-ref.xht +padding-left-047.xht == reference/padding-left-047-ref.xht padding-left-048.xht == reference/margin-left-004-ref.xht padding-left-049.xht == reference/margin-left-004-ref.xht padding-left-050.xht == reference/margin-left-043-ref.xht @@ -4800,7 +4807,9 @@ padding-left-applies-to-004.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-005.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-006.xht == reference/margin-left-applies-to-001-ref.xht padding-left-applies-to-007.xht == reference/margin-left-applies-to-009-ref.xht +padding-left-applies-to-008.xht == reference/padding-left-applies-to-008-ref.xht padding-left-applies-to-009.xht == reference/margin-left-applies-to-009-ref.xht +padding-left-applies-to-010.xht == reference/padding-left-applies-to-010-ref.xht padding-left-applies-to-012.xht == reference/margin-left-applies-to-009-ref.xht padding-left-applies-to-013.xht == reference/margin-left-applies-to-009-ref.xht padding-left-applies-to-014.xht == reference/margin-left-applies-to-009-ref.xht @@ -4828,12 +4837,14 @@ padding-right-028.xht == reference/padding-right-028-ref.xht padding-right-029.xht == reference/padding-right-028-ref.xht padding-right-034.xht == reference/margin-left-004-ref.xht padding-right-035.xht == reference/margin-left-004-ref.xht +padding-right-036.xht == reference/padding-left-036-ref.xht padding-right-037.xht == reference/margin-left-004-ref.xht padding-right-038.xht == reference/margin-left-004-ref.xht padding-right-039.xht == reference/padding-right-039-ref.xht padding-right-040.xht == reference/padding-right-039-ref.xht padding-right-045.xht == reference/margin-left-004-ref.xht padding-right-046.xht == reference/margin-left-004-ref.xht +padding-right-047.xht == reference/padding-left-047-ref.xht padding-right-048.xht == reference/margin-left-004-ref.xht padding-right-049.xht == reference/margin-left-004-ref.xht padding-right-050.xht == reference/padding-right-039-ref.xht @@ -5253,6 +5264,10 @@ separated-border-model-009.xht == reference/separated-border-model-007-ref.xht sgml-comments-001.xht == reference/filler-text-below-green.xht shand-border-000.xht == reference/shand-border-000-ref.xht shand-border-001.xht == reference/ref-if-there-is-no-red.xht +shand-font-000.xht == reference/shand-font-000-ref.xht +shand-font-001.xht == reference/shand-font-000-ref.xht +shand-font-002.xht == reference/shand-font-002-ref.xht +shand-font-003.xht == reference/shand-font-002-ref.xht sibling-selector-002.xht == reference/filler-text-below-green.xht sort-by-order-001.xht == reference/ref-filled-green-100px-square.xht specificity-001.xht == reference/filler-text-below-green.xht diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-000.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-000.xht index 66cd6d79685..f24c42ff630 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-000.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-000.xht @@ -13,6 +13,7 @@ </style> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-000-ref.xht"/> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-001.xht index fd38c5e3e43..55892e0adfb 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-001.xht @@ -13,6 +13,7 @@ </style> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-000-ref.xht"/> <style type="text/css"> p.one { font-family: serif; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-002.xht index a8ef968894f..9f057678f70 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-002.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-002.xht @@ -13,6 +13,7 @@ </style> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-002-ref.xht"/> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-003.xht index 8745c382f81..061aaf854d1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-003.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1print/shand-font-003.xht @@ -13,6 +13,7 @@ </style> <link rel="author" title="L. David Baron" href="http://dbaron.org/"/> <link rel="help" href="http://www.w3.org/TR/CSS21/about.html#shorthand"/> + <link rel="match" href="reference/shand-font-002-ref.xht"/> <style type="text/css"> p.one { font-family: serif; font-weight: bold; } /* control */ diff --git a/tests/wpt/css-tests/source_rev b/tests/wpt/css-tests/source_rev index 6278999ede4..cdf5d54f14b 100644 --- a/tests/wpt/css-tests/source_rev +++ b/tests/wpt/css-tests/source_rev @@ -1 +1 @@ -ec0445636944316a84a130da26d7d4957ae73691
\ No newline at end of file +fc8dab92f6e0d169ecae0bde2ef3a98dd27f6db2
\ No newline at end of file diff --git a/tests/wpt/metadata-css/MANIFEST.json b/tests/wpt/metadata-css/MANIFEST.json index 60d4ee963e8..b4a36d99820 100644 --- a/tests/wpt/metadata-css/MANIFEST.json +++ b/tests/wpt/metadata-css/MANIFEST.json @@ -3,406 +3,6 @@ "manual": [], "reftest": [ { - "path": "compositing-1_dev/html/mix-blend-mode-animation.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-animation-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-animation.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-interposed.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-interposed.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-scroll.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-overflow-scroll-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-overflow-scroll.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-with-transparent-pixels.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-with-transparent-pixels.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-with-3D-transform.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-with-transform-and-perspective.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-with-transform-and-perspective.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-blending-with-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blending-with-sibling.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-border-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-border-image-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-border-image.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-both-parent-and-blended-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-both-parent-and-blended-with-3D-transform.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-canvas-parent.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-canvas-parent-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-canvas-parent.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-canvas-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-canvas-sibling-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-canvas-sibling.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-filter.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-filter-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-filter.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-iframe-parent.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-iframe-parent-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-iframe-parent.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-iframe-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-iframe-sibling-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-iframe-sibling.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-image-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-image.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-in-svg-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-rectangle-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-in-svg-image.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-mask.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-mask-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-mask.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-overflowing-child-of-blended-element.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-overflowing-child-of-blended-element.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-overflowing-child.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-overflowing-child-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-overflowing-child.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-paragraph-background-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-paragraph-background-image-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-paragraph-background-image.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-paragraph.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-paragraph-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-paragraph.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-scroll-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-3D-transform.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-border-radius.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-text.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-text-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-text.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-script.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-script-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-script.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-sibling-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-sibling-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-sibling-with-3D-transform.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-simple.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-simple.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-stacking-context-001.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-stacking-context-001-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-stacking-context-001.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-stacking-context-creates-isolation.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-stacking-context-creates-isolation-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-stacking-context-creates-isolation.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-svg-rectangle.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-rectangle-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-svg-rectangle.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-svg.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-svg.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-transition.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-transition-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-transition.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-video-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-video-sibling-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-video-sibling.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-video.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-video-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-video.htm" - }, - { - "path": "compositing-1_dev/html/mix-blend-mode-with-transform-and-preserve-3D.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-with-transform-and-preserve-3D.htm" - }, - { "path": "compositing-1_dev/html/will-change-stacking-context-isolation-1.htm", "references": [ [ @@ -423,396 +23,6 @@ "url": "/compositing-1_dev/html/will-change-stacking-context-mix-blend-mode-1.htm" }, { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-animation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-animation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-animation.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-interposed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-interposed.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-scroll.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-with-transparent-pixels.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-with-transparent-pixels.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-transform-and-perspective.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-with-transform-and-perspective.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blending-with-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blending-with-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-border-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-border-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-border-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-canvas-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-canvas-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-canvas-parent.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-canvas-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-canvas-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-canvas-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-filter.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-filter-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-filter.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-iframe-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-iframe-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-iframe-parent.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-iframe-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-iframe-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-iframe-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-image-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-svg-rectangle-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-mask.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-mask-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-mask.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child-of-blended-element.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child-of-blended-element.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-overflowing-child-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-paragraph-background-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-paragraph-background-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-paragraph-background-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-paragraph.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-paragraph-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-paragraph.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-text.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-text-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-text.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-script.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-script-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-script.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-sibling-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-sibling-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-sibling-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-simple.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-simple.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-001.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-stacking-context-001-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-001.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-creates-isolation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-stacking-context-creates-isolation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-creates-isolation.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-svg.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-svg-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-svg.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-transition.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-transition-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-transition.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-video-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-video-sibling-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-video-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-video.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-video-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-video.xht" - }, - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-with-transform-and-preserve-3D.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-with-transform-and-preserve-3D.xht" - }, - { "path": "compositing-1_dev/xhtml1/will-change-stacking-context-isolation-1.xht", "references": [ [ @@ -833,396 +43,6 @@ "url": "/compositing-1_dev/xhtml1/will-change-stacking-context-mix-blend-mode-1.xht" }, { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-animation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-animation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-animation.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-interposed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-interposed.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-scroll.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-with-transparent-pixels.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-with-transparent-pixels.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-transform-and-perspective.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-transform-and-perspective.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blending-with-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blending-with-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-border-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-border-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-border-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-canvas-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-canvas-parent.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-canvas-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-canvas-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-filter.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-filter-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-filter.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-iframe-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-iframe-parent.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-iframe-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-iframe-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-image-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-in-svg-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-svg-rectangle-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-in-svg-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-mask.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-mask-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-mask.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child-of-blended-element.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child-of-blended-element.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-overflowing-child-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph-background-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-paragraph-background-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-paragraph-background-image.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-paragraph-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-paragraph.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-border-radius.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-text.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-text-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-text.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-script.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-script-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-script.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-sibling-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-sibling-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-sibling-with-3D-transform.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-simple.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-simple.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-001.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-stacking-context-001-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-001.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-creates-isolation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-stacking-context-creates-isolation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-creates-isolation.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-svg.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-svg-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-svg.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-transition.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-transition-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-transition.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-video-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-video-sibling-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-video-sibling.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-video.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-video-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-video.xht" - }, - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-with-transform-and-preserve-3D.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-with-transform-and-preserve-3D.xht" - }, - { "path": "compositing-1_dev/xhtml1print/will-change-stacking-context-isolation-1.xht", "references": [ [ @@ -8873,16 +7693,6 @@ "url": "/css-color-3_dev/html4/t424-hsl-values-b-9.htm" }, { - "path": "css-color-3_dev/html4/t424-hsl-values-b.htm", - "references": [ - [ - "/css-color-3_dev/html4/reference/t424-hsl-values-b-ref.htm", - "==" - ] - ], - "url": "/css-color-3_dev/html4/t424-hsl-values-b.htm" - }, - { "path": "css-color-3_dev/html4/t425-hsla-clip-outside-device-gamut-b.htm", "references": [ [ @@ -74983,16 +73793,6 @@ "url": "/css-text-decor-3_dev/html/text-emphasis-style-012.htm" }, { - "path": "css-text-decor-3_dev/html/text-emphasis-style-016.htm", - "references": [ - [ - "/css-text-decor-3_dev/html/reference/text-emphasis-style-016-ref.htm", - "==" - ] - ], - "url": "/css-text-decor-3_dev/html/text-emphasis-style-016.htm" - }, - { "path": "css-text-decor-3_dev/html/text-emphasis-style-021.htm", "references": [ [ @@ -75123,16 +73923,6 @@ "url": "/css-text-decor-3_dev/xhtml1/text-emphasis-style-012.xht" }, { - "path": "css-text-decor-3_dev/xhtml1/text-emphasis-style-016.xht", - "references": [ - [ - "/css-text-decor-3_dev/xhtml1/reference/text-emphasis-style-016-ref.xht", - "==" - ] - ], - "url": "/css-text-decor-3_dev/xhtml1/text-emphasis-style-016.xht" - }, - { "path": "css-text-decor-3_dev/xhtml1/text-emphasis-style-021.xht", "references": [ [ @@ -75263,16 +74053,6 @@ "url": "/css-text-decor-3_dev/xhtml1print/text-emphasis-style-012.xht" }, { - "path": "css-text-decor-3_dev/xhtml1print/text-emphasis-style-016.xht", - "references": [ - [ - "/css-text-decor-3_dev/xhtml1print/reference/text-emphasis-style-016-ref.xht", - "==" - ] - ], - "url": "/css-text-decor-3_dev/xhtml1print/text-emphasis-style-016.xht" - }, - { "path": "css-text-decor-3_dev/xhtml1print/text-emphasis-style-021.xht", "references": [ [ @@ -117234,7 +116014,7 @@ "path": "css-writing-modes-3_dev/html/bidi-normal-011.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/bidi-embed-011.htm", + "/css-writing-modes-3_dev/html/reference/bidi-normal-011.htm", "==" ] ], @@ -119175,16 +117955,6 @@ "url": "/css-writing-modes-3_dev/html/horizontal-rule-vrl-004.htm" }, { - "path": "css-writing-modes-3_dev/html/inline-block-alignment-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/inline-block-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/inline-block-alignment-001.htm" - }, - { "path": "css-writing-modes-3_dev/html/inline-block-alignment-002.htm", "references": [ [ @@ -120355,26 +119125,6 @@ "url": "/css-writing-modes-3_dev/html/text-baseline-011.htm" }, { - "path": "css-writing-modes-3_dev/html/text-combine-horizontal-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-combine-horizontal-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-combine-horizontal-010.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-combine-horizontal-011.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-combine-horizontal-011-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-combine-horizontal-011.htm" - }, - { "path": "css-writing-modes-3_dev/html/text-combine-upright-decorations-001.htm", "references": [ [ @@ -120599,30 +119349,6 @@ "url": "/css-writing-modes-3_dev/html/text-combine-upright-value-none-001.htm" }, { - "path": "css-writing-modes-3_dev/html/text-decoration-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-decoration-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-decoration-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-emphasis-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-emphasis-001-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/text-emphasis-001-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-emphasis-001.htm" - }, - { "path": "css-writing-modes-3_dev/html/text-indent-vlr-003.htm", "references": [ [ @@ -120783,26 +119509,6 @@ "url": "/css-writing-modes-3_dev/html/text-indent-vrl-016.htm" }, { - "path": "css-writing-modes-3_dev/html/text-orientation-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-010.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-011.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-011-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-011.htm" - }, - { "path": "css-writing-modes-3_dev/html/text-orientation-012.htm", "references": [ [ @@ -120843,66 +119549,6 @@ "url": "/css-writing-modes-3_dev/html/text-orientation-015.htm" }, { - "path": "css-writing-modes-3_dev/html/text-orientation-mixed-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-mixed-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-mixed-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-right-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-left-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-002.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-left-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-left-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-left-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-right-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-right-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-right-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/text-orientation-upright-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-upright-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-upright-001.htm" - }, - { "path": "css-writing-modes-3_dev/html/unicode-bidi-001.htm", "references": [ [ @@ -121073,270 +119719,6 @@ "url": "/css-writing-modes-3_dev/html/unicode-bidi-applies-to-015.htm" }, { - "path": "css-writing-modes-3_dev/html/value-all-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-002.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-all-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-003.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-all-and-inherit-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/value-all-and-inherit-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-and-inherit-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digit2-and-inherit-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/value-digit2-and-inherit-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digit2-and-inherit-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits2-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits2-002.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits2-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x3-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits2-003.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits3-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits3-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-002.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits3-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x4-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x4-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-003.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits4-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits4-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-002.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-digits4-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x5-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x5-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-003.htm" - }, - { - "path": "css-writing-modes-3_dev/html/value-none-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x3-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-none-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-001.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-004.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-004-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-004.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-007.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-007-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-007.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-010.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-013.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-013-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-013.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-016.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-016-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-016.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-019.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-019-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-019.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-022.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-022-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-022.htm" - }, - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-025.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-025-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-025.htm" - }, - { "path": "css-writing-modes-3_dev/html/vertical-alignment-new-002.htm", "references": [ [ @@ -124860,7 +123242,7 @@ "path": "css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/bidi-embed-011.xht", + "/css-writing-modes-3_dev/xhtml1/reference/bidi-normal-011.xht", "==" ] ], @@ -126551,16 +124933,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/horizontal-rule-vrl-004.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/inline-block-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/inline-block-alignment-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht", "references": [ [ @@ -127421,26 +125793,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-baseline-011.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-combine-horizontal-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-combine-horizontal-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-combine-horizontal-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-combine-horizontal-011.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/text-combine-upright-decorations-001.xht", "references": [ [ @@ -127665,30 +126017,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-combine-upright-value-none-001.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/text-decoration-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-decoration-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-decoration-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-emphasis-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-emphasis-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/text-indent-vlr-003.xht", "references": [ [ @@ -127849,26 +126177,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-indent-vrl-016.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-011.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/text-orientation-012.xht", "references": [ [ @@ -127909,66 +126217,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-015.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-mixed-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-mixed-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-mixed-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-left-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-left-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-right-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-right-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-upright-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-upright-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-upright-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/unicode-bidi-001.xht", "references": [ [ @@ -128129,270 +126377,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/unicode-bidi-applies-to-014.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1/value-all-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-all-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-all-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/value-all-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-and-inherit-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digit2-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/value-digit2-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digit2-and-inherit-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits2-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits2-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits2-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits2-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x4-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x5-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/value-none-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-none-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-004.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-004.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-007.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-007.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-013.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-013.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-016.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-016.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-019.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-019.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-022.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-022.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-025.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-025.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-new-002.xht", "references": [ [ @@ -131906,7 +129890,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/bidi-embed-011.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/bidi-normal-011.xht", "==" ] ], @@ -133597,16 +131581,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/horizontal-rule-vrl-004.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/inline-block-alignment-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-002.xht", "references": [ [ @@ -134467,26 +132441,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-baseline-011.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-combine-horizontal-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-combine-horizontal-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-011.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/text-combine-upright-decorations-001.xht", "references": [ [ @@ -134711,30 +132665,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-upright-value-none-001.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/text-decoration-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-decoration-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-decoration-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-emphasis-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-emphasis-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/text-indent-vlr-003.xht", "references": [ [ @@ -134895,26 +132825,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-indent-vrl-016.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-011.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-012.xht", "references": [ [ @@ -134955,66 +132865,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-015.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-mixed-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-mixed-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-mixed-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-left-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-left-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-right-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-right-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-upright-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-upright-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-upright-001.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/unicode-bidi-001.xht", "references": [ [ @@ -135175,270 +133025,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/unicode-bidi-applies-to-014.xht" }, { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/value-all-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-and-inherit-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digit2-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/value-digit2-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digit2-and-inherit-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits2-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits2-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits2-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits2-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x4-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-002.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x5-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-003.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/value-none-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-none-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-001.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-004.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-004.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-007.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-007.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-010.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-013.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-013.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-016.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-016.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-019.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-019.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-022.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-022.xht" - }, - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-025.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-025.xht" - }, - { "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-new-002.xht", "references": [ [ @@ -145381,26 +142967,6 @@ "url": "/css21_dev/html4/bidi-003.htm" }, { - "path": "css21_dev/html4/bidi-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/bidi-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/bidi-004.htm" - }, - { - "path": "css21_dev/html4/bidi-004a.htm", - "references": [ - [ - "/css21_dev/html4/reference/bidi-004a-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/bidi-004a.htm" - }, - { "path": "css21_dev/html4/bidi-005a.htm", "references": [ [ @@ -147894,7 +145460,11 @@ "path": "css21_dev/html4/border-bottom-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -150944,7 +148514,11 @@ "path": "css21_dev/html4/border-left-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -153394,7 +150968,11 @@ "path": "css21_dev/html4/border-right-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/border-right-color-007-ref.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -156064,7 +153642,11 @@ "path": "css21_dev/html4/border-top-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -170237,16 +167819,6 @@ "url": "/css21_dev/html4/inline-block-000.htm" }, { - "path": "css21_dev/html4/inline-block-alignment-001.htm", - "references": [ - [ - "/css21_dev/html4/reference/inline-block-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/inline-block-alignment-001.htm" - }, - { "path": "css21_dev/html4/inline-block-alignment-002.htm", "references": [ [ @@ -173087,6 +170659,16 @@ "url": "/css21_dev/html4/line-height-bleed-002.htm" }, { + "path": "css21_dev/html4/list-style-019.htm", + "references": [ + [ + "/css21_dev/html4/reference/list-style-019-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/list-style-019.htm" + }, + { "path": "css21_dev/html4/list-style-021.htm", "references": [ [ @@ -182627,6 +180209,16 @@ "url": "/css21_dev/html4/padding-left-035.htm" }, { + "path": "css21_dev/html4/padding-left-036.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-036-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-036.htm" + }, + { "path": "css21_dev/html4/padding-left-037.htm", "references": [ [ @@ -182687,6 +180279,16 @@ "url": "/css21_dev/html4/padding-left-046.htm" }, { + "path": "css21_dev/html4/padding-left-047.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-047-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-047.htm" + }, + { "path": "css21_dev/html4/padding-left-048.htm", "references": [ [ @@ -183117,6 +180719,16 @@ "url": "/css21_dev/html4/padding-left-applies-to-007.htm" }, { + "path": "css21_dev/html4/padding-left-applies-to-008.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-applies-to-008-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-applies-to-008.htm" + }, + { "path": "css21_dev/html4/padding-left-applies-to-009.htm", "references": [ [ @@ -183127,6 +180739,16 @@ "url": "/css21_dev/html4/padding-left-applies-to-009.htm" }, { + "path": "css21_dev/html4/padding-left-applies-to-010.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-applies-to-010-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-applies-to-010.htm" + }, + { "path": "css21_dev/html4/padding-left-applies-to-012.htm", "references": [ [ @@ -183397,6 +181019,16 @@ "url": "/css21_dev/html4/padding-right-035.htm" }, { + "path": "css21_dev/html4/padding-right-036.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-036-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-right-036.htm" + }, + { "path": "css21_dev/html4/padding-right-037.htm", "references": [ [ @@ -183457,6 +181089,16 @@ "url": "/css21_dev/html4/padding-right-046.htm" }, { + "path": "css21_dev/html4/padding-right-047.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-047-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-right-047.htm" + }, + { "path": "css21_dev/html4/padding-right-048.htm", "references": [ [ @@ -187875,6 +185517,46 @@ "url": "/css21_dev/html4/shand-border-001.htm" }, { + "path": "css21_dev/html4/shand-font-000.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-000-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-000.htm" + }, + { + "path": "css21_dev/html4/shand-font-001.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-000-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-001.htm" + }, + { + "path": "css21_dev/html4/shand-font-002.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-002-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-002.htm" + }, + { + "path": "css21_dev/html4/shand-font-003.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-002-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-003.htm" + }, + { "path": "css21_dev/html4/sibling-selector-002.htm", "references": [ [ @@ -188743,16 +186425,6 @@ "url": "/css21_dev/html4/text-transform-lowercase-001.htm" }, { - "path": "css21_dev/html4/text-transform-lowercase-002.htm", - "references": [ - [ - "/css21_dev/html4/reference/text-transform-lowercase-002-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/text-transform-lowercase-002.htm" - }, - { "path": "css21_dev/html4/text-transform-uppercase-001.htm", "references": [ [ @@ -190563,136 +188235,6 @@ "url": "/css21_dev/html4/vertical-align-super-001.htm" }, { - "path": "css21_dev/html4/vertical-alignment-001.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-001.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-004.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-007.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-007-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-007.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-010.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-010-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-010.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-013.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-013-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-013.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-016.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-016-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-016.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-019.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-019-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-019.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-022.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-022-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-022.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-025.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-025-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-025.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-new-002.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-002-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-002.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-new-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-004.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-new-006.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-006-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-006.htm" - }, - { - "path": "css21_dev/html4/vertical-alignment-new-008.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-008-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-008.htm" - }, - { "path": "css21_dev/html4/visibility-005.htm", "references": [ [ @@ -202095,26 +199637,6 @@ "url": "/css21_dev/xhtml1/bidi-003.xht" }, { - "path": "css21_dev/xhtml1/bidi-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/bidi-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/bidi-004.xht" - }, - { - "path": "css21_dev/xhtml1/bidi-004a.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/bidi-004a-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/bidi-004a.xht" - }, - { "path": "css21_dev/xhtml1/bidi-005a.xht", "references": [ [ @@ -204568,7 +202090,11 @@ "path": "css21_dev/xhtml1/border-bottom-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -207618,7 +205144,11 @@ "path": "css21_dev/xhtml1/border-left-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -210068,7 +207598,11 @@ "path": "css21_dev/xhtml1/border-right-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/border-right-color-007-ref.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -212738,7 +210272,11 @@ "path": "css21_dev/xhtml1/border-top-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -226571,16 +224109,6 @@ "url": "/css21_dev/xhtml1/inline-block-000.xht" }, { - "path": "css21_dev/xhtml1/inline-block-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/inline-block-alignment-001.xht" - }, - { "path": "css21_dev/xhtml1/inline-block-alignment-002.xht", "references": [ [ @@ -238901,6 +236429,16 @@ "url": "/css21_dev/xhtml1/padding-left-035.xht" }, { + "path": "css21_dev/xhtml1/padding-left-036.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-036.xht" + }, + { "path": "css21_dev/xhtml1/padding-left-037.xht", "references": [ [ @@ -238961,6 +236499,16 @@ "url": "/css21_dev/xhtml1/padding-left-046.xht" }, { + "path": "css21_dev/xhtml1/padding-left-047.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-047.xht" + }, + { "path": "css21_dev/xhtml1/padding-left-048.xht", "references": [ [ @@ -239391,6 +236939,16 @@ "url": "/css21_dev/xhtml1/padding-left-applies-to-007.xht" }, { + "path": "css21_dev/xhtml1/padding-left-applies-to-008.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-applies-to-008-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-applies-to-008.xht" + }, + { "path": "css21_dev/xhtml1/padding-left-applies-to-009.xht", "references": [ [ @@ -239401,6 +236959,16 @@ "url": "/css21_dev/xhtml1/padding-left-applies-to-009.xht" }, { + "path": "css21_dev/xhtml1/padding-left-applies-to-010.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-applies-to-010-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-applies-to-010.xht" + }, + { "path": "css21_dev/xhtml1/padding-left-applies-to-012.xht", "references": [ [ @@ -239671,6 +237239,16 @@ "url": "/css21_dev/xhtml1/padding-right-035.xht" }, { + "path": "css21_dev/xhtml1/padding-right-036.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-right-036.xht" + }, + { "path": "css21_dev/xhtml1/padding-right-037.xht", "references": [ [ @@ -239731,6 +237309,16 @@ "url": "/css21_dev/xhtml1/padding-right-046.xht" }, { + "path": "css21_dev/xhtml1/padding-right-047.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-right-047.xht" + }, + { "path": "css21_dev/xhtml1/padding-right-048.xht", "references": [ [ @@ -244109,6 +241697,46 @@ "url": "/css21_dev/xhtml1/shand-border-001.xht" }, { + "path": "css21_dev/xhtml1/shand-font-000.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-000.xht" + }, + { + "path": "css21_dev/xhtml1/shand-font-001.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-001.xht" + }, + { + "path": "css21_dev/xhtml1/shand-font-002.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-002.xht" + }, + { + "path": "css21_dev/xhtml1/shand-font-003.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-003.xht" + }, + { "path": "css21_dev/xhtml1/sibling-selector-002.xht", "references": [ [ @@ -246757,136 +244385,6 @@ "url": "/css21_dev/xhtml1/vertical-align-super-001.xht" }, { - "path": "css21_dev/xhtml1/vertical-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-001.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-004.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-007.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-007.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-010.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-010.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-013.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-013.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-016.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-016.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-019.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-019.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-022.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-022.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-025.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-025.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-new-002.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-002-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-002.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-new-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-004.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-new-006.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-006-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-006.xht" - }, - { - "path": "css21_dev/xhtml1/vertical-alignment-new-008.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-008-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-008.xht" - }, - { "path": "css21_dev/xhtml1/visibility-005.xht", "references": [ [ @@ -258269,26 +255767,6 @@ "url": "/css21_dev/xhtml1print/bidi-003.xht" }, { - "path": "css21_dev/xhtml1print/bidi-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/bidi-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/bidi-004.xht" - }, - { - "path": "css21_dev/xhtml1print/bidi-004a.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/bidi-004a-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/bidi-004a.xht" - }, - { "path": "css21_dev/xhtml1print/bidi-005a.xht", "references": [ [ @@ -260742,7 +258220,11 @@ "path": "css21_dev/xhtml1print/border-bottom-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -263792,7 +261274,11 @@ "path": "css21_dev/xhtml1print/border-left-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -266242,7 +263728,11 @@ "path": "css21_dev/xhtml1print/border-right-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/border-right-color-007-ref.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -268912,7 +266402,11 @@ "path": "css21_dev/xhtml1print/border-top-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -282745,16 +280239,6 @@ "url": "/css21_dev/xhtml1print/inline-block-000.xht" }, { - "path": "css21_dev/xhtml1print/inline-block-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/inline-block-alignment-001.xht" - }, - { "path": "css21_dev/xhtml1print/inline-block-alignment-002.xht", "references": [ [ @@ -295075,6 +292559,16 @@ "url": "/css21_dev/xhtml1print/padding-left-035.xht" }, { + "path": "css21_dev/xhtml1print/padding-left-036.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-036.xht" + }, + { "path": "css21_dev/xhtml1print/padding-left-037.xht", "references": [ [ @@ -295135,6 +292629,16 @@ "url": "/css21_dev/xhtml1print/padding-left-046.xht" }, { + "path": "css21_dev/xhtml1print/padding-left-047.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-047.xht" + }, + { "path": "css21_dev/xhtml1print/padding-left-048.xht", "references": [ [ @@ -295565,6 +293069,16 @@ "url": "/css21_dev/xhtml1print/padding-left-applies-to-007.xht" }, { + "path": "css21_dev/xhtml1print/padding-left-applies-to-008.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-applies-to-008-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-applies-to-008.xht" + }, + { "path": "css21_dev/xhtml1print/padding-left-applies-to-009.xht", "references": [ [ @@ -295575,6 +293089,16 @@ "url": "/css21_dev/xhtml1print/padding-left-applies-to-009.xht" }, { + "path": "css21_dev/xhtml1print/padding-left-applies-to-010.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-applies-to-010-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-applies-to-010.xht" + }, + { "path": "css21_dev/xhtml1print/padding-left-applies-to-012.xht", "references": [ [ @@ -295845,6 +293369,16 @@ "url": "/css21_dev/xhtml1print/padding-right-035.xht" }, { + "path": "css21_dev/xhtml1print/padding-right-036.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-right-036.xht" + }, + { "path": "css21_dev/xhtml1print/padding-right-037.xht", "references": [ [ @@ -295905,6 +293439,16 @@ "url": "/css21_dev/xhtml1print/padding-right-046.xht" }, { + "path": "css21_dev/xhtml1print/padding-right-047.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-right-047.xht" + }, + { "path": "css21_dev/xhtml1print/padding-right-048.xht", "references": [ [ @@ -300283,6 +297827,46 @@ "url": "/css21_dev/xhtml1print/shand-border-001.xht" }, { + "path": "css21_dev/xhtml1print/shand-font-000.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-000.xht" + }, + { + "path": "css21_dev/xhtml1print/shand-font-001.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-001.xht" + }, + { + "path": "css21_dev/xhtml1print/shand-font-002.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-002.xht" + }, + { + "path": "css21_dev/xhtml1print/shand-font-003.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-003.xht" + }, + { "path": "css21_dev/xhtml1print/sibling-selector-002.xht", "references": [ [ @@ -302931,136 +300515,6 @@ "url": "/css21_dev/xhtml1print/vertical-align-super-001.xht" }, { - "path": "css21_dev/xhtml1print/vertical-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-001.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-004.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-007.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-007.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-010.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-010.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-013.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-013.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-016.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-016.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-019.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-019.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-022.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-022.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-025.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-025.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-002.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-002-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-002.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-004.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-006.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-006-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-006.xht" - }, - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-008.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-008-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-008.xht" - }, - { "path": "css21_dev/xhtml1print/visibility-005.xht", "references": [ [ @@ -310164,486 +307618,6 @@ "reftest_nodes": {} }, "reftest_nodes": { - "compositing-1_dev/html/mix-blend-mode-animation.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-animation.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-animation-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-animation.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-element-interposed.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-interposed.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-interposed.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-scroll.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-overflow-scroll.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-overflow-scroll-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-overflow-scroll.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-element-with-transparent-pixels.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-element-with-transparent-pixels.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-element-with-transparent-pixels.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-with-3D-transform.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-with-3D-transform.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blended-with-transform-and-perspective.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blended-with-transform-and-perspective.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blended-with-transform-and-perspective.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-blending-with-sibling.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-blending-with-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-blending-with-sibling.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-border-image.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-border-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-border-image-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-border-image.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-both-parent-and-blended-with-3D-transform.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-both-parent-and-blended-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-both-parent-and-blended-with-3D-transform.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-canvas-parent.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-canvas-parent.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-canvas-parent-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-canvas-parent.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-canvas-sibling.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-canvas-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-canvas-sibling-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-canvas-sibling.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-filter.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-filter.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-filter-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-filter.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-iframe-parent.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-iframe-parent.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-iframe-parent-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-iframe-parent.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-iframe-sibling.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-iframe-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-iframe-sibling-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-iframe-sibling.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-image.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-image-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-image.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-in-svg-image.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-in-svg-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-rectangle-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-in-svg-image.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-mask.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-mask.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-mask-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-mask.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-overflowing-child-of-blended-element.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-overflowing-child-of-blended-element.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-overflowing-child-of-blended-element.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-overflowing-child.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-overflowing-child.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-overflowing-child-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-overflowing-child.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-paragraph-background-image.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-paragraph-background-image.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-paragraph-background-image-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-paragraph-background-image.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-paragraph.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-paragraph.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-paragraph-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-paragraph.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-element-overflow-scroll-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-element-overflow-scroll.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-with-3D-transform.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-3D-transform.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-with-border-radius.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-border-radius.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-border-radius-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-border-radius.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-parent-with-text.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-parent-with-text.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-parent-with-text-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-parent-with-text.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-script.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-script.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-script-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-script.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-sibling-with-3D-transform.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-sibling-with-3D-transform.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-sibling-with-3D-transform-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-sibling-with-3D-transform.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-simple.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-simple.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/green-square.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-simple.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-stacking-context-001.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-stacking-context-001.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-stacking-context-001-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-stacking-context-001.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-stacking-context-creates-isolation.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-stacking-context-creates-isolation.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-stacking-context-creates-isolation-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-stacking-context-creates-isolation.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-svg-rectangle.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-svg-rectangle.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-rectangle-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-svg-rectangle.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-svg.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-svg.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-svg-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-svg.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-transition.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-transition.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-transition-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-transition.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-video-sibling.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-video-sibling.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-video-sibling-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-video-sibling.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-video.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-video.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-video-notref.htm", - "!=" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-video.htm" - } - ], - "compositing-1_dev/html/mix-blend-mode-with-transform-and-preserve-3D.htm": [ - { - "path": "compositing-1_dev/html/mix-blend-mode-with-transform-and-preserve-3D.htm", - "references": [ - [ - "/compositing-1_dev/html/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.htm", - "==" - ] - ], - "url": "/compositing-1_dev/html/mix-blend-mode-with-transform-and-preserve-3D.htm" - } - ], "compositing-1_dev/html/will-change-stacking-context-isolation-1.htm": [ { "path": "compositing-1_dev/html/will-change-stacking-context-isolation-1.htm", @@ -310668,474 +307642,6 @@ "url": "/compositing-1_dev/html/will-change-stacking-context-mix-blend-mode-1.htm" } ], - "compositing-1_dev/xhtml1/mix-blend-mode-animation.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-animation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-animation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-animation.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-interposed.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-interposed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-interposed.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-scroll.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-overflow-scroll.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-with-transparent-pixels.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-element-with-transparent-pixels.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-element-with-transparent-pixels.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-transform-and-perspective.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blended-with-transform-and-perspective.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blended-with-transform-and-perspective.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-blending-with-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-blending-with-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-blending-with-sibling.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-border-image.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-border-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-border-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-border-image.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-canvas-parent.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-canvas-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-canvas-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-canvas-parent.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-canvas-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-canvas-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-canvas-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-canvas-sibling.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-filter.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-filter.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-filter-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-filter.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-iframe-parent.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-iframe-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-iframe-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-iframe-parent.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-iframe-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-iframe-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-iframe-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-iframe-sibling.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-image.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-image-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-image.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-svg-rectangle-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-in-svg-image.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-mask.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-mask.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-mask-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-mask.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child-of-blended-element.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child-of-blended-element.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child-of-blended-element.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-overflowing-child-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-overflowing-child.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-paragraph-background-image.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-paragraph-background-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-paragraph-background-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-paragraph-background-image.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-paragraph.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-paragraph.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-paragraph-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-paragraph.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-element-overflow-scroll.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-text.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-parent-with-text.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-parent-with-text-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-parent-with-text.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-script.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-script.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-script-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-script.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-sibling-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-sibling-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-sibling-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-sibling-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-simple.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-simple.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-simple.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-001.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-001.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-stacking-context-001-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-001.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-creates-isolation.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-creates-isolation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-stacking-context-creates-isolation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-stacking-context-creates-isolation.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-svg.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-svg.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-svg-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-svg.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-transition.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-transition.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-transition-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-transition.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-video-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-video-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-video-sibling-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-video-sibling.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-video.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-video.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-video-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-video.xht" - } - ], - "compositing-1_dev/xhtml1/mix-blend-mode-with-transform-and-preserve-3D.xht": [ - { - "path": "compositing-1_dev/xhtml1/mix-blend-mode-with-transform-and-preserve-3D.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1/mix-blend-mode-with-transform-and-preserve-3D.xht" - } - ], "compositing-1_dev/xhtml1/will-change-stacking-context-isolation-1.xht": [ { "path": "compositing-1_dev/xhtml1/will-change-stacking-context-isolation-1.xht", @@ -311160,474 +307666,6 @@ "url": "/compositing-1_dev/xhtml1/will-change-stacking-context-mix-blend-mode-1.xht" } ], - "compositing-1_dev/xhtml1print/mix-blend-mode-animation.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-animation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-animation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-animation.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-interposed.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-interposed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-interposed.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-scroll.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-overflow-scroll.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-with-transparent-pixels.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-with-transparent-pixels.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-element-with-transparent-pixels.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-transform-and-perspective.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-transform-and-perspective.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-with-transform-and-perspective-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blended-with-transform-and-perspective.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-blending-with-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-blending-with-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-blending-with-sibling.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-border-image.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-border-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-border-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-border-image.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-both-parent-and-blended-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-both-parent-and-blended-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-parent.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-canvas-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-canvas-parent.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-canvas-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-canvas-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-canvas-sibling.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-filter.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-filter.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-filter-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-filter.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-parent.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-parent.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-iframe-parent-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-iframe-parent.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-iframe-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-iframe-sibling-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-iframe-sibling.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-image.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-image-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-image.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-in-svg-image.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-in-svg-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-svg-rectangle-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-in-svg-image.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-intermediate-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-mask.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-mask.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-mask-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-mask.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child-of-blended-element.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child-of-blended-element.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-blended-element-with-transparent-pixels-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child-of-blended-element.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-overflowing-child-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-overflowing-child.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph-background-image.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph-background-image.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-paragraph-background-image-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-paragraph-background-image.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-paragraph.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-paragraph-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-paragraph.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-hidden-and-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-hidden-and-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll-blended-position-fixed.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-element-overflow-scroll-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-element-overflow-scroll.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-border-radius.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-border-radius.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-border-radius-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-border-radius.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-text.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-text.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-parent-with-text-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-parent-with-text.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-script.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-script.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-script-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-script.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-sibling-with-3D-transform.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-sibling-with-3D-transform.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-sibling-with-3D-transform-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-sibling-with-3D-transform.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-simple.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-simple.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/green-square.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-simple.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-001.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-001.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-stacking-context-001-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-001.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-creates-isolation.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-creates-isolation.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-stacking-context-creates-isolation-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-stacking-context-creates-isolation.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-svg.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-svg.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-svg-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-svg.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-transition.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-transition.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-transition-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-transition.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-video-sibling.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-video-sibling.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-video-sibling-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-video-sibling.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-video.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-video.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-video-notref.xht", - "!=" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-video.xht" - } - ], - "compositing-1_dev/xhtml1print/mix-blend-mode-with-transform-and-preserve-3D.xht": [ - { - "path": "compositing-1_dev/xhtml1print/mix-blend-mode-with-transform-and-preserve-3D.xht", - "references": [ - [ - "/compositing-1_dev/xhtml1print/reference/mix-blend-mode-with-transform-and-preserve-3D-ref.xht", - "==" - ] - ], - "url": "/compositing-1_dev/xhtml1print/mix-blend-mode-with-transform-and-preserve-3D.xht" - } - ], "compositing-1_dev/xhtml1print/will-change-stacking-context-isolation-1.xht": [ { "path": "compositing-1_dev/xhtml1print/will-change-stacking-context-isolation-1.xht", @@ -320808,18 +316846,6 @@ "url": "/css-color-3_dev/html4/t424-hsl-values-b-9.htm" } ], - "css-color-3_dev/html4/t424-hsl-values-b.htm": [ - { - "path": "css-color-3_dev/html4/t424-hsl-values-b.htm", - "references": [ - [ - "/css-color-3_dev/html4/reference/t424-hsl-values-b-ref.htm", - "==" - ] - ], - "url": "/css-color-3_dev/html4/t424-hsl-values-b.htm" - } - ], "css-color-3_dev/html4/t425-hsla-clip-outside-device-gamut-b.htm": [ { "path": "css-color-3_dev/html4/t425-hsla-clip-outside-device-gamut-b.htm", @@ -331157,7 +327183,7 @@ "path": "css-flexbox-1_dev/html/ttwf-reftest-flex-align-content-space-around.htm", "references": [ [ - "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-end-ref.htm", + "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-space-around-ref.htm", "==" ] ], @@ -331169,7 +327195,7 @@ "path": "css-flexbox-1_dev/html/ttwf-reftest-flex-align-content-space-between.htm", "references": [ [ - "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-end-ref.htm", + "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-space-between-ref.htm", "==" ] ], @@ -331181,7 +327207,7 @@ "path": "css-flexbox-1_dev/html/ttwf-reftest-flex-align-content-start.htm", "references": [ [ - "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-end-ref.htm", + "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-align-content-start-ref.htm", "==" ] ], @@ -331205,7 +327231,7 @@ "path": "css-flexbox-1_dev/html/ttwf-reftest-flex-direction-column-reverse.htm", "references": [ [ - "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-direction-column-ref.htm", + "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-direction-column-reverse-ref.htm", "==" ] ], @@ -331265,7 +327291,7 @@ "path": "css-flexbox-1_dev/html/ttwf-reftest-flex-wrap.htm", "references": [ [ - "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-inline-ref.htm", + "/css-flexbox-1_dev/html/reference/ttwf-reftest-flex-wrap-ref.htm", "==" ] ], @@ -337325,7 +333351,7 @@ "path": "css-flexbox-1_dev/xhtml1/ttwf-reftest-flex-align-content-space-around.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-space-around-ref.xht", "==" ] ], @@ -337337,7 +333363,7 @@ "path": "css-flexbox-1_dev/xhtml1/ttwf-reftest-flex-align-content-space-between.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-space-between-ref.xht", "==" ] ], @@ -337349,7 +333375,7 @@ "path": "css-flexbox-1_dev/xhtml1/ttwf-reftest-flex-align-content-start.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-align-content-start-ref.xht", "==" ] ], @@ -337373,7 +333399,7 @@ "path": "css-flexbox-1_dev/xhtml1/ttwf-reftest-flex-direction-column-reverse.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-direction-column-ref.xht", + "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-direction-column-reverse-ref.xht", "==" ] ], @@ -337433,7 +333459,7 @@ "path": "css-flexbox-1_dev/xhtml1/ttwf-reftest-flex-wrap.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-inline-ref.xht", + "/css-flexbox-1_dev/xhtml1/reference/ttwf-reftest-flex-wrap-ref.xht", "==" ] ], @@ -343493,7 +339519,7 @@ "path": "css-flexbox-1_dev/xhtml1print/ttwf-reftest-flex-align-content-space-around.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-space-around-ref.xht", "==" ] ], @@ -343505,7 +339531,7 @@ "path": "css-flexbox-1_dev/xhtml1print/ttwf-reftest-flex-align-content-space-between.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-space-between-ref.xht", "==" ] ], @@ -343517,7 +339543,7 @@ "path": "css-flexbox-1_dev/xhtml1print/ttwf-reftest-flex-align-content-start.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-end-ref.xht", + "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-align-content-start-ref.xht", "==" ] ], @@ -343541,7 +339567,7 @@ "path": "css-flexbox-1_dev/xhtml1print/ttwf-reftest-flex-direction-column-reverse.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-direction-column-ref.xht", + "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-direction-column-reverse-ref.xht", "==" ] ], @@ -343601,7 +339627,7 @@ "path": "css-flexbox-1_dev/xhtml1print/ttwf-reftest-flex-wrap.xht", "references": [ [ - "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-inline-ref.xht", + "/css-flexbox-1_dev/xhtml1print/reference/ttwf-reftest-flex-wrap-ref.xht", "==" ] ], @@ -344501,7 +340527,7 @@ "path": "css-fonts-3_dev/html/font-size-001.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344513,7 +340539,7 @@ "path": "css-fonts-3_dev/html/font-size-002.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344525,7 +340551,7 @@ "path": "css-fonts-3_dev/html/font-size-004.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344537,7 +340563,7 @@ "path": "css-fonts-3_dev/html/font-size-005.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344885,7 +340911,7 @@ "path": "css-fonts-3_dev/html/font-size-089.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344897,7 +340923,7 @@ "path": "css-fonts-3_dev/html/font-size-090.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344909,7 +340935,7 @@ "path": "css-fonts-3_dev/html/font-size-092.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344921,7 +340947,7 @@ "path": "css-fonts-3_dev/html/font-size-093.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344933,7 +340959,7 @@ "path": "css-fonts-3_dev/html/font-size-100.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344945,7 +340971,7 @@ "path": "css-fonts-3_dev/html/font-size-101.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -344957,7 +340983,7 @@ "path": "css-fonts-3_dev/html/font-size-102.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -345065,7 +341091,7 @@ "path": "css-fonts-3_dev/html/font-size-applies-to-016.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -345101,7 +341127,7 @@ "path": "css-fonts-3_dev/html/font-style-applies-to-016.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -345137,7 +341163,7 @@ "path": "css-fonts-3_dev/html/font-variant-applies-to-016.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -345233,7 +341259,7 @@ "path": "css-fonts-3_dev/html/font-weight-applies-to-016.htm", "references": [ [ - "/css-fonts-3_dev/html/reference/font-size-001-ref.htm", + "/css-fonts-3_dev/html/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -346121,7 +342147,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-001.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346133,7 +342159,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-002.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346145,7 +342171,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-004.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346157,7 +342183,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-005.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346505,7 +342531,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-089.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346517,7 +342543,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-090.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346529,7 +342555,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-092.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346541,7 +342567,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-093.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346553,7 +342579,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-100.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346565,7 +342591,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-101.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346577,7 +342603,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-102.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346685,7 +342711,7 @@ "path": "css-fonts-3_dev/xhtml1/font-size-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346721,7 +342747,7 @@ "path": "css-fonts-3_dev/xhtml1/font-style-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346757,7 +342783,7 @@ "path": "css-fonts-3_dev/xhtml1/font-variant-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -346853,7 +342879,7 @@ "path": "css-fonts-3_dev/xhtml1/font-weight-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -347717,7 +343743,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-001.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -347729,7 +343755,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-002.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -347741,7 +343767,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-004.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -347753,7 +343779,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-005.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348101,7 +344127,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-089.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348113,7 +344139,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-090.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348125,7 +344151,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-092.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348137,7 +344163,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-093.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348149,7 +344175,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-100.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348161,7 +344187,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-101.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348173,7 +344199,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-102.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348281,7 +344307,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-size-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348317,7 +344343,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-style-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348353,7 +344379,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-variant-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -348449,7 +344475,7 @@ "path": "css-fonts-3_dev/xhtml1print/font-weight-applies-to-016.xht", "references": [ [ - "/css-fonts-3_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css-fonts-3_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -383656,46 +379682,6 @@ "url": "/css-text-3_dev/html/overflow-wrap-break-word-001.htm" } ], - "css-text-3_dev/html/reference/full-width-horizontal-notref.htm": [ - { - "path": "css-text-3_dev/html/reference/full-width-horizontal-notref.htm", - "references": [ - [ - "/css-text-3_dev/html/reference/reference/full-width-notcu-notref.htm", - "!=" - ] - ], - "url": "/css-text-3_dev/html/reference/full-width-horizontal-notref.htm" - } - ], - "css-text-3_dev/html/reference/full-width-notcu-notref.htm": [ - { - "path": "css-text-3_dev/html/reference/full-width-notcu-notref.htm", - "references": [ - [ - "/css-text-3_dev/html/reference/reference/full-width-horizontal-notref.htm", - "!=" - ] - ], - "url": "/css-text-3_dev/html/reference/full-width-notcu-notref.htm" - } - ], - "css-text-3_dev/html/reference/full-width-ref.htm": [ - { - "path": "css-text-3_dev/html/reference/full-width-ref.htm", - "references": [ - [ - "/css-text-3_dev/html/reference/reference/full-width-notcu-notref.htm", - "!=" - ], - [ - "/css-text-3_dev/html/reference/reference/full-width-horizontal-notref.htm", - "!=" - ] - ], - "url": "/css-text-3_dev/html/reference/full-width-ref.htm" - } - ], "css-text-3_dev/html/tab-size-integer-001.htm": [ { "path": "css-text-3_dev/html/tab-size-integer-001.htm", @@ -391224,46 +387210,6 @@ "url": "/css-text-3_dev/xhtml1/overflow-wrap-break-word-001.xht" } ], - "css-text-3_dev/xhtml1/reference/full-width-horizontal-notref.xht": [ - { - "path": "css-text-3_dev/xhtml1/reference/full-width-horizontal-notref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1/reference/reference/full-width-notcu-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1/reference/full-width-horizontal-notref.xht" - } - ], - "css-text-3_dev/xhtml1/reference/full-width-notcu-notref.xht": [ - { - "path": "css-text-3_dev/xhtml1/reference/full-width-notcu-notref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1/reference/full-width-notcu-notref.xht" - } - ], - "css-text-3_dev/xhtml1/reference/full-width-ref.xht": [ - { - "path": "css-text-3_dev/xhtml1/reference/full-width-ref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1/reference/reference/full-width-notcu-notref.xht", - "!=" - ], - [ - "/css-text-3_dev/xhtml1/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1/reference/full-width-ref.xht" - } - ], "css-text-3_dev/xhtml1/tab-size-integer-001.xht": [ { "path": "css-text-3_dev/xhtml1/tab-size-integer-001.xht", @@ -398744,46 +394690,6 @@ "url": "/css-text-3_dev/xhtml1print/overflow-wrap-break-word-001.xht" } ], - "css-text-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht": [ - { - "path": "css-text-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1print/reference/reference/full-width-notcu-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht" - } - ], - "css-text-3_dev/xhtml1print/reference/full-width-notcu-notref.xht": [ - { - "path": "css-text-3_dev/xhtml1print/reference/full-width-notcu-notref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1print/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1print/reference/full-width-notcu-notref.xht" - } - ], - "css-text-3_dev/xhtml1print/reference/full-width-ref.xht": [ - { - "path": "css-text-3_dev/xhtml1print/reference/full-width-ref.xht", - "references": [ - [ - "/css-text-3_dev/xhtml1print/reference/reference/full-width-notcu-notref.xht", - "!=" - ], - [ - "/css-text-3_dev/xhtml1print/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-text-3_dev/xhtml1print/reference/full-width-ref.xht" - } - ], "css-text-3_dev/xhtml1print/tab-size-integer-001.xht": [ { "path": "css-text-3_dev/xhtml1print/tab-size-integer-001.xht", @@ -400248,18 +396154,6 @@ "url": "/css-text-decor-3_dev/html/text-emphasis-style-012.htm" } ], - "css-text-decor-3_dev/html/text-emphasis-style-016.htm": [ - { - "path": "css-text-decor-3_dev/html/text-emphasis-style-016.htm", - "references": [ - [ - "/css-text-decor-3_dev/html/reference/text-emphasis-style-016-ref.htm", - "==" - ] - ], - "url": "/css-text-decor-3_dev/html/text-emphasis-style-016.htm" - } - ], "css-text-decor-3_dev/html/text-emphasis-style-021.htm": [ { "path": "css-text-decor-3_dev/html/text-emphasis-style-021.htm", @@ -400416,18 +396310,6 @@ "url": "/css-text-decor-3_dev/xhtml1/text-emphasis-style-012.xht" } ], - "css-text-decor-3_dev/xhtml1/text-emphasis-style-016.xht": [ - { - "path": "css-text-decor-3_dev/xhtml1/text-emphasis-style-016.xht", - "references": [ - [ - "/css-text-decor-3_dev/xhtml1/reference/text-emphasis-style-016-ref.xht", - "==" - ] - ], - "url": "/css-text-decor-3_dev/xhtml1/text-emphasis-style-016.xht" - } - ], "css-text-decor-3_dev/xhtml1/text-emphasis-style-021.xht": [ { "path": "css-text-decor-3_dev/xhtml1/text-emphasis-style-021.xht", @@ -400584,18 +396466,6 @@ "url": "/css-text-decor-3_dev/xhtml1print/text-emphasis-style-012.xht" } ], - "css-text-decor-3_dev/xhtml1print/text-emphasis-style-016.xht": [ - { - "path": "css-text-decor-3_dev/xhtml1print/text-emphasis-style-016.xht", - "references": [ - [ - "/css-text-decor-3_dev/xhtml1print/reference/text-emphasis-style-016-ref.xht", - "==" - ] - ], - "url": "/css-text-decor-3_dev/xhtml1print/text-emphasis-style-016.xht" - } - ], "css-text-decor-3_dev/xhtml1print/text-emphasis-style-021.xht": [ { "path": "css-text-decor-3_dev/xhtml1print/text-emphasis-style-021.xht", @@ -441197,7 +437067,7 @@ "path": "css-variables-1_dev/html/variable-external-font-face-01.htm", "references": [ [ - "/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm", + "/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm", "==" ] ], @@ -441701,7 +437571,7 @@ "path": "css-variables-1_dev/html/variable-reference-38.htm", "references": [ [ - "/css-variables-1_dev/html/reference/variable-declaration-59-ref.htm", + "/css-variables-1_dev/html/reference/variable-reference-38-ref.htm", "==" ] ], @@ -443285,7 +439155,7 @@ "path": "css-variables-1_dev/xhtml1/variable-external-font-face-01.xht", "references": [ [ - "/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht", + "/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht", "==" ] ], @@ -443789,7 +439659,7 @@ "path": "css-variables-1_dev/xhtml1/variable-reference-38.xht", "references": [ [ - "/css-variables-1_dev/xhtml1/reference/variable-declaration-59-ref.xht", + "/css-variables-1_dev/xhtml1/reference/variable-reference-38-ref.xht", "==" ] ], @@ -445373,7 +441243,7 @@ "path": "css-variables-1_dev/xhtml1print/variable-external-font-face-01.xht", "references": [ [ - "/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht", + "/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht", "==" ] ], @@ -445877,7 +441747,7 @@ "path": "css-variables-1_dev/xhtml1print/variable-reference-38.xht", "references": [ [ - "/css-variables-1_dev/xhtml1print/reference/variable-declaration-59-ref.xht", + "/css-variables-1_dev/xhtml1print/reference/variable-reference-38-ref.xht", "==" ] ], @@ -447185,7 +443055,7 @@ "path": "css-writing-modes-3_dev/html/abs-pos-non-replaced-vlr-017.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vlr-003-ref.htm", + "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vlr-009-ref.htm", "==" ] ], @@ -448529,7 +444399,7 @@ "path": "css-writing-modes-3_dev/html/abs-pos-non-replaced-vrl-016.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vlr-003-ref.htm", + "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vlr-009-ref.htm", "==" ] ], @@ -448625,7 +444495,7 @@ "path": "css-writing-modes-3_dev/html/abs-pos-non-replaced-vrl-032.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vrl-004-ref.xht-ref.htm", + "/css-writing-modes-3_dev/html/reference/abs-pos-non-replaced-vrl-004-ref.htm", "==" ] ], @@ -450797,7 +446667,7 @@ "path": "css-writing-modes-3_dev/html/bidi-normal-011.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/bidi-embed-011.htm", + "/css-writing-modes-3_dev/html/reference/bidi-normal-011.htm", "==" ] ], @@ -451073,7 +446943,7 @@ "path": "css-writing-modes-3_dev/html/bidi-plaintext-011.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/bidi-plaintext-002.htm", + "/css-writing-modes-3_dev/html/reference/bidi-plaintext-011.htm", "==" ] ], @@ -453120,18 +448990,6 @@ "url": "/css-writing-modes-3_dev/html/horizontal-rule-vrl-004.htm" } ], - "css-writing-modes-3_dev/html/inline-block-alignment-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/inline-block-alignment-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/inline-block-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/inline-block-alignment-001.htm" - } - ], "css-writing-modes-3_dev/html/inline-block-alignment-002.htm": [ { "path": "css-writing-modes-3_dev/html/inline-block-alignment-002.htm", @@ -453161,7 +449019,7 @@ "path": "css-writing-modes-3_dev/html/inline-block-alignment-004.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/inline-block-alignment-004-ref.htm", + "/css-writing-modes-3_dev/html/reference/inline-block-alignment-002-ref.htm", "==" ] ], @@ -453677,7 +449535,7 @@ "path": "css-writing-modes-3_dev/html/margin-collapse-vlr-017.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/ref-if-there-is-no-red.htm", + "/css-writing-modes-3_dev/html/reference/ref-filled-green-100px-square.htm", "==" ] ], @@ -453785,7 +449643,7 @@ "path": "css-writing-modes-3_dev/html/margin-collapse-vrl-016.htm", "references": [ [ - "/css-writing-modes-3_dev/html/reference/ref-if-there-is-no-red.htm", + "/css-writing-modes-3_dev/html/reference/ref-filled-green-100px-square.htm", "==" ] ], @@ -454032,106 +449890,6 @@ "url": "/css-writing-modes-3_dev/html/percent-padding-vrl-006.htm" } ], - "css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/full-width-notcu-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/full-width-horizontal-notref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/full-width-notcu-notref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/full-width-notcu-notref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/full-width-horizontal-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/full-width-notcu-notref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/full-width-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/full-width-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/full-width-notcu-notref.htm", - "!=" - ], - [ - "/css-writing-modes-3_dev/html/reference/reference/full-width-horizontal-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/full-width-ref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/text-emphasis-001-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/text-emphasis-001-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/text-emphasis-001-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/text-emphasis-001-ref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/horizontal-ahem-1x3-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/vertical-ahem-1x4-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/vertical-ahem-1x4-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/horizontal-ahem-1x4-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x4-ref.htm" - } - ], - "css-writing-modes-3_dev/html/reference/vertical-ahem-1x5-ref.htm": [ - { - "path": "css-writing-modes-3_dev/html/reference/vertical-ahem-1x5-ref.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/reference/horizontal-ahem-1x5-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x5-ref.htm" - } - ], "css-writing-modes-3_dev/html/row-progression-002.htm": [ { "path": "css-writing-modes-3_dev/html/row-progression-002.htm", @@ -454636,30 +450394,6 @@ "url": "/css-writing-modes-3_dev/html/text-baseline-011.htm" } ], - "css-writing-modes-3_dev/html/text-combine-horizontal-010.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-combine-horizontal-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-combine-horizontal-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-combine-horizontal-010.htm" - } - ], - "css-writing-modes-3_dev/html/text-combine-horizontal-011.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-combine-horizontal-011.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-combine-horizontal-011-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-combine-horizontal-011.htm" - } - ], "css-writing-modes-3_dev/html/text-combine-upright-decorations-001.htm": [ { "path": "css-writing-modes-3_dev/html/text-combine-upright-decorations-001.htm", @@ -454920,34 +450654,6 @@ "url": "/css-writing-modes-3_dev/html/text-combine-upright-value-none-001.htm" } ], - "css-writing-modes-3_dev/html/text-decoration-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-decoration-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-decoration-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-decoration-001.htm" - } - ], - "css-writing-modes-3_dev/html/text-emphasis-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-emphasis-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-emphasis-001-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/text-emphasis-001-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-emphasis-001.htm" - } - ], "css-writing-modes-3_dev/html/text-indent-vlr-003.htm": [ { "path": "css-writing-modes-3_dev/html/text-indent-vlr-003.htm", @@ -455140,30 +450846,6 @@ "url": "/css-writing-modes-3_dev/html/text-indent-vrl-016.htm" } ], - "css-writing-modes-3_dev/html/text-orientation-010.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-010.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-011.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-011.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-011-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-011.htm" - } - ], "css-writing-modes-3_dev/html/text-orientation-012.htm": [ { "path": "css-writing-modes-3_dev/html/text-orientation-012.htm", @@ -455212,78 +450894,6 @@ "url": "/css-writing-modes-3_dev/html/text-orientation-015.htm" } ], - "css-writing-modes-3_dev/html/text-orientation-mixed-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-mixed-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-mixed-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-mixed-001.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-sideways-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-right-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-001.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-sideways-002.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-left-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-002.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-sideways-left-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-left-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-left-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-left-001.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-sideways-right-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-sideways-right-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-sideways-right-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-sideways-right-001.htm" - } - ], - "css-writing-modes-3_dev/html/text-orientation-upright-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/text-orientation-upright-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/text-orientation-upright-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/text-orientation-upright-001.htm" - } - ], "css-writing-modes-3_dev/html/unicode-bidi-001.htm": [ { "path": "css-writing-modes-3_dev/html/unicode-bidi-001.htm", @@ -455488,314 +451098,6 @@ "url": "/css-writing-modes-3_dev/html/unicode-bidi-applies-to-015.htm" } ], - "css-writing-modes-3_dev/html/value-all-002.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-all-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-002.htm" - } - ], - "css-writing-modes-3_dev/html/value-all-003.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-all-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-003.htm" - } - ], - "css-writing-modes-3_dev/html/value-all-and-inherit-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-all-and-inherit-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/value-all-and-inherit-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-all-and-inherit-001.htm" - } - ], - "css-writing-modes-3_dev/html/value-digit2-and-inherit-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digit2-and-inherit-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/value-digit2-and-inherit-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digit2-and-inherit-001.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits2-002.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits2-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits2-002.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits2-003.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits2-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x3-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits2-003.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits3-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits3-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-001.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits3-002.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits3-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-002.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits3-003.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits3-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x4-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x4-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits3-003.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits4-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits4-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-001.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits4-002.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits4-002.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x1-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x1-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-002.htm" - } - ], - "css-writing-modes-3_dev/html/value-digits4-003.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-digits4-003.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x5-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x5-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-digits4-003.htm" - } - ], - "css-writing-modes-3_dev/html/value-none-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/value-none-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-ahem-1x3-ref.htm", - "==" - ], - [ - "/css-writing-modes-3_dev/html/reference/horizontal-ahem-1x3-notref.htm", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/html/value-none-001.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-001.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-001.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-001.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-004.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-004.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-004-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-004.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-007.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-007.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-007-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-007.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-010.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-010.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-010-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-010.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-013.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-013.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-013-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-013.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-016.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-016.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-016-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-016.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-019.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-019.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-019-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-019.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-022.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-022.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-022-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-022.htm" - } - ], - "css-writing-modes-3_dev/html/vertical-alignment-025.htm": [ - { - "path": "css-writing-modes-3_dev/html/vertical-alignment-025.htm", - "references": [ - [ - "/css-writing-modes-3_dev/html/reference/vertical-alignment-025-ref.htm", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/html/vertical-alignment-025.htm" - } - ], "css-writing-modes-3_dev/html/vertical-alignment-new-002.htm": [ { "path": "css-writing-modes-3_dev/html/vertical-alignment-new-002.htm", @@ -456449,7 +451751,7 @@ "path": "css-writing-modes-3_dev/xhtml1/abs-pos-non-replaced-vlr-017.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vlr-003-ref.xht", + "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vlr-009-ref.xht", "==" ] ], @@ -457793,7 +453095,7 @@ "path": "css-writing-modes-3_dev/xhtml1/abs-pos-non-replaced-vrl-016.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vlr-003-ref.xht", + "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vlr-009-ref.xht", "==" ] ], @@ -457889,7 +453191,7 @@ "path": "css-writing-modes-3_dev/xhtml1/abs-pos-non-replaced-vrl-032.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vrl-004-ref.xht-ref.xht", + "/css-writing-modes-3_dev/xhtml1/reference/abs-pos-non-replaced-vrl-004-ref.xht", "==" ] ], @@ -460025,7 +455327,7 @@ "path": "css-writing-modes-3_dev/xhtml1/bidi-normal-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/bidi-embed-011.xht", + "/css-writing-modes-3_dev/xhtml1/reference/bidi-normal-011.xht", "==" ] ], @@ -460301,7 +455603,7 @@ "path": "css-writing-modes-3_dev/xhtml1/bidi-plaintext-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/bidi-plaintext-002.xht", + "/css-writing-modes-3_dev/xhtml1/reference/bidi-plaintext-011.xht", "==" ] ], @@ -462048,18 +457350,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/horizontal-rule-vrl-004.xht" } ], - "css-writing-modes-3_dev/xhtml1/inline-block-alignment-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/inline-block-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/inline-block-alignment-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/inline-block-alignment-002.xht", @@ -462089,7 +457379,7 @@ "path": "css-writing-modes-3_dev/xhtml1/inline-block-alignment-004.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/inline-block-alignment-004-ref.xht", + "/css-writing-modes-3_dev/xhtml1/reference/inline-block-alignment-002-ref.xht", "==" ] ], @@ -462377,7 +457667,7 @@ "path": "css-writing-modes-3_dev/xhtml1/margin-collapse-vlr-017.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/ref-if-there-is-no-red.xht", + "/css-writing-modes-3_dev/xhtml1/reference/ref-filled-green-100px-square.xht", "==" ] ], @@ -462485,7 +457775,7 @@ "path": "css-writing-modes-3_dev/xhtml1/margin-collapse-vrl-016.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1/reference/ref-if-there-is-no-red.xht", + "/css-writing-modes-3_dev/xhtml1/reference/ref-filled-green-100px-square.xht", "==" ] ], @@ -462732,106 +458022,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/percent-padding-vrl-006.xht" } ], - "css-writing-modes-3_dev/xhtml1/reference/full-width-horizontal-notref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/full-width-horizontal-notref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/full-width-notcu-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/full-width-horizontal-notref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/full-width-notcu-notref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/full-width-notcu-notref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/full-width-notcu-notref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/full-width-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/full-width-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/full-width-notcu-notref.xht", - "!=" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/full-width-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x4-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x4-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x4-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x5-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x5-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x5-ref.xht" - } - ], "css-writing-modes-3_dev/xhtml1/table-progression-001-vlr.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/table-progression-001-vlr.xht", @@ -463192,30 +458382,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-baseline-011.xht" } ], - "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-combine-horizontal-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-combine-horizontal-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-011.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-combine-horizontal-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-combine-horizontal-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-combine-horizontal-011.xht" - } - ], "css-writing-modes-3_dev/xhtml1/text-combine-upright-decorations-001.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/text-combine-upright-decorations-001.xht", @@ -463476,34 +458642,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-combine-upright-value-none-001.xht" } ], - "css-writing-modes-3_dev/xhtml1/text-decoration-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-decoration-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-decoration-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-decoration-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-emphasis-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-emphasis-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-emphasis-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1/text-indent-vlr-003.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/text-indent-vlr-003.xht", @@ -463696,30 +458834,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-indent-vrl-016.xht" } ], - "css-writing-modes-3_dev/xhtml1/text-orientation-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-011.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-011.xht" - } - ], "css-writing-modes-3_dev/xhtml1/text-orientation-012.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/text-orientation-012.xht", @@ -463768,78 +458882,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-015.xht" } ], - "css-writing-modes-3_dev/xhtml1/text-orientation-mixed-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-mixed-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-mixed-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-mixed-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-left-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-left-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-left-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-right-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-sideways-right-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-sideways-right-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/text-orientation-upright-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/text-orientation-upright-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/text-orientation-upright-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/text-orientation-upright-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1/unicode-bidi-001.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/unicode-bidi-001.xht", @@ -464032,314 +459074,6 @@ "url": "/css-writing-modes-3_dev/xhtml1/unicode-bidi-applies-to-014.xht" } ], - "css-writing-modes-3_dev/xhtml1/value-all-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-all-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-all-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-all-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-all-and-inherit-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-all-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/value-all-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-all-and-inherit-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digit2-and-inherit-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digit2-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/value-digit2-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digit2-and-inherit-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits2-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits2-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits2-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits2-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits2-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits2-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits3-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits3-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits3-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits3-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x4-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits3-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits4-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits4-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-digits4-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-digits4-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x5-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-digits4-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/value-none-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/value-none-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/value-none-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-004.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-004.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-004.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-007.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-007.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-007.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-013.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-013.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-013.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-016.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-016.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-016.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-019.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-019.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-019.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-022.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-022.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-022.xht" - } - ], - "css-writing-modes-3_dev/xhtml1/vertical-alignment-025.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-025.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1/vertical-alignment-025.xht" - } - ], "css-writing-modes-3_dev/xhtml1/vertical-alignment-new-002.xht": [ { "path": "css-writing-modes-3_dev/xhtml1/vertical-alignment-new-002.xht", @@ -464981,7 +459715,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/abs-pos-non-replaced-vlr-017.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vlr-003-ref.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vlr-009-ref.xht", "==" ] ], @@ -466325,7 +461059,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/abs-pos-non-replaced-vrl-016.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vlr-003-ref.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vlr-009-ref.xht", "==" ] ], @@ -466421,7 +461155,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/abs-pos-non-replaced-vrl-032.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vrl-004-ref.xht-ref.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/abs-pos-non-replaced-vrl-004-ref.xht", "==" ] ], @@ -468557,7 +463291,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/bidi-normal-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/bidi-embed-011.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/bidi-normal-011.xht", "==" ] ], @@ -468833,7 +463567,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/bidi-plaintext-011.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/bidi-plaintext-002.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/bidi-plaintext-011.xht", "==" ] ], @@ -470580,18 +465314,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/horizontal-rule-vrl-004.xht" } ], - "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/inline-block-alignment-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-002.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-002.xht", @@ -470621,7 +465343,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/inline-block-alignment-004.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/inline-block-alignment-004-ref.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/inline-block-alignment-002-ref.xht", "==" ] ], @@ -470909,7 +465631,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/margin-collapse-vlr-017.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/ref-if-there-is-no-red.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/ref-filled-green-100px-square.xht", "==" ] ], @@ -471017,7 +465739,7 @@ "path": "css-writing-modes-3_dev/xhtml1print/margin-collapse-vrl-016.xht", "references": [ [ - "/css-writing-modes-3_dev/xhtml1print/reference/ref-if-there-is-no-red.xht", + "/css-writing-modes-3_dev/xhtml1print/reference/ref-filled-green-100px-square.xht", "==" ] ], @@ -471264,106 +465986,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/percent-padding-vrl-006.xht" } ], - "css-writing-modes-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/full-width-notcu-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/full-width-horizontal-notref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/full-width-notcu-notref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/full-width-notcu-notref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/full-width-notcu-notref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/full-width-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/full-width-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/full-width-notcu-notref.xht", - "!=" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/full-width-horizontal-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/full-width-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x4-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x4-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x4-ref.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x5-ref.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x5-ref.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x5-ref.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/table-progression-001-vlr.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/table-progression-001-vlr.xht", @@ -471724,30 +466346,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-baseline-011.xht" } ], - "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-combine-horizontal-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-011.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-combine-horizontal-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-horizontal-011.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/text-combine-upright-decorations-001.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/text-combine-upright-decorations-001.xht", @@ -472008,34 +466606,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-combine-upright-value-none-001.xht" } ], - "css-writing-modes-3_dev/xhtml1print/text-decoration-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-decoration-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-decoration-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-decoration-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-emphasis-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-emphasis-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-emphasis-001-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-emphasis-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/text-indent-vlr-003.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/text-indent-vlr-003.xht", @@ -472228,30 +466798,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-indent-vrl-016.xht" } ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-011.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-011.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-011-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-011.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/text-orientation-012.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-012.xht", @@ -472300,78 +466846,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-015.xht" } ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-mixed-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-mixed-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-mixed-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-mixed-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-left-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-left-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-left-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-left-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-right-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-right-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-sideways-right-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-sideways-right-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/text-orientation-upright-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/text-orientation-upright-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/text-orientation-upright-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/text-orientation-upright-001.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/unicode-bidi-001.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/unicode-bidi-001.xht", @@ -472564,314 +467038,6 @@ "url": "/css-writing-modes-3_dev/xhtml1print/unicode-bidi-applies-to-014.xht" } ], - "css-writing-modes-3_dev/xhtml1print/value-all-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-all-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-all-and-inherit-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-all-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/value-all-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-all-and-inherit-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digit2-and-inherit-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digit2-and-inherit-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/value-digit2-and-inherit-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digit2-and-inherit-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits2-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits2-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits2-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits2-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits2-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits2-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits3-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits3-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits3-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits3-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x4-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x4-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits3-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits4-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits4-002.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-002.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x1-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x1-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-002.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-digits4-003.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-digits4-003.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x5-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x5-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-digits4-003.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/value-none-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/value-none-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-ahem-1x3-ref.xht", - "==" - ], - [ - "/css-writing-modes-3_dev/xhtml1print/reference/horizontal-ahem-1x3-notref.xht", - "!=" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/value-none-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-001.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-001.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-001.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-004.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-004.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-004.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-007.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-007.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-007.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-010.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-010.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-010.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-013.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-013.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-013.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-016.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-016.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-016.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-019.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-019.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-019.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-022.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-022.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-022.xht" - } - ], - "css-writing-modes-3_dev/xhtml1print/vertical-alignment-025.xht": [ - { - "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-025.xht", - "references": [ - [ - "/css-writing-modes-3_dev/xhtml1print/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css-writing-modes-3_dev/xhtml1print/vertical-alignment-025.xht" - } - ], "css-writing-modes-3_dev/xhtml1print/vertical-alignment-new-002.xht": [ { "path": "css-writing-modes-3_dev/xhtml1print/vertical-alignment-new-002.xht", @@ -484796,30 +478962,6 @@ "url": "/css21_dev/html4/bidi-003.htm" } ], - "css21_dev/html4/bidi-004.htm": [ - { - "path": "css21_dev/html4/bidi-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/bidi-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/bidi-004.htm" - } - ], - "css21_dev/html4/bidi-004a.htm": [ - { - "path": "css21_dev/html4/bidi-004a.htm", - "references": [ - [ - "/css21_dev/html4/reference/bidi-004a-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/bidi-004a.htm" - } - ], "css21_dev/html4/bidi-005a.htm": [ { "path": "css21_dev/html4/bidi-005a.htm", @@ -487813,7 +481955,11 @@ "path": "css21_dev/html4/border-bottom-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -491473,7 +485619,11 @@ "path": "css21_dev/html4/border-left-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -494413,7 +488563,11 @@ "path": "css21_dev/html4/border-right-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/border-right-color-007-ref.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -497617,7 +491771,11 @@ "path": "css21_dev/html4/border-top-color-030.htm", "references": [ [ - "/css21_dev/html4/reference/ref-filled-black-96px-square.htm", + "/css21_dev/html4/reference/ref-transparent-or-black-square-black.htm", + "==" + ], + [ + "/css21_dev/html4/reference/ref-transparent-or-black-square-transparent.htm", "==" ] ], @@ -512165,7 +506323,7 @@ "path": "css21_dev/html4/font-size-001.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512177,7 +506335,7 @@ "path": "css21_dev/html4/font-size-002.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512189,7 +506347,7 @@ "path": "css21_dev/html4/font-size-004.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512201,7 +506359,7 @@ "path": "css21_dev/html4/font-size-005.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512549,7 +506707,7 @@ "path": "css21_dev/html4/font-size-089.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512561,7 +506719,7 @@ "path": "css21_dev/html4/font-size-090.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512573,7 +506731,7 @@ "path": "css21_dev/html4/font-size-092.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512585,7 +506743,7 @@ "path": "css21_dev/html4/font-size-093.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512597,7 +506755,7 @@ "path": "css21_dev/html4/font-size-100.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512609,7 +506767,7 @@ "path": "css21_dev/html4/font-size-101.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512621,7 +506779,7 @@ "path": "css21_dev/html4/font-size-102.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512717,7 +506875,7 @@ "path": "css21_dev/html4/font-size-applies-to-016.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512777,7 +506935,7 @@ "path": "css21_dev/html4/font-style-applies-to-016.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512813,7 +506971,7 @@ "path": "css21_dev/html4/font-variant-applies-to-016.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -512849,7 +507007,7 @@ "path": "css21_dev/html4/font-weight-applies-to-016.htm", "references": [ [ - "/css21_dev/html4/reference/font-size-001-ref.htm", + "/css21_dev/html4/reference/no-red-on-blank-page-ref.htm", "==" ] ], @@ -514620,18 +508778,6 @@ "url": "/css21_dev/html4/inline-block-000.htm" } ], - "css21_dev/html4/inline-block-alignment-001.htm": [ - { - "path": "css21_dev/html4/inline-block-alignment-001.htm", - "references": [ - [ - "/css21_dev/html4/reference/inline-block-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/inline-block-alignment-001.htm" - } - ], "css21_dev/html4/inline-block-alignment-002.htm": [ { "path": "css21_dev/html4/inline-block-alignment-002.htm", @@ -514661,7 +508807,7 @@ "path": "css21_dev/html4/inline-block-alignment-004.htm", "references": [ [ - "/css21_dev/html4/reference/inline-block-alignment-004-ref.htm", + "/css21_dev/html4/reference/inline-block-alignment-002-ref.htm", "==" ] ], @@ -518040,6 +512186,18 @@ "url": "/css21_dev/html4/line-height-bleed-002.htm" } ], + "css21_dev/html4/list-style-019.htm": [ + { + "path": "css21_dev/html4/list-style-019.htm", + "references": [ + [ + "/css21_dev/html4/reference/list-style-019-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/list-style-019.htm" + } + ], "css21_dev/html4/list-style-021.htm": [ { "path": "css21_dev/html4/list-style-021.htm", @@ -529488,6 +523646,18 @@ "url": "/css21_dev/html4/padding-left-035.htm" } ], + "css21_dev/html4/padding-left-036.htm": [ + { + "path": "css21_dev/html4/padding-left-036.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-036-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-036.htm" + } + ], "css21_dev/html4/padding-left-037.htm": [ { "path": "css21_dev/html4/padding-left-037.htm", @@ -529560,6 +523730,18 @@ "url": "/css21_dev/html4/padding-left-046.htm" } ], + "css21_dev/html4/padding-left-047.htm": [ + { + "path": "css21_dev/html4/padding-left-047.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-047-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-047.htm" + } + ], "css21_dev/html4/padding-left-048.htm": [ { "path": "css21_dev/html4/padding-left-048.htm", @@ -530076,6 +524258,18 @@ "url": "/css21_dev/html4/padding-left-applies-to-007.htm" } ], + "css21_dev/html4/padding-left-applies-to-008.htm": [ + { + "path": "css21_dev/html4/padding-left-applies-to-008.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-applies-to-008-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-applies-to-008.htm" + } + ], "css21_dev/html4/padding-left-applies-to-009.htm": [ { "path": "css21_dev/html4/padding-left-applies-to-009.htm", @@ -530088,6 +524282,18 @@ "url": "/css21_dev/html4/padding-left-applies-to-009.htm" } ], + "css21_dev/html4/padding-left-applies-to-010.htm": [ + { + "path": "css21_dev/html4/padding-left-applies-to-010.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-applies-to-010-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-left-applies-to-010.htm" + } + ], "css21_dev/html4/padding-left-applies-to-012.htm": [ { "path": "css21_dev/html4/padding-left-applies-to-012.htm", @@ -530412,6 +524618,18 @@ "url": "/css21_dev/html4/padding-right-035.htm" } ], + "css21_dev/html4/padding-right-036.htm": [ + { + "path": "css21_dev/html4/padding-right-036.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-036-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-right-036.htm" + } + ], "css21_dev/html4/padding-right-037.htm": [ { "path": "css21_dev/html4/padding-right-037.htm", @@ -530484,6 +524702,18 @@ "url": "/css21_dev/html4/padding-right-046.htm" } ], + "css21_dev/html4/padding-right-047.htm": [ + { + "path": "css21_dev/html4/padding-right-047.htm", + "references": [ + [ + "/css21_dev/html4/reference/padding-left-047-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/padding-right-047.htm" + } + ], "css21_dev/html4/padding-right-048.htm": [ { "path": "css21_dev/html4/padding-right-048.htm", @@ -536108,6 +530338,54 @@ "url": "/css21_dev/html4/shand-border-001.htm" } ], + "css21_dev/html4/shand-font-000.htm": [ + { + "path": "css21_dev/html4/shand-font-000.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-000-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-000.htm" + } + ], + "css21_dev/html4/shand-font-001.htm": [ + { + "path": "css21_dev/html4/shand-font-001.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-000-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-001.htm" + } + ], + "css21_dev/html4/shand-font-002.htm": [ + { + "path": "css21_dev/html4/shand-font-002.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-002-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-002.htm" + } + ], + "css21_dev/html4/shand-font-003.htm": [ + { + "path": "css21_dev/html4/shand-font-003.htm", + "references": [ + [ + "/css21_dev/html4/reference/shand-font-002-ref.htm", + "==" + ] + ], + "url": "/css21_dev/html4/shand-font-003.htm" + } + ], "css21_dev/html4/sibling-selector-002.htm": [ { "path": "css21_dev/html4/sibling-selector-002.htm", @@ -539320,162 +533598,6 @@ "url": "/css21_dev/html4/vertical-align-super-001.htm" } ], - "css21_dev/html4/vertical-alignment-001.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-001.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-001-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-001.htm" - } - ], - "css21_dev/html4/vertical-alignment-004.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-004.htm" - } - ], - "css21_dev/html4/vertical-alignment-007.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-007.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-007-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-007.htm" - } - ], - "css21_dev/html4/vertical-alignment-010.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-010.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-010-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-010.htm" - } - ], - "css21_dev/html4/vertical-alignment-013.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-013.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-013-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-013.htm" - } - ], - "css21_dev/html4/vertical-alignment-016.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-016.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-016-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-016.htm" - } - ], - "css21_dev/html4/vertical-alignment-019.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-019.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-019-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-019.htm" - } - ], - "css21_dev/html4/vertical-alignment-022.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-022.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-022-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-022.htm" - } - ], - "css21_dev/html4/vertical-alignment-025.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-025.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-025-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-025.htm" - } - ], - "css21_dev/html4/vertical-alignment-new-002.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-new-002.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-002-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-002.htm" - } - ], - "css21_dev/html4/vertical-alignment-new-004.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-new-004.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-004-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-004.htm" - } - ], - "css21_dev/html4/vertical-alignment-new-006.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-new-006.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-006-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-006.htm" - } - ], - "css21_dev/html4/vertical-alignment-new-008.htm": [ - { - "path": "css21_dev/html4/vertical-alignment-new-008.htm", - "references": [ - [ - "/css21_dev/html4/reference/vertical-alignment-new-008-ref.htm", - "==" - ] - ], - "url": "/css21_dev/html4/vertical-alignment-new-008.htm" - } - ], "css21_dev/html4/visibility-005.htm": [ { "path": "css21_dev/html4/visibility-005.htm", @@ -553152,30 +547274,6 @@ "url": "/css21_dev/xhtml1/bidi-003.xht" } ], - "css21_dev/xhtml1/bidi-004.xht": [ - { - "path": "css21_dev/xhtml1/bidi-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/bidi-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/bidi-004.xht" - } - ], - "css21_dev/xhtml1/bidi-004a.xht": [ - { - "path": "css21_dev/xhtml1/bidi-004a.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/bidi-004a-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/bidi-004a.xht" - } - ], "css21_dev/xhtml1/bidi-005a.xht": [ { "path": "css21_dev/xhtml1/bidi-005a.xht", @@ -556121,7 +550219,11 @@ "path": "css21_dev/xhtml1/border-bottom-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -559781,7 +553883,11 @@ "path": "css21_dev/xhtml1/border-left-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -562721,7 +556827,11 @@ "path": "css21_dev/xhtml1/border-right-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/border-right-color-007-ref.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -565925,7 +560035,11 @@ "path": "css21_dev/xhtml1/border-top-color-030.xht", "references": [ [ - "/css21_dev/xhtml1/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -580113,7 +574227,7 @@ "path": "css21_dev/xhtml1/font-size-001.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580125,7 +574239,7 @@ "path": "css21_dev/xhtml1/font-size-002.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580137,7 +574251,7 @@ "path": "css21_dev/xhtml1/font-size-004.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580149,7 +574263,7 @@ "path": "css21_dev/xhtml1/font-size-005.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580497,7 +574611,7 @@ "path": "css21_dev/xhtml1/font-size-089.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580509,7 +574623,7 @@ "path": "css21_dev/xhtml1/font-size-090.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580521,7 +574635,7 @@ "path": "css21_dev/xhtml1/font-size-092.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580533,7 +574647,7 @@ "path": "css21_dev/xhtml1/font-size-093.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580545,7 +574659,7 @@ "path": "css21_dev/xhtml1/font-size-100.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580557,7 +574671,7 @@ "path": "css21_dev/xhtml1/font-size-101.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580569,7 +574683,7 @@ "path": "css21_dev/xhtml1/font-size-102.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580653,7 +574767,7 @@ "path": "css21_dev/xhtml1/font-size-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580713,7 +574827,7 @@ "path": "css21_dev/xhtml1/font-style-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580749,7 +574863,7 @@ "path": "css21_dev/xhtml1/font-variant-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -580785,7 +574899,7 @@ "path": "css21_dev/xhtml1/font-weight-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -582520,18 +576634,6 @@ "url": "/css21_dev/xhtml1/inline-block-000.xht" } ], - "css21_dev/xhtml1/inline-block-alignment-001.xht": [ - { - "path": "css21_dev/xhtml1/inline-block-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/inline-block-alignment-001.xht" - } - ], "css21_dev/xhtml1/inline-block-alignment-002.xht": [ { "path": "css21_dev/xhtml1/inline-block-alignment-002.xht", @@ -582561,7 +576663,7 @@ "path": "css21_dev/xhtml1/inline-block-alignment-004.xht", "references": [ [ - "/css21_dev/xhtml1/reference/inline-block-alignment-004-ref.xht", + "/css21_dev/xhtml1/reference/inline-block-alignment-002-ref.xht", "==" ] ], @@ -597316,6 +591418,18 @@ "url": "/css21_dev/xhtml1/padding-left-035.xht" } ], + "css21_dev/xhtml1/padding-left-036.xht": [ + { + "path": "css21_dev/xhtml1/padding-left-036.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-036.xht" + } + ], "css21_dev/xhtml1/padding-left-037.xht": [ { "path": "css21_dev/xhtml1/padding-left-037.xht", @@ -597388,6 +591502,18 @@ "url": "/css21_dev/xhtml1/padding-left-046.xht" } ], + "css21_dev/xhtml1/padding-left-047.xht": [ + { + "path": "css21_dev/xhtml1/padding-left-047.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-047.xht" + } + ], "css21_dev/xhtml1/padding-left-048.xht": [ { "path": "css21_dev/xhtml1/padding-left-048.xht", @@ -597904,6 +592030,18 @@ "url": "/css21_dev/xhtml1/padding-left-applies-to-007.xht" } ], + "css21_dev/xhtml1/padding-left-applies-to-008.xht": [ + { + "path": "css21_dev/xhtml1/padding-left-applies-to-008.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-applies-to-008-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-applies-to-008.xht" + } + ], "css21_dev/xhtml1/padding-left-applies-to-009.xht": [ { "path": "css21_dev/xhtml1/padding-left-applies-to-009.xht", @@ -597916,6 +592054,18 @@ "url": "/css21_dev/xhtml1/padding-left-applies-to-009.xht" } ], + "css21_dev/xhtml1/padding-left-applies-to-010.xht": [ + { + "path": "css21_dev/xhtml1/padding-left-applies-to-010.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-applies-to-010-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-left-applies-to-010.xht" + } + ], "css21_dev/xhtml1/padding-left-applies-to-012.xht": [ { "path": "css21_dev/xhtml1/padding-left-applies-to-012.xht", @@ -598240,6 +592390,18 @@ "url": "/css21_dev/xhtml1/padding-right-035.xht" } ], + "css21_dev/xhtml1/padding-right-036.xht": [ + { + "path": "css21_dev/xhtml1/padding-right-036.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-right-036.xht" + } + ], "css21_dev/xhtml1/padding-right-037.xht": [ { "path": "css21_dev/xhtml1/padding-right-037.xht", @@ -598312,6 +592474,18 @@ "url": "/css21_dev/xhtml1/padding-right-046.xht" } ], + "css21_dev/xhtml1/padding-right-047.xht": [ + { + "path": "css21_dev/xhtml1/padding-right-047.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/padding-right-047.xht" + } + ], "css21_dev/xhtml1/padding-right-048.xht": [ { "path": "css21_dev/xhtml1/padding-right-048.xht", @@ -603888,6 +598062,54 @@ "url": "/css21_dev/xhtml1/shand-border-001.xht" } ], + "css21_dev/xhtml1/shand-font-000.xht": [ + { + "path": "css21_dev/xhtml1/shand-font-000.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-000.xht" + } + ], + "css21_dev/xhtml1/shand-font-001.xht": [ + { + "path": "css21_dev/xhtml1/shand-font-001.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-001.xht" + } + ], + "css21_dev/xhtml1/shand-font-002.xht": [ + { + "path": "css21_dev/xhtml1/shand-font-002.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-002.xht" + } + ], + "css21_dev/xhtml1/shand-font-003.xht": [ + { + "path": "css21_dev/xhtml1/shand-font-003.xht", + "references": [ + [ + "/css21_dev/xhtml1/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1/shand-font-003.xht" + } + ], "css21_dev/xhtml1/sibling-selector-002.xht": [ { "path": "css21_dev/xhtml1/sibling-selector-002.xht", @@ -607064,162 +601286,6 @@ "url": "/css21_dev/xhtml1/vertical-align-super-001.xht" } ], - "css21_dev/xhtml1/vertical-alignment-001.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-001.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-004.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-004.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-007.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-007.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-007.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-010.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-010.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-010.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-013.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-013.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-013.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-016.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-016.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-016.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-019.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-019.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-019.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-022.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-022.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-022.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-025.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-025.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-025.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-new-002.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-new-002.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-002-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-002.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-new-004.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-new-004.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-004.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-new-006.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-new-006.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-006-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-006.xht" - } - ], - "css21_dev/xhtml1/vertical-alignment-new-008.xht": [ - { - "path": "css21_dev/xhtml1/vertical-alignment-new-008.xht", - "references": [ - [ - "/css21_dev/xhtml1/reference/vertical-alignment-new-008-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1/vertical-alignment-new-008.xht" - } - ], "css21_dev/xhtml1/visibility-005.xht": [ { "path": "css21_dev/xhtml1/visibility-005.xht", @@ -620872,30 +614938,6 @@ "url": "/css21_dev/xhtml1print/bidi-003.xht" } ], - "css21_dev/xhtml1print/bidi-004.xht": [ - { - "path": "css21_dev/xhtml1print/bidi-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/bidi-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/bidi-004.xht" - } - ], - "css21_dev/xhtml1print/bidi-004a.xht": [ - { - "path": "css21_dev/xhtml1print/bidi-004a.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/bidi-004a-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/bidi-004a.xht" - } - ], "css21_dev/xhtml1print/bidi-005a.xht": [ { "path": "css21_dev/xhtml1print/bidi-005a.xht", @@ -623841,7 +617883,11 @@ "path": "css21_dev/xhtml1print/border-bottom-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -627501,7 +621547,11 @@ "path": "css21_dev/xhtml1print/border-left-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -630441,7 +624491,11 @@ "path": "css21_dev/xhtml1print/border-right-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/border-right-color-007-ref.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -633645,7 +627699,11 @@ "path": "css21_dev/xhtml1print/border-top-color-030.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/ref-filled-black-96px-square.xht", + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-black.xht", + "==" + ], + [ + "/css21_dev/xhtml1print/reference/ref-transparent-or-black-square-transparent.xht", "==" ] ], @@ -647833,7 +641891,7 @@ "path": "css21_dev/xhtml1print/font-size-001.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -647845,7 +641903,7 @@ "path": "css21_dev/xhtml1print/font-size-002.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -647857,7 +641915,7 @@ "path": "css21_dev/xhtml1print/font-size-004.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -647869,7 +641927,7 @@ "path": "css21_dev/xhtml1print/font-size-005.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648217,7 +642275,7 @@ "path": "css21_dev/xhtml1print/font-size-089.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648229,7 +642287,7 @@ "path": "css21_dev/xhtml1print/font-size-090.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648241,7 +642299,7 @@ "path": "css21_dev/xhtml1print/font-size-092.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648253,7 +642311,7 @@ "path": "css21_dev/xhtml1print/font-size-093.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648265,7 +642323,7 @@ "path": "css21_dev/xhtml1print/font-size-100.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648277,7 +642335,7 @@ "path": "css21_dev/xhtml1print/font-size-101.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648289,7 +642347,7 @@ "path": "css21_dev/xhtml1print/font-size-102.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648373,7 +642431,7 @@ "path": "css21_dev/xhtml1print/font-size-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648433,7 +642491,7 @@ "path": "css21_dev/xhtml1print/font-style-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648469,7 +642527,7 @@ "path": "css21_dev/xhtml1print/font-variant-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -648505,7 +642563,7 @@ "path": "css21_dev/xhtml1print/font-weight-applies-to-016.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/font-size-001-ref.xht", + "/css21_dev/xhtml1print/reference/no-red-on-blank-page-ref.xht", "==" ] ], @@ -650240,18 +644298,6 @@ "url": "/css21_dev/xhtml1print/inline-block-000.xht" } ], - "css21_dev/xhtml1print/inline-block-alignment-001.xht": [ - { - "path": "css21_dev/xhtml1print/inline-block-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/inline-block-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/inline-block-alignment-001.xht" - } - ], "css21_dev/xhtml1print/inline-block-alignment-002.xht": [ { "path": "css21_dev/xhtml1print/inline-block-alignment-002.xht", @@ -650281,7 +644327,7 @@ "path": "css21_dev/xhtml1print/inline-block-alignment-004.xht", "references": [ [ - "/css21_dev/xhtml1print/reference/inline-block-alignment-004-ref.xht", + "/css21_dev/xhtml1print/reference/inline-block-alignment-002-ref.xht", "==" ] ], @@ -665036,6 +659082,18 @@ "url": "/css21_dev/xhtml1print/padding-left-035.xht" } ], + "css21_dev/xhtml1print/padding-left-036.xht": [ + { + "path": "css21_dev/xhtml1print/padding-left-036.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-036.xht" + } + ], "css21_dev/xhtml1print/padding-left-037.xht": [ { "path": "css21_dev/xhtml1print/padding-left-037.xht", @@ -665108,6 +659166,18 @@ "url": "/css21_dev/xhtml1print/padding-left-046.xht" } ], + "css21_dev/xhtml1print/padding-left-047.xht": [ + { + "path": "css21_dev/xhtml1print/padding-left-047.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-047.xht" + } + ], "css21_dev/xhtml1print/padding-left-048.xht": [ { "path": "css21_dev/xhtml1print/padding-left-048.xht", @@ -665624,6 +659694,18 @@ "url": "/css21_dev/xhtml1print/padding-left-applies-to-007.xht" } ], + "css21_dev/xhtml1print/padding-left-applies-to-008.xht": [ + { + "path": "css21_dev/xhtml1print/padding-left-applies-to-008.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-applies-to-008-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-applies-to-008.xht" + } + ], "css21_dev/xhtml1print/padding-left-applies-to-009.xht": [ { "path": "css21_dev/xhtml1print/padding-left-applies-to-009.xht", @@ -665636,6 +659718,18 @@ "url": "/css21_dev/xhtml1print/padding-left-applies-to-009.xht" } ], + "css21_dev/xhtml1print/padding-left-applies-to-010.xht": [ + { + "path": "css21_dev/xhtml1print/padding-left-applies-to-010.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-applies-to-010-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-left-applies-to-010.xht" + } + ], "css21_dev/xhtml1print/padding-left-applies-to-012.xht": [ { "path": "css21_dev/xhtml1print/padding-left-applies-to-012.xht", @@ -665960,6 +660054,18 @@ "url": "/css21_dev/xhtml1print/padding-right-035.xht" } ], + "css21_dev/xhtml1print/padding-right-036.xht": [ + { + "path": "css21_dev/xhtml1print/padding-right-036.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-036-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-right-036.xht" + } + ], "css21_dev/xhtml1print/padding-right-037.xht": [ { "path": "css21_dev/xhtml1print/padding-right-037.xht", @@ -666032,6 +660138,18 @@ "url": "/css21_dev/xhtml1print/padding-right-046.xht" } ], + "css21_dev/xhtml1print/padding-right-047.xht": [ + { + "path": "css21_dev/xhtml1print/padding-right-047.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/padding-left-047-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/padding-right-047.xht" + } + ], "css21_dev/xhtml1print/padding-right-048.xht": [ { "path": "css21_dev/xhtml1print/padding-right-048.xht", @@ -671608,6 +665726,54 @@ "url": "/css21_dev/xhtml1print/shand-border-001.xht" } ], + "css21_dev/xhtml1print/shand-font-000.xht": [ + { + "path": "css21_dev/xhtml1print/shand-font-000.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-000.xht" + } + ], + "css21_dev/xhtml1print/shand-font-001.xht": [ + { + "path": "css21_dev/xhtml1print/shand-font-001.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-000-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-001.xht" + } + ], + "css21_dev/xhtml1print/shand-font-002.xht": [ + { + "path": "css21_dev/xhtml1print/shand-font-002.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-002.xht" + } + ], + "css21_dev/xhtml1print/shand-font-003.xht": [ + { + "path": "css21_dev/xhtml1print/shand-font-003.xht", + "references": [ + [ + "/css21_dev/xhtml1print/reference/shand-font-002-ref.xht", + "==" + ] + ], + "url": "/css21_dev/xhtml1print/shand-font-003.xht" + } + ], "css21_dev/xhtml1print/sibling-selector-002.xht": [ { "path": "css21_dev/xhtml1print/sibling-selector-002.xht", @@ -674784,162 +668950,6 @@ "url": "/css21_dev/xhtml1print/vertical-align-super-001.xht" } ], - "css21_dev/xhtml1print/vertical-alignment-001.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-001.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-001-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-001.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-004.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-004.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-007.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-007.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-007-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-007.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-010.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-010.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-010-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-010.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-013.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-013.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-013-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-013.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-016.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-016.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-016-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-016.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-019.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-019.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-019-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-019.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-022.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-022.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-022-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-022.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-025.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-025.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-025-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-025.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-new-002.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-002.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-002-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-002.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-new-004.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-004.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-004-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-004.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-new-006.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-006.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-006-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-006.xht" - } - ], - "css21_dev/xhtml1print/vertical-alignment-new-008.xht": [ - { - "path": "css21_dev/xhtml1print/vertical-alignment-new-008.xht", - "references": [ - [ - "/css21_dev/xhtml1print/reference/vertical-alignment-new-008-ref.xht", - "==" - ] - ], - "url": "/css21_dev/xhtml1print/vertical-alignment-new-008.xht" - } - ], "css21_dev/xhtml1print/visibility-005.xht": [ { "path": "css21_dev/xhtml1print/visibility-005.xht", @@ -677377,7 +671387,7 @@ } ] }, - "rev": "d674587d6ae7d2e231d632785559f2613d554eb0", + "rev": "2a5740eaf7fa99181681a89bc6789dbf5b839995", "url_base": "/", "version": 2 }
\ No newline at end of file diff --git a/tests/wpt/metadata-css/css21_dev/html4/border-bottom-color-030.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/border-bottom-color-030.htm.ini deleted file mode 100644 index 68e92bf93fa..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/border-bottom-color-030.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[border-bottom-color-030.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/border-left-color-030.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/border-left-color-030.htm.ini deleted file mode 100644 index 1983d2da3e5..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/border-left-color-030.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[border-left-color-030.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/border-right-color-030.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/border-right-color-030.htm.ini deleted file mode 100644 index 264be095edf..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/border-right-color-030.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[border-right-color-030.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/border-top-color-030.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/border-top-color-030.htm.ini deleted file mode 100644 index 135bb3e3717..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/border-top-color-030.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[border-top-color-030.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/colors-007.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/colors-007.htm.ini deleted file mode 100644 index e0a59c0dc1b..00000000000 --- a/tests/wpt/metadata-css/css21_dev/html4/colors-007.htm.ini +++ /dev/null @@ -1,3 +0,0 @@ -[colors-007.htm] - type: reftest - expected: FAIL diff --git a/tests/wpt/metadata-css/css21_dev/html4/padding-left-applies-to-008.htm.ini b/tests/wpt/metadata-css/css21_dev/html4/padding-left-applies-to-008.htm.ini new file mode 100644 index 00000000000..aad65d6cf01 --- /dev/null +++ b/tests/wpt/metadata-css/css21_dev/html4/padding-left-applies-to-008.htm.ini @@ -0,0 +1,3 @@ +[padding-left-applies-to-008.htm] + type: reftest + expected: FAIL |