Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Side by Side Diff: LayoutTests/fast/html/hidden-attr-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Various tests for the hidden attribute. 1 Various tests for the hidden attribute.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Tests that hidden in markup works: 7 Tests that hidden in markup works:
8 8
9 9
10 Tests that dynamically adding/removing hidden works: 10 Tests that dynamically adding/removing hidden works:
11 PASS - this line should appear 11 PASS - this line should appear
12 12
13 Dynamic changing of hidden and effects on style: 13 Dynamic changing of hidden and effects on style:
14 PASS getComputedStyle(test3, false).display is "none" 14 PASS getComputedStyle(test3, false).display is "none"
15 test3.removeAttribute("hidden") 15 test3.removeAttribute("hidden")
16 PASS getComputedStyle(test3, false).display is "block" 16 PASS getComputedStyle(test3, false).display is "block"
17 PASS getComputedStyle(test4, false).display is "block" 17 PASS getComputedStyle(test4, false).display is "block"
18 test4.setAttribute("hidden", "") 18 test4.setAttribute("hidden", "")
19 PASS getComputedStyle(test4, false).display is "none" 19 PASS getComputedStyle(test4, false).display is "none"
20 20
21
22
23
21 PASS successfullyParsed is true 24 PASS successfullyParsed is true
22 25
23 TEST COMPLETE 26 TEST COMPLETE
24
25
26
27 a 27 a
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698