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

Side by Side 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 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test opacity properties combined with percentage.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS CSS.supports("stroke-opacity", "0%") is false
7 PASS CSS.supports("stroke-opacity", "100%") is false
8 PASS CSS.supports("flood-opacity", "0%") is false
9 PASS CSS.supports("flood-opacity", "100%") is false
10 PASS CSS.supports("stop-opacity", "0%") is false
11 PASS CSS.supports("stop-opacity", "100%") is false
12 PASS CSS.supports("opacity", "0%") is false
13 PASS CSS.supports("opacity", "100%") is false
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698