shrinkWrapBlocks.html 627 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="html">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. * {
  7. -webkit-box-sizing: border-box;
  8. -moz-box-sizing: border-box;
  9. box-sizing: border-box;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <div>
  15. <script src="../../jquery.js"></script>
  16. </div>
  17. <script>
  18. jQuery(function() {
  19. window.parent.iframeCallback( jQuery.support.shrinkWrapBlocks );
  20. });
  21. </script>
  22. </body>
  23. </html>