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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 21
22 22
23
24 PASS successfullyParsed is true 23 PASS successfullyParsed is true
25 24
26 TEST COMPLETE 25 TEST COMPLETE
27 a 26 a
OLDNEW
« no previous file with comments | « LayoutTests/fast/html/hidden-attr-dom.html ('k') | LayoutTests/fast/html/import-node-into-quirks-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698