blob: 4cbde2962e43cee8dd33ab7b4fa4d25e52e7de34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Test that inline stylesheet does not confuse style sharing.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS window.getComputedStyle(document.getElementsByClassName("testclass")[1]).backgroundColor is "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE
first div
second div
|