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

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

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

Powered by Google App Engine
This is Rietveld 408576698