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

Unified 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: Created 6 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/plugins/plugin-placeholder-close-expected.txt
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-close-expected.txt b/LayoutTests/fast/plugins/plugin-placeholder-close-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0e457217f101bcfabb15787851bd05e731363fea
--- /dev/null
+++ b/LayoutTests/fast/plugins/plugin-placeholder-close-expected.txt
@@ -0,0 +1,23 @@
+Checks that the plugin placeholder close button works as expected.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS closeButton1.style.display is 'none'
+PASS closeButton2.style.display is not 'none'
+PASS plugin2.style.display is 'none'
+PASS closeButton3.style.display is not 'none'
+PASS ancestor3.style.display is 'none'
+PASS closeButton4.style.display is not 'none'
+PASS document.getElementById('ancestor4a').style.display is not 'none'
+PASS document.getElementById('ancestor4b').style.display is not 'none'
+PASS document.getElementById('ancestor4c').style.display is not 'none'
+PASS document.getElementById('ancestor4d').style.display is not 'none'
+PASS document.getElementById('ancestor4e').style.display is not 'none'
+PASS closeButton5.style.display is not 'none'
+PASS document.getElementById('ancestor5').style.display is not 'none'
+PASS closeButton6.style.display is not 'none'
+PASS document.getElementById('ancestor6').style.display is 'none'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698