aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-text-3_dev/html/support
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-text-3_dev/html/support')
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woffbin0 -> 33144 bytes
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woffbin0 -> 622724 bytes
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/README29
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vlr-003.pngbin0 -> 10269 bytes
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vrl-002.pngbin0 -> 10187 bytes
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/support/README4
-rw-r--r--tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js6
7 files changed, 6 insertions, 33 deletions
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff
new file mode 100644
index 00000000000..577500e2426
--- /dev/null
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/BPG-Ucnobi-U.woff
Binary files differ
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff b/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff
new file mode 100644
index 00000000000..2d3bf3ed873
--- /dev/null
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/GentiumPlus-R.woff
Binary files differ
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/README b/tests/wpt/css-tests/css-text-3_dev/html/support/README
deleted file mode 100644
index 69d1737bead..00000000000
--- a/tests/wpt/css-tests/css-text-3_dev/html/support/README
+++ /dev/null
@@ -1,29 +0,0 @@
-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
-
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vlr-003.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vlr-003.png
new file mode 100644
index 00000000000..f8c677b8e05
--- /dev/null
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vlr-003.png
Binary files differ
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vrl-002.png b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vrl-002.png
new file mode 100644
index 00000000000..48555d3acc8
--- /dev/null
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/pass-cdts-first-page-vrl-002.png
Binary files differ
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/support/README b/tests/wpt/css-tests/css-text-3_dev/html/support/support/README
new file mode 100644
index 00000000000..ea8cb9ef357
--- /dev/null
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/support/README
@@ -0,0 +1,4 @@
+The swatch-green.png file in this directory is really a RED swatch,
+and the swatch-red.png file is really a green swatch.
+
+This directory is used to test relative URIs. \ No newline at end of file
diff --git a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
index a2b5ad6d617..6e007cea82e 100644
--- a/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
+++ b/tests/wpt/css-tests/css-text-3_dev/html/support/text-orientation.js
@@ -1,4 +1,6 @@
(function () {
+ var log = function () {};
+
function OrientationTester(container, orientation) {
this.container = container;
this.setOrientation(orientation);
@@ -212,8 +214,4 @@
for (var key in dict)
target[key] = dict[key];
}
-
- function log(text) {
- console.log(text);
- }
})();