[common][colors][DPTTIZEN-3128, spec changed from M63 to M69 web engine] 09/210209/2
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Jul 2019 01:00:44 +0000 (09:00 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Jul 2019 20:47:25 +0000 (04:47 +0800)
add: 0 TC
modify: 2 TCs
delete: 0 TC

Change-Id: I9d0e76611660f974dc366e5701e9e1a6634b98a0
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-colors-css3-tests/colors/csswg/t424-hsl-parsing-f.xht
common/tct-colors-css3-tests/colors/csswg/t425-hsla-parsing-f.xht

index 7cefa650231421a54201b6c97aecb02dc7bb4319..ca89eae62d036ef6e4adee2bf88268c7655864c9 100755 (executable)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <title>CSS Test: hsl()</title>
-               <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
+               <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
                <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
                <link rel="help" href="http://www.w3.org/TR/css3-color/#hsl-color" />
                <link rel="match" href="t424-hsl-parsing-f-ref.html" />
@@ -13,8 +13,6 @@
                p { color: hsl(120, 100%, 25%); }
                p { color: hsl(0, 255, 128); }
                p { color: hsl(0%, 100%, 50%); }
-               p { color: hsl(0, 100%, 50%, 1); }
-               p { color: hsl(0deg, 100%, 50%); }
                p { color: hsl(0px, 100%, 50%); }
                ]]></style>
        </head>
index ff3dcfff4ec0e7174b7baf0440467a33ffcd925e..aeee7107cae0a1238bcd54380f10d2b358890ab0 100755 (executable)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <title>CSS Test: hsla()</title>
-               <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
+               <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
                <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
                <link rel="help" href="http://www.w3.org/TR/css3-color/#hsla-color" />
                <link rel="match" href="t424-hsl-parsing-f-ref.html" />
                <style type="text/css"><![CDATA[
                html, body { background: white; }
                p { color: hsla(120, 100%, 25%, 1.0); }
-               p { color: hsla(0, 100%, 25%); }
                p { color: hsla(0, 100%, 25%, 1.0, 1.0); }
                p { color: hsla(0, 100%, 25%, 1.0,); }
                p { color: hsla(0, 255, 128, 1.0); }
                p { color: hsla(0%, 100%, 50%, 1.0); }
-               p { color: hsla(0, 100%, 50%, 1%); }
-               p { color: hsla(0, 100%, 50%, 0%); }
-               p { color: hsla(0deg, 100%, 50%, 1.0); }
                p { color: hsla(0px, 100%, 50%, 1.0); }
                ]]></style>
        </head>
@@ -28,4 +24,4 @@
                <div>Note: the rules tested by this test may be changed in
                future levels of the CSS Color Module.</div>
        </body>
-</html>
+</html>
\ No newline at end of file