blob: 259f63f057e43135de35001cd90fc08164103fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This test checks that webkitMaskBoxImageWidth is correctly parsed and returned from getComputedStyle().
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "1"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "0px"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "97%"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
PASS getComputedStyle(testElm).webkitMaskBoxImageWidth is "auto"
PASS successfullyParsed is true
TEST COMPLETE
|