#include "HTMLInputElement.h"
#include "HTMLNames.h"
#include "HTMLPlugInElement.h"
+#include "HTMLPreloadScanner.h"
#include "HTMLSelectElement.h"
#include "HTMLTextAreaElement.h"
#include "HTMLVideoElement.h"
}
#endif
+bool Internals::testPreloaderSettingViewport()
+{
+ return testPreloadScannerViewportSupport(contextDocument());
+}
+
}