mirror of
https://github.com/servo/servo.git
synced 2025-09-14 08:58:21 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -66,7 +66,7 @@
|
|||
</circle>
|
||||
</g>
|
||||
<!-- THIRD TEST-->
|
||||
<!-- The lenght of the lines in the polyline (motionpath) are 100,50 and 100.
|
||||
<!-- The length of the lines in the polyline (motionpath) are 100,50 and 100.
|
||||
The animated circle starts at the midpoint of one of the "legs" and also pass
|
||||
this point at time 1.4 since
|
||||
1.4 = 4*(0.25) + (4*(0.75-0.25))*(1/5).
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.start {visibility: hidden }
|
||||
.midway {visibility: visible; fill: rgb(0,0,255); }
|
||||
#test-body-content .final {fill: rgb(128,0,0); }
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<!-- Sub-test 1: class on <rect> -->
|
||||
<g transform="translate(0,110)">
|
||||
<style type="text/css">.on { fill: rgb(204,0,102) } .off { fill: #ccc }</style>
|
||||
<style>.on { fill: rgb(204,0,102) } .off { fill: #ccc }</style>
|
||||
<text x="30" y="12">class</text>
|
||||
<rect x="200" width="12" height="12" stroke="black" class="on">
|
||||
<animate attributeName="class" to="off" begin="2s" dur="2s" fill="freeze"/>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
<feTurbulence seed="-2.6" baseFrequency="0.01" type="turbulence"/>
|
||||
</filter>
|
||||
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#subtests text { fill: black }
|
||||
</style>
|
||||
</defs>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<!--style type="text/css">
|
||||
<!--style>
|
||||
<![CDATA[
|
||||
@font-face {
|
||||
font-family: 'TestComic';
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
|
||||
@font-face {
|
||||
font-family: 'TestComic';
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'TestComic';
|
||||
font-weight: normal;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<circle onclick="failTest()" cx="250" cy="200" r="50" />
|
||||
</g>
|
||||
<text id="failText" visibility="hidden" x="100" y="100" font-size="80" fill="red">FAIL</text>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
function failTest()
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<rect x="0" y="0" width="100" height="100" fill="black" />
|
||||
</mask>
|
||||
<rect x="200" y="0" width="100" height="100" fill="#dddddd" mask="url(#opacityMask)" onmouseover="testOpacity()" />
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
function test(testElement)
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: larabie-anglepoise;
|
||||
src: url(woffs/anglepoi.woff) format("woff");
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<rect id="pass" x="200" y="100" width="50" height="50" fill="green"/>
|
||||
<rect id="fail" x="200" y="100" width="50" height="50" fill="red"/>
|
||||
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var test = document.getElementById("testClip");
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<marker id="marker2" markerUnits="strokeWidth" refX="100" refY="100" markerWidth="15" markerHeight="15" viewBox="0 0 200 200">
|
||||
<rect width="200" height="200" fill="red" stroke="none"/>
|
||||
</marker>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#markme { marker: url(#marker1) }
|
||||
</style>
|
||||
</defs>
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
</marker>
|
||||
</defs>
|
||||
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.testpaths {
|
||||
fill:none;
|
||||
stroke:black;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
.start
|
||||
{
|
||||
marker-start: url(#markerTest);
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Blocky;
|
||||
src: url(woffs/Blocky.woff) format("woff");
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<font-face-uri xlink:href="../resources/Blocky.svg#Blocky"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: BlockyWoff;
|
||||
src: url(woffs/Blocky.woff) format("woff");
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<font-face-uri xlink:href="../resources/Blocky.svg#Blocky"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: BlockyWoff;
|
||||
src: url(woffs/Blocky.woff) format("woff");
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<font-face-uri xlink:href="../resources/Blocky.svg#Blocky"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: BlockyWoff;
|
||||
src: url(woffs/Blocky.woff) format("woff");
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<glyph unicode="G" glyph-name="G" horiz-adv-x="367" d="M355 1H18V564H355V420H125V144H248V211H156V355H355V1Z"/>
|
||||
<hkern g1="V" g2="G" k="-40"/>
|
||||
</font>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: anglepoise;
|
||||
src: url(woffs/anglepoi.woff) format("woff");
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<glyph unicode="G" glyph-name="G" horiz-adv-x="367" d="M355 1H18V564H355V420H125V144H248V211H156V355H355V1Z"/>
|
||||
<hkern g1="V" g2="G" k="-40"/>
|
||||
</font>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: anglepoise;
|
||||
src: url(woffs/anglepoi.woff) format("woff");
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.passed { fill: lime }
|
||||
.failed { fill: red }
|
||||
.result { font: 9px monospace; fill: black }
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<svg id="testSVG" />
|
||||
<text id="failText" x="350" y="350" font-size="50" fill="red">FAIL</text>
|
||||
<text id="passText" x="350" y="300" font-size="50" display="none">PASS</text>
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
<![CDATA[
|
||||
try
|
||||
{
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var passedCount = 0;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<text x="100" y="100" fill="black" id="testText">Filler text</text>
|
||||
</svg>
|
||||
<text id="failText" x="350" y="350" font-size="50" fill="red">FAIL</text>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var passedCount = 0;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var passedCount = 0;
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<text id="failText" x="350" y="350" font-size="50" fill="red">FAIL</text>
|
||||
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testSVG = document.getElementById("testSVG");
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<!-- Cover the whole testframe with a simple visual result -->
|
||||
<rect id="status" width="100%" height="100%" fill="none"/>
|
||||
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
var passes = 0;
|
||||
var ypos = 50;
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
|
||||
/* low specificity */
|
||||
defs > rect {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
#testId.test1
|
||||
{
|
||||
fill: blue;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</defs>
|
||||
<rect width="100" height="100" fill="red"/>
|
||||
<use xlink:href="#pass" />
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var test = document.getElementById("test");
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<use xlink:href="#testG" id="testUse1" />
|
||||
</defs>
|
||||
<use xlink:href="#testUse1" />
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testG = document.getElementById("testG");
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
.testClass
|
||||
{
|
||||
fill: blue;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
rect { fill: green }
|
||||
.warning { fill: green }
|
||||
.bar {fill: green}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
#one, #two { fill: green }
|
||||
[transform="scale(2)"] { fill: green }
|
||||
#x [points] { fill: green }
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
.mummy {fill: green } /* least specific */
|
||||
.mummy rect { fill: red} /* more specific, make rect red */
|
||||
.mummy > .thischild { fill: green } /* even more specific, rect green */
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<g fill="white">
|
||||
<text x="240" y="35" font-size="20" text-anchor="middle">CSS selector test</text>
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
* {stroke:red; stroke-width:1;} /* 0 */
|
||||
text {stroke:none; fill:black;} /* 1 */
|
||||
rect {stroke:black; stroke-dasharray:none;} /* 1 */
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
:lang(en) { fill: green}
|
||||
:lang(fr) { fill: blue }
|
||||
:lang(fr-ca) {font-style: italic}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
svg:hover {fill: none}
|
||||
text {fill: black}
|
||||
:link {fill: #33F}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
path
|
||||
{
|
||||
visibility: hidden;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-size="18">
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
@import url("../images/selector-types-visibility-hidden.css");]]>
|
||||
</style>
|
||||
<path class="reference" d="M 50 125 L 150 125 L 100 75 z" fill="blue" visibility="hidden"/>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<circle id="c" fill="blue" cx="140" cy="220" r="50"/>
|
||||
<circle id="d" fill="blue" cx="340" cy="220" r="50"/>
|
||||
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@import url("../images/case-insensitivity.css");
|
||||
#c {fill: red }
|
||||
#c {FiLl: oRaNgE }
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
path
|
||||
{
|
||||
fill: green;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
|
||||
<style type="text/css"><![CDATA[
|
||||
<style><![CDATA[
|
||||
@import url("../images/selector-types-fill-green.css");]]>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
</font-face-src>
|
||||
</font-face>
|
||||
</defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Tribase ;
|
||||
src: url(woffs/Tribase.woff) format("woff");
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<font-face-uri xlink:href="../resources/Plane1/PlaneOne.svg#SPlaneOne"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: PlaneOne;
|
||||
src: url(woffs/PlaneOne.woff) format("woff");
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<font-face-uri xlink:href="../resources/Plane1/PlaneOne.svg#SPlaneOne"/>
|
||||
</font-face-src>
|
||||
</font-face>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: PlaneOne;
|
||||
src: url(woffs/PlaneOne.woff) format("woff");
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: ZC;
|
||||
unicode-range: U+0-7F;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<!--======================================================================-->
|
||||
|
||||
<title id="test-title">$RCSfile: text-intro-06-t.svg,v $</title>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Scheherezade;
|
||||
src: url(woffs/ScheherazadeRegOT.woff) format("woff")
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<title id="test-title">$RCSfile: text-intro-09-b.svg,v $</title>
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ezra SIL SR;
|
||||
src: url(woffs/EzraSILSR.woff) format("woff");
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Scheherazade;
|
||||
src: url(woffs/ScheherazadeRegOT.woff) format("woff");
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII, FreeSansWoff, sans-serif" font-size="18">
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: FreeSansWoff;
|
||||
src: url(woffs/FreeSans.woff) format("woff");
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<!--======================================================================-->
|
||||
|
||||
<title id="test-title">$RCSfile: text-text-04-t.svg,v $</title>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: embeded;
|
||||
src: url(woffs/embeded-text-text-04.woff) format("woff");
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: embeded;
|
||||
src: url(woffs/embeded-text-text-05.woff) format("woff");
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: embeded;
|
||||
src: url(woffs/embeded-text-text-06.woff) format("woff");
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</font-face>
|
||||
</defs>
|
||||
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: embeded;
|
||||
src: url(woffs/embeded-text-text-05.woff) format("woff");
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<title id="test-title">$RCSfile: text-tselect-03-f.svg,v $</title>
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: Ezra SIL SR;
|
||||
src: url(woffs/EzraSILSR.woff) format("woff");
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<svg id="testSvg" viewBox="0 0 300 200" preserveAspectRatio="xMinYMin slice" />
|
||||
<text id="failText" x="100" y="100" font-size="80" fill="red">FAIL</text>
|
||||
<text id="passText" x="350" y="300" font-size="50" display="none">PASS</text>
|
||||
<script type="text/javascript">
|
||||
<script>
|
||||
<![CDATA[
|
||||
|
||||
try
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testElement = document.getElementById("test");
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testElement = document.getElementById("test");
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testElement = document.getElementById("test");
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<text id="failText" fill="red">FAIL</text>
|
||||
<text id="passText" fill="green" display="none">PASS</text>
|
||||
</g>
|
||||
<script type="text/javascript"><![CDATA[
|
||||
<script><![CDATA[
|
||||
try
|
||||
{
|
||||
var testElement = document.getElementById("test");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue