[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / hidden-attr-expected.txt
1 Various tests for the hidden attribute.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6
7 Tests that hidden in markup works:
8
9
10 Tests that dynamically adding/removing hidden works:
11 PASS - this line should appear
12
13 Dynamic changing of hidden and effects on style:
14 PASS getComputedStyle(test3, false).display is "none"
15 test3.removeAttribute("hidden")
16 PASS getComputedStyle(test3, false).display is "block"
17 PASS getComputedStyle(test4, false).display is "block"
18 test4.setAttribute("hidden", "")
19 PASS getComputedStyle(test4, false).display is "none"
20
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
25
26
27 a