diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-pseudo/reference/svg-text-selection-002-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-pseudo/reference/svg-text-selection-002-ref.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-pseudo/reference/svg-text-selection-002-ref.html b/testing/web-platform/tests/css/css-pseudo/reference/svg-text-selection-002-ref.html new file mode 100644 index 0000000000..8703b313ea --- /dev/null +++ b/testing/web-platform/tests/css/css-pseudo/reference/svg-text-selection-002-ref.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> + + <meta charset="UTF-8"> + + <title>CSS Reftest Reference</title> + + <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> + + <meta content="svg" name="flags"> + + <p>Test passes if the glyphs of "Selected text" are green and <strong>not red</strong>. + + <div> + + <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="460" height="180" style="border: black solid 3px;"> + + <text x="50" y="100" fill="green" font-size="48">Selected text</text> + + </svg> + + </div> |