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

Unified Diff: third_party/WebKit/LayoutTests/svg/css/opacity-not-supporting-percentage-expected.txt

Issue 1441233006: Move remaining SVG properties into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for opacity+percentage combination Created 5 years, 1 month 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
Index: third_party/WebKit/LayoutTests/svg/css/opacity-not-supporting-percentage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/css/opacity-not-supporting-percentage-expected.txt b/third_party/WebKit/LayoutTests/svg/css/opacity-not-supporting-percentage-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a543bb5692fa85bbe4072349d1f411097049c945
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/css/opacity-not-supporting-percentage-expected.txt
@@ -0,0 +1,17 @@
+Test opacity properties combined with percentage.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS CSS.supports("stroke-opacity", "0%") is false
+PASS CSS.supports("stroke-opacity", "100%") is false
+PASS CSS.supports("flood-opacity", "0%") is false
+PASS CSS.supports("flood-opacity", "100%") is false
+PASS CSS.supports("stop-opacity", "0%") is false
+PASS CSS.supports("stop-opacity", "100%") is false
+PASS CSS.supports("opacity", "0%") is false
+PASS CSS.supports("opacity", "100%") is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698