blob: 52018c7f058eba4e77496f41d2e06b8106ffa967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Remove a stylesheet not affecting layout.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(removed).backgroundColor is red
PASS recalcCount is 1
PASS layoutCount is 0
PASS getComputedStyle(removed).backgroundColor is green
PASS successfullyParsed is true
TEST COMPLETE
This text should have a green background.
|