Update CSS tests to revision c8ec30de8099360ecf6581035bfdf2180fcc9755

Necessary for:

https://github.com/servo/servo/pull/7117
This commit is contained in:
Corey Farwell
2015-09-01 14:37:41 -04:00
parent e46499a5df
commit c51deb9a6e
156 changed files with 13569 additions and 535 deletions

View File

@@ -2137,6 +2137,18 @@ border-conflict-element-036 Border Conflict Resolution (by element): column gro
border-conflict-element-037 Border Conflict Resolution (by element): column group vs. column group - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution cf0eb20fca42a5654e3c1eb121fb61d951b90d15 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, column group) of same border-style and width, border collapsing favors the column group farthest to the left (in a 'ltr' table).
border-conflict-element-038 Border Conflict Resolution (by element): column group vs. column group - element with highest priority is the dominant border (rtl table) http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a68336894c2cebd5216fe792d3a92d4d2bf56c44 `Microsoft`<http://www.microsoft.com/> With adjacent elements (column group, column group) of same border-style and width, border collapsing favors the column group farthest to the right in a 'right-to-left' table.
border-conflict-element-039 Border Conflict Resolution (by element): column group vs. table - element with highest priority is the dominant border http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 51bc0a4bfdf16fea51daaf10effbdbae74b9b0ab `Microsoft`<http://www.microsoft.com/> With embedded elements (column group, table) of same border-style and width, border collapsing favors the column group.
border-conflict-element-vlr-003 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-lr' table with 'direction: ltr' (basic) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 56ca8356bc1caf2ffb689c0e15d857178d297e79 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vlr-005 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-lr' table with 'direction: ltr' (basic) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 446d84cc6bacc628f53003a138c0147e15a1fa16 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vlr-007 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-lr' table with 'direction: ltr' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 315c6576eb445dc8e2b2d863345253c2847ca2dc `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vlr-009 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-lr' table with 'direction: ltr' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 37129eecc80074e0f3a4e6d9b74b41d0635a932e `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vlr-011 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-lr' table with 'direction: rtl' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution c8f52e8961fe71196470a3c53a696c1f9d071cae `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vlr-013 reference/ref-filled-green-100px-square Border conflict resolution - cell wins over row, cell wins over rowgroup and cell wins over table (compound) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 03fde3800840d2d24059b98a8a2939b12655da84 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that, in border-collapsing model, when 'border-style' values and 'border-width' values are identical, then the 'border-color' set on a cell wins over the 'border-color' set on a row (5th table), the 'border-color' set on a cell wins over the 'border-color' set on a row group (tfoot in 4th table, thead in 3rd table, tbody in 2nd table) and the 'border-color' set on a cell wins over the 'border-color' set on a table element (1st table).
border-conflict-element-vrl-002 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-rl' table with 'direction: ltr' (basic) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution e0cf70e734a10c474ee4cfbfe4fbcc9ee4c578b6 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vrl-004 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-rl' table with 'direction: ltr' (basic) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution b2b78afcda698c1ccbb34aafab05cbc347f9dcde `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vrl-006 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-rl' table with 'direction: ltr' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution bc2dda16e190719018652d9f06a8f7bf80117141 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vrl-008 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-rl' table with 'direction: ltr' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 8c6ff43d69fdc2a61eca427404747564b8f60675 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vrl-010 reference/ref-filled-green-100px-square Border conflict resolution - adjacent cells with same border styles in a 'vertical-rl' table with 'direction: rtl' (complex) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution f3c495ee97eeac5bc4c8d400d8a5da49ec126cdf `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When two adjacent cells have the same 'border-width' value and the same 'border-style' value in a 'border-collapse: collapse' table, then the color of the border of the cell closest to line-left side wins (if the table's 'direction' is 'ltr'; line-right side, if it is 'rtl') and the color of the border of the cell closest to block-start side wins.
border-conflict-element-vrl-012 reference/ref-filled-green-100px-square Border conflict resolution - cell wins over row, cell wins over rowgroup and cell wins over table (compound) http://www.w3.org/TR/css-writing-modes-3/#logical-directions,http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 4f1623e87639f6fb72457cf515c867dc7ac618d2 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> This test checks that, in border-collapsing model, when 'border-style' values and 'border-width' values are identical, then the 'border-color' set on a cell wins over the 'border-color' set on a row (5th table), the 'border-color' set on a cell wins over the 'border-color' set on a row group (tfoot in 4th table, thead in 3rd table, tbody in 2nd table) and the 'border-color' set on a cell wins over the 'border-color' set on a table element (1st table).
border-conflict-example-001 Border conflict resolution - borders are collapsed according to precdence rules (example 1) image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution 24e03edc3097b6132c1f4dc5c29e5f6b8ccc02c3 `Microsoft`<http://www.microsoft.com/> Borders are collapsed according to the precedence rules (example from spec section 17.6.2.1).
border-conflict-example-002 Border conflict resolution - borders are collapsed according to the precedence rules (example 2) image http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a74c28feafcb56ac7c102850ff6c95235180f291 `Microsoft`<http://www.microsoft.com/> Borders are collapsed according to the precedence rules (example from spec section 17.6.2.1).
border-conflict-resolution-001 Cell borders are set by a cell http://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution a9cbce2c698cb4e5f9e4122866e3caee7b7f2689 `Microsoft`<http://www.microsoft.com/> Borders on every edge (top, right, bottom, left) of a cell can be set by the cell's border properties, which can vary in width, style and color.
@@ -5519,7 +5531,7 @@ first-page-selectors-001 Page Selectors - First Page in LTR paged http://www.w3
first-page-selectors-002 Page Selectors - First Page in RTL paged http://www.w3.org/TR/CSS21/page.html#page-selectors 1e28f820bbed8e8e108a006a72b23c16c46ce7da `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a right-to-left document is a :left page.
first-page-selectors-003 Page Selectors - First Page in LTR Forced :left may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors 08f613e061ab08c5a071a50d2c7e37dddb914254 `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a left-to-right document can be forced as :left by inserting a page break.
first-page-selectors-004 Page Selectors - First Page in RTL Forced :right may,paged http://www.w3.org/TR/CSS21/page.html#page-selectors a5c1fb528f5b5f17a57c65056d00504d3813cbef `Elika J. Etemad`<http://fantasai.inkedblade.net/contact> The first page of a right-to-left document can be forced as :right by inserting a page break.
first-page-vlr-003 first page of a document with vertical-lr writing-mode paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors 66c5f6f6770b4a63ab7936fc40da35a075237c0f `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is left-to-right. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-lr' is the :right page.
first-page-vlr-003 first page of a document with vertical-lr writing-mode paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors ba9f62a92fda53555211ee1de1a17cb08e124dd6 `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is left-to-right. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-lr' is the :right page.
first-page-vrl-002 first page of a document with vertical-rl writing-mode image,paged http://www.w3.org/TR/css-writing-modes-3/#writing-mode,http://www.w3.org/TR/CSS21/page.html#page-selectors 0e3999276064df4aff359983d7a6cb2977a7a19b `G&eacute;rard Talbot`<http://www.gtalbot.org/BrowserBugsSection/css21testsuite/> When 'writing-mode' is set on the root element, then it determines the default page flow (or progression) direction. In this test, the page flow (or progression) direction is right-to-left. This test checks that the first page of a document whose document root has 'writing-mode' set to 'vertical-rl' is the :left page.
fixed-table-layout-001 Fixed table layout when 'width' property is 'auto' ahem http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout 72b5ea78d6b5c107cbee06057efd23f277284710 `Microsoft`<http://www.microsoft.com/> If a browser supports fixed table layout when 'width' is 'auto', a table will size to its containing block, minus any margin space (modified example from spec section 17.5.2.1).
fixed-table-layout-002 Value other than 'auto' for column width sets width of cells in the column http://www.w3.org/TR/CSS21/tables.html#fixed-table-layout ec1814f346b834600c51b0b4ca6b0b761d13ba96 `Microsoft`<http://www.microsoft.com/> A column element with a value other than 'auto' for the 'width' property sets the width for the column of cells it contains.