Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
|
@ -7,7 +7,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a PNG image supported as a custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(http://www.w3.org/Style/Woolly/woolly-mc.png) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(http://www.w3.org/Style/Woolly/woolly-mc.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<meta content="Test checks that an ICO image is supported as a custom cursor." name="assert">
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.ico), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.ico), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that an ICO image, with its own hotspot, is supported as a custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.cur), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.cur), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly.svg) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly.svg) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a fixed size SVG image is supported as a custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svg) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svg) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/BlueButterfly.ani), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/BlueButterfly.ani), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
@ -15,4 +15,5 @@
|
|||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
<p class="attribution">Cursor by Vlasta, used here under a CC-BY license.</p>
|
||||
|
||||
</body></html>
|
|
@ -6,12 +6,13 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a compressed, fixed size SVG image is supported as a custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svgz) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svgz) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like a sheep AND is not a sheep when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -6,13 +6,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that non-existent images cause the fallback to be used." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/does-not-exist.png) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/does-not-exist.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, a help cursor is displayed AND
|
||||
<p>The test passes if, when moved inside the colored rectangle, a help cursor is displayed AND
|
||||
there is no help cursor when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -7,14 +7,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a fallback cursor is required." name="assert">
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/fail.cur);
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/fail.cur);
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the the colored rectangle, the
|
||||
cursor does not change.</p>
|
||||
<p>If inside the rectangle the cursor changes to the word "FAIL" on a red
|
||||
<p>If inside the rectangle the cursor changes to the word "FAIL" on a red
|
||||
background, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
<meta content="Test checks that a GIF image is supported as a custom cursor." name="assert">
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/basn0g08.gif), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/basn0g08.gif), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like gray stripes AND is not gray stripes when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -7,14 +7,15 @@
|
|||
<meta content="Test checks that a GIF image with transparency is supported as a custom cursor." name="assert">
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/tp1n3p08.gif), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/tp1n3p08.gif), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
a gray cube AND is not a gray cube when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<p>White haloing around the cursor is acceptable in this test.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -8,12 +8,12 @@
|
|||
<meta content="Test checks that a JPEG/JFIF image is supported as a custom cursor." name="assert">
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/rainbow.jpg), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/rainbow.jpg), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
a rainbow AND is not a rainbow when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
|
|
@ -6,11 +6,12 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta content="Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor." name="assert">
|
||||
<style>
|
||||
div.test{background: #AAA; border: 2px solid #555;
|
||||
div.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g01.png), help; width: 128px; height: 64px}
|
||||
div.test:before {content: url(support/PTS/basn0g01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<div class="test"> </div>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn2c08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB (type 2) PNG image, 8 bit/pixel.
|
||||
<p>Local RGB (type 2) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn2c16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn2c16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB (type 2) PNG image, 16 bit/pixel.
|
||||
<p>Local RGB (type 2) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p01.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 1 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 1 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 2 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 4 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 8 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a greyscale with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn4a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn4a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a greyscale with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn4a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn4a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn6a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn6a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
<p>Local RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn6a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn6a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
<p>Local RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g01.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 1 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 1 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced RGB PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi2c08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced RGB (type 2) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced RGB (type 2) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced RGB PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi2c16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi2c16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced RGB (type 2) PNG image, 16 bit/pixel.
|
||||
<p>Local interlaced RGB (type 2) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced, indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi3p01.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi3p01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 1 bit/pixel.
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 1 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced, indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi3p02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi3p02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 2 bit/pixel.
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced, indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi3p04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi3p04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 4 bit/pixel.
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced, indexed PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi3p08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi3p08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced, indexed (type 3) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced greyscale with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi4a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi4a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced greyscale with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi4a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi4a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
<p>Local interlaced greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced RGB with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi6a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi6a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an interlaced RGB with alpha PNG image cursor is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi6a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi6a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
<p>Local interlaced RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a greyscale PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbbn0g04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbbn0g04.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Greyscale PNG image, with transparency (tRNS), 4 bit/pixel.
|
||||
<p>Greyscale PNG image, with transparency (tRNS), 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that a greyscale PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbwn0g16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbwn0g16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Greyscale PNG image, with transparency (tRNS), 16 bit/pixel.
|
||||
<p>Greyscale PNG image, with transparency (tRNS), 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbrn2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbrn2c08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>RGB PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
<p>RGB PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbrn2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbrn2c08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>RGB PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
<p>RGB PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an RGB PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbbn2c16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbbn2c16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>RGB PNG image, with transparency (tRNS), 16 bit/pixel.
|
||||
<p>RGB PNG image, with transparency (tRNS), 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tbgn3p08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tbgn3p08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>indexed PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
<p>indexed PNG image, with transparency (tRNS), 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that an indexed PNG image cursor with transparency is supported." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/tm3n3p02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/tm3n3p02.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>indexed PNG image, with multiple levels of transparency (tRNS), 8 bit/pixel.
|
||||
<p>indexed PNG image, with multiple levels of transparency (tRNS), 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,9 +5,9 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that gamma correction on PNG image cursor is correct." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/g04n0g16.png), help; width :128px; height: 224px; font-size: 32px; line-height:32px}
|
||||
|
||||
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if all the reference images look the same, AND when moved inside the peach rectangle, the cursor looks like the reference images (ignoring the small numeric values in each image).</p>
|
||||
|
@ -20,4 +20,5 @@
|
|||
<img src="PTS/g10n0g16.png"><br>
|
||||
<img src="PTS/g25n0g16.png"><br> </p>
|
||||
<p>Greyscale PNG images with various gamma values, 16 bit/pixel. Pixel values adjusted so that, when gamma corrected, the images look the same.
|
||||
|
||||
</p></body></html>
|
|
@ -5,9 +5,9 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that gamma correction on PNG image cursor is correct." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/g04n2c08.png), help; width :128px; height: 224px; font-size: 32px; line-height:32px}
|
||||
|
||||
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if all the reference images look the same, AND when moved inside the peach rectangle, the cursor looks like the reference images (ignoring the small numeric values in each image).</p>
|
||||
|
@ -20,4 +20,5 @@
|
|||
<img src="PTS/g10n2c08.png"><br>
|
||||
<img src="PTS/g25n2c08.png"><br> </p>
|
||||
<p>RGB PNG images with various gamma values, 8 bit/pixel. Pixel values adjusted so that, when gamma corrected, the images look the same.
|
||||
|
||||
</p></body></html>
|
|
@ -5,9 +5,9 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks that gamma correction on PNG image cursor is correct." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/g04n3p04.png), help; width :128px; height: 224px; font-size: 32px; line-height:32px}
|
||||
|
||||
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if all the reference images look the same, AND when moved inside the peach rectangle, the cursor looks like the reference images (ignoring the small numeric values in each image).</p>
|
||||
|
@ -20,4 +20,5 @@
|
|||
<img src="PTS/g10n3p04.png"><br>
|
||||
<img src="PTS/g25n3p04.png"><br> </p>
|
||||
<p>Indexed PNG images with various gamma values, 4 bit/pixel. Pixel values adjusted so that, when gamma corrected, the images look the same.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks invalid PNG image cursor skipped, fallback used." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/xs2n0g01.png), help; width :128px; height: 64px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
@ -13,4 +13,5 @@
|
|||
|
||||
<p class="test"> </p>
|
||||
<p>Invalid PNG image, signature bytes incorrect. Help cursor fallback.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks invalid PNG image cursor skipped, fallback used." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/xhdn0g08.png), help; width :128px; height: 64px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
@ -13,4 +13,5 @@
|
|||
|
||||
<p class="test"> </p>
|
||||
<p>Invalid PNG image, incorrect header checksum. Help cursor fallback.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags">
|
||||
<meta content="Test checks invalid PNG image cursor skipped, fallback used." name="assert">
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/xdtn0g01.png), help; width :128px; height: 64px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
@ -13,4 +13,5 @@
|
|||
|
||||
<p class="test"> </p>
|
||||
<p>Invalid PNG image, missing IDAT chunk. Help cursor fallback.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,12 @@
|
|||
<link href="http://www.w3.org/TR/css3-ui/#outline-offset" rel="help">
|
||||
<link href="reference/outline-offset.htm" rel="match">
|
||||
<style type="text/css">
|
||||
div
|
||||
div
|
||||
{
|
||||
display:inline-block;
|
||||
outline:2px solid red;
|
||||
}
|
||||
div span
|
||||
div span
|
||||
{
|
||||
display:block;
|
||||
width:180px;
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<title>ttwf-reftest-outline-offset-ref</title>
|
||||
<link href="mailto:kein119@naver.com" rel="author" title="jy-jeung">
|
||||
<style type="text/css">
|
||||
div
|
||||
{
|
||||
div
|
||||
{
|
||||
display:inline-block;
|
||||
margin:10px;
|
||||
width:180px;
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
PNGSUITE
|
||||
----------------
|
||||
|
||||
testset for PNG-(de)coders
|
||||
created by Willem van Schaik
|
||||
------------------------------------
|
||||
|
||||
This is a collection of graphics images created to test the png applications
|
||||
like viewers, converters and editors. All (as far as that is possible)
|
||||
formats supported by the PNG standard are represented.
|
||||
|
||||
The suite consists of the following files:
|
||||
|
||||
- PngSuite.README - this file
|
||||
- PngSuite.LICENSE - the PngSuite is freeware
|
||||
- PngSuite.png - image with PngSuite logo
|
||||
- PngSuite.tgz - archive of all PNG testfiles
|
||||
- PngSuite.zip - same in .zip format for PCs
|
||||
|
||||
|
||||
--------
|
||||
(c) Willem van Schaik
|
||||
willem@schaik.com
|
||||
Calgary, April 2011
|
||||
|
||||
PNGSUITE
|
||||
----------------
|
||||
|
||||
testset for PNG-(de)coders
|
||||
created by Willem van Schaik
|
||||
------------------------------------
|
||||
|
||||
This is a collection of graphics images created to test the png applications
|
||||
like viewers, converters and editors. All (as far as that is possible)
|
||||
formats supported by the PNG standard are represented.
|
||||
|
||||
The suite consists of the following files:
|
||||
|
||||
- PngSuite.README - this file
|
||||
- PngSuite.LICENSE - the PngSuite is freeware
|
||||
- PngSuite.png - image with PngSuite logo
|
||||
- PngSuite.tgz - archive of all PNG testfiles
|
||||
- PngSuite.zip - same in .zip format for PCs
|
||||
|
||||
|
||||
--------
|
||||
(c) Willem van Schaik
|
||||
willem@schaik.com
|
||||
Calgary, April 2011
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<title>Woolly le Mouton</title>
|
||||
|
||||
<desc>
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
5 July 2000.
|
||||
</desc>
|
||||
|
||||
|
@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
|||
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
|
||||
contact bert@w3.org or coralie@w3.org for licenses for other
|
||||
usages.
|
||||
|
||||
|
||||
</rdf:li>
|
||||
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
|
||||
</rdf:Bag>
|
||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -3,8 +3,8 @@
|
|||
<title>Woolly le Mouton</title>
|
||||
|
||||
<desc>
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
5 July 2000.
|
||||
</desc>
|
||||
|
||||
|
@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
|||
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
|
||||
contact bert@w3.org or coralie@w3.org for licenses for other
|
||||
usages.
|
||||
|
||||
|
||||
</rdf:li>
|
||||
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
|
||||
</rdf:Bag>
|
||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -1,25 +1,25 @@
|
|||
PNGSUITE
|
||||
----------------
|
||||
|
||||
testset for PNG-(de)coders
|
||||
created by Willem van Schaik
|
||||
------------------------------------
|
||||
|
||||
This is a collection of graphics images created to test the png applications
|
||||
like viewers, converters and editors. All (as far as that is possible)
|
||||
formats supported by the PNG standard are represented.
|
||||
|
||||
The suite consists of the following files:
|
||||
|
||||
- PngSuite.README - this file
|
||||
- PngSuite.LICENSE - the PngSuite is freeware
|
||||
- PngSuite.png - image with PngSuite logo
|
||||
- PngSuite.tgz - archive of all PNG testfiles
|
||||
- PngSuite.zip - same in .zip format for PCs
|
||||
|
||||
|
||||
--------
|
||||
(c) Willem van Schaik
|
||||
willem@schaik.com
|
||||
Calgary, April 2011
|
||||
|
||||
PNGSUITE
|
||||
----------------
|
||||
|
||||
testset for PNG-(de)coders
|
||||
created by Willem van Schaik
|
||||
------------------------------------
|
||||
|
||||
This is a collection of graphics images created to test the png applications
|
||||
like viewers, converters and editors. All (as far as that is possible)
|
||||
formats supported by the PNG standard are represented.
|
||||
|
||||
The suite consists of the following files:
|
||||
|
||||
- PngSuite.README - this file
|
||||
- PngSuite.LICENSE - the PngSuite is freeware
|
||||
- PngSuite.png - image with PngSuite logo
|
||||
- PngSuite.tgz - archive of all PNG testfiles
|
||||
- PngSuite.zip - same in .zip format for PCs
|
||||
|
||||
|
||||
--------
|
||||
(c) Willem van Schaik
|
||||
willem@schaik.com
|
||||
Calgary, April 2011
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<title>Woolly le Mouton</title>
|
||||
|
||||
<desc>
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
5 July 2000.
|
||||
</desc>
|
||||
|
||||
|
@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
|||
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
|
||||
contact bert@w3.org or coralie@w3.org for licenses for other
|
||||
usages.
|
||||
|
||||
|
||||
</rdf:li>
|
||||
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
|
||||
</rdf:Bag>
|
||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -3,8 +3,8 @@
|
|||
<title>Woolly le Mouton</title>
|
||||
|
||||
<desc>
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
Woolly is a sheep, originally drawn by Coralie Mercier on 2 March 2000
|
||||
and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
||||
5 July 2000.
|
||||
</desc>
|
||||
|
||||
|
@ -36,7 +36,7 @@ and scanned and converted to SVG by Bert Bos, between 3 March 2000 and
|
|||
Attribution-NonCommercial-NoDerivs 3.0 Unported License. Please,
|
||||
contact bert@w3.org or coralie@w3.org for licenses for other
|
||||
usages.
|
||||
|
||||
|
||||
</rdf:li>
|
||||
<rdf:li xml:lang="zxx" rdf:resource="http://creativecommons.org/licenses/by-nc-nd/3.0/"/>
|
||||
</rdf:Bag>
|
||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -85,118 +85,118 @@ html/caret-color-002.htm 02a3dcc0a7054487ffd77b21aa525a3e8cad0dfc ?
|
|||
xhtml1/caret-color-002.xht 02a3dcc0a7054487ffd77b21aa525a3e8cad0dfc ?
|
||||
html/caret-color-003.htm 2b11748c87a4cb16a19ef484bd474e26faf5aac5 ?
|
||||
xhtml1/caret-color-003.xht 2b11748c87a4cb16a19ef484bd474e26faf5aac5 ?
|
||||
html/cursor-image-001.htm ac149272810d88c6b4e74c8dd25d81706c52d6b1 ?
|
||||
xhtml1/cursor-image-001.xht ac149272810d88c6b4e74c8dd25d81706c52d6b1 ?
|
||||
html/cursor-image-002.htm 8321e4c2713a5e849ff54de3fbae6b9ce786d50e ?
|
||||
xhtml1/cursor-image-002.xht 8321e4c2713a5e849ff54de3fbae6b9ce786d50e ?
|
||||
html/cursor-image-003.htm b3cb150cd9516a4e76a961603c0ba53637067e15 ?
|
||||
xhtml1/cursor-image-003.xht b3cb150cd9516a4e76a961603c0ba53637067e15 ?
|
||||
html/cursor-image-004.htm 9a6576e141da762fbfce0fe4f61bcc0623892c2d ?
|
||||
xhtml1/cursor-image-004.xht 9a6576e141da762fbfce0fe4f61bcc0623892c2d ?
|
||||
html/cursor-image-005-nfs.htm 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
|
||||
xhtml1/cursor-image-005-nfs.xht 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a ?
|
||||
html/cursor-image-005.htm c09be6709cf1a03d7f67fc7ecfb40c0024e1f0a3 ?
|
||||
xhtml1/cursor-image-005.xht c09be6709cf1a03d7f67fc7ecfb40c0024e1f0a3 ?
|
||||
html/cursor-image-006.htm ff146233025e7233e3743b540db8c0c4ae656678 ?
|
||||
xhtml1/cursor-image-006.xht ff146233025e7233e3743b540db8c0c4ae656678 ?
|
||||
html/cursor-image-007.htm 66cd3536d1c2ee3702c8ae57aedbd87f004c9363 ?
|
||||
xhtml1/cursor-image-007.xht 66cd3536d1c2ee3702c8ae57aedbd87f004c9363 ?
|
||||
html/cursor-image-008.htm ff130e26926a7595d398c68812f5396464b0ff19 ?
|
||||
xhtml1/cursor-image-008.xht ff130e26926a7595d398c68812f5396464b0ff19 ?
|
||||
html/cursor-image-009.htm 02f94fcd8e0cc634ec7f3afbee15b87a5bdf0bf3 ?
|
||||
xhtml1/cursor-image-009.xht 02f94fcd8e0cc634ec7f3afbee15b87a5bdf0bf3 ?
|
||||
html/cursor-image-010.htm 77de9c216288fd659ca28b3859a01c0f507b040d ?
|
||||
xhtml1/cursor-image-010.xht 77de9c216288fd659ca28b3859a01c0f507b040d ?
|
||||
html/cursor-image-011.htm 7eb7c6110691d9c9bef49aabcf5d4ed16923a19f ?
|
||||
xhtml1/cursor-image-011.xht 7eb7c6110691d9c9bef49aabcf5d4ed16923a19f ?
|
||||
html/cursor-image-012.htm de6661cfb1df3b37673293411ddb52b1f2395a00 ?
|
||||
xhtml1/cursor-image-012.xht de6661cfb1df3b37673293411ddb52b1f2395a00 ?
|
||||
html/cursor-image-png-001.htm b5bc2a59bfd0c93baf67c1fb30ac712fb9394222 ?
|
||||
xhtml1/cursor-image-png-001.xht b5bc2a59bfd0c93baf67c1fb30ac712fb9394222 ?
|
||||
html/cursor-image-png-002.htm 5b5dfece40787d9f06da2ce1087504d350eaa537 ?
|
||||
xhtml1/cursor-image-png-002.xht 5b5dfece40787d9f06da2ce1087504d350eaa537 ?
|
||||
html/cursor-image-png-003.htm 01bd2fbf086a3cf67143eee844230879f9c085ef ?
|
||||
xhtml1/cursor-image-png-003.xht 01bd2fbf086a3cf67143eee844230879f9c085ef ?
|
||||
html/cursor-image-png-004.htm 8b222bc7696955e1dcd18ba3c042884cb1d59edd ?
|
||||
xhtml1/cursor-image-png-004.xht 8b222bc7696955e1dcd18ba3c042884cb1d59edd ?
|
||||
html/cursor-image-png-005.htm b347b502326dd63d2601cf6b54d45011610575c9 ?
|
||||
xhtml1/cursor-image-png-005.xht b347b502326dd63d2601cf6b54d45011610575c9 ?
|
||||
html/cursor-image-png-006.htm fe9f9823ce899eaec72561474abdc2f8d4acfcbb ?
|
||||
xhtml1/cursor-image-png-006.xht fe9f9823ce899eaec72561474abdc2f8d4acfcbb ?
|
||||
html/cursor-image-png-007.htm 23d1a63d2157b7a1cd64745dc48066020e4e21f0 ?
|
||||
xhtml1/cursor-image-png-007.xht 23d1a63d2157b7a1cd64745dc48066020e4e21f0 ?
|
||||
html/cursor-image-png-008.htm a36ca2472698ec7a36c566b04444deb3ca04a73a ?
|
||||
xhtml1/cursor-image-png-008.xht a36ca2472698ec7a36c566b04444deb3ca04a73a ?
|
||||
html/cursor-image-png-009.htm 0b8c415cd1c20ed5e0b9ab3c01f1db4f6d0d1b14 ?
|
||||
xhtml1/cursor-image-png-009.xht 0b8c415cd1c20ed5e0b9ab3c01f1db4f6d0d1b14 ?
|
||||
html/cursor-image-png-010.htm ca023b2abac983c730334b9dc699dac5f6d9f626 ?
|
||||
xhtml1/cursor-image-png-010.xht ca023b2abac983c730334b9dc699dac5f6d9f626 ?
|
||||
html/cursor-image-png-011.htm c756c2ea836ee9419caefe86a7f371cc0e99c772 ?
|
||||
xhtml1/cursor-image-png-011.xht c756c2ea836ee9419caefe86a7f371cc0e99c772 ?
|
||||
html/cursor-image-png-012.htm e404a23a9b5fc822d18f71d981f8c73a516fd377 ?
|
||||
xhtml1/cursor-image-png-012.xht e404a23a9b5fc822d18f71d981f8c73a516fd377 ?
|
||||
html/cursor-image-png-013.htm df091bc3f3369ab675592f90f667b01c5bb4aa92 ?
|
||||
xhtml1/cursor-image-png-013.xht df091bc3f3369ab675592f90f667b01c5bb4aa92 ?
|
||||
html/cursor-image-png-014.htm 2288b54c1a498ff37ee9369a821f3cecee97696a ?
|
||||
xhtml1/cursor-image-png-014.xht 2288b54c1a498ff37ee9369a821f3cecee97696a ?
|
||||
html/cursor-image-png-015.htm 84c82d6197d7d1fb9500d0a1a9f769dfa79a9165 ?
|
||||
xhtml1/cursor-image-png-015.xht 84c82d6197d7d1fb9500d0a1a9f769dfa79a9165 ?
|
||||
html/cursor-image-png-016.htm 4640d0c0479eaec968189b04860f82ac098b1e44 ?
|
||||
xhtml1/cursor-image-png-016.xht 4640d0c0479eaec968189b04860f82ac098b1e44 ?
|
||||
html/cursor-image-png-017.htm 5d30a0a5cc0d4d6f0d03e22abb67724a72006e27 ?
|
||||
xhtml1/cursor-image-png-017.xht 5d30a0a5cc0d4d6f0d03e22abb67724a72006e27 ?
|
||||
html/cursor-image-png-018.htm 3ae61572cc66f9cc91b5306be49561ca89e96813 ?
|
||||
xhtml1/cursor-image-png-018.xht 3ae61572cc66f9cc91b5306be49561ca89e96813 ?
|
||||
html/cursor-image-png-019.htm 08ee842df85fe93f89302ffdee79f4730e5b1ee7 ?
|
||||
xhtml1/cursor-image-png-019.xht 08ee842df85fe93f89302ffdee79f4730e5b1ee7 ?
|
||||
html/cursor-image-png-020.htm 5f6cc753e134f8f801d9daec7a1bc6b89dc86d12 ?
|
||||
xhtml1/cursor-image-png-020.xht 5f6cc753e134f8f801d9daec7a1bc6b89dc86d12 ?
|
||||
html/cursor-image-png-021.htm 5ef1463f50f6804b56ef93db770506868aa4119f ?
|
||||
xhtml1/cursor-image-png-021.xht 5ef1463f50f6804b56ef93db770506868aa4119f ?
|
||||
html/cursor-image-png-022.htm 83fae04df969bfebb151b0eaea76f032061a2d82 ?
|
||||
xhtml1/cursor-image-png-022.xht 83fae04df969bfebb151b0eaea76f032061a2d82 ?
|
||||
html/cursor-image-png-023.htm a7045311c6544579290a8612f271a197489653d5 ?
|
||||
xhtml1/cursor-image-png-023.xht a7045311c6544579290a8612f271a197489653d5 ?
|
||||
html/cursor-image-png-024.htm 8fee5e4927c500f45af3b0e4e3301d488714bd53 ?
|
||||
xhtml1/cursor-image-png-024.xht 8fee5e4927c500f45af3b0e4e3301d488714bd53 ?
|
||||
html/cursor-image-png-025.htm f734b1faf923a3c71348d169e7f139eaf1bf9262 ?
|
||||
xhtml1/cursor-image-png-025.xht f734b1faf923a3c71348d169e7f139eaf1bf9262 ?
|
||||
html/cursor-image-png-026.htm 6dd7fcea2820ad4394a5665bebf5a580f2f9da55 ?
|
||||
xhtml1/cursor-image-png-026.xht 6dd7fcea2820ad4394a5665bebf5a580f2f9da55 ?
|
||||
html/cursor-image-png-027.htm c65f4109041818de0146887c6ab2a49622fa0152 ?
|
||||
xhtml1/cursor-image-png-027.xht c65f4109041818de0146887c6ab2a49622fa0152 ?
|
||||
html/cursor-image-png-028.htm 694fe3bfa4321781d34065fd46479b82207345aa ?
|
||||
xhtml1/cursor-image-png-028.xht 694fe3bfa4321781d34065fd46479b82207345aa ?
|
||||
html/cursor-image-png-029.htm 63090eefb16970058b5a50122d18e70522d65fe3 ?
|
||||
xhtml1/cursor-image-png-029.xht 63090eefb16970058b5a50122d18e70522d65fe3 ?
|
||||
html/cursor-image-png-030.htm ced46bcfa5dec1fc7c013c580d455e6a7e7479fb ?
|
||||
xhtml1/cursor-image-png-030.xht ced46bcfa5dec1fc7c013c580d455e6a7e7479fb ?
|
||||
html/cursor-image-png-031.htm 2870fd8984f174ee8d28eee9e1c995d2e69ad4cf ?
|
||||
xhtml1/cursor-image-png-031.xht 2870fd8984f174ee8d28eee9e1c995d2e69ad4cf ?
|
||||
html/cursor-image-png-032.htm 21019cf7c5af37397df51de16c1a72d62eb0033e ?
|
||||
xhtml1/cursor-image-png-032.xht 21019cf7c5af37397df51de16c1a72d62eb0033e ?
|
||||
html/cursor-image-png-033.htm bba2826a9efa0e29d6d81a0b48862361c0b74482 ?
|
||||
xhtml1/cursor-image-png-033.xht bba2826a9efa0e29d6d81a0b48862361c0b74482 ?
|
||||
html/cursor-image-png-034.htm bba2826a9efa0e29d6d81a0b48862361c0b74482 ?
|
||||
xhtml1/cursor-image-png-034.xht bba2826a9efa0e29d6d81a0b48862361c0b74482 ?
|
||||
html/cursor-image-png-035.htm 421bd3cbcf5a8966dbade722813f77fcec230697 ?
|
||||
xhtml1/cursor-image-png-035.xht 421bd3cbcf5a8966dbade722813f77fcec230697 ?
|
||||
html/cursor-image-png-036.htm 3c4f15fca711a53c48e368922d20f640beb68491 ?
|
||||
xhtml1/cursor-image-png-036.xht 3c4f15fca711a53c48e368922d20f640beb68491 ?
|
||||
html/cursor-image-png-037.htm 94b79cf317bb7ee58feed34ddf4ec0c915a30578 ?
|
||||
xhtml1/cursor-image-png-037.xht 94b79cf317bb7ee58feed34ddf4ec0c915a30578 ?
|
||||
html/cursor-image-png-038.htm 8a01bae658305621cc9ac2b856a12d7c8e829a7c ?
|
||||
xhtml1/cursor-image-png-038.xht 8a01bae658305621cc9ac2b856a12d7c8e829a7c ?
|
||||
html/cursor-image-png-039.htm 40effb50eb6bde61d4e27df67dc9e2523ecaf57d ?
|
||||
xhtml1/cursor-image-png-039.xht 40effb50eb6bde61d4e27df67dc9e2523ecaf57d ?
|
||||
html/cursor-image-png-040.htm 80f4ebaf645b3eb21b702a26c643f4acf87f56b4 ?
|
||||
xhtml1/cursor-image-png-040.xht 80f4ebaf645b3eb21b702a26c643f4acf87f56b4 ?
|
||||
html/cursor-image-png-041.htm d016a75f2c4dafc4afe2e819019a890a190c30d2 ?
|
||||
xhtml1/cursor-image-png-041.xht d016a75f2c4dafc4afe2e819019a890a190c30d2 ?
|
||||
html/cursor-image-png-042.htm b934e7afd271362d3f645f8c50767375bb12304d ?
|
||||
xhtml1/cursor-image-png-042.xht b934e7afd271362d3f645f8c50767375bb12304d ?
|
||||
html/cursor-image-png-043.htm d99cbd3fb2e65759ef2041c792ca890af5ef44ef ?
|
||||
xhtml1/cursor-image-png-043.xht d99cbd3fb2e65759ef2041c792ca890af5ef44ef ?
|
||||
html/cursor-image-001.htm 63886c57a6505e20fe00c316cc094c3e7d0f46a5 ?
|
||||
xhtml1/cursor-image-001.xht 63886c57a6505e20fe00c316cc094c3e7d0f46a5 ?
|
||||
html/cursor-image-002.htm 998603c2339bbf40dff7bb7df8478a2e1194239b ?
|
||||
xhtml1/cursor-image-002.xht 998603c2339bbf40dff7bb7df8478a2e1194239b ?
|
||||
html/cursor-image-003.htm 60f2203e6f60bf1409c573e7eeadaa2fde646d6a ?
|
||||
xhtml1/cursor-image-003.xht 60f2203e6f60bf1409c573e7eeadaa2fde646d6a ?
|
||||
html/cursor-image-004.htm 9c8323adcaa1c536f7c3f6cacea4122192b87803 ?
|
||||
xhtml1/cursor-image-004.xht 9c8323adcaa1c536f7c3f6cacea4122192b87803 ?
|
||||
html/cursor-image-005-nfs.htm abc2307fce0a682a60d7d3f0a43ce78b231db6ba ?
|
||||
xhtml1/cursor-image-005-nfs.xht abc2307fce0a682a60d7d3f0a43ce78b231db6ba ?
|
||||
html/cursor-image-005.htm 5e00b6dcb6ac64c9cbca63e97d1103fc89b9c134 ?
|
||||
xhtml1/cursor-image-005.xht 5e00b6dcb6ac64c9cbca63e97d1103fc89b9c134 ?
|
||||
html/cursor-image-006.htm d936ff3d637ec9bb29f8ef4bba2d248357c27169 ?
|
||||
xhtml1/cursor-image-006.xht d936ff3d637ec9bb29f8ef4bba2d248357c27169 ?
|
||||
html/cursor-image-007.htm 8388ec1c89199a2209eb0f7a1baf63f1d30507b8 ?
|
||||
xhtml1/cursor-image-007.xht 8388ec1c89199a2209eb0f7a1baf63f1d30507b8 ?
|
||||
html/cursor-image-008.htm 830256421163026b0e600d96abf10b7ac65005dc ?
|
||||
xhtml1/cursor-image-008.xht 830256421163026b0e600d96abf10b7ac65005dc ?
|
||||
html/cursor-image-009.htm 1452ce9f18329f4905bc9aa2f171907cbdd683a3 ?
|
||||
xhtml1/cursor-image-009.xht 1452ce9f18329f4905bc9aa2f171907cbdd683a3 ?
|
||||
html/cursor-image-010.htm ea104898f9bb4d5bfe9466c22b26d9ed9efc37dc ?
|
||||
xhtml1/cursor-image-010.xht ea104898f9bb4d5bfe9466c22b26d9ed9efc37dc ?
|
||||
html/cursor-image-011.htm 30eb847da456bd138fb375d3b08409111d1e9d6b ?
|
||||
xhtml1/cursor-image-011.xht 30eb847da456bd138fb375d3b08409111d1e9d6b ?
|
||||
html/cursor-image-012.htm 3ab32e8ffb9dce64f84391f9cd6ea07f3a59657f ?
|
||||
xhtml1/cursor-image-012.xht 3ab32e8ffb9dce64f84391f9cd6ea07f3a59657f ?
|
||||
html/cursor-image-png-001.htm 7c0fd9b30213317a1d6aef57e955b2ac7a2c98cc ?
|
||||
xhtml1/cursor-image-png-001.xht 7c0fd9b30213317a1d6aef57e955b2ac7a2c98cc ?
|
||||
html/cursor-image-png-002.htm 9ec1069889b40fb8c354a9376588c1f3d8dde642 ?
|
||||
xhtml1/cursor-image-png-002.xht 9ec1069889b40fb8c354a9376588c1f3d8dde642 ?
|
||||
html/cursor-image-png-003.htm 2cb6f7ca2931062de9b0c829ccebd4f37a5d0e65 ?
|
||||
xhtml1/cursor-image-png-003.xht 2cb6f7ca2931062de9b0c829ccebd4f37a5d0e65 ?
|
||||
html/cursor-image-png-004.htm ccf4208b9b7a68969dce0849321c41fff63798df ?
|
||||
xhtml1/cursor-image-png-004.xht ccf4208b9b7a68969dce0849321c41fff63798df ?
|
||||
html/cursor-image-png-005.htm 1bfb08275fe28e4c992dd14bf4bd367da8f5568f ?
|
||||
xhtml1/cursor-image-png-005.xht 1bfb08275fe28e4c992dd14bf4bd367da8f5568f ?
|
||||
html/cursor-image-png-006.htm 88a0087e0ca2df3b242a86e7212df07346f5ae37 ?
|
||||
xhtml1/cursor-image-png-006.xht 88a0087e0ca2df3b242a86e7212df07346f5ae37 ?
|
||||
html/cursor-image-png-007.htm 2931a17735d8475ff7b9661f65989484e2d17d95 ?
|
||||
xhtml1/cursor-image-png-007.xht 2931a17735d8475ff7b9661f65989484e2d17d95 ?
|
||||
html/cursor-image-png-008.htm 4b1fc509b5fe69cbce686e04c73d49158e602370 ?
|
||||
xhtml1/cursor-image-png-008.xht 4b1fc509b5fe69cbce686e04c73d49158e602370 ?
|
||||
html/cursor-image-png-009.htm 0f396005adeb63d85123e6201ca7f6148ac79f53 ?
|
||||
xhtml1/cursor-image-png-009.xht 0f396005adeb63d85123e6201ca7f6148ac79f53 ?
|
||||
html/cursor-image-png-010.htm f76825d1ddb5c56cf97f69f67dec4207ce1a1173 ?
|
||||
xhtml1/cursor-image-png-010.xht f76825d1ddb5c56cf97f69f67dec4207ce1a1173 ?
|
||||
html/cursor-image-png-011.htm 45bae489987030214810744aee63ca20a2916932 ?
|
||||
xhtml1/cursor-image-png-011.xht 45bae489987030214810744aee63ca20a2916932 ?
|
||||
html/cursor-image-png-012.htm ac1af4d96bb42f5b0b8cfa6d898e88f8d6507beb ?
|
||||
xhtml1/cursor-image-png-012.xht ac1af4d96bb42f5b0b8cfa6d898e88f8d6507beb ?
|
||||
html/cursor-image-png-013.htm 07a9613cb870d8cb4d1f83a8fbca579401903b0e ?
|
||||
xhtml1/cursor-image-png-013.xht 07a9613cb870d8cb4d1f83a8fbca579401903b0e ?
|
||||
html/cursor-image-png-014.htm 6690c7056cc402902ecc4e387cb09140b2a95363 ?
|
||||
xhtml1/cursor-image-png-014.xht 6690c7056cc402902ecc4e387cb09140b2a95363 ?
|
||||
html/cursor-image-png-015.htm 5ad1cb853e930be26b66ebb19abebdc94f9c3709 ?
|
||||
xhtml1/cursor-image-png-015.xht 5ad1cb853e930be26b66ebb19abebdc94f9c3709 ?
|
||||
html/cursor-image-png-016.htm 145cf1f694353791201552448788701c27afca48 ?
|
||||
xhtml1/cursor-image-png-016.xht 145cf1f694353791201552448788701c27afca48 ?
|
||||
html/cursor-image-png-017.htm 6433f242091e65f1ee2a35f8f2f6d840a3cadc1e ?
|
||||
xhtml1/cursor-image-png-017.xht 6433f242091e65f1ee2a35f8f2f6d840a3cadc1e ?
|
||||
html/cursor-image-png-018.htm 092132487410047323e0461343a314cf9b9b07ee ?
|
||||
xhtml1/cursor-image-png-018.xht 092132487410047323e0461343a314cf9b9b07ee ?
|
||||
html/cursor-image-png-019.htm eedaa2e9ec5539859f48c5dbe6eb77e030cf584e ?
|
||||
xhtml1/cursor-image-png-019.xht eedaa2e9ec5539859f48c5dbe6eb77e030cf584e ?
|
||||
html/cursor-image-png-020.htm 3e4dc7b7ee141785d538ed26befd08cb599b5c64 ?
|
||||
xhtml1/cursor-image-png-020.xht 3e4dc7b7ee141785d538ed26befd08cb599b5c64 ?
|
||||
html/cursor-image-png-021.htm 5b6e786f74dfe12ad16e750d2d467b7f2aec22b8 ?
|
||||
xhtml1/cursor-image-png-021.xht 5b6e786f74dfe12ad16e750d2d467b7f2aec22b8 ?
|
||||
html/cursor-image-png-022.htm 497b26466060b512e6061f404281448c8bf87ff3 ?
|
||||
xhtml1/cursor-image-png-022.xht 497b26466060b512e6061f404281448c8bf87ff3 ?
|
||||
html/cursor-image-png-023.htm 9ffef176fc047df16a85cdb5648eac8fd8834e12 ?
|
||||
xhtml1/cursor-image-png-023.xht 9ffef176fc047df16a85cdb5648eac8fd8834e12 ?
|
||||
html/cursor-image-png-024.htm b107a7b63407357e0e1a492a93a1fd515d31a153 ?
|
||||
xhtml1/cursor-image-png-024.xht b107a7b63407357e0e1a492a93a1fd515d31a153 ?
|
||||
html/cursor-image-png-025.htm faeaf1539ff1dd436ee4880641c6ce953256f17b ?
|
||||
xhtml1/cursor-image-png-025.xht faeaf1539ff1dd436ee4880641c6ce953256f17b ?
|
||||
html/cursor-image-png-026.htm 15f092f8c9ca44166be6541b1b7a6f32d1e9c820 ?
|
||||
xhtml1/cursor-image-png-026.xht 15f092f8c9ca44166be6541b1b7a6f32d1e9c820 ?
|
||||
html/cursor-image-png-027.htm f2d6ed61c48570831095b0aeb8593fdd176cc202 ?
|
||||
xhtml1/cursor-image-png-027.xht f2d6ed61c48570831095b0aeb8593fdd176cc202 ?
|
||||
html/cursor-image-png-028.htm c43bbe028f68b92058f2526004d2d9f86d1e955e ?
|
||||
xhtml1/cursor-image-png-028.xht c43bbe028f68b92058f2526004d2d9f86d1e955e ?
|
||||
html/cursor-image-png-029.htm 9ac93d95f7dc35c006d1d4db65cbfd9353769dc8 ?
|
||||
xhtml1/cursor-image-png-029.xht 9ac93d95f7dc35c006d1d4db65cbfd9353769dc8 ?
|
||||
html/cursor-image-png-030.htm c1d330b9faf50f5b75669a96ed5bcb97b7ff03df ?
|
||||
xhtml1/cursor-image-png-030.xht c1d330b9faf50f5b75669a96ed5bcb97b7ff03df ?
|
||||
html/cursor-image-png-031.htm 67524db49c32c80f0f1b68f17bf915e6b7e3a5c1 ?
|
||||
xhtml1/cursor-image-png-031.xht 67524db49c32c80f0f1b68f17bf915e6b7e3a5c1 ?
|
||||
html/cursor-image-png-032.htm f1c14b782b91849eea2b05483321b4e943e42a52 ?
|
||||
xhtml1/cursor-image-png-032.xht f1c14b782b91849eea2b05483321b4e943e42a52 ?
|
||||
html/cursor-image-png-033.htm 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c ?
|
||||
xhtml1/cursor-image-png-033.xht 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c ?
|
||||
html/cursor-image-png-034.htm 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c ?
|
||||
xhtml1/cursor-image-png-034.xht 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c ?
|
||||
html/cursor-image-png-035.htm b976859b449866f3ef400ac2d1c0423020a97e98 ?
|
||||
xhtml1/cursor-image-png-035.xht b976859b449866f3ef400ac2d1c0423020a97e98 ?
|
||||
html/cursor-image-png-036.htm ba9e673d5fda6cc43c375d5faf06446c9b3fd351 ?
|
||||
xhtml1/cursor-image-png-036.xht ba9e673d5fda6cc43c375d5faf06446c9b3fd351 ?
|
||||
html/cursor-image-png-037.htm 559b013a24383d97cb06d8741999be9ce8b2dd81 ?
|
||||
xhtml1/cursor-image-png-037.xht 559b013a24383d97cb06d8741999be9ce8b2dd81 ?
|
||||
html/cursor-image-png-038.htm 8c131688b8ce5f9f8c107579730d9c8a23c0793e ?
|
||||
xhtml1/cursor-image-png-038.xht 8c131688b8ce5f9f8c107579730d9c8a23c0793e ?
|
||||
html/cursor-image-png-039.htm a4d068ea7dde8e7d1304c4791a3744f52e5b1c0d ?
|
||||
xhtml1/cursor-image-png-039.xht a4d068ea7dde8e7d1304c4791a3744f52e5b1c0d ?
|
||||
html/cursor-image-png-040.htm c1fc5a017e185ab16d5b6c7b76333e4fb117a460 ?
|
||||
xhtml1/cursor-image-png-040.xht c1fc5a017e185ab16d5b6c7b76333e4fb117a460 ?
|
||||
html/cursor-image-png-041.htm 5ff812bb9b365947fff8ea431a4f2db02d052deb ?
|
||||
xhtml1/cursor-image-png-041.xht 5ff812bb9b365947fff8ea431a4f2db02d052deb ?
|
||||
html/cursor-image-png-042.htm a26d6af6155d1a1141b7dcad45f8378f08e7bd0a ?
|
||||
xhtml1/cursor-image-png-042.xht a26d6af6155d1a1141b7dcad45f8378f08e7bd0a ?
|
||||
html/cursor-image-png-043.htm 3b2dec994f1f43adf7ffe49e8461acaa594121a2 ?
|
||||
xhtml1/cursor-image-png-043.xht 3b2dec994f1f43adf7ffe49e8461acaa594121a2 ?
|
||||
html/nav-dir-001.htm 53627af1825c864f63a4dfce3fd1bc54c2d706ff ?
|
||||
xhtml1/nav-dir-001.xht 53627af1825c864f63a4dfce3fd1bc54c2d706ff ?
|
||||
html/nav-dir-002.htm df42b83ea088dc45e092addfa1351e0ca935e2d4 ?
|
||||
|
@ -371,8 +371,8 @@ html/outline-color-001.htm a776bdc125fc5dcc83d0cfb361d9d19cc9b3eba4 ?
|
|||
xhtml1/outline-color-001.xht a776bdc125fc5dcc83d0cfb361d9d19cc9b3eba4 ?
|
||||
html/outline-offset-001.htm 465df8192fe5ee54660d205d9d3f271ef84c1788 ?
|
||||
xhtml1/outline-offset-001.xht 465df8192fe5ee54660d205d9d3f271ef84c1788 ?
|
||||
html/outline-offset.htm 21bd9169e501282f6ddc905cf0b066f9dd730e5b ?
|
||||
xhtml1/outline-offset.xht 21bd9169e501282f6ddc905cf0b066f9dd730e5b ?
|
||||
html/outline-offset.htm 5f97101da3dd35bad8e977c2f27814e8532acfd7 ?
|
||||
xhtml1/outline-offset.xht 5f97101da3dd35bad8e977c2f27814e8532acfd7 ?
|
||||
html/outline-style-011.htm 23252c963318135cd2b9a9591741c77f5372fb79 ?
|
||||
xhtml1/outline-style-011.xht 23252c963318135cd2b9a9591741c77f5372fb79 ?
|
||||
html/outline-style-012.htm 0c82cbd1d2692d211242ea93142a58407ccb4b03 ?
|
||||
|
|
|
@ -40,62 +40,62 @@ canvas-cursor-002 not propagating the body cursor to the canvas image,interact
|
|||
caret-color-001 caret-color http://www.w3.org/TR/css3-ui/#caret-color d51a15636bbc1a93132d4dba71ff6de6c08c1c1f `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color can be set on a textarea
|
||||
caret-color-002 caret-color is not inherited http://www.w3.org/TR/css3-ui/#caret-color 02a3dcc0a7054487ffd77b21aa525a3e8cad0dfc `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color value does not inherit
|
||||
caret-color-003 caret-color auto http://www.w3.org/TR/css3-ui/#caret-color 2b11748c87a4cb16a19ef484bd474e26faf5aac5 `Chris Lilley`<mailto:chris@w3.org> Test checks that caret-color: auto resolves to currentColor
|
||||
cursor-image-001 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor ac149272810d88c6b4e74c8dd25d81706c52d6b1 `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor.
|
||||
cursor-image-002 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 8321e4c2713a5e849ff54de3fbae6b9ce786d50e `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url.
|
||||
cursor-image-003 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor b3cb150cd9516a4e76a961603c0ba53637067e15 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image is supported as a custom cursor.
|
||||
cursor-image-004 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor 9a6576e141da762fbfce0fe4f61bcc0623892c2d `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image, with its own hotspot, is supported as a custom cursor.
|
||||
cursor-image-005 Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor c09be6709cf1a03d7f67fc7ecfb40c0024e1f0a3 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fixed size SVG image is supported as a custom cursor.
|
||||
cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size 4f1a9985c6fef5ff09d3249a54ea134fee4eee3a `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
|
||||
cursor-image-006 Cursor property, url value animated,image,interact http://www.w3.org/TR/css3-ui/#cursor ff146233025e7233e3743b540db8c0c4ae656678 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor.
|
||||
cursor-image-007 Cursor property, url value image,interact,svg http://www.w3.org/TR/css3-ui/#cursor 66cd3536d1c2ee3702c8ae57aedbd87f004c9363 `Chris Lilley`<mailto:chris@w3.org> Test checks that a compressed, fixed size SVG image is supported as a custom cursor.
|
||||
cursor-image-008 Cursor property, url value fallback image,interact http://www.w3.org/TR/css3-ui/#cursor ff130e26926a7595d398c68812f5396464b0ff19 `Chris Lilley`<mailto:chris@w3.org> Test checks that non-existent images cause the fallback to be used.
|
||||
cursor-image-009 Cursor property, url value, no fallback image,interact,invalid http://www.w3.org/TR/css3-ui/#cursor 02f94fcd8e0cc634ec7f3afbee15b87a5bdf0bf3 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fallback cursor is required.
|
||||
cursor-image-010 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 77de9c216288fd659ca28b3859a01c0f507b040d `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image is supported as a custom cursor.
|
||||
cursor-image-011 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 7eb7c6110691d9c9bef49aabcf5d4ed16923a19f `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image with transparency is supported as a custom cursor.
|
||||
cursor-image-012 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor de6661cfb1df3b37673293411ddb52b1f2395a00 `Chris Lilley`<mailto:chris@w3.org> Test checks that a JPEG/JFIF image is supported as a custom cursor.
|
||||
cursor-image-png-001 Cursor property, PNG image,interact http://www.w3.org/TR/css3-ui/#cursor b5bc2a59bfd0c93baf67c1fb30ac712fb9394222 `Chris Lilley`<mailto:chris@w3.org> Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor.
|
||||
cursor-image-png-002 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5b5dfece40787d9f06da2ce1087504d350eaa537 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-003 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 01bd2fbf086a3cf67143eee844230879f9c085ef `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-004 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 8b222bc7696955e1dcd18ba3c042884cb1d59edd `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-005 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b347b502326dd63d2601cf6b54d45011610575c9 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-006 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor fe9f9823ce899eaec72561474abdc2f8d4acfcbb `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
|
||||
cursor-image-png-007 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 23d1a63d2157b7a1cd64745dc48066020e4e21f0 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
|
||||
cursor-image-png-008 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor a36ca2472698ec7a36c566b04444deb3ca04a73a `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-009 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 0b8c415cd1c20ed5e0b9ab3c01f1db4f6d0d1b14 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-010 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ca023b2abac983c730334b9dc699dac5f6d9f626 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-011 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c756c2ea836ee9419caefe86a7f371cc0e99c772 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-012 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor e404a23a9b5fc822d18f71d981f8c73a516fd377 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-013 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor df091bc3f3369ab675592f90f667b01c5bb4aa92 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-014 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2288b54c1a498ff37ee9369a821f3cecee97696a `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-015 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 84c82d6197d7d1fb9500d0a1a9f769dfa79a9165 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-016 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 4640d0c0479eaec968189b04860f82ac098b1e44 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-017 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5d30a0a5cc0d4d6f0d03e22abb67724a72006e27 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-018 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3ae61572cc66f9cc91b5306be49561ca89e96813 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-019 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 08ee842df85fe93f89302ffdee79f4730e5b1ee7 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-020 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5f6cc753e134f8f801d9daec7a1bc6b89dc86d12 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-021 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5ef1463f50f6804b56ef93db770506868aa4119f `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
|
||||
cursor-image-png-022 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 83fae04df969bfebb151b0eaea76f032061a2d82 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
|
||||
cursor-image-png-023 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor a7045311c6544579290a8612f271a197489653d5 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-024 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 8fee5e4927c500f45af3b0e4e3301d488714bd53 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-025 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f734b1faf923a3c71348d169e7f139eaf1bf9262 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-026 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 6dd7fcea2820ad4394a5665bebf5a580f2f9da55 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-027 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c65f4109041818de0146887c6ab2a49622fa0152 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-028 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 694fe3bfa4321781d34065fd46479b82207345aa `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-029 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 63090eefb16970058b5a50122d18e70522d65fe3 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-030 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ced46bcfa5dec1fc7c013c580d455e6a7e7479fb `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-031 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2870fd8984f174ee8d28eee9e1c995d2e69ad4cf `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
|
||||
cursor-image-png-032 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 21019cf7c5af37397df51de16c1a72d62eb0033e `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
|
||||
cursor-image-png-033 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor bba2826a9efa0e29d6d81a0b48862361c0b74482 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-034 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor bba2826a9efa0e29d6d81a0b48862361c0b74482 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-035 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 421bd3cbcf5a8966dbade722813f77fcec230697 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-036 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3c4f15fca711a53c48e368922d20f640beb68491 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
|
||||
cursor-image-png-037 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 94b79cf317bb7ee58feed34ddf4ec0c915a30578 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
|
||||
cursor-image-png-038 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 8a01bae658305621cc9ac2b856a12d7c8e829a7c `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-039 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 40effb50eb6bde61d4e27df67dc9e2523ecaf57d `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-040 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 80f4ebaf645b3eb21b702a26c643f4acf87f56b4 `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-041 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor d016a75f2c4dafc4afe2e819019a890a190c30d2 `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
cursor-image-png-042 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b934e7afd271362d3f645f8c50767375bb12304d `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
cursor-image-png-043 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor d99cbd3fb2e65759ef2041c792ca890af5ef44ef `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
cursor-image-001 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 63886c57a6505e20fe00c316cc094c3e7d0f46a5 `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor.
|
||||
cursor-image-002 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 998603c2339bbf40dff7bb7df8478a2e1194239b `Chris Lilley`<mailto:chris@w3.org> Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url.
|
||||
cursor-image-003 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor 60f2203e6f60bf1409c573e7eeadaa2fde646d6a `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image is supported as a custom cursor.
|
||||
cursor-image-004 Cursor property, url value image,interact,may http://www.w3.org/TR/css3-ui/#cursor 9c8323adcaa1c536f7c3f6cacea4122192b87803 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ICO image, with its own hotspot, is supported as a custom cursor.
|
||||
cursor-image-005 Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor 5e00b6dcb6ac64c9cbca63e97d1103fc89b9c134 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fixed size SVG image is supported as a custom cursor.
|
||||
cursor-image-005-nfs Cursor property, url value interact,svg http://www.w3.org/TR/css3-ui/#cursor,http://www.w3.org/TR/css3-images/#default-object-size abc2307fce0a682a60d7d3f0a43ce78b231db6ba `Chris Lilley`<mailto:chris@w3.org> Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images.
|
||||
cursor-image-006 Cursor property, url value animated,image,interact http://www.w3.org/TR/css3-ui/#cursor d936ff3d637ec9bb29f8ef4bba2d248357c27169 `Chris Lilley`<mailto:chris@w3.org> Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor.
|
||||
cursor-image-007 Cursor property, url value image,interact,svg http://www.w3.org/TR/css3-ui/#cursor 8388ec1c89199a2209eb0f7a1baf63f1d30507b8 `Chris Lilley`<mailto:chris@w3.org> Test checks that a compressed, fixed size SVG image is supported as a custom cursor.
|
||||
cursor-image-008 Cursor property, url value fallback image,interact http://www.w3.org/TR/css3-ui/#cursor 830256421163026b0e600d96abf10b7ac65005dc `Chris Lilley`<mailto:chris@w3.org> Test checks that non-existent images cause the fallback to be used.
|
||||
cursor-image-009 Cursor property, url value, no fallback image,interact,invalid http://www.w3.org/TR/css3-ui/#cursor 1452ce9f18329f4905bc9aa2f171907cbdd683a3 `Chris Lilley`<mailto:chris@w3.org> Test checks that a fallback cursor is required.
|
||||
cursor-image-010 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor ea104898f9bb4d5bfe9466c22b26d9ed9efc37dc `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image is supported as a custom cursor.
|
||||
cursor-image-011 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 30eb847da456bd138fb375d3b08409111d1e9d6b `Chris Lilley`<mailto:chris@w3.org> Test checks that a GIF image with transparency is supported as a custom cursor.
|
||||
cursor-image-012 Cursor property, url value image,interact http://www.w3.org/TR/css3-ui/#cursor 3ab32e8ffb9dce64f84391f9cd6ea07f3a59657f `Chris Lilley`<mailto:chris@w3.org> Test checks that a JPEG/JFIF image is supported as a custom cursor.
|
||||
cursor-image-png-001 Cursor property, PNG image,interact http://www.w3.org/TR/css3-ui/#cursor 7c0fd9b30213317a1d6aef57e955b2ac7a2c98cc `Chris Lilley`<mailto:chris@w3.org> Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor.
|
||||
cursor-image-png-002 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ec1069889b40fb8c354a9376588c1f3d8dde642 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-003 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2cb6f7ca2931062de9b0c829ccebd4f37a5d0e65 `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-004 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ccf4208b9b7a68969dce0849321c41fff63798df `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-005 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 1bfb08275fe28e4c992dd14bf4bd367da8f5568f `Chris Lilley`<mailto:chris@w3.org> Test checks that a black and white PNG image cursor is supported.
|
||||
cursor-image-png-006 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 88a0087e0ca2df3b242a86e7212df07346f5ae37 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
|
||||
cursor-image-png-007 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 2931a17735d8475ff7b9661f65989484e2d17d95 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor is supported.
|
||||
cursor-image-png-008 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 4b1fc509b5fe69cbce686e04c73d49158e602370 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-009 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 0f396005adeb63d85123e6201ca7f6148ac79f53 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-010 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f76825d1ddb5c56cf97f69f67dec4207ce1a1173 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-011 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 45bae489987030214810744aee63ca20a2916932 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor is supported.
|
||||
cursor-image-png-012 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ac1af4d96bb42f5b0b8cfa6d898e88f8d6507beb `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-013 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 07a9613cb870d8cb4d1f83a8fbca579401903b0e `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-014 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 6690c7056cc402902ecc4e387cb09140b2a95363 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-015 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5ad1cb853e930be26b66ebb19abebdc94f9c3709 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-016 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 145cf1f694353791201552448788701c27afca48 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-017 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 6433f242091e65f1ee2a35f8f2f6d840a3cadc1e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-018 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 092132487410047323e0461343a314cf9b9b07ee `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-019 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor eedaa2e9ec5539859f48c5dbe6eb77e030cf584e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-020 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3e4dc7b7ee141785d538ed26befd08cb599b5c64 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced black and white PNG image cursor is supported.
|
||||
cursor-image-png-021 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5b6e786f74dfe12ad16e750d2d467b7f2aec22b8 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
|
||||
cursor-image-png-022 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 497b26466060b512e6061f404281448c8bf87ff3 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB PNG image cursor is supported.
|
||||
cursor-image-png-023 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ffef176fc047df16a85cdb5648eac8fd8834e12 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-024 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b107a7b63407357e0e1a492a93a1fd515d31a153 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-025 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor faeaf1539ff1dd436ee4880641c6ce953256f17b `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-026 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 15f092f8c9ca44166be6541b1b7a6f32d1e9c820 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced, indexed PNG image cursor is supported.
|
||||
cursor-image-png-027 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f2d6ed61c48570831095b0aeb8593fdd176cc202 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-028 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c43bbe028f68b92058f2526004d2d9f86d1e955e `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced greyscale with alpha PNG image cursor is supported.
|
||||
cursor-image-png-029 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 9ac93d95f7dc35c006d1d4db65cbfd9353769dc8 `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-030 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c1d330b9faf50f5b75669a96ed5bcb97b7ff03df `Chris Lilley`<mailto:chris@w3.org> Test checks that an interlaced RGB with alpha PNG image cursor is supported.
|
||||
cursor-image-png-031 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 67524db49c32c80f0f1b68f17bf915e6b7e3a5c1 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
|
||||
cursor-image-png-032 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor f1c14b782b91849eea2b05483321b4e943e42a52 `Chris Lilley`<mailto:chris@w3.org> Test checks that a greyscale PNG image cursor with transparency is supported.
|
||||
cursor-image-png-033 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-034 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 330c7d8b23c1a6ba3e2536ec2221083d79c8f38c `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-035 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor b976859b449866f3ef400ac2d1c0423020a97e98 `Chris Lilley`<mailto:chris@w3.org> Test checks that an RGB PNG image cursor with transparency is supported.
|
||||
cursor-image-png-036 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor ba9e673d5fda6cc43c375d5faf06446c9b3fd351 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
|
||||
cursor-image-png-037 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 559b013a24383d97cb06d8741999be9ce8b2dd81 `Chris Lilley`<mailto:chris@w3.org> Test checks that an indexed PNG image cursor with transparency is supported.
|
||||
cursor-image-png-038 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 8c131688b8ce5f9f8c107579730d9c8a23c0793e `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-039 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor a4d068ea7dde8e7d1304c4791a3744f52e5b1c0d `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-040 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor c1fc5a017e185ab16d5b6c7b76333e4fb117a460 `Chris Lilley`<mailto:chris@w3.org> Test checks that gamma correction on PNG image cursor is correct.
|
||||
cursor-image-png-041 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 5ff812bb9b365947fff8ea431a4f2db02d052deb `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
cursor-image-png-042 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor a26d6af6155d1a1141b7dcad45f8378f08e7bd0a `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
cursor-image-png-043 Cursor property, PNG interact http://www.w3.org/TR/css3-ui/#cursor 3b2dec994f1f43adf7ffe49e8461acaa594121a2 `Chris Lilley`<mailto:chris@w3.org> Test checks invalid PNG image cursor skipped, fallback used.
|
||||
nav-dir-001 Directional Focus Navigation - property inheritance interact http://www.w3.org/TR/css3-ui/#nav-dir 53627af1825c864f63a4dfce3fd1bc54c2d706ff `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'nav-left' property value is not inherited.
|
||||
nav-dir-002 Directional Focus Navigation - 'inherit' property value interact http://www.w3.org/TR/css3-ui/#nav-dir df42b83ea088dc45e092addfa1351e0ca935e2d4 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that the 'inherit' value is respected.
|
||||
nav-dir-003 Directional Focus Navigation - input elements interact http://www.w3.org/TR/css3-ui/#nav-dir b5f51eda8ed971e794e4f50633ea18e014e539e6 `Jorrit Vermeiren`<mailto:jorritv@opera.com> Test checks that directional focus navigation properties work on input elements.
|
||||
|
@ -182,7 +182,7 @@ nav-up-016 Directional Focus Navigation - disabled elements are not navigated f
|
|||
outline-001 reference/ref-filled-green-100px-square outline - create outline likes border property http://www.w3.org/TR/css3-ui/#outline 149a87304e31bf6b569360069a8f8be1d23538b8 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline property creates outlines around visual objects and makes them stand out
|
||||
outline-002 reference/ref-filled-green-100px-square outline - inherit (basic) http://www.w3.org/TR/css3-ui/#outline 71919648c35740004dd90b4acdba5f5b98a3655c `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline property inherits the parent's value when outline set inherit
|
||||
outline-color-001 reference/ref-filled-green-100px-square outline-color - inherit (basic) http://www.w3.org/TR/css3-ui/#outline-color a776bdc125fc5dcc83d0cfb361d9d19cc9b3eba4 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the color of sub element outline is same as the color of parent element outline when outline-color set inherit
|
||||
outline-offset reference/outline-offset ttwf-reftest-outline-offset-ref http://www.w3.org/TR/css3-ui/#outline-offset 21bd9169e501282f6ddc905cf0b066f9dd730e5b `jy-jeung`<mailto:kein119@naver.com>
|
||||
outline-offset reference/outline-offset ttwf-reftest-outline-offset-ref http://www.w3.org/TR/css3-ui/#outline-offset 5f97101da3dd35bad8e977c2f27814e8532acfd7 `jy-jeung`<mailto:kein119@naver.com>
|
||||
outline-offset-001 reference/ref-filled-green-100px-square outline-offset - length (basic) http://www.w3.org/TR/css3-ui/#outline-offset 465df8192fe5ee54660d205d9d3f271ef84c1788 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline-offset keeps spacing between outline and element content
|
||||
outline-style-011 reference/outline-style-011-ref outline-style - dotted (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style 23252c963318135cd2b9a9591741c77f5372fb79 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the outline style is dotted when outline-style set dotted
|
||||
outline-style-012 reference/outline-style-012-ref outline-style - inherit (basic) http://www.w3.org/TR/css3-ui/#outline-style,http://www.w3.org/TR/CSS21/box.html#value-def-border-style 0c82cbd1d2692d211242ea93142a58407ccb4b03 `Intel`<http://www.intel.com/>,`Shiyou Tan`<mailto:shiyoux.tan@intel.com> Test checks that the sub element outline style is same as parent element outline style when outline-style set inherit
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a PNG image supported as a custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a PNG image supported as a custom cursor, loaded cross-domain with absolute url." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(http://www.w3.org/Style/Woolly/woolly-mc.png) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(http://www.w3.org/Style/Woolly/woolly-mc.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<meta content="Test checks that an ICO image is supported as a custom cursor." name="assert" />
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.ico), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.ico), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that an ICO image, with its own hotspot, is supported as a custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.cur), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.cur), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that an SVG image with no fixed size is supported as a custom cursor at the default object size for cursor images." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly.svg) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly.svg) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a fixed size SVG image is supported as a custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svg) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svg) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that an ANI image, with it's own hotspot, is supported as a custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/BlueButterfly.ani), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/BlueButterfly.ani), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
|
@ -15,4 +15,5 @@
|
|||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
<p class="attribution">Cursor by Vlasta, used here under a CC-BY license.</p>
|
||||
|
||||
</body></html>
|
|
@ -6,12 +6,13 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a compressed, fixed size SVG image is supported as a custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svgz) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/woolly-64.svgz) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like a sheep AND is not a sheep when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -6,13 +6,14 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that non-existent images cause the fallback to be used." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/does-not-exist.png) 41 32, help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/does-not-exist.png) 41 32, help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, a help cursor is displayed AND
|
||||
<p>The test passes if, when moved inside the colored rectangle, a help cursor is displayed AND
|
||||
there is no help cursor when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -7,14 +7,14 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a fallback cursor is required." name="assert" />
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/fail.cur);
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/fail.cur);
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the the colored rectangle, the
|
||||
cursor does not change.</p>
|
||||
<p>If inside the rectangle the cursor changes to the word "FAIL" on a red
|
||||
<p>If inside the rectangle the cursor changes to the word "FAIL" on a red
|
||||
background, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
<meta content="Test checks that a GIF image is supported as a custom cursor." name="assert" />
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/basn0g08.gif), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/basn0g08.gif), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like gray stripes AND is not gray stripes when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -7,14 +7,15 @@
|
|||
<meta content="Test checks that a GIF image with transparency is supported as a custom cursor." name="assert" />
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/tp1n3p08.gif), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/tp1n3p08.gif), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
a gray cube AND is not a gray cube when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<p>White haloing around the cursor is acceptable in this test.</p>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -8,12 +8,12 @@
|
|||
<meta content="Test checks that a JPEG/JFIF image is supported as a custom cursor." name="assert" />
|
||||
|
||||
<style>
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/rainbow.jpg), help;
|
||||
div.test{background: #D2B48C; border: 2px solid #555;
|
||||
cursor:url(support/cursors/rainbow.jpg), help;
|
||||
width: 128px; height: 128px}
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
<p>The test passes if, when moved inside the colored rectangle, the cursor looks like
|
||||
a rainbow AND is not a rainbow when outside.</p>
|
||||
<p>If inside the rectangle the cursor does not change, or looks like a help cursor, the test fails.</p>
|
||||
<div class="test"> </div>
|
||||
|
|
|
@ -6,11 +6,12 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta content="Test checks that a monochrome (type 0) PNG image, 1 bit/pixel, is supported as a CSS custom cursor." name="assert" />
|
||||
<style>
|
||||
div.test{background: #AAA; border: 2px solid #555;
|
||||
div.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g01.png), help; width: 128px; height: 64px}
|
||||
div.test:before {content: url(support/PTS/basn0g01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<div class="test"> </div>
|
||||
<div class="test"> </div>
|
||||
|
||||
</body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn0g16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn0g16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
<p>Local monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an RGB PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn2c08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB (type 2) PNG image, 8 bit/pixel.
|
||||
<p>Local RGB (type 2) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an RGB PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn2c16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn2c16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB (type 2) PNG image, 16 bit/pixel.
|
||||
<p>Local RGB (type 2) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p01.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 1 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 1 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 2 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 4 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an indexed PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn3p08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn3p08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local indexed (type 3) PNG image, 8 bit/pixel.
|
||||
<p>Local indexed (type 3) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a greyscale with alpha PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn4a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn4a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that a greyscale with alpha PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
.test{background: #ffe5b4; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn4a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn4a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the peach rectangle, the cursor looks like the reference image.</p>
|
||||
<!-- changed background colour so grey semitransparent image can be seen -->
|
||||
<p class="test"> </p>
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
<p>Local greyscale with alpha (type 4) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an RGB with alpha PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn6a08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn6a08.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
<p>Local RGB with alpha (type 6) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an RGB with alpha PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basn6a16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basn6a16.png)
|
||||
</style>
|
||||
|
@ -13,5 +13,6 @@
|
|||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
|
||||
<p class="test"> </p>
|
||||
<p>Local RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
<p>Local RGB with alpha (type 6) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g01.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g01.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 1 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 1 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g02.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g02.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 2 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g04.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g04.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 4 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced black and white PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi0g16.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi0g16.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
<p>Local interlaced monochrome (type 0) PNG image, 16 bit/pixel.
|
||||
|
||||
</p></body></html>
|
|
@ -5,12 +5,13 @@
|
|||
<meta content="interact" name="flags" />
|
||||
<meta content="Test checks that an interlaced RGB PNG image cursor is supported." name="assert" />
|
||||
<style>
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
.test{background: #AAA; border: 2px solid #555;
|
||||
cursor:url(support/PTS/basi2c08.png), help; width :128px; height: 64px}
|
||||
.test:before {content: url(support/PTS/basi2c08.png)
|
||||
</style>
|
||||
</head><body>
|
||||
<p>The test passes if, when moved inside the grey rectangle, the cursor looks like the reference image.</p>
|
||||
<p class="test"> </p>
|
||||
<p>Local interlaced RGB (type 2) PNG image, 8 bit/pixel.
|
||||
<p>Local interlaced RGB (type 2) PNG image, 8 bit/pixel.
|
||||
|
||||
</p></body></html>
|