1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/test/test_plugin_clipping_table.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<?xml version="1.0"?> 1.5 +<?xml-stylesheet href="/tests/SimpleTest/test.css" type="text/css"?> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" title="Test Plugin Clipping: Plugins and Tables"> 1.7 +<head> 1.8 + <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> 1.9 +</head> 1.10 +<body> 1.11 + 1.12 +<script class="testbody" type="application/javascript"> 1.13 +<![CDATA[ 1.14 +window.open("plugin_clipping_helper_table.xhtml", "", "width=620,height=320"); 1.15 +SimpleTest.waitForExplicitFinish(); 1.16 +]]> 1.17 +</script> 1.18 + 1.19 +</body> 1.20 +</html>