Remove unused code calling WebMediaPlayerClient::requestFullscreen()
[chromium-blink-merge.git] / content / test / data / webkit / resources / xslt-bad-import-uri.xsl
blobbc04da06900aceb962c92cdc856e887222d0ef81
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!--Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
6 <xsl:import href="nosuchfileatall"/>
7 <xsl:template match="/">
8 <xsl:apply-imports/>
9 </xsl:template>
10 </xsl:stylesheet>