Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: LayoutTests/svg/text/text-text-08-b.svg

Issue 1099113002: Rename 2 SVG text tests to reflect that they are for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename 2 SVG text tests to reflect that they are for selection Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/text/text-text-07-t.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/text-text-08-b.svg
diff --git a/LayoutTests/svg/text/text-text-08-b.svg b/LayoutTests/svg/text/text-text-08-b.svg
deleted file mode 100644
index 445bcf9592d3da56e3cf247bf3d8da0b689f5c32..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/text/text-text-08-b.svg
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
-<!--====================================================================== -->
-<!--= Copyright 2000 World Wide Web Consortium, (Massachusetts = -->
-<!--= Institute of Technology, Institut National de Recherche en = -->
-<!--= Informatique et en Automatique, Keio University). All Rights = -->
-<!--= Reserved. See http://www.w3.org/Consortium/Legal/. = -->
-<!--====================================================================== -->
-<!-- ===================================================================== -->
-<!-- -->
-<!-- $RCSfile: text-text-08-b.svg,v $ -->
-<!-- -->
-<!-- Author : Scott Hayman -->
-<!-- -->
-<!-- ===================================================================== -->
-<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
- <SVGTestCase
- xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"
- version="$Revision" testname="$RCSfile: text-text-08-b.svg,v $" owner="SH" reviewer="DJ"
- status="accepted" desc="tests text opacity properties">
- <OperatorScript>
- <Paragraph>
- The three opacity properties (fill-opacity,
- stroke-opacity, and opacity) of 'text' elements are
- covered in this test.
- </Paragraph>
- </OperatorScript>
- </SVGTestCase>
- <title id="test-title">text-text-08-b</title>
- <desc id="test-desc">Test for opacity properties of 'text' elements.</desc>
- <!--======================================================================-->
- <!--Content of Test Case follows... =====================-->
- <!--======================================================================-->
- <g id="test-body-content">
- <text x="19" y="60" font-size="64" font-family="Verdana"
- fill="blue" stroke="red" stroke-width="2">Normal Text</text>
- <text x="19" y="120" font-size="64" font-family="Verdana"
- fill="blue" stroke="red" stroke-width="2"
- fill-opacity="0.50">Fill opacity</text>
- <text x="19" y="180" font-size="64" font-family="Verdana"
- fill="blue" stroke="red" stroke-width="2"
- stroke-opacity="0.50">Stroke opacity</text>
- <text x="19" y="240" font-size="64" font-family="Verdana"
- fill="blue" stroke="red" stroke-width="2"
- opacity="0.50">Opacity</text>
- </g>
- <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.3 $</text>
- <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
-<script>
-if (window.testRunner)
- window.testRunner.dumpSelectionRect();
-document.execCommand("SelectAll");
-</script>
-</svg>
« no previous file with comments | « LayoutTests/svg/text/text-text-07-t.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698