Closed
Bug 1468696
Opened 7 years ago
Closed 6 years ago
[wpt-sync] Sync PR 11497 - Add tests for presentational table attributes
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11497 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11497
Details from upstream follow.
kaixinjxq <xiuqix.jiang@intel.com> wrote:
> Add tests for presentational table attributes
>
> Add following tests (Fix #11235):
>
> - {table, thead, body, tfoot, tr, td, th}#background
> - {table, thead, body, tfoot, tr, td, th}#bgcolor
> - table#bordercolor
> - table#cellspacing
> - table#cellpadding
> - {table, tr, td, th}#height#{pixel, percentage}
> - col#width#{pixel, percentage}
> - {thead, body, tfoot, tr, td, th}#align#{center, middle, left, right, justify}
> - th#default text-align property is center
>
> @foolip, PTAL.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 13•6 years ago
|
||
| Assignee | ||
Comment 14•6 years ago
|
||
| Assignee | ||
Comment 15•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=132b1cbadd89533192e680ecdb83ae15f4cf5505
| Assignee | ||
Comment 16•6 years ago
|
||
| Assignee | ||
Comment 17•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=95f5a2e24bd2de1046a84a4be94eabfff3d5ece4
| Assignee | ||
Comment 18•6 years ago
|
||
Ran 1 tests and 58 subtests
OK : 1
PASS : 32
FAIL : 26
New tests that have failures or other problems:
/html/rendering/non-replaced-elements/tables/table-attribute.html
table bordercolor attribute is correct: FAIL
table cellpadding attribute is correct: FAIL
table tbody align attribute center is correct: FAIL
table tbody align attribute left is correct: FAIL
table tbody align attribute middle is correct: FAIL
table tbody align attribute right is correct: FAIL
table td align attribute center is correct: FAIL
table td align attribute left is correct: FAIL
table td align attribute middle is correct: FAIL
table td align attribute right is correct: FAIL
table tfoot align attribute center is correct: FAIL
table tfoot align attribute left is correct: FAIL
table tfoot align attribute middle is correct: FAIL
table tfoot align attribute right is correct: FAIL
table th align attribute center is correct: FAIL
table th align attribute left is correct: FAIL
table th align attribute middle is correct: FAIL
table th align attribute right is correct: FAIL
table thead align attribute center is correct: FAIL
table thead align attribute left is correct: FAIL
table thead align attribute middle is correct: FAIL
table thead align attribute right is correct: FAIL
table tr align attribute center is correct: FAIL
table tr align attribute left is correct: FAIL
table tr align attribute middle is correct: FAIL
table tr align attribute right is correct: FAIL
Comment 19•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1a632a208c31
[wpt PR 11497] - Add tests for presentational table attributes, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e13833af0c6
[wpt PR 11497] - Update wpt metadata, a=testonly
Comment 20•6 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e2b986fbf67
[wpt PR 11497] - Add tests for presentational table attributes, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/96a038e47ce0
[wpt PR 11497] - Update wpt metadata, a=testonly
Comment 21•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7e2b986fbf67
https://hg.mozilla.org/mozilla-central/rev/96a038e47ce0
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•