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

Side by Side Diff: LayoutTests/svg/css/svg-paint-order-expected.txt

Issue 14907011: Support 'paint-order' from SVG2. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix review issues and add paint-order for text too Created 7 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test paint-order.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6
7 Test pre-normalized correct variants of 'paint-order'
8 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
9 PASS getComputedStyle(text).paintOrder is "fill markers stroke"
10 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
11 PASS getComputedStyle(text).paintOrder is "stroke markers fill"
12 PASS getComputedStyle(text).paintOrder is "markers stroke fill"
13 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
14
15 Test correct single keyword value of 'paint-order'
16 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
17 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
18 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
19 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
20
21 Test correct dual keyword values of 'paint-order'
22 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
23 PASS getComputedStyle(text).paintOrder is "fill markers stroke"
24 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
25 PASS getComputedStyle(text).paintOrder is "stroke markers fill"
26 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
27 PASS getComputedStyle(text).paintOrder is "markers stroke fill"
28
29 Test invalid values of 'paint-order'
30 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
31 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
32 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
33 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
34 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
35 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
36
37 Test pre-normalized correct variants of 'paint-order' (presentation attribute)
38 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
39 PASS getComputedStyle(text).paintOrder is "fill markers stroke"
40 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
41 PASS getComputedStyle(text).paintOrder is "stroke markers fill"
42 PASS getComputedStyle(text).paintOrder is "markers stroke fill"
43 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
44
45 Test correct single keyword value of 'paint-order' (presentation attribute)
46 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
47 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
48 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
49 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
50
51 Test correct dual keyword values of 'paint-order' (presentation attribute)
52 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
53 PASS getComputedStyle(text).paintOrder is "fill markers stroke"
54 PASS getComputedStyle(text).paintOrder is "stroke fill markers"
55 PASS getComputedStyle(text).paintOrder is "stroke markers fill"
56 PASS getComputedStyle(text).paintOrder is "markers fill stroke"
57 PASS getComputedStyle(text).paintOrder is "markers stroke fill"
58
59 Test invalid values of 'paint-order' (presentation attribute)
60 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
61 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
62 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
63 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
64 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
65 PASS getComputedStyle(text).paintOrder is "fill stroke markers"
66 PASS successfullyParsed is true
67
68 TEST COMPLETE
69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698