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

Side by Side Diff: LayoutTests/fast/plugins/plugin-placeholder-close-expected.txt

Issue 698533003: Implement support for closing shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mkwst comments Created 6 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
(Empty)
1 Checks that the plugin placeholder close button works as expected.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5 PASS closeButton1.style.display is 'none'
6 PASS closeButton2.style.display is not 'none'
7 PASS plugin2.style.display is 'none'
8 PASS closeButton3.style.display is not 'none'
9 PASS ancestor3.style.display is 'none'
10 PASS closeButton4.style.display is not 'none'
11 PASS document.getElementById('ancestor4a').style.display is not 'none'
12 PASS document.getElementById('ancestor4b').style.display is not 'none'
13 PASS document.getElementById('ancestor4c').style.display is not 'none'
14 PASS document.getElementById('ancestor4d').style.display is not 'none'
15 PASS document.getElementById('ancestor4e').style.display is not 'none'
16 PASS closeButton5.style.display is not 'none'
17 PASS document.getElementById('ancestor5').style.display is not 'none'
18 PASS closeButton6.style.display is not 'none'
19 PASS document.getElementById('ancestor6').style.display is 'none'
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-close.html ('k') | LayoutTests/fast/plugins/plugin-placeholder-structured.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698