summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/dom/xslt/large-cdata.html
blob: 9c83b731bd0bec908f520fd8d71381f6592aa490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1502455">
<link rel=match href="large-cdata-ref.html">

<style>
iframe {
  width: 100%;
}
html, body, iframe {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
}
</style>
<iframe src="resources/large_CDATA.xml"></iframe>