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

Side by Side Diff: LayoutTests/webarchive/resources/adopt-attribute-styled-body-iframe.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <script>
2 if (window.parent.bodyToAdopt) {
3 document.getElementsByTagName("html")[0].appendChild(document.adoptNode(wind ow.parent.bodyToAdopt));
4 window.parent.bodyToAdopt = null;
5 } else
6 alert("window.parent.bodyToAdopt is not set - Are you viewing this page as p art of the adopt-attribute-styled-body test?");
7 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698