diff options
Diffstat (limited to 'tests/wpt/css-tests/css21_dev/xhtml1')
259 files changed, 3922 insertions, 300 deletions
diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/background-root-101.xht b/tests/wpt/css-tests/css21_dev/xhtml1/background-root-101.xht index 1da4eb87308..9cb64ebaf88 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/background-root-101.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/background-root-101.xht @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> <head class="before"> <title>CSS Test: CSS: Changing the background of the BODY element by changing a sibling's class</title> <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> @@ -17,6 +17,7 @@ function test() { document.getElementsByTagName('head')[0].className = 'after'; document.getElementsByTagName('p')[0].className = 'after'; + document.documentElement.className = ""; } </script> </head> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/before-first-letter-selector-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/before-first-letter-selector-001.xht index 01e3034aec6..9434a6f86f1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/before-first-letter-selector-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/before-first-letter-selector-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: First-letter pseudo-element with :before pseudo-element</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/selector.html#before-and-after" /> + <link rel="match" href="reference/before-first-letter-selector-001-ref.xht" /> <meta name="flags" content="" /> <meta name="assert" content="When the :first-letter pseudo-element is combined with :before, :first-letter applies to the generated text of :before." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-10.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-10.xht index 27f069bfa5d..f4e52ad0a7a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-10.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-10.xht @@ -13,7 +13,7 @@ <body> <h1>CSS 2.1 Conformance Test Suite</h1> - <h2>Visual formatting model details (1451 tests)</h2> + <h2>Visual formatting model details (1463 tests)</h2> <table width="100%"> <col id="test-column"></col> <col id="refs-column"></col> @@ -19780,7 +19780,7 @@ <tr><th colspan="4" scope="rowgroup"> <a href="#s10.8">+</a> <a href="http://www.w3.org/TR/CSS21/visudet.html#line-height">10.8 Line height calculations: the 'line-height' and 'vertical-align' properties</a></th></tr> - <!-- 24 tests --> + <!-- 36 tests --> <tr id="c43-center-000-10.8" class="ahem image"> <td> <a href="c43-center-000.xht">c43-center-000</a></td> @@ -19905,6 +19905,138 @@ <td>CSS Inline Box Model: Baseline alignment of images </td> </tr> + <tr id="line-box-height-vlr-003-10.8" class=""> + <td> + <a href="line-box-height-vlr-003.xht">line-box-height-vlr-003</a></td> + <td><a href="reference/line-box-height-vlr-003-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (mixed) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vlr-005-10.8" class=""> + <td> + <a href="line-box-height-vlr-005.xht">line-box-height-vlr-005</a></td> + <td><a href="reference/line-box-height-vlr-003-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (mixed) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vlr-007-10.8" class=""> + <td> + <a href="line-box-height-vlr-007.xht">line-box-height-vlr-007</a></td> + <td><a href="reference/line-box-height-vlr-007-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (sideways) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vlr-009-10.8" class=""> + <td> + <a href="line-box-height-vlr-009.xht">line-box-height-vlr-009</a></td> + <td><a href="reference/line-box-height-vlr-007-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (sideways) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vlr-011-10.8" class=""> + <td> + <a href="line-box-height-vlr-011.xht">line-box-height-vlr-011</a></td> + <td><a href="reference/line-box-height-vlr-011-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (upright) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vlr-013-10.8" class=""> + <td> + <a href="line-box-height-vlr-013.xht">line-box-height-vlr-013</a></td> + <td><a href="reference/line-box-height-vlr-011-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (upright) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-002-10.8" class=""> + <td> + <a href="line-box-height-vrl-002.xht">line-box-height-vrl-002</a></td> + <td><a href="reference/line-box-height-vrl-002-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (mixed) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-004-10.8" class=""> + <td> + <a href="line-box-height-vrl-004.xht">line-box-height-vrl-004</a></td> + <td><a href="reference/line-box-height-vrl-002-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (mixed) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-006-10.8" class=""> + <td> + <a href="line-box-height-vrl-006.xht">line-box-height-vrl-006</a></td> + <td><a href="reference/line-box-height-vrl-006-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (sideways) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-008-10.8" class=""> + <td> + <a href="line-box-height-vrl-008.xht">line-box-height-vrl-008</a></td> + <td><a href="reference/line-box-height-vrl-006-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (sideways) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-010-10.8" class=""> + <td> + <a href="line-box-height-vrl-010.xht">line-box-height-vrl-010</a></td> + <td><a href="reference/line-box-height-vrl-010-ref.xht">=</a> </td> + <td></td> + <td>line box height and border on non-replaced inline box (upright) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box.</li> + </ul> + </td> + </tr> + <tr id="line-box-height-vrl-012-10.8" class=""> + <td> + <a href="line-box-height-vrl-012.xht">line-box-height-vrl-012</a></td> + <td><a href="reference/line-box-height-vrl-010-ref.xht">=</a> </td> + <td></td> + <td>line box height and padding on non-replaced inline box (upright) + <ul class="assert"> + <li>This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box.</li> + </ul> + </td> + </tr> <tr id="line-height-121-10.8" class="primary ahem"> <td><strong> <a href="line-height-121.xht">line-height-121</a></strong></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 7ba6e8c1344..1c45d098380 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-12.xht @@ -2323,7 +2323,7 @@ <tr id="counter-increment-visibility-001-12.2" class="primary"> <td><strong> <a href="counter-increment-visibility-001.xht">counter-increment-visibility-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment only on 'visibility: hidden' element <ul class="assert"> @@ -2411,7 +2411,7 @@ <tr id="counter-reset-visibility-001-12.2" class="primary"> <td><strong> <a href="counter-reset-visibility-001.xht">counter-reset-visibility-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset on visibility: hidden element <ul class="assert"> @@ -2422,7 +2422,7 @@ <tr id="increment-counter-001-12.2" class="primary"> <td><strong> <a href="increment-counter-001.xht">increment-counter-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment before 'counter' use <ul class="assert"> @@ -2488,7 +2488,7 @@ <tr id="reset-counter-001-12.2" class="primary"> <td><strong> <a href="reset-counter-001.xht">reset-counter-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset before counter use <ul class="assert"> @@ -6070,7 +6070,7 @@ <tr id="counter-increment-applies-to-001-12.4" class=""> <td> <a href="counter-increment-applies-to-001.xht">counter-increment-applies-to-001</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-row-group' <ul class="assert"> @@ -6081,7 +6081,7 @@ <tr id="counter-increment-applies-to-002-12.4" class=""> <td> <a href="counter-increment-applies-to-002.xht">counter-increment-applies-to-002</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-header-group' <ul class="assert"> @@ -6092,7 +6092,7 @@ <tr id="counter-increment-applies-to-003-12.4" class=""> <td> <a href="counter-increment-applies-to-003.xht">counter-increment-applies-to-003</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-footer-group' <ul class="assert"> @@ -6103,7 +6103,7 @@ <tr id="counter-increment-applies-to-004-12.4" class=""> <td> <a href="counter-increment-applies-to-004.xht">counter-increment-applies-to-004</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table-row <ul class="assert"> @@ -6114,7 +6114,7 @@ <tr id="counter-increment-applies-to-005-12.4" class=""> <td> <a href="counter-increment-applies-to-005.xht">counter-increment-applies-to-005</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-column-group' <ul class="assert"> @@ -6125,7 +6125,7 @@ <tr id="counter-increment-applies-to-006-12.4" class=""> <td> <a href="counter-increment-applies-to-006.xht">counter-increment-applies-to-006</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-column' <ul class="assert"> @@ -6136,7 +6136,7 @@ <tr id="counter-increment-applies-to-007-12.4" class=""> <td> <a href="counter-increment-applies-to-007.xht">counter-increment-applies-to-007</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-cell' <ul class="assert"> @@ -6147,7 +6147,7 @@ <tr id="counter-increment-applies-to-008-12.4" class=""> <td> <a href="counter-increment-applies-to-008.xht">counter-increment-applies-to-008</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'inline' <ul class="assert"> @@ -6158,7 +6158,7 @@ <tr id="counter-increment-applies-to-009-12.4" class=""> <td> <a href="counter-increment-applies-to-009.xht">counter-increment-applies-to-009</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'block' <ul class="assert"> @@ -6180,7 +6180,7 @@ <tr id="counter-increment-applies-to-011-12.4" class=""> <td> <a href="counter-increment-applies-to-011.xht">counter-increment-applies-to-011</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'run-in' <ul class="assert"> @@ -6191,7 +6191,7 @@ <tr id="counter-increment-applies-to-012-12.4" class=""> <td> <a href="counter-increment-applies-to-012.xht">counter-increment-applies-to-012</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'inline-block' <ul class="assert"> @@ -6202,7 +6202,7 @@ <tr id="counter-increment-applies-to-013-12.4" class=""> <td> <a href="counter-increment-applies-to-013.xht">counter-increment-applies-to-013</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table <ul class="assert"> @@ -6213,7 +6213,7 @@ <tr id="counter-increment-applies-to-014-12.4" class=""> <td> <a href="counter-increment-applies-to-014.xht">counter-increment-applies-to-014</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display inline-table <ul class="assert"> @@ -6224,7 +6224,7 @@ <tr id="counter-increment-applies-to-015-12.4" class=""> <td> <a href="counter-increment-applies-to-015.xht">counter-increment-applies-to-015</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table-caption <ul class="assert"> @@ -6853,7 +6853,7 @@ <tr id="counter-reset-applies-to-001-12.4" class=""> <td> <a href="counter-reset-applies-to-001.xht">counter-reset-applies-to-001</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-row-group' <ul class="assert"> @@ -6864,7 +6864,7 @@ <tr id="counter-reset-applies-to-002-12.4" class=""> <td> <a href="counter-reset-applies-to-002.xht">counter-reset-applies-to-002</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-header-group' <ul class="assert"> @@ -6875,7 +6875,7 @@ <tr id="counter-reset-applies-to-003-12.4" class=""> <td> <a href="counter-reset-applies-to-003.xht">counter-reset-applies-to-003</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-footer-group' <ul class="assert"> @@ -6886,7 +6886,7 @@ <tr id="counter-reset-applies-to-004-12.4" class=""> <td> <a href="counter-reset-applies-to-004.xht">counter-reset-applies-to-004</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table-row <ul class="assert"> @@ -6897,7 +6897,7 @@ <tr id="counter-reset-applies-to-005-12.4" class=""> <td> <a href="counter-reset-applies-to-005.xht">counter-reset-applies-to-005</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-column-group' <ul class="assert"> @@ -6908,7 +6908,7 @@ <tr id="counter-reset-applies-to-006-12.4" class=""> <td> <a href="counter-reset-applies-to-006.xht">counter-reset-applies-to-006</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-column' <ul class="assert"> @@ -6919,7 +6919,7 @@ <tr id="counter-reset-applies-to-007-12.4" class=""> <td> <a href="counter-reset-applies-to-007.xht">counter-reset-applies-to-007</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-cell' <ul class="assert"> @@ -6930,7 +6930,7 @@ <tr id="counter-reset-applies-to-008-12.4" class=""> <td> <a href="counter-reset-applies-to-008.xht">counter-reset-applies-to-008</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'inline' <ul class="assert"> @@ -6941,7 +6941,7 @@ <tr id="counter-reset-applies-to-009-12.4" class=""> <td> <a href="counter-reset-applies-to-009.xht">counter-reset-applies-to-009</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'block' <ul class="assert"> @@ -6963,7 +6963,7 @@ <tr id="counter-reset-applies-to-011-12.4" class=""> <td> <a href="counter-reset-applies-to-011.xht">counter-reset-applies-to-011</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'run-in' <ul class="assert"> @@ -6974,7 +6974,7 @@ <tr id="counter-reset-applies-to-012-12.4" class=""> <td> <a href="counter-reset-applies-to-012.xht">counter-reset-applies-to-012</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'inline-block' <ul class="assert"> @@ -6985,7 +6985,7 @@ <tr id="counter-reset-applies-to-013-12.4" class=""> <td> <a href="counter-reset-applies-to-013.xht">counter-reset-applies-to-013</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table <ul class="assert"> @@ -6996,7 +6996,7 @@ <tr id="counter-reset-applies-to-014-12.4" class=""> <td> <a href="counter-reset-applies-to-014.xht">counter-reset-applies-to-014</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display inline-table <ul class="assert"> @@ -7007,7 +7007,7 @@ <tr id="counter-reset-applies-to-015-12.4" class=""> <td> <a href="counter-reset-applies-to-015.xht">counter-reset-applies-to-015</a></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table-caption <ul class="assert"> @@ -7754,7 +7754,7 @@ <tr id="counter-increment-applies-to-001-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-001.xht">counter-increment-applies-to-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-row-group' <ul class="assert"> @@ -7765,7 +7765,7 @@ <tr id="counter-increment-applies-to-002-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-002.xht">counter-increment-applies-to-002</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-header-group' <ul class="assert"> @@ -7776,7 +7776,7 @@ <tr id="counter-increment-applies-to-003-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-003.xht">counter-increment-applies-to-003</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-footer-group' <ul class="assert"> @@ -7787,7 +7787,7 @@ <tr id="counter-increment-applies-to-004-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-004.xht">counter-increment-applies-to-004</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table-row <ul class="assert"> @@ -7798,7 +7798,7 @@ <tr id="counter-increment-applies-to-005-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-005.xht">counter-increment-applies-to-005</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-column-group' <ul class="assert"> @@ -7809,7 +7809,7 @@ <tr id="counter-increment-applies-to-006-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-006.xht">counter-increment-applies-to-006</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-column' <ul class="assert"> @@ -7820,7 +7820,7 @@ <tr id="counter-increment-applies-to-007-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-007.xht">counter-increment-applies-to-007</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'table-cell' <ul class="assert"> @@ -7831,7 +7831,7 @@ <tr id="counter-increment-applies-to-008-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-008.xht">counter-increment-applies-to-008</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'inline' <ul class="assert"> @@ -7842,7 +7842,7 @@ <tr id="counter-increment-applies-to-009-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-009.xht">counter-increment-applies-to-009</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'block' <ul class="assert"> @@ -7864,7 +7864,7 @@ <tr id="counter-increment-applies-to-011-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-011.xht">counter-increment-applies-to-011</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'run-in' <ul class="assert"> @@ -7875,7 +7875,7 @@ <tr id="counter-increment-applies-to-012-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-012.xht">counter-increment-applies-to-012</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with 'display' set to 'inline-block' <ul class="assert"> @@ -7886,7 +7886,7 @@ <tr id="counter-increment-applies-to-013-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-013.xht">counter-increment-applies-to-013</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table <ul class="assert"> @@ -7897,7 +7897,7 @@ <tr id="counter-increment-applies-to-014-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-014.xht">counter-increment-applies-to-014</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display inline-table <ul class="assert"> @@ -7908,7 +7908,7 @@ <tr id="counter-increment-applies-to-015-12.4.#propdef-counter-increment" class="primary"> <td><strong> <a href="counter-increment-applies-to-015.xht">counter-increment-applies-to-015</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-increment applied to elements with display table-caption <ul class="assert"> @@ -8560,7 +8560,7 @@ <tr id="counter-reset-applies-to-001-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-001.xht">counter-reset-applies-to-001</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-row-group' <ul class="assert"> @@ -8571,7 +8571,7 @@ <tr id="counter-reset-applies-to-002-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-002.xht">counter-reset-applies-to-002</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-header-group' <ul class="assert"> @@ -8582,7 +8582,7 @@ <tr id="counter-reset-applies-to-003-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-003.xht">counter-reset-applies-to-003</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-footer-group' <ul class="assert"> @@ -8593,7 +8593,7 @@ <tr id="counter-reset-applies-to-004-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-004.xht">counter-reset-applies-to-004</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table-row <ul class="assert"> @@ -8604,7 +8604,7 @@ <tr id="counter-reset-applies-to-005-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-005.xht">counter-reset-applies-to-005</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-column-group' <ul class="assert"> @@ -8615,7 +8615,7 @@ <tr id="counter-reset-applies-to-006-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-006.xht">counter-reset-applies-to-006</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-column' <ul class="assert"> @@ -8626,7 +8626,7 @@ <tr id="counter-reset-applies-to-007-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-007.xht">counter-reset-applies-to-007</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'table-cell' <ul class="assert"> @@ -8637,7 +8637,7 @@ <tr id="counter-reset-applies-to-008-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-008.xht">counter-reset-applies-to-008</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'inline' <ul class="assert"> @@ -8648,7 +8648,7 @@ <tr id="counter-reset-applies-to-009-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-009.xht">counter-reset-applies-to-009</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'block' <ul class="assert"> @@ -8670,7 +8670,7 @@ <tr id="counter-reset-applies-to-011-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-011.xht">counter-reset-applies-to-011</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'run-in' <ul class="assert"> @@ -8681,7 +8681,7 @@ <tr id="counter-reset-applies-to-012-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-012.xht">counter-reset-applies-to-012</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with 'display' set to 'inline-block' <ul class="assert"> @@ -8692,7 +8692,7 @@ <tr id="counter-reset-applies-to-013-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-013.xht">counter-reset-applies-to-013</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table <ul class="assert"> @@ -8703,7 +8703,7 @@ <tr id="counter-reset-applies-to-014-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-014.xht">counter-reset-applies-to-014</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display inline-table <ul class="assert"> @@ -8714,7 +8714,7 @@ <tr id="counter-reset-applies-to-015-12.4.#propdef-counter-reset" class="primary"> <td><strong> <a href="counter-reset-applies-to-015.xht">counter-reset-applies-to-015</a></strong></td> - <td></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> <td></td> <td>Counter-reset applied to elements with display table-caption <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-17.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-17.xht index 635b035dbf2..7b2484d9ab4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-17.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-17.xht @@ -716,7 +716,7 @@ <tr id="table-anonymous-objects-009-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-009.xht">table-anonymous-objects-009</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 203923-1.html </td> @@ -724,7 +724,7 @@ <tr id="table-anonymous-objects-010-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-010.xht">table-anonymous-objects-010</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 203923-1.html </td> @@ -732,7 +732,7 @@ <tr id="table-anonymous-objects-011-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-011.xht">table-anonymous-objects-011</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 203923-2.html </td> @@ -740,7 +740,7 @@ <tr id="table-anonymous-objects-012-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-012.xht">table-anonymous-objects-012</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 203923-2.html </td> @@ -764,7 +764,7 @@ <tr id="table-anonymous-objects-015-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-015.xht">table-anonymous-objects-015</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 208305-2.html </td> @@ -772,7 +772,7 @@ <tr id="table-anonymous-objects-016-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-016.xht">table-anonymous-objects-016</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 208305-2.html </td> @@ -780,7 +780,7 @@ <tr id="table-anonymous-objects-017-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-017.xht">table-anonymous-objects-017</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test 208305-3.html </td> @@ -788,7 +788,7 @@ <tr id="table-anonymous-objects-018-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-018.xht">table-anonymous-objects-018</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test 208305-3.html </td> @@ -796,7 +796,7 @@ <tr id="table-anonymous-objects-019-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-019.xht">table-anonymous-objects-019</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 208305-4.html </td> @@ -804,7 +804,7 @@ <tr id="table-anonymous-objects-020-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-020.xht">table-anonymous-objects-020</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test 208305-4.html </td> @@ -1164,7 +1164,7 @@ <tr id="table-anonymous-objects-065-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-065.xht">table-anonymous-objects-065</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-second-row-and-table.html </td> @@ -1172,7 +1172,7 @@ <tr id="table-anonymous-objects-066-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-066.xht">table-anonymous-objects-066</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-second-row-and-table.html </td> @@ -1180,7 +1180,7 @@ <tr id="table-anonymous-objects-067-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-067.xht">table-anonymous-objects-067</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-1.html </td> @@ -1188,7 +1188,7 @@ <tr id="table-anonymous-objects-068-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-068.xht">table-anonymous-objects-068</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-1.html </td> @@ -1196,7 +1196,7 @@ <tr id="table-anonymous-objects-069-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-069.xht">table-anonymous-objects-069</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-2.html </td> @@ -1204,7 +1204,7 @@ <tr id="table-anonymous-objects-070-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-070.xht">table-anonymous-objects-070</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-2.html </td> @@ -1212,7 +1212,7 @@ <tr id="table-anonymous-objects-071-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-071.xht">table-anonymous-objects-071</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-3.html </td> @@ -1220,7 +1220,7 @@ <tr id="table-anonymous-objects-072-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-072.xht">table-anonymous-objects-072</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-around-headers-footers-3.html </td> @@ -1228,7 +1228,7 @@ <tr id="table-anonymous-objects-073-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-073.xht">table-anonymous-objects-073</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-rows-inside-rowgroups.html </td> @@ -1236,7 +1236,7 @@ <tr id="table-anonymous-objects-074-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-074.xht">table-anonymous-objects-074</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-rows-inside-rowgroups.html </td> @@ -1244,7 +1244,7 @@ <tr id="table-anonymous-objects-075-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-075.xht">table-anonymous-objects-075</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-row-cell.html </td> @@ -1252,7 +1252,7 @@ <tr id="table-anonymous-objects-076-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-076.xht">table-anonymous-objects-076</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table-row-cell.html </td> @@ -1260,7 +1260,7 @@ <tr id="table-anonymous-objects-077-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-077.xht">table-anonymous-objects-077</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table.html </td> @@ -1268,7 +1268,7 @@ <tr id="table-anonymous-objects-078-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-078.xht">table-anonymous-objects-078</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-table.html </td> @@ -1276,7 +1276,7 @@ <tr id="table-anonymous-objects-079-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-079.xht">table-anonymous-objects-079</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test 3-tables-ref.html </td> @@ -1284,7 +1284,7 @@ <tr id="table-anonymous-objects-080-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-080.xht">table-anonymous-objects-080</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test 3-tables-ref.html </td> @@ -1292,7 +1292,7 @@ <tr id="table-anonymous-objects-081-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-081.xht">table-anonymous-objects-081</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test blocks-divide-tables-1.html </td> @@ -1300,7 +1300,7 @@ <tr id="table-anonymous-objects-082-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-082.xht">table-anonymous-objects-082</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test blocks-divide-tables-1.html </td> @@ -1308,7 +1308,7 @@ <tr id="table-anonymous-objects-083-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-083.xht">table-anonymous-objects-083</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test blocks-divide-tables-2.html </td> @@ -1316,7 +1316,7 @@ <tr id="table-anonymous-objects-084-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-084.xht">table-anonymous-objects-084</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test blocks-divide-tables-2.html </td> @@ -1324,7 +1324,7 @@ <tr id="table-anonymous-objects-085-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-085.xht">table-anonymous-objects-085</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-1.html </td> @@ -1332,7 +1332,7 @@ <tr id="table-anonymous-objects-086-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-086.xht">table-anonymous-objects-086</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-1.html </td> @@ -1340,7 +1340,7 @@ <tr id="table-anonymous-objects-087-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-087.xht">table-anonymous-objects-087</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-2.html </td> @@ -1348,7 +1348,7 @@ <tr id="table-anonymous-objects-088-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-088.xht">table-anonymous-objects-088</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-2.html </td> @@ -1356,7 +1356,7 @@ <tr id="table-anonymous-objects-089-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-089.xht">table-anonymous-objects-089</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-3.html </td> @@ -1364,7 +1364,7 @@ <tr id="table-anonymous-objects-090-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-090.xht">table-anonymous-objects-090</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-3.html </td> @@ -1372,7 +1372,7 @@ <tr id="table-anonymous-objects-091-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-091.xht">table-anonymous-objects-091</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-4.html </td> @@ -1380,7 +1380,7 @@ <tr id="table-anonymous-objects-092-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-092.xht">table-anonymous-objects-092</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test infer-cells-4.html </td> @@ -1388,7 +1388,7 @@ <tr id="table-anonymous-objects-093-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-093.xht">table-anonymous-objects-093</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-1.html </td> @@ -1396,7 +1396,7 @@ <tr id="table-anonymous-objects-094-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-094.xht">table-anonymous-objects-094</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-1.html </td> @@ -1404,7 +1404,7 @@ <tr id="table-anonymous-objects-095-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-095.xht">table-anonymous-objects-095</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-2.html </td> @@ -1412,7 +1412,7 @@ <tr id="table-anonymous-objects-096-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-096.xht">table-anonymous-objects-096</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-2.html </td> @@ -1420,7 +1420,7 @@ <tr id="table-anonymous-objects-097-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-097.xht">table-anonymous-objects-097</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-3.html </td> @@ -1428,7 +1428,7 @@ <tr id="table-anonymous-objects-098-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-098.xht">table-anonymous-objects-098</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test cols-test-3.html </td> @@ -1436,7 +1436,7 @@ <tr id="table-anonymous-objects-099-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-099.xht">table-anonymous-objects-099</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-1.html </td> @@ -1444,7 +1444,7 @@ <tr id="table-anonymous-objects-100-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-100.xht">table-anonymous-objects-100</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-1.html </td> @@ -1452,7 +1452,7 @@ <tr id="table-anonymous-objects-101-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-101.xht">table-anonymous-objects-101</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-2.html </td> @@ -1460,7 +1460,7 @@ <tr id="table-anonymous-objects-102-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-102.xht">table-anonymous-objects-102</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-2.html </td> @@ -1468,7 +1468,7 @@ <tr id="table-anonymous-objects-103-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-103.xht">table-anonymous-objects-103</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-3.html </td> @@ -1476,7 +1476,7 @@ <tr id="table-anonymous-objects-104-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-104.xht">table-anonymous-objects-104</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-3.html </td> @@ -1484,7 +1484,7 @@ <tr id="table-anonymous-objects-105-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-105.xht">table-anonymous-objects-105</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-4.html </td> @@ -1492,7 +1492,7 @@ <tr id="table-anonymous-objects-106-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-106.xht">table-anonymous-objects-106</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-4.html </td> @@ -1500,7 +1500,7 @@ <tr id="table-anonymous-objects-107-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-107.xht">table-anonymous-objects-107</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-5.html </td> @@ -1508,7 +1508,7 @@ <tr id="table-anonymous-objects-108-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-108.xht">table-anonymous-objects-108</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-5.html </td> @@ -1516,7 +1516,7 @@ <tr id="table-anonymous-objects-109-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-109.xht">table-anonymous-objects-109</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-6.html </td> @@ -1524,7 +1524,7 @@ <tr id="table-anonymous-objects-110-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-110.xht">table-anonymous-objects-110</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-6.html </td> @@ -1532,7 +1532,7 @@ <tr id="table-anonymous-objects-111-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-111.xht">table-anonymous-objects-111</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-7.html </td> @@ -1540,7 +1540,7 @@ <tr id="table-anonymous-objects-112-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-112.xht">table-anonymous-objects-112</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-7.html </td> @@ -1548,7 +1548,7 @@ <tr id="table-anonymous-objects-113-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-113.xht">table-anonymous-objects-113</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-8.html </td> @@ -1556,7 +1556,7 @@ <tr id="table-anonymous-objects-114-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-114.xht">table-anonymous-objects-114</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-8.html </td> @@ -1564,7 +1564,7 @@ <tr id="table-anonymous-objects-115-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-115.xht">table-anonymous-objects-115</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-9.html </td> @@ -1572,7 +1572,7 @@ <tr id="table-anonymous-objects-116-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-116.xht">table-anonymous-objects-116</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-9.html </td> @@ -1580,7 +1580,7 @@ <tr id="table-anonymous-objects-117-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-117.xht">table-anonymous-objects-117</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-10.html </td> @@ -1588,7 +1588,7 @@ <tr id="table-anonymous-objects-118-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-118.xht">table-anonymous-objects-118</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-10.html </td> @@ -1596,7 +1596,7 @@ <tr id="table-anonymous-objects-119-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-119.xht">table-anonymous-objects-119</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-11.html </td> @@ -1604,7 +1604,7 @@ <tr id="table-anonymous-objects-120-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-120.xht">table-anonymous-objects-120</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-11.html </td> @@ -1612,7 +1612,7 @@ <tr id="table-anonymous-objects-121-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-121.xht">table-anonymous-objects-121</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-12.html </td> @@ -1620,7 +1620,7 @@ <tr id="table-anonymous-objects-122-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-122.xht">table-anonymous-objects-122</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> <a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-12.html </td> @@ -1628,7 +1628,7 @@ <tr id="table-anonymous-objects-123-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-123.xht">table-anonymous-objects-123</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-13.html </td> @@ -1636,7 +1636,7 @@ <tr id="table-anonymous-objects-124-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-124.xht">table-anonymous-objects-124</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-13.html </td> @@ -1644,7 +1644,7 @@ <tr id="table-anonymous-objects-125-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-125.xht">table-anonymous-objects-125</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-14.html </td> @@ -1652,7 +1652,7 @@ <tr id="table-anonymous-objects-126-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-126.xht">table-anonymous-objects-126</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-14.html </td> @@ -1660,7 +1660,7 @@ <tr id="table-anonymous-objects-127-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-127.xht">table-anonymous-objects-127</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-15.html </td> @@ -1668,7 +1668,7 @@ <tr id="table-anonymous-objects-128-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-128.xht">table-anonymous-objects-128</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-15.html </td> @@ -1676,7 +1676,7 @@ <tr id="table-anonymous-objects-129-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-129.xht">table-anonymous-objects-129</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-16.html </td> @@ -1684,7 +1684,7 @@ <tr id="table-anonymous-objects-130-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-130.xht">table-anonymous-objects-130</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-16.html </td> @@ -1692,7 +1692,7 @@ <tr id="table-anonymous-objects-131-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-131.xht">table-anonymous-objects-131</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-17.html </td> @@ -1700,7 +1700,7 @@ <tr id="table-anonymous-objects-132-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-132.xht">table-anonymous-objects-132</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-removal-17.html </td> @@ -1708,7 +1708,7 @@ <tr id="table-anonymous-objects-133-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-133.xht">table-anonymous-objects-133</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-insert-cell-1.html </td> @@ -1716,7 +1716,7 @@ <tr id="table-anonymous-objects-134-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-134.xht">table-anonymous-objects-134</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-insert-cell-1.html </td> @@ -1724,7 +1724,7 @@ <tr id="table-anonymous-objects-135-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-135.xht">table-anonymous-objects-135</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html </td> @@ -1732,7 +1732,7 @@ <tr id="table-anonymous-objects-136-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-136.xht">table-anonymous-objects-136</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html </td> @@ -1740,7 +1740,7 @@ <tr id="table-anonymous-objects-137-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-137.xht">table-anonymous-objects-137</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html </td> @@ -1748,7 +1748,7 @@ <tr id="table-anonymous-objects-138-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-138.xht">table-anonymous-objects-138</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html </td> @@ -1756,7 +1756,7 @@ <tr id="table-anonymous-objects-139-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-139.xht">table-anonymous-objects-139</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html </td> @@ -1764,7 +1764,7 @@ <tr id="table-anonymous-objects-140-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-140.xht">table-anonymous-objects-140</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html </td> @@ -1772,7 +1772,7 @@ <tr id="table-anonymous-objects-141-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-141.xht">table-anonymous-objects-141</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html </td> @@ -1780,7 +1780,7 @@ <tr id="table-anonymous-objects-142-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-142.xht">table-anonymous-objects-142</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html </td> @@ -1788,7 +1788,7 @@ <tr id="table-anonymous-objects-143-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-143.xht">table-anonymous-objects-143</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html </td> @@ -1796,7 +1796,7 @@ <tr id="table-anonymous-objects-144-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-144.xht">table-anonymous-objects-144</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html </td> @@ -1804,7 +1804,7 @@ <tr id="table-anonymous-objects-145-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-145.xht">table-anonymous-objects-145</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html </td> @@ -1812,7 +1812,7 @@ <tr id="table-anonymous-objects-146-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-146.xht">table-anonymous-objects-146</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html </td> @@ -1820,7 +1820,7 @@ <tr id="table-anonymous-objects-147-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-147.xht">table-anonymous-objects-147</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html </td> @@ -1828,7 +1828,7 @@ <tr id="table-anonymous-objects-148-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-148.xht">table-anonymous-objects-148</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html </td> @@ -1836,7 +1836,7 @@ <tr id="table-anonymous-objects-149-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-149.xht">table-anonymous-objects-149</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html </td> @@ -1844,7 +1844,7 @@ <tr id="table-anonymous-objects-150-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-150.xht">table-anonymous-objects-150</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html </td> @@ -1852,7 +1852,7 @@ <tr id="table-anonymous-objects-151-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-151.xht">table-anonymous-objects-151</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html </td> @@ -1860,7 +1860,7 @@ <tr id="table-anonymous-objects-152-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-152.xht">table-anonymous-objects-152</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html </td> @@ -1868,7 +1868,7 @@ <tr id="table-anonymous-objects-153-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-153.xht">table-anonymous-objects-153</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html </td> @@ -1876,7 +1876,7 @@ <tr id="table-anonymous-objects-154-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-154.xht">table-anonymous-objects-154</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html </td> @@ -1884,7 +1884,7 @@ <tr id="table-anonymous-objects-155-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-155.xht">table-anonymous-objects-155</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-1.html </td> @@ -1892,7 +1892,7 @@ <tr id="table-anonymous-objects-156-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-156.xht">table-anonymous-objects-156</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-1.html </td> @@ -1900,7 +1900,7 @@ <tr id="table-anonymous-objects-157-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-157.xht">table-anonymous-objects-157</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-2.html </td> @@ -1908,7 +1908,7 @@ <tr id="table-anonymous-objects-158-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-158.xht">table-anonymous-objects-158</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-2.html </td> @@ -1916,7 +1916,7 @@ <tr id="table-anonymous-objects-159-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-159.xht">table-anonymous-objects-159</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-3.html </td> @@ -1924,7 +1924,7 @@ <tr id="table-anonymous-objects-160-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-160.xht">table-anonymous-objects-160</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-3.html </td> @@ -1932,7 +1932,7 @@ <tr id="table-anonymous-objects-161-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-161.xht">table-anonymous-objects-161</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-4.html </td> @@ -1940,7 +1940,7 @@ <tr id="table-anonymous-objects-162-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-162.xht">table-anonymous-objects-162</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-4.html </td> @@ -1948,7 +1948,7 @@ <tr id="table-anonymous-objects-163-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-163.xht">table-anonymous-objects-163</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-5.html </td> @@ -1956,7 +1956,7 @@ <tr id="table-anonymous-objects-164-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-164.xht">table-anonymous-objects-164</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-5.html </td> @@ -1964,7 +1964,7 @@ <tr id="table-anonymous-objects-165-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-165.xht">table-anonymous-objects-165</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-6.html </td> @@ -1972,7 +1972,7 @@ <tr id="table-anonymous-objects-166-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-166.xht">table-anonymous-objects-166</a></strong></td> - <td></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-6.html </td> @@ -1980,7 +1980,7 @@ <tr id="table-anonymous-objects-167-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-167.xht">table-anonymous-objects-167</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-7.html </td> @@ -1988,7 +1988,7 @@ <tr id="table-anonymous-objects-168-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-168.xht">table-anonymous-objects-168</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-7.html </td> @@ -1996,7 +1996,7 @@ <tr id="table-anonymous-objects-169-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-169.xht">table-anonymous-objects-169</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-8.html </td> @@ -2004,7 +2004,7 @@ <tr id="table-anonymous-objects-170-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-170.xht">table-anonymous-objects-170</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-8.html </td> @@ -2012,7 +2012,7 @@ <tr id="table-anonymous-objects-171-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-171.xht">table-anonymous-objects-171</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-9.html </td> @@ -2020,7 +2020,7 @@ <tr id="table-anonymous-objects-172-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-172.xht">table-anonymous-objects-172</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-9.html </td> @@ -2028,7 +2028,7 @@ <tr id="table-anonymous-objects-173-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-173.xht">table-anonymous-objects-173</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-10.html </td> @@ -2036,7 +2036,7 @@ <tr id="table-anonymous-objects-174-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-174.xht">table-anonymous-objects-174</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-10.html </td> @@ -2044,7 +2044,7 @@ <tr id="table-anonymous-objects-175-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-175.xht">table-anonymous-objects-175</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-11.html </td> @@ -2052,7 +2052,7 @@ <tr id="table-anonymous-objects-176-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-176.xht">table-anonymous-objects-176</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-11.html </td> @@ -2060,7 +2060,7 @@ <tr id="table-anonymous-objects-177-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-177.xht">table-anonymous-objects-177</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-12.html </td> @@ -2068,7 +2068,7 @@ <tr id="table-anonymous-objects-178-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-178.xht">table-anonymous-objects-178</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-12.html </td> @@ -2076,7 +2076,7 @@ <tr id="table-anonymous-objects-179-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-179.xht">table-anonymous-objects-179</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-13.html </td> @@ -2084,7 +2084,7 @@ <tr id="table-anonymous-objects-180-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-180.xht">table-anonymous-objects-180</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-13.html </td> @@ -2092,7 +2092,7 @@ <tr id="table-anonymous-objects-181-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-181.xht">table-anonymous-objects-181</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-14.html </td> @@ -2100,7 +2100,7 @@ <tr id="table-anonymous-objects-182-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-182.xht">table-anonymous-objects-182</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-14.html </td> @@ -2108,7 +2108,7 @@ <tr id="table-anonymous-objects-183-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-183.xht">table-anonymous-objects-183</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-15.html </td> @@ -2116,7 +2116,7 @@ <tr id="table-anonymous-objects-184-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-184.xht">table-anonymous-objects-184</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-15.html </td> @@ -2124,7 +2124,7 @@ <tr id="table-anonymous-objects-185-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-185.xht">table-anonymous-objects-185</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-16.html </td> @@ -2132,7 +2132,7 @@ <tr id="table-anonymous-objects-186-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-186.xht">table-anonymous-objects-186</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-16.html </td> @@ -2140,7 +2140,7 @@ <tr id="table-anonymous-objects-187-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-187.xht">table-anonymous-objects-187</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-17.html </td> @@ -2148,7 +2148,7 @@ <tr id="table-anonymous-objects-188-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-188.xht">table-anonymous-objects-188</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-17.html </td> @@ -2156,7 +2156,7 @@ <tr id="table-anonymous-objects-189-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-189.xht">table-anonymous-objects-189</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-18.html </td> @@ -2164,7 +2164,7 @@ <tr id="table-anonymous-objects-190-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-190.xht">table-anonymous-objects-190</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-18.html </td> @@ -2172,7 +2172,7 @@ <tr id="table-anonymous-objects-191-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-191.xht">table-anonymous-objects-191</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-19.html </td> @@ -2180,7 +2180,7 @@ <tr id="table-anonymous-objects-192-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-192.xht">table-anonymous-objects-192</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-19.html </td> @@ -2188,7 +2188,7 @@ <tr id="table-anonymous-objects-193-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-193.xht">table-anonymous-objects-193</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-20.html </td> @@ -2196,7 +2196,7 @@ <tr id="table-anonymous-objects-194-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-194.xht">table-anonymous-objects-194</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-20.html </td> @@ -2204,7 +2204,7 @@ <tr id="table-anonymous-objects-195-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-195.xht">table-anonymous-objects-195</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-21.html </td> @@ -2212,7 +2212,7 @@ <tr id="table-anonymous-objects-196-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-196.xht">table-anonymous-objects-196</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-21.html </td> @@ -2220,7 +2220,7 @@ <tr id="table-anonymous-objects-197-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-197.xht">table-anonymous-objects-197</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-22.html </td> @@ -2228,7 +2228,7 @@ <tr id="table-anonymous-objects-198-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-198.xht">table-anonymous-objects-198</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-22.html </td> @@ -2236,7 +2236,7 @@ <tr id="table-anonymous-objects-199-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-199.xht">table-anonymous-objects-199</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-23.html </td> @@ -2244,7 +2244,7 @@ <tr id="table-anonymous-objects-200-17.2.1" class="primary"> <td><strong> <a href="table-anonymous-objects-200.xht">table-anonymous-objects-200</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td></td> <td>Auto-imported from Gecko test white-space-23.html </td> @@ -2252,7 +2252,7 @@ <tr id="table-anonymous-objects-201-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-201.xht">table-anonymous-objects-201</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-24.html </td> @@ -2260,7 +2260,7 @@ <tr id="table-anonymous-objects-202-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-202.xht">table-anonymous-objects-202</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-24.html </td> @@ -2268,7 +2268,7 @@ <tr id="table-anonymous-objects-203-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-203.xht">table-anonymous-objects-203</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-25.html </td> @@ -2276,7 +2276,7 @@ <tr id="table-anonymous-objects-204-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-204.xht">table-anonymous-objects-204</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-25.html </td> @@ -2284,7 +2284,7 @@ <tr id="table-anonymous-objects-205-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-205.xht">table-anonymous-objects-205</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-26.html </td> @@ -2292,7 +2292,7 @@ <tr id="table-anonymous-objects-206-17.2.1" class="primary dom"> <td><strong> <a href="table-anonymous-objects-206.xht">table-anonymous-objects-206</a></strong></td> - <td></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> <td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> <td>Auto-imported from Gecko test white-space-26.html </td> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-18.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-18.xht index c15e07a1eb7..dd233b16cb3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-18.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-18.xht @@ -1277,7 +1277,7 @@ <tr id="outline-color-001-18.4" class="invalid"> <td> <a href="outline-color-001.xht">outline-color-001</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00000' <ul class="assert"> @@ -1288,7 +1288,7 @@ <tr id="outline-color-002-18.4" class=""> <td> <a href="outline-color-002.xht">outline-color-002</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to '#000000' <ul class="assert"> @@ -1343,7 +1343,7 @@ <tr id="outline-color-007-18.4" class="invalid"> <td> <a href="outline-color-007.xht">outline-color-007</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#1000000' <ul class="assert"> @@ -1354,7 +1354,7 @@ <tr id="outline-color-008-18.4" class="invalid"> <td> <a href="outline-color-008.xht">outline-color-008</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#fgfgfg' <ul class="assert"> @@ -1409,7 +1409,7 @@ <tr id="outline-color-013-18.4" class="invalid"> <td> <a href="outline-color-013.xht">outline-color-013</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#fg0000' <ul class="assert"> @@ -1464,7 +1464,7 @@ <tr id="outline-color-018-18.4" class="invalid"> <td> <a href="outline-color-018.xht">outline-color-018</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00fg00' <ul class="assert"> @@ -1519,7 +1519,7 @@ <tr id="outline-color-023-18.4" class="invalid"> <td> <a href="outline-color-023.xht">outline-color-023</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#0000fg' <ul class="assert"> @@ -1530,7 +1530,7 @@ <tr id="outline-color-024-18.4" class="invalid"> <td> <a href="outline-color-024.xht">outline-color-024</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00' <ul class="assert"> @@ -1541,7 +1541,7 @@ <tr id="outline-color-025-18.4" class=""> <td> <a href="outline-color-025.xht">outline-color-025</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to '#000' <ul class="assert"> @@ -1596,7 +1596,7 @@ <tr id="outline-color-030-18.4" class="invalid"> <td> <a href="outline-color-030.xht">outline-color-030</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#1000' <ul class="assert"> @@ -1607,7 +1607,7 @@ <tr id="outline-color-031-18.4" class="invalid"> <td> <a href="outline-color-031.xht">outline-color-031</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#ggg' <ul class="assert"> @@ -1662,7 +1662,7 @@ <tr id="outline-color-036-18.4" class="invalid"> <td> <a href="outline-color-036.xht">outline-color-036</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#g00' <ul class="assert"> @@ -1717,7 +1717,7 @@ <tr id="outline-color-041-18.4" class="invalid"> <td> <a href="outline-color-041.xht">outline-color-041</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#0g0' <ul class="assert"> @@ -1772,7 +1772,7 @@ <tr id="outline-color-046-18.4" class="invalid"> <td> <a href="outline-color-046.xht">outline-color-046</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00g' <ul class="assert"> @@ -1783,7 +1783,7 @@ <tr id="outline-color-047-18.4" class=""> <td> <a href="outline-color-047.xht">outline-color-047</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1%, -1%, -1%)' <ul class="assert"> @@ -1794,7 +1794,7 @@ <tr id="outline-color-048-18.4" class=""> <td> <a href="outline-color-048.xht">outline-color-048</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, 0%)' <ul class="assert"> @@ -1816,7 +1816,7 @@ <tr id="outline-color-050-18.4" class=""> <td> <a href="outline-color-050.xht">outline-color-050</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0%, -0%, -0%)' <ul class="assert"> @@ -1827,7 +1827,7 @@ <tr id="outline-color-051-18.4" class=""> <td> <a href="outline-color-051.xht">outline-color-051</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0%, +0%, +0%)' <ul class="assert"> @@ -1904,7 +1904,7 @@ <tr id="outline-color-058-18.4" class=""> <td> <a href="outline-color-058.xht">outline-color-058</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1, -1, -1)' <ul class="assert"> @@ -1915,7 +1915,7 @@ <tr id="outline-color-059-18.4" class=""> <td> <a href="outline-color-059.xht">outline-color-059</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, 0)' <ul class="assert"> @@ -1937,7 +1937,7 @@ <tr id="outline-color-061-18.4" class=""> <td> <a href="outline-color-061.xht">outline-color-061</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0, -0, -0)' <ul class="assert"> @@ -1948,7 +1948,7 @@ <tr id="outline-color-062-18.4" class=""> <td> <a href="outline-color-062.xht">outline-color-062</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0, +0, +0)' <ul class="assert"> @@ -2025,7 +2025,7 @@ <tr id="outline-color-069-18.4" class=""> <td> <a href="outline-color-069.xht">outline-color-069</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1%, 0%, 0%)' <ul class="assert"> @@ -2047,7 +2047,7 @@ <tr id="outline-color-071-18.4" class=""> <td> <a href="outline-color-071.xht">outline-color-071</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0%, 0%, 0%)' <ul class="assert"> @@ -2058,7 +2058,7 @@ <tr id="outline-color-072-18.4" class=""> <td> <a href="outline-color-072.xht">outline-color-072</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0%, 0%, 0%)' <ul class="assert"> @@ -2135,7 +2135,7 @@ <tr id="outline-color-079-18.4" class=""> <td> <a href="outline-color-079.xht">outline-color-079</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1, 0, 0)' <ul class="assert"> @@ -2157,7 +2157,7 @@ <tr id="outline-color-081-18.4" class=""> <td> <a href="outline-color-081.xht">outline-color-081</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0, 0, 0)' <ul class="assert"> @@ -2168,7 +2168,7 @@ <tr id="outline-color-082-18.4" class=""> <td> <a href="outline-color-082.xht">outline-color-082</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0, 0, 0)' <ul class="assert"> @@ -2245,7 +2245,7 @@ <tr id="outline-color-089-18.4" class=""> <td> <a href="outline-color-089.xht">outline-color-089</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, -1%, 0%)' <ul class="assert"> @@ -2267,7 +2267,7 @@ <tr id="outline-color-091-18.4" class=""> <td> <a href="outline-color-091.xht">outline-color-091</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, -0%, 0%)' <ul class="assert"> @@ -2278,7 +2278,7 @@ <tr id="outline-color-092-18.4" class=""> <td> <a href="outline-color-092.xht">outline-color-092</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, +0%, 0%)' <ul class="assert"> @@ -2355,7 +2355,7 @@ <tr id="outline-color-099-18.4" class=""> <td> <a href="outline-color-099.xht">outline-color-099</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, -1, 0)' <ul class="assert"> @@ -2377,7 +2377,7 @@ <tr id="outline-color-101-18.4" class=""> <td> <a href="outline-color-101.xht">outline-color-101</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, -0, 0)' <ul class="assert"> @@ -2388,7 +2388,7 @@ <tr id="outline-color-102-18.4" class=""> <td> <a href="outline-color-102.xht">outline-color-102</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, +0, 0)' <ul class="assert"> @@ -2465,7 +2465,7 @@ <tr id="outline-color-109-18.4" class=""> <td> <a href="outline-color-109.xht">outline-color-109</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, -1%)' <ul class="assert"> @@ -2487,7 +2487,7 @@ <tr id="outline-color-111-18.4" class=""> <td> <a href="outline-color-111.xht">outline-color-111</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, -0%)' <ul class="assert"> @@ -2498,7 +2498,7 @@ <tr id="outline-color-112-18.4" class=""> <td> <a href="outline-color-112.xht">outline-color-112</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, +0%)' <ul class="assert"> @@ -2575,7 +2575,7 @@ <tr id="outline-color-119-18.4" class=""> <td> <a href="outline-color-119.xht">outline-color-119</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, -1)' <ul class="assert"> @@ -2597,7 +2597,7 @@ <tr id="outline-color-121-18.4" class=""> <td> <a href="outline-color-121.xht">outline-color-121</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, -0)' <ul class="assert"> @@ -2608,7 +2608,7 @@ <tr id="outline-color-122-18.4" class=""> <td> <a href="outline-color-122.xht">outline-color-122</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, +0)' <ul class="assert"> @@ -2696,7 +2696,7 @@ <tr id="outline-color-130-18.4" class=""> <td> <a href="outline-color-130.xht">outline-color-130</a></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'black' <ul class="assert"> @@ -4715,7 +4715,7 @@ <tr id="outline-color-001-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-001.xht">outline-color-001</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00000' <ul class="assert"> @@ -4726,7 +4726,7 @@ <tr id="outline-color-002-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-002.xht">outline-color-002</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to '#000000' <ul class="assert"> @@ -4781,7 +4781,7 @@ <tr id="outline-color-007-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-007.xht">outline-color-007</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#1000000' <ul class="assert"> @@ -4792,7 +4792,7 @@ <tr id="outline-color-008-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-008.xht">outline-color-008</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#fgfgfg' <ul class="assert"> @@ -4847,7 +4847,7 @@ <tr id="outline-color-013-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-013.xht">outline-color-013</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#fg0000' <ul class="assert"> @@ -4902,7 +4902,7 @@ <tr id="outline-color-018-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-018.xht">outline-color-018</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00fg00' <ul class="assert"> @@ -4957,7 +4957,7 @@ <tr id="outline-color-023-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-023.xht">outline-color-023</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#0000fg' <ul class="assert"> @@ -4968,7 +4968,7 @@ <tr id="outline-color-024-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-024.xht">outline-color-024</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00' <ul class="assert"> @@ -4979,7 +4979,7 @@ <tr id="outline-color-025-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-025.xht">outline-color-025</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to '#000' <ul class="assert"> @@ -5034,7 +5034,7 @@ <tr id="outline-color-030-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-030.xht">outline-color-030</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#1000' <ul class="assert"> @@ -5045,7 +5045,7 @@ <tr id="outline-color-031-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-031.xht">outline-color-031</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#ggg' <ul class="assert"> @@ -5100,7 +5100,7 @@ <tr id="outline-color-036-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-036.xht">outline-color-036</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#g00' <ul class="assert"> @@ -5155,7 +5155,7 @@ <tr id="outline-color-041-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-041.xht">outline-color-041</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#0g0' <ul class="assert"> @@ -5210,7 +5210,7 @@ <tr id="outline-color-046-18.4.#propdef-outline-color" class="primary invalid"> <td><strong> <a href="outline-color-046.xht">outline-color-046</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> <td>Outline-color set to '#00g' <ul class="assert"> @@ -5221,7 +5221,7 @@ <tr id="outline-color-047-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-047.xht">outline-color-047</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1%, -1%, -1%)' <ul class="assert"> @@ -5232,7 +5232,7 @@ <tr id="outline-color-048-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-048.xht">outline-color-048</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, 0%)' <ul class="assert"> @@ -5254,7 +5254,7 @@ <tr id="outline-color-050-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-050.xht">outline-color-050</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0%, -0%, -0%)' <ul class="assert"> @@ -5265,7 +5265,7 @@ <tr id="outline-color-051-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-051.xht">outline-color-051</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0%, +0%, +0%)' <ul class="assert"> @@ -5342,7 +5342,7 @@ <tr id="outline-color-058-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-058.xht">outline-color-058</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1, -1, -1)' <ul class="assert"> @@ -5353,7 +5353,7 @@ <tr id="outline-color-059-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-059.xht">outline-color-059</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, 0)' <ul class="assert"> @@ -5375,7 +5375,7 @@ <tr id="outline-color-061-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-061.xht">outline-color-061</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0, -0, -0)' <ul class="assert"> @@ -5386,7 +5386,7 @@ <tr id="outline-color-062-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-062.xht">outline-color-062</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0, +0, +0)' <ul class="assert"> @@ -5463,7 +5463,7 @@ <tr id="outline-color-069-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-069.xht">outline-color-069</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1%, 0%, 0%)' <ul class="assert"> @@ -5485,7 +5485,7 @@ <tr id="outline-color-071-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-071.xht">outline-color-071</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0%, 0%, 0%)' <ul class="assert"> @@ -5496,7 +5496,7 @@ <tr id="outline-color-072-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-072.xht">outline-color-072</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0%, 0%, 0%)' <ul class="assert"> @@ -5573,7 +5573,7 @@ <tr id="outline-color-079-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-079.xht">outline-color-079</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-1, 0, 0)' <ul class="assert"> @@ -5595,7 +5595,7 @@ <tr id="outline-color-081-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-081.xht">outline-color-081</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(-0, 0, 0)' <ul class="assert"> @@ -5606,7 +5606,7 @@ <tr id="outline-color-082-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-082.xht">outline-color-082</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(+0, 0, 0)' <ul class="assert"> @@ -5683,7 +5683,7 @@ <tr id="outline-color-089-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-089.xht">outline-color-089</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, -1%, 0%)' <ul class="assert"> @@ -5705,7 +5705,7 @@ <tr id="outline-color-091-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-091.xht">outline-color-091</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, -0%, 0%)' <ul class="assert"> @@ -5716,7 +5716,7 @@ <tr id="outline-color-092-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-092.xht">outline-color-092</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, +0%, 0%)' <ul class="assert"> @@ -5793,7 +5793,7 @@ <tr id="outline-color-099-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-099.xht">outline-color-099</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, -1, 0)' <ul class="assert"> @@ -5815,7 +5815,7 @@ <tr id="outline-color-101-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-101.xht">outline-color-101</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, -0, 0)' <ul class="assert"> @@ -5826,7 +5826,7 @@ <tr id="outline-color-102-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-102.xht">outline-color-102</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, +0, 0)' <ul class="assert"> @@ -5903,7 +5903,7 @@ <tr id="outline-color-109-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-109.xht">outline-color-109</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, -1%)' <ul class="assert"> @@ -5925,7 +5925,7 @@ <tr id="outline-color-111-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-111.xht">outline-color-111</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, -0%)' <ul class="assert"> @@ -5936,7 +5936,7 @@ <tr id="outline-color-112-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-112.xht">outline-color-112</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0%, 0%, +0%)' <ul class="assert"> @@ -6013,7 +6013,7 @@ <tr id="outline-color-119-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-119.xht">outline-color-119</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, -1)' <ul class="assert"> @@ -6035,7 +6035,7 @@ <tr id="outline-color-121-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-121.xht">outline-color-121</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, -0)' <ul class="assert"> @@ -6046,7 +6046,7 @@ <tr id="outline-color-122-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-122.xht">outline-color-122</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'rgb(0, 0, +0)' <ul class="assert"> @@ -6134,7 +6134,7 @@ <tr id="outline-color-130-18.4.#propdef-outline-color" class="primary"> <td><strong> <a href="outline-color-130.xht">outline-color-130</a></strong></td> - <td></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> <td></td> <td>Outline-color set to 'black' <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht index 73a3077fecc..6acf70206c0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/chapter-5.xht @@ -7546,7 +7546,7 @@ <tr id="before-first-letter-selector-001-5.12.3" class="primary"> <td><strong> <a href="before-first-letter-selector-001.xht">before-first-letter-selector-001</a></strong></td> - <td></td> + <td><a href="reference/before-first-letter-selector-001-ref.xht">=</a> </td> <td></td> <td>First-letter pseudo-element with :before pseudo-element <ul class="assert"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-001.xht index c87d0f448f9..ef7b05e007c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-001.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'table-row-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-002.xht index ede87c71eb6..c8a74e40bb1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-002.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-002.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'table-header-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-003.xht index 606fa4c9bd4..49dc5f3fb5f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-003.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-003.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'table-footer-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-004.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-004.xht index 05b3c52c998..a483537a268 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-004.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-004.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a display of table-row." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-005.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-005.xht index ced17088f26..0ec7d511235 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-005.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-005.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'table-column-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-006.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-006.xht index 56137af51af..f59df2aaee9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-006.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-006.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'table-column'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-007.xht index b36e1216698..908acd31139 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-007.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-007.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' of 'table-cell'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-008.xht index 7930a6c89af..8f7ea24bd8e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-008.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-008.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'inline'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-009.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-009.xht index f23f2c8927a..4378f64a2e3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-009.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-009.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'block'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-011.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-011.xht index 612888adb5c..bdb725ea95a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-011.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-011.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'run-in'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-012.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-012.xht index 043b35e2b58..893c0d7371b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-012.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-012.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a 'display' set to 'inline-block'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-013.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-013.xht index ade460b1630..6af59641f32 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-013.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-013.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a display of table." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-014.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-014.xht index c61152decb8..85d0d6b0995 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-014.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-014.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a display of inline-table." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-015.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-015.xht index ac5d3d7fc68..a6fd8f8cf91 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-015.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-applies-to-015.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-increment" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-increment' property applies to elements with a display of table-caption." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-visibility-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-visibility-001.xht index 856c7c17fca..bfafc96c68e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-visibility-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-increment-visibility-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: Counter-increment only on 'visibility: hidden' element</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="An element that is set to 'visibility: hidden' does increment and can create a counter." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-001.xht index 1c9fffa9f4c..e3236cb262d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-001.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'table-row-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-002.xht index 5aae7b60b57..572c1c320b5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-002.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-002.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'table-header-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-003.xht index 6bca6c2643a..c7f4f2d830c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-003.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-003.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'table-footer-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-004.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-004.xht index da6407498f2..73f9b3a3767 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-004.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-004.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a display of table-row." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-005.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-005.xht index d407df2e2e5..15689456359 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-005.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-005.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'table-column-group'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-006.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-006.xht index e1bf234daed..d2ccc3b17c3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-006.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-006.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'table-column'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-007.xht index 9e0f40b27d2..7ee107bc05b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-007.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-007.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' of 'table-cell'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-008.xht index e6201cb852b..0f32b8e5d31 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-008.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-008.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'inline'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-009.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-009.xht index d01639baf3d..6a925030b97 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-009.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-009.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'block'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-011.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-011.xht index c14b122d103..d7a1f97122a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-011.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-011.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'run-in'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-012.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-012.xht index fc251275b0c..2708cc41e9d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-012.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-012.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a 'display' set to 'inline-block'." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-013.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-013.xht index 728b42b7f7a..82f02b29365 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-013.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-013.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a display of table." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-014.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-014.xht index 50837a3bfca..17bf0d0acaf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-014.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-014.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a display of inline-table." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-015.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-015.xht index c9b3d2195ba..b113516efff 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-015.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-applies-to-015.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-counter-reset" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="The 'counter-reset' property applies to elements with a display of table-caption." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-visibility-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-visibility-001.xht index 4e429bce44f..5e30747410d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-visibility-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/counter-reset-visibility-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: Counter-reset on visibility: hidden element</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Elements that are set to 'visibility: hidden' reset counters." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/increment-counter-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/increment-counter-001.xht index 38b40f3b4e3..870eafc8b30 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/increment-counter-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/increment-counter-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: Counter-increment before 'counter' use</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="A counter is used after an increment." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-003.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-003.xht new file mode 100644 index 00000000000..a8d14a0477d --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-003.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (mixed)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-003-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: mixed; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-005.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-005.xht new file mode 100644 index 00000000000..512d5d043bb --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-005.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (mixed)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-003-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: mixed; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-007.xht new file mode 100644 index 00000000000..5f97f49df5e --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-007.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (sideways)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-007-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: sideways; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-009.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-009.xht new file mode 100644 index 00000000000..2484e89ebb4 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-009.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (sideways)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-007-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: sideways; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-011.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-011.xht new file mode 100644 index 00000000000..2d0ad890e57 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-011.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (upright)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-011-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: upright; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-013.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-013.xht new file mode 100644 index 00000000000..bd019b1200e --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vlr-013.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (upright)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vlr-011-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: upright; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-002.xht new file mode 100644 index 00000000000..a7febd6838d --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-002.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (mixed)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-002-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: mixed; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-004.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-004.xht new file mode 100644 index 00000000000..93a088b4d66 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-004.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (mixed)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-002-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: mixed; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-006.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-006.xht new file mode 100644 index 00000000000..9fa033ce76b --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-006.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (sideways)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-006-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: sideways; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-008.xht new file mode 100644 index 00000000000..5e72d1b7fc8 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-008.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (sideways)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-006-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: sideways; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-010.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-010.xht new file mode 100644 index 00000000000..ddfda0465d4 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-010.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and border on non-replaced inline box (upright)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-010-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a border. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'border-left' of inline box and transparent 'border-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: upright; + } + + span#border-left + { + border-left: 1.5em solid transparent; + } + + span#border-right + { + border-right: 1.5em solid transparent; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="border-left">34</span><span id="border-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-012.xht b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-012.xht new file mode 100644 index 00000000000..4c9a474aa2a --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/line-box-height-vrl-012.xht @@ -0,0 +1,58 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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 Writing Modes Test: line box height and padding on non-replaced inline box (upright)</title> + + <!-- + Test inspired by + http://mxr.mozilla.org/mozilla-central/source/layout/reftests/writing-mode/1130907-intrinsic-sizing-2.html + --> + + <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#vertical-layout" title="7.1 Principles of Layout in Vertical Writing Modes" /> + <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height" title="10.8.1 Leading and half-leading" /> + <link rel="match" href="reference/line-box-height-vrl-010-ref.xht" /> + + <meta content="" name="flags" /> + <meta content="This test checks that a line box height does not increase because an inline non-replaced box has a padding. In this test, the '34' inline box and the '56' inline box should be lined up with its inline '12' sibling. The line box height, enclosed by the blue border should not grow to accomodate transparent 'padding-left' of inline box and transparent 'padding-right' of inline box." name="assert" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: upright; + } + + span#padding-left + { + padding-left: 1.5em; + } + + span#padding-right + { + padding-right: 1.5em; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div id="test">12<span id="padding-left">34</span><span id="padding-right">56</span></div> + + <div id="reference">123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-001.xht index 1f856dfdb64..8854a3733c7 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-001.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #00000 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-002.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-002.xht index 0b84d4ca4eb..5e1bf265be3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-002.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-002.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color #000000 renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-007.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-007.xht index 913579a7222..c324be8ef78 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-007.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-007.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #1000000 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-008.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-008.xht index 2aa511ceda7..32e680a2365 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-008.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-008.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #fgfgfg (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-013.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-013.xht index 3fa118c05d5..2fbb486cf9b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-013.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-013.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #fg0000 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-018.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-018.xht index 8537d6808a0..fb1ff60b25f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-018.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-018.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #00fg00 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-023.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-023.xht index 1559526a3f9..71c80c7046b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-023.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-023.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #0000fg (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-024.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-024.xht index ac412718480..2b2cc45d39b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-024.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-024.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #00 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-025.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-025.xht index 63736d40636..ffe2ba2485a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-025.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-025.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color #000 renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-030.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-030.xht index bf846878c10..05faa2ec3f4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-030.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-030.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #1000 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-031.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-031.xht index cd0353593a8..db3a3a3ed4c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-031.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-031.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #ggg (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-036.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-036.xht index cf6f108366d..698c08b7d4b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-036.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-036.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #g00 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-041.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-041.xht index 35b37c7424e..5acba1d9e69 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-041.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-041.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #0g0 (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-046.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-046.xht index e24269e9c74..8761d05ed32 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-046.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-046.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="invalid" /> <meta name="assert" content="Outline color #00g (invalid) falls back to a default color." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-047.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-047.xht index 6663b7342bd..f7a4d738212 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-047.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-047.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-1%, -1%, -1%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-048.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-048.xht index 341972f76ff..19a717b73d7 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-048.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-048.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, 0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-050.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-050.xht index cbd58a59a2c..b0e0b66fa54 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-050.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-050.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-0%, -0%, -0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-051.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-051.xht index 7b0ab4f3b3f..9388e81a503 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-051.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-051.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(+0%, +0%, +0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-058.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-058.xht index 1152d924a2b..7cb16c0ce65 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-058.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-058.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-1, -1, -1) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-059.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-059.xht index de9104a689a..210b3164db4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-059.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-059.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, 0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-061.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-061.xht index 6cf2a823c26..351d7546ec9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-061.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-061.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-0, -0, -0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-062.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-062.xht index 73b89f715f2..19fa94bdbd6 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-062.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-062.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(+0, +0, +0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-069.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-069.xht index 50ee7735810..52fd91beda5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-069.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-069.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-1%, 0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-071.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-071.xht index b0bffc84bc5..291f0c0f908 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-071.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-071.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-0%, 0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-072.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-072.xht index bfc85071604..acca4820c6a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-072.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-072.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(+0%, 0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-079.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-079.xht index afbe97c8df2..9c10d5e54a8 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-079.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-079.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-1, 0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-081.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-081.xht index 2c3b80ead03..0425ff88de2 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-081.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-081.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(-0, 0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-082.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-082.xht index 06b781e5b3a..972626e4165 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-082.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-082.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(+0, 0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-089.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-089.xht index 73aa4260c10..01339a1a2c5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-089.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-089.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, -1%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-091.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-091.xht index 2736b6608af..56878f255f6 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-091.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-091.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, -0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-092.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-092.xht index b3536bb6d14..a67954bf944 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-092.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-092.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, +0%, 0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-099.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-099.xht index 76864a45dd6..156bcebc9de 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-099.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-099.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, -1, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-101.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-101.xht index e04ecf61030..06279585355 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-101.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-101.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, -0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-102.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-102.xht index 051e265e12d..fa4656aa175 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-102.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-102.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, +0, 0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-109.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-109.xht index f408c1cd9d4..0aef249cafe 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-109.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-109.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, 0%, -1%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-111.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-111.xht index 3506a485496..382bda0d75b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-111.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-111.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, 0%, -0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-112.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-112.xht index 8975bb58422..3a61a3d61db 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-112.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-112.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0%, 0%, +0%) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-119.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-119.xht index f6e900adaba..81b825fde2f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-119.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-119.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, 0, -1) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-121.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-121.xht index cd86d90aea4..a325d05eeb5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-121.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-121.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, 0, -0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-122.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-122.xht index d79d034b5e2..c2bf8e4210d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-122.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-122.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color rgb(0, 0, +0) renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-130.xht b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-130.xht index 84550618d53..9531ec9b182 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-130.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/outline-color-130.xht @@ -5,6 +5,7 @@ <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#propdef-outline-color" /> <link rel="help" href="http://www.w3.org/TR/CSS21/ui.html#dynamic-outlines" /> + <link rel="match" href="reference/boxes_same_color_100px_black_50px_margin.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Outline color black renders the correct outline color on the element." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/before-first-letter-selector-001-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/before-first-letter-selector-001-ref.xht new file mode 100644 index 00000000000..c6aa0d73aea --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/before-first-letter-selector-001-ref.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="Ms2ger" href="mailto:Ms2ger@gmail.com" /> +<style type="text/css"> +div { + color: green; +} +.first { + font-size: 98px; +} +</style> +</head> +<body> +<p>Test passes if the "Filler Text" below is green and the "F" is larger than the remaining text.</p> +<div><span class="first">F</span>iller Text</div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/boxes_same_color_100px_black_50px_margin.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/boxes_same_color_100px_black_50px_margin.xht new file mode 100644 index 00000000000..c44014b2bdd --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/boxes_same_color_100px_black_50px_margin.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>Reference rendering - boxes same color, black 100px squares with 50px margin</title> + <link rel="author" title="Opera" href="https://www.opera.com/" /> + <style type="text/css"> + div { + width: 100px; + height: 100px; + background-color: black; + margin: 50px; + } + </style> +</head> +<body> + <p>Test passes if the two boxes below are the same color.</p> + <div></div> + <div></div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-003-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-003-ref.xht new file mode 100644 index 00000000000..d965a182a58 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-003-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: mixed; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-007-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-007-ref.xht new file mode 100644 index 00000000000..a1464c89a7b --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-007-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: sideways; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-011-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-011-ref.xht new file mode 100644 index 00000000000..176267e2cc8 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vlr-011-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-lr; + text-orientation: upright; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-002-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-002-ref.xht new file mode 100644 index 00000000000..e247993f038 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-002-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: mixed; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-006-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-006-ref.xht new file mode 100644 index 00000000000..03c58a7bfde --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-006-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: sideways; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" rotated 90 degrees clockwise. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-010-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-010-ref.xht new file mode 100644 index 00000000000..f53b693fbc3 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/line-box-height-vrl-010-ref.xht @@ -0,0 +1,39 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> + + <meta content="" name="flags" /> + + <style type="text/css"><![CDATA[ + body + { + margin-left: 32px; + } + + div + { + border: blue solid 2px; + font-size: 32px; + margin: 1em; + writing-mode: vertical-rl; + text-orientation: upright; + } + ]]></style> + + </head> + + <body> + + <p>Test passes if there are 2 identical blue rectangles with "123456" upright. The size of each blue rectangles must be identical and the two "123456" numbers must be enclosed by the two blue borders.</p> + + <div>123456</div> + + <div>123456</div> + + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_3x3_monospace_table-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_3x3_monospace_table-ref.xht new file mode 100644 index 00000000000..9d76ac24a2d --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_3x3_monospace_table-ref.xht @@ -0,0 +1,70 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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>Reference rendering - no red, 3x3 monospace table</title> + <link rel="author" title="Opera" href="https://www.opera.com/" /> + <style> + body { + font-family: monospace; + } + div { + position: relative; + } + table { + font-size: 2em; + border-spacing: 0; + position: absolute; + top: 1px; + left: 1px; + } + td { + padding: 0; + } + #red { + color: red; + } + #green { + color: green; + } + </style> + </head> + <body> + <p>There should be no red below, except for antialiasing issues.</p> + <div> + <table id="red"> + <tr> + <td>Row 1, Col 1</td> + <td>Row 1, Col 2</td> + <td>Row 1, Col 3</td> + </tr> + <tr> + <td>Row 22, Col 1</td> + <td>Row 22, Col 2</td> + <td>Row 22, Col 3</td> + </tr> + <tr> + <td>Row 333, Col 1</td> + <td>Row 333, Col 2</td> + <td>Row 333, Col 3</td> + </tr> + </table> + <table id="green"> + <tr> + <td>Row 1, Col 1</td> + <td>Row 1, Col 2</td> + <td>Row 1, Col 3</td> + </tr> + <tr> + <td>Row 22, Col 1</td> + <td>Row 22, Col 2</td> + <td>Row 22, Col 3</td> + </tr> + <tr> + <td>Row 333, Col 1</td> + <td>Row 333, Col 2</td> + <td>Row 333, Col 3</td> + </tr> + </table> + </div> + </body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_antialiasing_a_bc_d-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_antialiasing_a_bc_d-ref.xht new file mode 100644 index 00000000000..8a57cc1d8c5 --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/no_red_antialiasing_a_bc_d-ref.xht @@ -0,0 +1,31 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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>Reference rendering - no red except antialiasing, a bc d</title> + <link rel="author" title="Opera" href="https://www.opera.com/" /> + <style type="text/css"> + #outer { + position: relative; + font-size: 2em; + } + #inner1, #inner2 { + position: absolute; + top: 1px; + left: 1px; + } + #inner1 { + color: red; + } + #inner2 { + color: green; + } + </style> +</head> +<body> + <p>There should be no red below, except for antialiasing issues.</p> + <div id="outer"> + <div id="inner1">a bc d</div> + <div id="inner2">a bc d</div> + </div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/pass_if_number_5.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/pass_if_number_5.xht new file mode 100644 index 00000000000..d87dfb534ed --- /dev/null +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/pass_if_number_5.xht @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD 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>Reference rendering - pass if there is a number 5 below</title> + <link rel="author" title="Opera" href="https://www.opera.com/" /> +</head> +<body> + <p>Test passes if there is a number '5' below.</p> + <div>5</div> +</body> +</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reference/universal-selector-002-ref.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reference/universal-selector-002-ref.xht index d1bffa46680..0532e465409 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reference/universal-selector-002-ref.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reference/universal-selector-002-ref.xht @@ -4,7 +4,7 @@ <title>CSS Reftest Reference</title> <link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com" /> <style type="text/css"> -body { +div { color: green; } </style> 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 d72e0c009c2..c3243251861 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest-toc.xht @@ -8640,6 +8640,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="before-first-letter-selector-001" class=""> + <tr> + <td rowspan="1" title="First-letter pseudo-element with :before pseudo-element"> + <a href="before-first-letter-selector-001.xht">before-first-letter-selector-001</a></td> + <td><a href="reference/before-first-letter-selector-001-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="bidi-001" class=""> <tr> <td rowspan="1" title="RLO/PDF bidi reordering across closing inline element boundary"> @@ -24052,6 +24060,238 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="counter-increment-applies-to-001" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-row-group'"> + <a href="counter-increment-applies-to-001.xht">counter-increment-applies-to-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-002" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-header-group'"> + <a href="counter-increment-applies-to-002.xht">counter-increment-applies-to-002</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-003" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-footer-group'"> + <a href="counter-increment-applies-to-003.xht">counter-increment-applies-to-003</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-004" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with display table-row"> + <a href="counter-increment-applies-to-004.xht">counter-increment-applies-to-004</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-005" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-column-group'"> + <a href="counter-increment-applies-to-005.xht">counter-increment-applies-to-005</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-006" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-column'"> + <a href="counter-increment-applies-to-006.xht">counter-increment-applies-to-006</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-007" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'table-cell'"> + <a href="counter-increment-applies-to-007.xht">counter-increment-applies-to-007</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-008" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'inline'"> + <a href="counter-increment-applies-to-008.xht">counter-increment-applies-to-008</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-009" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'block'"> + <a href="counter-increment-applies-to-009.xht">counter-increment-applies-to-009</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-011" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'run-in'"> + <a href="counter-increment-applies-to-011.xht">counter-increment-applies-to-011</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-012" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with 'display' set to 'inline-block'"> + <a href="counter-increment-applies-to-012.xht">counter-increment-applies-to-012</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-013" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with display table"> + <a href="counter-increment-applies-to-013.xht">counter-increment-applies-to-013</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-014" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with display inline-table"> + <a href="counter-increment-applies-to-014.xht">counter-increment-applies-to-014</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-applies-to-015" class=""> + <tr> + <td rowspan="1" title="Counter-increment applied to elements with display table-caption"> + <a href="counter-increment-applies-to-015.xht">counter-increment-applies-to-015</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-increment-visibility-001" class=""> + <tr> + <td rowspan="1" title="Counter-increment only on 'visibility: hidden' element"> + <a href="counter-increment-visibility-001.xht">counter-increment-visibility-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-001" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-row-group'"> + <a href="counter-reset-applies-to-001.xht">counter-reset-applies-to-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-002" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-header-group'"> + <a href="counter-reset-applies-to-002.xht">counter-reset-applies-to-002</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-003" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-footer-group'"> + <a href="counter-reset-applies-to-003.xht">counter-reset-applies-to-003</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-004" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with display table-row"> + <a href="counter-reset-applies-to-004.xht">counter-reset-applies-to-004</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-005" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-column-group'"> + <a href="counter-reset-applies-to-005.xht">counter-reset-applies-to-005</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-006" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-column'"> + <a href="counter-reset-applies-to-006.xht">counter-reset-applies-to-006</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-007" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'table-cell'"> + <a href="counter-reset-applies-to-007.xht">counter-reset-applies-to-007</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-008" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'inline'"> + <a href="counter-reset-applies-to-008.xht">counter-reset-applies-to-008</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-009" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'block'"> + <a href="counter-reset-applies-to-009.xht">counter-reset-applies-to-009</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-011" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'run-in'"> + <a href="counter-reset-applies-to-011.xht">counter-reset-applies-to-011</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-012" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with 'display' set to 'inline-block'"> + <a href="counter-reset-applies-to-012.xht">counter-reset-applies-to-012</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-013" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with display table"> + <a href="counter-reset-applies-to-013.xht">counter-reset-applies-to-013</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-014" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with display inline-table"> + <a href="counter-reset-applies-to-014.xht">counter-reset-applies-to-014</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="counter-reset-applies-to-015" class=""> + <tr> + <td rowspan="1" title="Counter-reset applied to elements with display table-caption"> + <a href="counter-reset-applies-to-015.xht">counter-reset-applies-to-015</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="counter-reset-increment-002" class=""> <tr> <td rowspan="1" title="counter-reset - negative value with positive counter-increment"> @@ -24060,6 +24300,14 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="counter-reset-visibility-001" class=""> + <tr> + <td rowspan="1" title="Counter-reset on visibility: hidden element"> + <a href="counter-reset-visibility-001.xht">counter-reset-visibility-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="counters-001" class=""> <tr> <td rowspan="1" title="Parsing counter functions with just the identifier"> @@ -29564,6 +29812,14 @@ <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> </tr> </tbody> + <tbody id="increment-counter-001" class=""> + <tr> + <td rowspan="1" title="Counter-increment before 'counter' use"> + <a href="increment-counter-001.xht">increment-counter-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="inherit-static-offset-001" class="image"> <tr> <td rowspan="1" title="top and left - inherit keyword on element with statically positioned parent"> @@ -31316,6 +31572,102 @@ <td rowspan="1"><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td> </tr> </tbody> + <tbody id="line-box-height-vlr-003" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (mixed)"> + <a href="line-box-height-vlr-003.xht">line-box-height-vlr-003</a></td> + <td><a href="reference/line-box-height-vlr-003-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vlr-005" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (mixed)"> + <a href="line-box-height-vlr-005.xht">line-box-height-vlr-005</a></td> + <td><a href="reference/line-box-height-vlr-003-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vlr-007" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (sideways)"> + <a href="line-box-height-vlr-007.xht">line-box-height-vlr-007</a></td> + <td><a href="reference/line-box-height-vlr-007-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vlr-009" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (sideways)"> + <a href="line-box-height-vlr-009.xht">line-box-height-vlr-009</a></td> + <td><a href="reference/line-box-height-vlr-007-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vlr-011" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (upright)"> + <a href="line-box-height-vlr-011.xht">line-box-height-vlr-011</a></td> + <td><a href="reference/line-box-height-vlr-011-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vlr-013" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (upright)"> + <a href="line-box-height-vlr-013.xht">line-box-height-vlr-013</a></td> + <td><a href="reference/line-box-height-vlr-011-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-002" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (mixed)"> + <a href="line-box-height-vrl-002.xht">line-box-height-vrl-002</a></td> + <td><a href="reference/line-box-height-vrl-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-004" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (mixed)"> + <a href="line-box-height-vrl-004.xht">line-box-height-vrl-004</a></td> + <td><a href="reference/line-box-height-vrl-002-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-006" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (sideways)"> + <a href="line-box-height-vrl-006.xht">line-box-height-vrl-006</a></td> + <td><a href="reference/line-box-height-vrl-006-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-008" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (sideways)"> + <a href="line-box-height-vrl-008.xht">line-box-height-vrl-008</a></td> + <td><a href="reference/line-box-height-vrl-006-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-010" class=""> + <tr> + <td rowspan="1" title="line box height and border on non-replaced inline box (upright)"> + <a href="line-box-height-vrl-010.xht">line-box-height-vrl-010</a></td> + <td><a href="reference/line-box-height-vrl-010-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="line-box-height-vrl-012" class=""> + <tr> + <td rowspan="1" title="line box height and padding on non-replaced inline box (upright)"> + <a href="line-box-height-vrl-012.xht">line-box-height-vrl-012</a></td> + <td><a href="reference/line-box-height-vrl-010-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="line-breaking-bidi-001" class="ahem"> <tr> <td rowspan="1" title="Line breaking and the bidi algorithm"> @@ -38239,6 +38591,134 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-001" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#00000'"> + <a href="outline-color-001.xht">outline-color-001</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-002" class=""> + <tr> + <td rowspan="1" title="Outline-color set to '#000000'"> + <a href="outline-color-002.xht">outline-color-002</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-007" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#1000000'"> + <a href="outline-color-007.xht">outline-color-007</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-008" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#fgfgfg'"> + <a href="outline-color-008.xht">outline-color-008</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-013" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#fg0000'"> + <a href="outline-color-013.xht">outline-color-013</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-018" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#00fg00'"> + <a href="outline-color-018.xht">outline-color-018</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-023" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#0000fg'"> + <a href="outline-color-023.xht">outline-color-023</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-024" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#00'"> + <a href="outline-color-024.xht">outline-color-024</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-025" class=""> + <tr> + <td rowspan="1" title="Outline-color set to '#000'"> + <a href="outline-color-025.xht">outline-color-025</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-030" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#1000'"> + <a href="outline-color-030.xht">outline-color-030</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-031" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#ggg'"> + <a href="outline-color-031.xht">outline-color-031</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-036" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#g00'"> + <a href="outline-color-036.xht">outline-color-036</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-041" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#0g0'"> + <a href="outline-color-041.xht">outline-color-041</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-046" class="invalid"> + <tr> + <td rowspan="1" title="Outline-color set to '#00g'"> + <a href="outline-color-046.xht">outline-color-046</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"><abbr class="invalid" title="Tests invalid CSS">Invalid</abbr></td> + </tr> + </tbody> + <tbody id="outline-color-047" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-1%, -1%, -1%)'"> + <a href="outline-color-047.xht">outline-color-047</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-048" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, 0%)'"> + <a href="outline-color-048.xht">outline-color-048</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-049" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(1%, 1%, 1%)'"> @@ -38247,6 +38727,22 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-050" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-0%, -0%, -0%)'"> + <a href="outline-color-050.xht">outline-color-050</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-051" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(+0%, +0%, +0%)'"> + <a href="outline-color-051.xht">outline-color-051</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-052" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(40%, 40%, 40%)'"> @@ -38271,6 +38767,46 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-058" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-1, -1, -1)'"> + <a href="outline-color-058.xht">outline-color-058</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-059" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, 0, 0)'"> + <a href="outline-color-059.xht">outline-color-059</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-061" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-0, -0, -0)'"> + <a href="outline-color-061.xht">outline-color-061</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-062" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(+0, +0, +0)'"> + <a href="outline-color-062.xht">outline-color-062</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-069" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-1%, 0%, 0%)'"> + <a href="outline-color-069.xht">outline-color-069</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-070" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(1%, 0%, 0%)'"> @@ -38279,6 +38815,22 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-071" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-0%, 0%, 0%)'"> + <a href="outline-color-071.xht">outline-color-071</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-072" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(+0%, 0%, 0%)'"> + <a href="outline-color-072.xht">outline-color-072</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-073" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(40%, 0%, 0%)'"> @@ -38303,6 +38855,38 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-079" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-1, 0, 0)'"> + <a href="outline-color-079.xht">outline-color-079</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-081" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(-0, 0, 0)'"> + <a href="outline-color-081.xht">outline-color-081</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-082" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(+0, 0, 0)'"> + <a href="outline-color-082.xht">outline-color-082</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-089" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, -1%, 0%)'"> + <a href="outline-color-089.xht">outline-color-089</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-090" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(0%, 1%, 0%)'"> @@ -38311,6 +38895,22 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-091" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, -0%, 0%)'"> + <a href="outline-color-091.xht">outline-color-091</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-092" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, +0%, 0%)'"> + <a href="outline-color-092.xht">outline-color-092</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-093" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(0%, 40%, 0%)'"> @@ -38335,6 +38935,38 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-099" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, -1, 0)'"> + <a href="outline-color-099.xht">outline-color-099</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-101" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, -0, 0)'"> + <a href="outline-color-101.xht">outline-color-101</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-102" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, +0, 0)'"> + <a href="outline-color-102.xht">outline-color-102</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-109" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, -1%)'"> + <a href="outline-color-109.xht">outline-color-109</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-110" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, 1%)'"> @@ -38343,6 +38975,22 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-111" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, -0%)'"> + <a href="outline-color-111.xht">outline-color-111</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-112" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, +0%)'"> + <a href="outline-color-112.xht">outline-color-112</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-113" class=""> <tr> <td rowspan="1" title="Outline-color set to 'rgb(0%, 0%, 40%)'"> @@ -38367,6 +39015,38 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="outline-color-119" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, 0, -1)'"> + <a href="outline-color-119.xht">outline-color-119</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-121" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, 0, -0)'"> + <a href="outline-color-121.xht">outline-color-121</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-122" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'rgb(0, 0, +0)'"> + <a href="outline-color-122.xht">outline-color-122</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="outline-color-130" class=""> + <tr> + <td rowspan="1" title="Outline-color set to 'black'"> + <a href="outline-color-130.xht">outline-color-130</a></td> + <td><a href="reference/boxes_same_color_100px_black_50px_margin.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="outline-color-applies-to-005" class=""> <tr> <td rowspan="1" title="Outline-color applied to element with display table-column-group"> @@ -42223,6 +42903,14 @@ <td rowspan="1"><abbr class="svg" title="Requires SVG support">SVG</abbr></td> </tr> </tbody> + <tbody id="reset-counter-001" class=""> + <tr> + <td rowspan="1" title="Counter-reset before counter use"> + <a href="reset-counter-001.xht">reset-counter-001</a></td> + <td><a href="reference/pass_if_number_5.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> <tbody id="right-004" class=""> <tr> <td rowspan="1" title="Right using pixels with a value of negative zero, -0px"> @@ -44167,6 +44855,1246 @@ <td rowspan="1"></td> </tr> </tbody> + <tbody id="table-anonymous-objects-009" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 203923-1.html"> + <a href="table-anonymous-objects-009.xht">table-anonymous-objects-009</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-010" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 203923-1.html"> + <a href="table-anonymous-objects-010.xht">table-anonymous-objects-010</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-011" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 203923-2.html"> + <a href="table-anonymous-objects-011.xht">table-anonymous-objects-011</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-012" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 203923-2.html"> + <a href="table-anonymous-objects-012.xht">table-anonymous-objects-012</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-015" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-2.html"> + <a href="table-anonymous-objects-015.xht">table-anonymous-objects-015</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-016" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-2.html"> + <a href="table-anonymous-objects-016.xht">table-anonymous-objects-016</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-017" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-3.html"> + <a href="table-anonymous-objects-017.xht">table-anonymous-objects-017</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-018" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-3.html"> + <a href="table-anonymous-objects-018.xht">table-anonymous-objects-018</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-019" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-4.html"> + <a href="table-anonymous-objects-019.xht">table-anonymous-objects-019</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-020" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 208305-4.html"> + <a href="table-anonymous-objects-020.xht">table-anonymous-objects-020</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-065" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-second-row-and-table.html"> + <a href="table-anonymous-objects-065.xht">table-anonymous-objects-065</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-066" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-second-row-and-table.html"> + <a href="table-anonymous-objects-066.xht">table-anonymous-objects-066</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-067" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-1.html"> + <a href="table-anonymous-objects-067.xht">table-anonymous-objects-067</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-068" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-1.html"> + <a href="table-anonymous-objects-068.xht">table-anonymous-objects-068</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-069" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-2.html"> + <a href="table-anonymous-objects-069.xht">table-anonymous-objects-069</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-070" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-2.html"> + <a href="table-anonymous-objects-070.xht">table-anonymous-objects-070</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-071" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-3.html"> + <a href="table-anonymous-objects-071.xht">table-anonymous-objects-071</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-072" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-around-headers-footers-3.html"> + <a href="table-anonymous-objects-072.xht">table-anonymous-objects-072</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-073" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-rows-inside-rowgroups.html"> + <a href="table-anonymous-objects-073.xht">table-anonymous-objects-073</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-074" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-rows-inside-rowgroups.html"> + <a href="table-anonymous-objects-074.xht">table-anonymous-objects-074</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-075" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-row-cell.html"> + <a href="table-anonymous-objects-075.xht">table-anonymous-objects-075</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-076" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table-row-cell.html"> + <a href="table-anonymous-objects-076.xht">table-anonymous-objects-076</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-077" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table.html"> + <a href="table-anonymous-objects-077.xht">table-anonymous-objects-077</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-078" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-table.html"> + <a href="table-anonymous-objects-078.xht">table-anonymous-objects-078</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-079" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 3-tables-ref.html"> + <a href="table-anonymous-objects-079.xht">table-anonymous-objects-079</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-080" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test 3-tables-ref.html"> + <a href="table-anonymous-objects-080.xht">table-anonymous-objects-080</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-081" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test blocks-divide-tables-1.html"> + <a href="table-anonymous-objects-081.xht">table-anonymous-objects-081</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-082" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test blocks-divide-tables-1.html"> + <a href="table-anonymous-objects-082.xht">table-anonymous-objects-082</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-083" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test blocks-divide-tables-2.html"> + <a href="table-anonymous-objects-083.xht">table-anonymous-objects-083</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-084" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test blocks-divide-tables-2.html"> + <a href="table-anonymous-objects-084.xht">table-anonymous-objects-084</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-085" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-1.html"> + <a href="table-anonymous-objects-085.xht">table-anonymous-objects-085</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-086" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-1.html"> + <a href="table-anonymous-objects-086.xht">table-anonymous-objects-086</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-087" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-2.html"> + <a href="table-anonymous-objects-087.xht">table-anonymous-objects-087</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-088" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-2.html"> + <a href="table-anonymous-objects-088.xht">table-anonymous-objects-088</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-089" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-3.html"> + <a href="table-anonymous-objects-089.xht">table-anonymous-objects-089</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-090" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-3.html"> + <a href="table-anonymous-objects-090.xht">table-anonymous-objects-090</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-091" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-4.html"> + <a href="table-anonymous-objects-091.xht">table-anonymous-objects-091</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-092" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test infer-cells-4.html"> + <a href="table-anonymous-objects-092.xht">table-anonymous-objects-092</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-093" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-1.html"> + <a href="table-anonymous-objects-093.xht">table-anonymous-objects-093</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-094" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-1.html"> + <a href="table-anonymous-objects-094.xht">table-anonymous-objects-094</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-095" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-2.html"> + <a href="table-anonymous-objects-095.xht">table-anonymous-objects-095</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-096" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-2.html"> + <a href="table-anonymous-objects-096.xht">table-anonymous-objects-096</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-097" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-3.html"> + <a href="table-anonymous-objects-097.xht">table-anonymous-objects-097</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-098" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test cols-test-3.html"> + <a href="table-anonymous-objects-098.xht">table-anonymous-objects-098</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-099" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-1.html"> + <a href="table-anonymous-objects-099.xht">table-anonymous-objects-099</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-100" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-1.html"> + <a href="table-anonymous-objects-100.xht">table-anonymous-objects-100</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-101" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-2.html"> + <a href="table-anonymous-objects-101.xht">table-anonymous-objects-101</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-102" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-2.html"> + <a href="table-anonymous-objects-102.xht">table-anonymous-objects-102</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-103" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-3.html"> + <a href="table-anonymous-objects-103.xht">table-anonymous-objects-103</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-104" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-3.html"> + <a href="table-anonymous-objects-104.xht">table-anonymous-objects-104</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-105" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-4.html"> + <a href="table-anonymous-objects-105.xht">table-anonymous-objects-105</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-106" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-4.html"> + <a href="table-anonymous-objects-106.xht">table-anonymous-objects-106</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-107" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-5.html"> + <a href="table-anonymous-objects-107.xht">table-anonymous-objects-107</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-108" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-5.html"> + <a href="table-anonymous-objects-108.xht">table-anonymous-objects-108</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-109" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-6.html"> + <a href="table-anonymous-objects-109.xht">table-anonymous-objects-109</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-110" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-6.html"> + <a href="table-anonymous-objects-110.xht">table-anonymous-objects-110</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-111" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-7.html"> + <a href="table-anonymous-objects-111.xht">table-anonymous-objects-111</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-112" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-7.html"> + <a href="table-anonymous-objects-112.xht">table-anonymous-objects-112</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-113" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-8.html"> + <a href="table-anonymous-objects-113.xht">table-anonymous-objects-113</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-114" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-8.html"> + <a href="table-anonymous-objects-114.xht">table-anonymous-objects-114</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-115" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-9.html"> + <a href="table-anonymous-objects-115.xht">table-anonymous-objects-115</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-116" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-9.html"> + <a href="table-anonymous-objects-116.xht">table-anonymous-objects-116</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-117" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-10.html"> + <a href="table-anonymous-objects-117.xht">table-anonymous-objects-117</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-118" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-10.html"> + <a href="table-anonymous-objects-118.xht">table-anonymous-objects-118</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-119" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-11.html"> + <a href="table-anonymous-objects-119.xht">table-anonymous-objects-119</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-120" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-11.html"> + <a href="table-anonymous-objects-120.xht">table-anonymous-objects-120</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-121" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-12.html"> + <a href="table-anonymous-objects-121.xht">table-anonymous-objects-121</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-122" class="dom"> + <tr> + <td rowspan="2" title="Auto-imported from Gecko test dynamic-removal-12.html"> + <a href="table-anonymous-objects-122.xht">table-anonymous-objects-122</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="2"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + <tr> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-123" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-13.html"> + <a href="table-anonymous-objects-123.xht">table-anonymous-objects-123</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-124" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-13.html"> + <a href="table-anonymous-objects-124.xht">table-anonymous-objects-124</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-125" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-14.html"> + <a href="table-anonymous-objects-125.xht">table-anonymous-objects-125</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-126" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-14.html"> + <a href="table-anonymous-objects-126.xht">table-anonymous-objects-126</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-127" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-15.html"> + <a href="table-anonymous-objects-127.xht">table-anonymous-objects-127</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-128" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-15.html"> + <a href="table-anonymous-objects-128.xht">table-anonymous-objects-128</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-129" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-16.html"> + <a href="table-anonymous-objects-129.xht">table-anonymous-objects-129</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-130" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-16.html"> + <a href="table-anonymous-objects-130.xht">table-anonymous-objects-130</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-131" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-17.html"> + <a href="table-anonymous-objects-131.xht">table-anonymous-objects-131</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-132" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-removal-17.html"> + <a href="table-anonymous-objects-132.xht">table-anonymous-objects-132</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-133" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-insert-cell-1.html"> + <a href="table-anonymous-objects-133.xht">table-anonymous-objects-133</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-134" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-insert-cell-1.html"> + <a href="table-anonymous-objects-134.xht">table-anonymous-objects-134</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-135" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html"> + <a href="table-anonymous-objects-135.xht">table-anonymous-objects-135</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-136" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html"> + <a href="table-anonymous-objects-136.xht">table-anonymous-objects-136</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-137" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html"> + <a href="table-anonymous-objects-137.xht">table-anonymous-objects-137</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-138" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html"> + <a href="table-anonymous-objects-138.xht">table-anonymous-objects-138</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-139" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html"> + <a href="table-anonymous-objects-139.xht">table-anonymous-objects-139</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-140" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html"> + <a href="table-anonymous-objects-140.xht">table-anonymous-objects-140</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-141" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html"> + <a href="table-anonymous-objects-141.xht">table-anonymous-objects-141</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-142" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html"> + <a href="table-anonymous-objects-142.xht">table-anonymous-objects-142</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-143" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html"> + <a href="table-anonymous-objects-143.xht">table-anonymous-objects-143</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-144" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html"> + <a href="table-anonymous-objects-144.xht">table-anonymous-objects-144</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-145" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html"> + <a href="table-anonymous-objects-145.xht">table-anonymous-objects-145</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-146" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html"> + <a href="table-anonymous-objects-146.xht">table-anonymous-objects-146</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-147" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html"> + <a href="table-anonymous-objects-147.xht">table-anonymous-objects-147</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-148" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html"> + <a href="table-anonymous-objects-148.xht">table-anonymous-objects-148</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-149" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html"> + <a href="table-anonymous-objects-149.xht">table-anonymous-objects-149</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-150" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html"> + <a href="table-anonymous-objects-150.xht">table-anonymous-objects-150</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-151" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html"> + <a href="table-anonymous-objects-151.xht">table-anonymous-objects-151</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-152" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html"> + <a href="table-anonymous-objects-152.xht">table-anonymous-objects-152</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-153" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html"> + <a href="table-anonymous-objects-153.xht">table-anonymous-objects-153</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-154" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html"> + <a href="table-anonymous-objects-154.xht">table-anonymous-objects-154</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-155" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-1.html"> + <a href="table-anonymous-objects-155.xht">table-anonymous-objects-155</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-156" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-1.html"> + <a href="table-anonymous-objects-156.xht">table-anonymous-objects-156</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-157" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-2.html"> + <a href="table-anonymous-objects-157.xht">table-anonymous-objects-157</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-158" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-2.html"> + <a href="table-anonymous-objects-158.xht">table-anonymous-objects-158</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-159" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-3.html"> + <a href="table-anonymous-objects-159.xht">table-anonymous-objects-159</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-160" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-3.html"> + <a href="table-anonymous-objects-160.xht">table-anonymous-objects-160</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-161" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-4.html"> + <a href="table-anonymous-objects-161.xht">table-anonymous-objects-161</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-162" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-4.html"> + <a href="table-anonymous-objects-162.xht">table-anonymous-objects-162</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-163" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-5.html"> + <a href="table-anonymous-objects-163.xht">table-anonymous-objects-163</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-164" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-5.html"> + <a href="table-anonymous-objects-164.xht">table-anonymous-objects-164</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-165" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-6.html"> + <a href="table-anonymous-objects-165.xht">table-anonymous-objects-165</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-166" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-6.html"> + <a href="table-anonymous-objects-166.xht">table-anonymous-objects-166</a></td> + <td><a href="reference/no_red_3x3_monospace_table-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-167" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-7.html"> + <a href="table-anonymous-objects-167.xht">table-anonymous-objects-167</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-168" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-7.html"> + <a href="table-anonymous-objects-168.xht">table-anonymous-objects-168</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-169" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-8.html"> + <a href="table-anonymous-objects-169.xht">table-anonymous-objects-169</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-170" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-8.html"> + <a href="table-anonymous-objects-170.xht">table-anonymous-objects-170</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-171" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-9.html"> + <a href="table-anonymous-objects-171.xht">table-anonymous-objects-171</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-172" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-9.html"> + <a href="table-anonymous-objects-172.xht">table-anonymous-objects-172</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-173" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-10.html"> + <a href="table-anonymous-objects-173.xht">table-anonymous-objects-173</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-174" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-10.html"> + <a href="table-anonymous-objects-174.xht">table-anonymous-objects-174</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-175" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-11.html"> + <a href="table-anonymous-objects-175.xht">table-anonymous-objects-175</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-176" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-11.html"> + <a href="table-anonymous-objects-176.xht">table-anonymous-objects-176</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-177" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-12.html"> + <a href="table-anonymous-objects-177.xht">table-anonymous-objects-177</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-178" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-12.html"> + <a href="table-anonymous-objects-178.xht">table-anonymous-objects-178</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-179" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-13.html"> + <a href="table-anonymous-objects-179.xht">table-anonymous-objects-179</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-180" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-13.html"> + <a href="table-anonymous-objects-180.xht">table-anonymous-objects-180</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-181" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-14.html"> + <a href="table-anonymous-objects-181.xht">table-anonymous-objects-181</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-182" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-14.html"> + <a href="table-anonymous-objects-182.xht">table-anonymous-objects-182</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-183" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-15.html"> + <a href="table-anonymous-objects-183.xht">table-anonymous-objects-183</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-184" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-15.html"> + <a href="table-anonymous-objects-184.xht">table-anonymous-objects-184</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-185" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-16.html"> + <a href="table-anonymous-objects-185.xht">table-anonymous-objects-185</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-186" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-16.html"> + <a href="table-anonymous-objects-186.xht">table-anonymous-objects-186</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-187" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-17.html"> + <a href="table-anonymous-objects-187.xht">table-anonymous-objects-187</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-188" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-17.html"> + <a href="table-anonymous-objects-188.xht">table-anonymous-objects-188</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-189" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-18.html"> + <a href="table-anonymous-objects-189.xht">table-anonymous-objects-189</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-190" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-18.html"> + <a href="table-anonymous-objects-190.xht">table-anonymous-objects-190</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-191" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-19.html"> + <a href="table-anonymous-objects-191.xht">table-anonymous-objects-191</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-192" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-19.html"> + <a href="table-anonymous-objects-192.xht">table-anonymous-objects-192</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-193" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-20.html"> + <a href="table-anonymous-objects-193.xht">table-anonymous-objects-193</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-194" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-20.html"> + <a href="table-anonymous-objects-194.xht">table-anonymous-objects-194</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-195" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-21.html"> + <a href="table-anonymous-objects-195.xht">table-anonymous-objects-195</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-196" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-21.html"> + <a href="table-anonymous-objects-196.xht">table-anonymous-objects-196</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-197" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-22.html"> + <a href="table-anonymous-objects-197.xht">table-anonymous-objects-197</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-198" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-22.html"> + <a href="table-anonymous-objects-198.xht">table-anonymous-objects-198</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-199" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-23.html"> + <a href="table-anonymous-objects-199.xht">table-anonymous-objects-199</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-200" class=""> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-23.html"> + <a href="table-anonymous-objects-200.xht">table-anonymous-objects-200</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-201" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-24.html"> + <a href="table-anonymous-objects-201.xht">table-anonymous-objects-201</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-202" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-24.html"> + <a href="table-anonymous-objects-202.xht">table-anonymous-objects-202</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-203" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-25.html"> + <a href="table-anonymous-objects-203.xht">table-anonymous-objects-203</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-204" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-25.html"> + <a href="table-anonymous-objects-204.xht">table-anonymous-objects-204</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-205" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-26.html"> + <a href="table-anonymous-objects-205.xht">table-anonymous-objects-205</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> + <tbody id="table-anonymous-objects-206" class="dom"> + <tr> + <td rowspan="1" title="Auto-imported from Gecko test white-space-26.html"> + <a href="table-anonymous-objects-206.xht">table-anonymous-objects-206</a></td> + <td><a href="reference/no_red_antialiasing_a_bc_d-ref.xht">=</a> </td> + <td rowspan="1"><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td> + </tr> + </tbody> <tbody id="table-backgrounds-bc-cell-001" class=""> <tr> <td rowspan="1" title="table backgrounds"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list index 544f0a7a9a8..3273ee1e743 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reftest.list @@ -1083,6 +1083,7 @@ before-content-display-015.xht == reference/after-content-display-002-ref.xht before-content-display-016.xht == reference/after-content-display-012-ref.xht before-content-display-017.xht == reference/after-content-display-002-ref.xht before-content-display-018.xht == reference/after-content-display-001-ref.xht +before-first-letter-selector-001.xht == reference/before-first-letter-selector-001-ref.xht bidi-001.xht == reference/bidi-001-ref.xht bidi-002.xht == reference/bidi-002-ref.xht bidi-003.xht == reference/bidi-003-ref.xht @@ -3013,7 +3014,37 @@ core-syntax-006.xht == reference/core-syntax-006-ref.xht core-syntax-007.xht == reference/core-syntax-007-ref.xht core-syntax-008.xht == reference/ref-this-text-should-be-green.xht core-syntax-009.xht == reference/ref-this-text-should-be-green.xht +counter-increment-applies-to-001.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-002.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-003.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-004.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-005.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-006.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-007.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-008.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-009.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-011.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-012.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-013.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-014.xht == reference/pass_if_number_5.xht +counter-increment-applies-to-015.xht == reference/pass_if_number_5.xht +counter-increment-visibility-001.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-001.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-002.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-003.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-004.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-005.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-006.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-007.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-008.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-009.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-011.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-012.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-013.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-014.xht == reference/pass_if_number_5.xht +counter-reset-applies-to-015.xht == reference/pass_if_number_5.xht counter-reset-increment-002.xht == reference/counter-reset-increment-002-ref.xht +counter-reset-visibility-001.xht == reference/pass_if_number_5.xht counters-001.xht == reference/counters-001-ref.xht counters-002.xht == reference/no-red-filler-text-ref.xht counters-003.xht == reference/counters-003-ref.xht @@ -3703,6 +3734,7 @@ ignored-rules-006.xht == reference/filler-text-below-green.xht ignored-rules-007.xht == reference/filler-text-below-green.xht import-000.xht == reference/ref-this-text-should-be-green.xht import-001.xht == reference/ref-this-text-should-be-green.xht +increment-counter-001.xht == reference/pass_if_number_5.xht inherit-static-offset-001.xht == reference/ref-filled-green-100px-square.xht inherit-static-offset-002.xht == reference/ref-filled-green-100px-square.xht inherit-static-offset-003.xht == reference/ref-filled-green-100px-square.xht @@ -3922,6 +3954,18 @@ left-offset-percentage-001.xht == reference/left-offset-percentage-001-ref.xht left-offset-percentage-002.xht == reference/left-offset-percentage-002-ref.xht left-offset-position-fixed-001.xht == reference/left-offset-position-fixed-001-ref.xht line-box-height-002.xht == reference/line-box-height-002-ref.xht +line-box-height-vlr-003.xht == reference/line-box-height-vlr-003-ref.xht +line-box-height-vlr-005.xht == reference/line-box-height-vlr-003-ref.xht +line-box-height-vlr-007.xht == reference/line-box-height-vlr-007-ref.xht +line-box-height-vlr-009.xht == reference/line-box-height-vlr-007-ref.xht +line-box-height-vlr-011.xht == reference/line-box-height-vlr-011-ref.xht +line-box-height-vlr-013.xht == reference/line-box-height-vlr-011-ref.xht +line-box-height-vrl-002.xht == reference/line-box-height-vrl-002-ref.xht +line-box-height-vrl-004.xht == reference/line-box-height-vrl-002-ref.xht +line-box-height-vrl-006.xht == reference/line-box-height-vrl-006-ref.xht +line-box-height-vrl-008.xht == reference/line-box-height-vrl-006-ref.xht +line-box-height-vrl-010.xht == reference/line-box-height-vrl-010-ref.xht +line-box-height-vrl-012.xht == reference/line-box-height-vrl-010-ref.xht line-breaking-bidi-001.xht == reference/line-breaking-bidi-001-ref.xht line-breaking-bidi-002.xht == reference/line-breaking-bidi-002-ref.xht line-breaking-bidi-003.xht == reference/line-breaking-bidi-003-ref.xht @@ -4789,22 +4833,63 @@ numbers-units-021.xht == reference/numbers-units-021-ref.xht other-attribute-001.xht == reference/no-red-on-blank-page-ref.xht outline-applies-to-005.xht == reference/no-red-on-blank-page-ref.xht outline-applies-to-006.xht == reference/no-red-on-blank-page-ref.xht +outline-color-001.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-002.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-007.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-008.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-013.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-018.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-023.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-024.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-025.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-030.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-031.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-036.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-041.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-046.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-047.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-048.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-049.xht == reference/outline-color-049-ref.xht +outline-color-050.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-051.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-052.xht == reference/outline-color-052-ref.xht outline-color-053.xht == reference/outline-color-052-ref.xht outline-color-054.xht == reference/outline-color-054-ref.xht +outline-color-058.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-059.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-061.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-062.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-069.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-070.xht == reference/outline-color-070-ref.xht +outline-color-071.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-072.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-073.xht == reference/outline-color-073-ref.xht outline-color-074.xht == reference/outline-color-073-ref.xht outline-color-075.xht == reference/outline-color-075-ref.xht +outline-color-079.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-081.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-082.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-089.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-090.xht == reference/outline-color-090-ref.xht +outline-color-091.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-092.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-093.xht == reference/outline-color-093-ref.xht outline-color-094.xht == reference/outline-color-093-ref.xht outline-color-095.xht == reference/outline-color-095-ref.xht +outline-color-099.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-101.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-102.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-109.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-110.xht == reference/outline-color-110-ref.xht +outline-color-111.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-112.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-113.xht == reference/outline-color-113-ref.xht outline-color-114.xht == reference/outline-color-113-ref.xht outline-color-115.xht == reference/outline-color-115-ref.xht +outline-color-119.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-121.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-122.xht == reference/boxes_same_color_100px_black_50px_margin.xht +outline-color-130.xht == reference/boxes_same_color_100px_black_50px_margin.xht outline-color-applies-to-005.xht == reference/no-red-on-blank-page-ref.xht outline-color-applies-to-006.xht == reference/no-red-on-blank-page-ref.xht outline-layout-006.xht == reference/outline-layout-006-ref.xht @@ -5287,6 +5372,7 @@ replaced-intrinsic-002.xht == reference/replaced-intrinsic-002-ref.xht replaced-intrinsic-003.xht == reference/replaced-intrinsic-003-ref.xht replaced-intrinsic-004.xht == reference/ref-filled-green-100px-square.xht replaced-intrinsic-005.xht == reference/replaced-intrinsic-005-ref.xht +reset-counter-001.xht == reference/pass_if_number_5.xht right-004.xht == reference/right-004-ref.xht right-005.xht == reference/right-004-ref.xht right-006.xht == reference/right-004-ref.xht @@ -5530,6 +5616,166 @@ style-attr-cascade-006.xht == reference/ref-green.xht style-attr-cascade-007.xht == reference/style-attr-cascade-007.xht style-attr-specificity-001.xht == reference/ref-green-on-green.xht style-attr-specificity-002.xht == reference/ref-green-on-green.xht +table-anonymous-objects-009.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-010.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-011.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-012.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-015.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-016.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-017.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-018.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-019.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-020.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-065.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-066.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-067.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-068.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-069.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-070.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-071.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-072.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-073.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-074.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-075.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-076.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-077.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-078.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-079.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-080.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-081.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-082.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-083.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-084.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-085.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-086.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-087.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-088.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-089.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-090.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-091.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-092.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-093.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-094.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-095.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-096.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-097.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-098.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-099.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-100.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-101.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-102.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-103.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-104.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-105.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-106.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-107.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-108.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-109.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-110.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-111.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-112.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-113.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-114.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-115.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-115.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-116.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-116.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-117.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-117.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-118.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-118.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-119.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-119.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-120.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-120.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-121.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-121.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-122.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-122.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-123.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-124.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-125.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-126.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-127.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-128.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-129.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-130.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-131.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-132.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-133.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-134.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-135.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-136.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-137.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-138.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-139.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-140.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-141.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-142.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-143.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-144.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-145.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-146.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-147.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-148.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-149.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-150.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-151.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-152.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-153.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-154.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-155.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-156.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-157.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-158.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-159.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-160.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-161.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-162.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-163.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-164.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-165.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-166.xht == reference/no_red_3x3_monospace_table-ref.xht +table-anonymous-objects-167.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-168.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-169.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-170.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-171.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-172.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-173.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-174.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-175.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-176.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-177.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-178.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-179.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-180.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-181.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-182.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-183.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-184.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-185.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-186.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-187.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-188.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-189.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-190.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-191.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-192.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-193.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-194.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-195.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-196.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-197.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-198.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-199.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-200.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-201.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-202.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-203.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-204.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-205.xht == reference/no_red_antialiasing_a_bc_d-ref.xht +table-anonymous-objects-206.xht == reference/no_red_antialiasing_a_bc_d-ref.xht table-backgrounds-bc-cell-001.xht == reference/table-backgrounds-bc-cell-001-ref.xht table-backgrounds-bc-colgroup-001.xht == reference/table-backgrounds-bc-colgroup-001-ref.xht table-backgrounds-bc-column-001.xht == reference/table-backgrounds-bc-column-001-ref.xht diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/reset-counter-001.xht b/tests/wpt/css-tests/css21_dev/xhtml1/reset-counter-001.xht index 600b8ba1bee..c8756fb3c46 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/reset-counter-001.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/reset-counter-001.xht @@ -4,6 +4,7 @@ <title>CSS Test: Counter-reset before counter use</title> <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> + <link rel="match" href="reference/pass_if_number_5.xht" /> <meta name="flags" content="" /> <meta name="assert" content="Counter is used after a reset." /> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-009.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-009.xht index 2f1ca2b002e..ee878eb75ea 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-009.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-009.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 203923-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-010.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-010.xht index 5c48951f0f7..083ee765936 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-010.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-010.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 203923-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-011.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-011.xht index eae32481b5d..db1ae205616 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-011.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-011.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 203923-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-012.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-012.xht index 3c3f5a2b054..72c59c8b319 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-012.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-012.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 203923-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-015.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-015.xht index 278574a89fe..f766520d701 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-015.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-015.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-016.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-016.xht index d51da9c33a0..787760d212a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-016.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-016.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-017.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-017.xht index 086985aeaf0..50d361b8d4b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-017.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-017.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-018.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-018.xht index bdb27a328cc..e0aeb19e3f2 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-018.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-018.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-019.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-019.xht index db85ddd3019..60e5911b79b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-019.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-019.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-020.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-020.xht index f98cf300e63..177bae92c7f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-020.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-020.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test 208305-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style id="s" type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-065.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-065.xht index 82894fcce09..fb45f05e903 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-065.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-065.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-second-row-and-table.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-066.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-066.xht index 94307413a3e..3d50c366771 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-066.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-066.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-second-row-and-table.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-067.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-067.xht index 7987d5eb7f7..4f94119e5c1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-067.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-067.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-068.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-068.xht index d067160ad64..44d6b39a6d5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-068.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-068.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-069.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-069.xht index 5bd6a336180..c2386754bb5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-069.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-069.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-070.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-070.xht index 7fd3161fbea..df80d1d526d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-070.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-070.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-071.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-071.xht index 862a8472318..c1ba2bab915 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-071.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-071.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-072.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-072.xht index 200d4b4f15a..de6153fbc67 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-072.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-072.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-around-headers-footers-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-073.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-073.xht index a49643643f3..efbb90c373f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-073.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-073.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-rows-inside-rowgroups.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-074.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-074.xht index fabd51b0047..775d16d3fac 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-074.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-074.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-rows-inside-rowgroups.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-075.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-075.xht index 847c4a722c5..07936d365e4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-075.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-075.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-row-cell.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-076.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-076.xht index a7b8a11508a..496a705894f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-076.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-076.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table-row-cell.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-077.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-077.xht index 89b8b412e30..98d52e53405 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-077.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-077.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-078.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-078.xht index dde6dcfcd12..13a2cb71215 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-078.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-078.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-table.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-079.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-079.xht index 350fa7ac4ef..ddb5fa74ff8 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-079.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-079.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test 3-tables-ref.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-080.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-080.xht index 89bd50bc6aa..eff73ecb198 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-080.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-080.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test 3-tables-ref.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-081.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-081.xht index 4fb3bb38766..41a708f24f5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-081.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-081.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test blocks-divide-tables-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-082.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-082.xht index 97f182b883c..34cadc4e176 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-082.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-082.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test blocks-divide-tables-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-083.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-083.xht index a72149322ad..2bd3783d476 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-083.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-083.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test blocks-divide-tables-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-084.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-084.xht index cf7092a2aa3..a01249fe72c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-084.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-084.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test blocks-divide-tables-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-085.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-085.xht index c079071dfc4..e58ceb95d26 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-085.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-085.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-086.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-086.xht index 6fc8d73d082..b88960d479f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-086.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-086.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace; white-space: nowrap;"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-087.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-087.xht index b1164a1b0d5..7efe347f4d0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-087.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-087.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-088.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-088.xht index 1bf59b533b4..7710fe0a793 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-088.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-088.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-089.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-089.xht index a01f06fe0b4..12c90a6ff2d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-089.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-089.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-090.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-090.xht index e8ac7555620..4543061d74a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-090.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-090.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-091.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-091.xht index 12cf8e986c7..a980dde80bd 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-091.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-091.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-092.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-092.xht index 3817685ba90..3a1c5b56a0a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-092.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-092.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test infer-cells-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-093.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-093.xht index 871fe2f6331..1bf2cdb03d4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-093.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-093.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-094.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-094.xht index 533a79df9d6..9cac62607dc 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-094.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-094.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-095.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-095.xht index df6579ea294..3345314cfea 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-095.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-095.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-096.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-096.xht index 1bb23d7e4cc..99c0c4dba5f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-096.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-096.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-097.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-097.xht index 40866b8ed92..fd6fdcce6a4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-097.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-097.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-098.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-098.xht index 3eae6646aa3..c5a2be59d67 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-098.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-098.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test cols-test-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content=""/> </head> <body style="font-family: monospace"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-099.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-099.xht index d6cd193f757..58fdd6462f2 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-099.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-099.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-100.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-100.xht index 29326c7b50a..d2db549a39f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-100.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-100.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-101.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-101.xht index 1ede2ea9036..0789212587d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-101.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-101.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-102.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-102.xht index fbecd48ff20..98dba09d85a 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-102.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-102.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-103.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-103.xht index 834a110ebdb..5519e73fd04 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-103.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-103.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-104.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-104.xht index 97465092e74..daf409a4fe3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-104.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-104.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-105.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-105.xht index 3379b5ed288..8751790039f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-105.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-105.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-106.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-106.xht index 2a4a6caec50..3217e7f7013 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-106.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-106.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-107.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-107.xht index 8dba81b525c..718a4701719 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-107.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-107.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-108.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-108.xht index e5a9a6874eb..2c173ea6e5f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-108.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-108.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-109.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-109.xht index 484edab9010..4c66a56c849 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-109.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-109.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-6.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-110.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-110.xht index c1d776ee18e..502ccaf2a9c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-110.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-110.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-6.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-111.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-111.xht index 20b3c6c795b..dab257160b9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-111.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-111.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-7.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-112.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-112.xht index dd3804895e3..d8915c38f40 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-112.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-112.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-7.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-113.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-113.xht index 40ab3e058c7..510c3e8de6e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-113.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-113.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-8.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-114.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-114.xht index dd25bcd6aec..a492a8e9083 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-114.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-114.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-8.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-115.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-115.xht index 535571d34b2..715835cdf26 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-115.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-115.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-9.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-116.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-116.xht index 92e6f34fe5a..4575a7aa6d5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-116.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-116.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-9.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-117.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-117.xht index 9d01b41f8d8..8eb6e7cd4e7 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-117.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-117.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-10.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-118.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-118.xht index b7f0d44c47f..e485d79a646 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-118.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-118.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-10.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-119.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-119.xht index cd34f894240..4896cabfb95 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-119.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-119.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-11.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-120.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-120.xht index 530f46dd63c..e6b3f24ed7b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-120.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-120.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-11.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-121.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-121.xht index eca816b96ca..ee7d30e3895 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-121.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-121.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-12.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-122.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-122.xht index bb9b0ff7864..1af3ee93349 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-122.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-122.xht @@ -4,6 +4,8 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-12.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-123.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-123.xht index a00bbb0f817..011732f9f42 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-123.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-123.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-13.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-124.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-124.xht index 37649c44059..36dcd49568e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-124.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-124.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-13.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-125.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-125.xht index 6e218b2bb95..09c2517ae2c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-125.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-125.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-14.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-126.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-126.xht index 5940d7c465a..00193be9264 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-126.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-126.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-14.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-127.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-127.xht index 7f998938497..04d24091bf5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-127.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-127.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-15.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-128.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-128.xht index c5904584a05..2772940bad2 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-128.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-128.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-15.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-129.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-129.xht index ea081343a14..64733dae7f9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-129.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-129.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-16.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-130.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-130.xht index b2a54dc4438..32e3a64873e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-130.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-130.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-16.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-131.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-131.xht index c979b6d827a..0ee3b3f0a1d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-131.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-131.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-17.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-132.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-132.xht index 97a8469ca2e..efceb08b6a5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-132.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-132.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-removal-17.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-133.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-133.xht index cec7df6238c..273beb07412 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-133.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-133.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-insert-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-134.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-134.xht index d401a7e26fc..31dd3488570 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-134.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-134.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-insert-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-135.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-135.xht index 5eae6a5725f..1b8ef706374 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-135.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-135.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-136.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-136.xht index 187fb7adabf..847de4d57e1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-136.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-136.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-137.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-137.xht index a3e36abdea6..14beb1a142b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-137.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-137.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-138.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-138.xht index a8901a915ab..e858ba599cf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-138.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-138.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-139.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-139.xht index e642fec9a98..5faadbc8528 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-139.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-139.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-140.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-140.xht index 12e4ee1e93f..ffcb1f9f67e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-140.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-140.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-141.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-141.xht index ad8cde6cd01..b126870a961 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-141.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-141.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-142.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-142.xht index c2b78a6ee9e..b564dd0c793 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-142.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-142.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-143.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-143.xht index 7917f81912e..bdd5888ad38 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-143.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-143.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-144.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-144.xht index 4ee79018481..abd6fc4690f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-144.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-144.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-block-to-cell-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-145.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-145.xht index 7451a332c00..68d519eb0a9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-145.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-145.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-146.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-146.xht index f5e77dd0d15..d2b55192801 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-146.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-146.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-147.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-147.xht index 9d9a9ad1139..f3c93c9b3ae 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-147.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-147.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-148.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-148.xht index 99ac5788443..57ccc713759 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-148.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-148.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-149.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-149.xht index 28d9fc37e80..bc68eba21ad 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-149.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-149.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-150.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-150.xht index 67a5391976f..0d2aa6519b0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-150.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-150.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-151.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-151.xht index ce86bead2cb..edb609e4fa5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-151.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-151.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-152.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-152.xht index 47c19b09ee0..2afeee085bc 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-152.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-152.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-153.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-153.xht index 5f27e5b8345..3cae1e43741 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-153.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-153.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-154.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-154.xht index 682bf0b87f6..c235b9b591e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-154.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-154.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test dynamic-switch-inline-to-cell-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-155.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-155.xht index 9af555571e0..5e23d89fd75 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-155.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-155.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-156.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-156.xht index 48a33a23520..64804254e05 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-156.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-156.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-1.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-157.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-157.xht index a631c970910..618e1ddae0c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-157.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-157.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-158.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-158.xht index ba3bfc3dfb3..e49bb43ff79 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-158.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-158.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-2.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-159.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-159.xht index 83baa01c1b2..b24b21dfcb4 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-159.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-159.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-160.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-160.xht index 35b060c1ede..62a3aa8e41f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-160.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-160.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-3.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-161.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-161.xht index fdb36e1bbe1..554d37337bb 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-161.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-161.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-162.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-162.xht index b5615ae5638..ad7d5411c28 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-162.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-162.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-4.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-163.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-163.xht index aa885ed5d9e..66a43b5fa4b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-163.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-163.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-164.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-164.xht index 9e36c1fd60d..9e6c3522e74 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-164.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-164.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-5.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-165.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-165.xht index 68a5d12425f..44db89a2971 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-165.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-165.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-6.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-166.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-166.xht index b8fbf300a00..5bd44152016 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-166.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-166.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-6.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_3x3_monospace_table-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-167.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-167.xht index 5d06de82b19..576b59f679d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-167.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-167.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-7.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-168.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-168.xht index a89001ae13e..bd3bac8b106 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-168.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-168.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-7.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-169.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-169.xht index e81a308443d..d449a9af367 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-169.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-169.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-8.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-170.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-170.xht index e357b13b005..5b3b03d7d1e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-170.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-170.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-8.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-171.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-171.xht index 36835e35aa9..fde9209365f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-171.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-171.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-9.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-172.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-172.xht index 699c9c134fe..784b59d6bd0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-172.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-172.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-9.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-173.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-173.xht index b0d2d0d6326..72febae301f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-173.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-173.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-10.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-174.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-174.xht index 8b2b20b0334..3364adadabd 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-174.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-174.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-10.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-175.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-175.xht index 2935d79a528..11296054cc9 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-175.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-175.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-11.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-176.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-176.xht index f23c371e525..6a29500cb3e 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-176.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-176.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-11.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-177.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-177.xht index 798d6a6dd59..465216bdc33 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-177.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-177.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-12.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-178.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-178.xht index da6d3f2ab25..fbb5f6d4d73 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-178.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-178.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-12.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-179.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-179.xht index 4eeaa66ef57..26b7c16580f 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-179.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-179.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-13.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-180.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-180.xht index 6f37166f042..427d9a90677 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-180.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-180.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-13.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-181.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-181.xht index e3a2f8b42ce..13dc642549c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-181.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-181.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-14.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-182.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-182.xht index dc14239a312..9066ef3eadf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-182.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-182.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-14.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-183.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-183.xht index fa09dc3336f..8f960187bdd 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-183.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-183.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-15.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-184.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-184.xht index 7381e0710dc..8e2229c7afe 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-184.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-184.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-15.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-185.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-185.xht index bb106aceb43..fadc7914cce 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-185.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-185.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-16.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-186.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-186.xht index 80553ca980c..e839e84e54c 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-186.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-186.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-16.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-187.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-187.xht index 0ab54a48485..d8822d7282d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-187.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-187.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-17.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-188.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-188.xht index f11db2e2923..3ae55fa4da1 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-188.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-188.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-17.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-189.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-189.xht index 0c14c24534f..917663b0d95 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-189.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-189.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-18.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-190.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-190.xht index ab2dc5dc16a..b39a53f8a14 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-190.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-190.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-18.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-191.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-191.xht index bfc64b367d3..6d6426795cf 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-191.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-191.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-19.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-192.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-192.xht index 81871a0df50..4e729edb45d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-192.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-192.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-19.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-193.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-193.xht index 5dbd816b2a1..60fe68c16be 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-193.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-193.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-20.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-194.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-194.xht index bd2369176e2..46093756c1d 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-194.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-194.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-20.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-195.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-195.xht index 445abe4febe..114b9e47fac 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-195.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-195.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-21.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-196.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-196.xht index ebb4a8094e1..6d750696ab0 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-196.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-196.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-21.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-197.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-197.xht index d98818cc598..00b200d123b 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-197.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-197.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-22.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-198.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-198.xht index 0a15282c7be..4adbfe14218 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-198.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-198.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-22.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-199.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-199.xht index 1f16f2c1602..a7f260ea801 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-199.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-199.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-23.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-200.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-200.xht index a2ba5596b85..3aa9a466c86 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-200.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-200.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-23.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content=""/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-201.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-201.xht index 5e63cd04528..86afb0eeabe 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-201.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-201.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-24.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-202.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-202.xht index 82ae7472155..60a652d3bb5 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-202.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-202.xht @@ -5,6 +5,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-24.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> </head> <body> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-203.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-203.xht index c82b40ed4fa..1aaa595af39 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-203.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-203.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-25.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-204.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-204.xht index 8f53ed5fc6e..675357da166 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-204.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-204.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-25.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <script type="text/javascript"><![CDATA[ diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-205.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-205.xht index 963a9232240..dd80960ebf3 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-205.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-205.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-26.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-206.xht b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-206.xht index 721ed18ced8..fd04a4cd3cd 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-206.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/table-anonymous-objects-206.xht @@ -4,6 +4,7 @@ <title>CSS Test: Auto-imported from Gecko test white-space-26.html</title> <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu"/> <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#anonymous-boxes"/> + <link rel="match" href="reference/no_red_antialiasing_a_bc_d-ref.xht"/> <meta name="flags" content="dom"/> <style type="text/css"> diff --git a/tests/wpt/css-tests/css21_dev/xhtml1/toc.xht b/tests/wpt/css-tests/css21_dev/xhtml1/toc.xht index 313647084b6..6183b89ff98 100644 --- a/tests/wpt/css-tests/css21_dev/xhtml1/toc.xht +++ b/tests/wpt/css-tests/css21_dev/xhtml1/toc.xht @@ -67,7 +67,7 @@ <tbody id="s10"> <tr><th><a href="chapter-10.xht">Chapter 10 - Visual formatting model details</a></th> - <td>(1451 Tests)</td></tr> + <td>(1463 Tests)</td></tr> </tbody> <tbody id="s11"> <tr><th><a href="chapter-11.xht">Chapter 11 - |