blob: 9670d98a34961814350602d09c1b6bf895cfa9ce [file] [log] [blame]
ktf.kim@samsung.com16b13072014-11-02 07:06:20 +00001Tests read-only pseudo-class properties are applied to not user-alterable elements
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS backgroundColor('readwrite1') is not "rgb(255, 0, 0)"
7PASS backgroundColor('readwrite2') is not "rgb(255, 0, 0)"
8PASS backgroundColor('readwrite3') is not "rgb(255, 0, 0)"
9PASS backgroundColor('body') is "rgb(255, 0, 0)"
10PASS backgroundColor('inside-readwrite1') is not "rgb(255, 0, 0)"
11PASS backgroundColor('readonly2') is "rgb(255, 0, 0)"
12PASS backgroundColor('readonly3') is "rgb(255, 0, 0)"
13PASS backgroundColor('readonly4') is "rgb(255, 0, 0)"
14PASS backgroundColor('readonly5') is "rgb(255, 0, 0)"
15PASS backgroundColor('svg') is "rgb(255, 0, 0)"
16PASS backgroundColor('svg_path') is "rgb(255, 0, 0)"
17PASS backgroundColor('svg_contenteditable') is "rgb(255, 0, 0)"
18PASS backgroundColor('mathml') is "rgb(255, 0, 0)"
19PASS backgroundColor('mathml_msup') is "rgb(255, 0, 0)"
20PASS successfullyParsed is true
21
22TEST COMPLETE
23
24
25x
262
fred.wang@free.fr2e5139b2016-06-24 14:39:58 +000027=
ktf.kim@samsung.com16b13072014-11-02 07:06:20 +0000280
29