|
Lines 1-3
LayoutTests/ChangeLog_sec1
|
|
|
1 |
2010-11-30 Daniel Bates <dbates@rim.com> |
| 2 |
|
| 3 |
Reviewed by NOBODY (OOPS!). |
| 4 |
|
| 5 |
Focused <area> should use CSS properties of <area> instead of associated <img> |
| 6 |
https://bugs.webkit.org/show_bug.cgi?id=49888 |
| 7 |
|
| 8 |
Updated the test result for test fast/images/imagemap-focus-ring.html. Added |
| 9 |
test to verify that the color of the focus ring for a focused <area> is |
| 10 |
the outline-color specified by the :focus pseudo-class . |
| 11 |
|
| 12 |
Also, added tests to ensure that outline-color is not inherited (by default) as per |
| 13 |
section 18.4 of the CSS 2.1 spec <http://www.w3.org/TR/CSS2/ui.html#dynamic-outlines>, |
| 14 |
unless explicitly inherited. |
| 15 |
|
| 16 |
* fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html: Added. |
| 17 |
* fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html: Added. |
| 18 |
* fast/images/imagemap-focus-ring-outline-color.html: Added. |
| 19 |
* platform/mac/fast/images/imagemap-focus-ring-expected.checksum: Updated result. |
| 20 |
* platform/mac/fast/images/imagemap-focus-ring-expected.png: Ditto. |
| 21 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added. |
| 22 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Added. |
| 23 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. |
| 24 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. |
| 25 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. |
| 26 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. |
| 27 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added. |
| 28 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added. |
| 29 |
* platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. |
| 30 |
|
| 1 |
2010-11-30 Ojan Vafai <ojan@chromium.org> |
31 |
2010-11-30 Ojan Vafai <ojan@chromium.org> |
| 2 |
|
32 |
|
| 3 |
[chromium] Update expectations to de-orange the builders. |
33 |
[chromium] Update expectations to de-orange the builders. |