Update CSS tests to revision 31d63cc79bd4c929ed582229e936d7b389f3e6ab
|
@ -0,0 +1,4 @@
|
|||
<Files ~ "^at-charset-00[1-6].css$">
|
||||
AddCharset Shift_JIS .css
|
||||
</Files>
|
||||
|
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 446 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 958 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 649 B |
After Width: | Height: | Size: 510 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 517 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 217 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
After Width: | Height: | Size: 901 B |
|
@ -0,0 +1,29 @@
|
|||
CSS Global Support Directory
|
||||
============================
|
||||
|
||||
This directory contains common support files (such as images and external
|
||||
style sheets). These are sync'ed into the support directories of all our
|
||||
test suites. If you have test-suite-specific support files, please add
|
||||
them to the appropriate test-suite-specific support/ directory.
|
||||
|
||||
If you add to a support/ directory, please run the tools/supportprop.py
|
||||
script from the top of the repository to cascade support files into the
|
||||
lower-level support directories.
|
||||
|
||||
Description of the Common Support File Collection
|
||||
-------------------------------------------------
|
||||
|
||||
The 1x1-* images are all exactly one pixel.
|
||||
|
||||
The swatch-* images all use 15x15 cells.
|
||||
|
||||
The square-* images all use 15x15 cells with one pixel borders.
|
||||
|
||||
The pattern-* images use cells of various sizes:
|
||||
|
||||
pattern-gg-gr.png 20x20
|
||||
pattern-grg-rgr-grg.png 20x20
|
||||
pattern-rgr-grg-rgr.png 20x20
|
||||
pattern-tr.png 15x15
|
||||
pattern-grg-rrg-rgg.png 15x15
|
||||
|
|
@ -0,0 +1 @@
|
|||
.a { color: green; }
|
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 444 B |
|
@ -0,0 +1 @@
|
|||
.b { color: green; }
|
After Width: | Height: | Size: 57 KiB |
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="en"><head>
|
||||
<title>Inner Frame</title>
|
||||
<link href="mailto:ian@hixie.ch" rel="author" title="Ian Hickson">
|
||||
<link href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" rel="reviewer" title="Gérard Talbot"> <!-- 2012-04-21 -->
|
||||
<link href="http://www.hixie.ch/tests/adhoc/css/background/iframes/001a.html" type="text/html" rel="alternate">
|
||||
<style type="text/css">
|
||||
* { background: transparent; margin: 0; padding: 0; }
|
||||
p { margin: 4em 1em; color: blue; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Transparent -->
|
||||
<p>You should see the word "PASS" above.</p>
|
||||
|
||||
|
||||
</body></html>
|
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 907 B |
BIN
tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/bg.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 1 KiB |
After Width: | Height: | Size: 810 B |
After Width: | Height: | Size: 185 B |
After Width: | Height: | Size: 1,010 B |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 849 B |
After Width: | Height: | Size: 368 B |
After Width: | Height: | Size: 9.2 KiB |
After Width: | Height: | Size: 903 B |
After Width: | Height: | Size: 880 B |
|
@ -0,0 +1 @@
|
|||
.c { color: red; }
|
BIN
tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/cat.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
tests/wpt/css-tests/css-backgrounds-3_dev/html4/support/css3.png
Normal file
After Width: | Height: | Size: 56 KiB |
|
@ -0,0 +1,9 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
--><svg xmlns="http://www.w3.org/2000/svg" width="100px" height="700px">
|
||||
<title>Vector image with intrinsic dimensions, reference for diagonal-scaled.svg</title>
|
||||
<rect y="0" width="100px" height="350px" fill="lime"/>
|
||||
<rect y="350px" width="100px" height="350px" fill="aqua"/>
|
||||
<rect y="175px" width="50px" height="350px" fill="fuchsia"/>
|
||||
</svg>
|
After Width: | Height: | Size: 465 B |
|
@ -0,0 +1,20 @@
|
|||
<!--
|
||||
Any copyright is dedicated to the Public Domain.
|
||||
http://creativecommons.org/publicdomain/zero/1.0/
|
||||
--><svg xmlns="http://www.w3.org/2000/svg">
|
||||
<title>Vector image without intrinsic dimensions with percentage stroke-width (proportional to the diagonal)</title>
|
||||
<rect y="0" width="100%" height="50%" fill="lime"/>
|
||||
<rect y="50%" width="100%" height="50%" fill="aqua"/>
|
||||
<!--
|
||||
A percent stroke-width is resolved with respect to:
|
||||
|
||||
d = sqrt(vh**2 + vw**2) / sqrt(2)
|
||||
|
||||
where vh/vw are the image viewport width/height. Because this image has no
|
||||
intrinsic dimensions or ratio, it expands to fill the entire background
|
||||
positioning area, so its width is 100px and its height is 700px. For those
|
||||
carefully-chosen dimensions, d = 500px, so 10% of that creates a 50px-wide
|
||||
rectangle, vertically centered and horizontally left-aligned in the image.
|
||||
-->
|
||||
<line x1="25%" y1="25%" x2="25%" y2="75%" stroke="fuchsia" stroke-width="10%"/>
|
||||
</svg>
|
After Width: | Height: | Size: 980 B |
After Width: | Height: | Size: 188 B |