summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/spelling-error-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/spelling-error-001.html')
-rw-r--r--testing/web-platform/tests/css/css-pseudo/spelling-error-001.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/spelling-error-001.html b/testing/web-platform/tests/css/css-pseudo/spelling-error-001.html
new file mode 100644
index 0000000000..1654611bd1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-pseudo/spelling-error-001.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+
+ <html lang="en">
+
+ <meta charset="UTF-8">
+
+ <title>CSS Pseudo-Elements Test: highlighting of spelling error (basic)</title>
+
+ <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
+ <link rel="help" href="https://www.w3.org/TR/css-pseudo-4/#highlight-selectors">
+ <link rel="help" href="https://www.w3.org/TR/css-pseudo-4/#highlight-styling">
+ <link rel="match" href="spelling-error-001-ref.html">
+
+
+ <style>
+ div
+ {
+ font-size: 300%;
+ }
+
+ div::spelling-error
+ {
+ color: maroon;
+ text-decoration: underline dotted fuchsia;
+ }
+ </style>
+
+ <p>PREREQUISITE: User agent needs to have an enabled and capable spelling error module. If it does not, then this test does not apply to such user agent.
+
+ <p>Test passes if each glyph of "txet" is maroon and if "txet" is underlined with a fuchsia dotted line.
+
+ <div contenteditable="true">A txet sample</div>