blob: 4f7437f83c57cd4d12fadc2770b35b2394ae7660 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Test return value of getComputedStyle() for area tag.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.getComputedStyle(area, null).color is "rgb(0, 0, 255)"
PASS successfullyParsed is true
TEST COMPLETE
|