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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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 getting and setting nonstable css properties to non-default values 1 Test getting and setting nonstable css properties to non-default values
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 el.style.setProperty('-webkit-shape-margin', '10px') 6 el.style.setProperty('-webkit-shape-margin', '10px')
7 el.style.getPropertyValue('-webkit-shape-margin') is null 7 el.style.getPropertyValue('-webkit-shape-margin') is null
8 getComputedStyle(el).getPropertyValue('-webkit-shape-margin') is null 8 getComputedStyle(el).getPropertyValue('-webkit-shape-margin') is null
9 9
10 el.style.setProperty('-webkit-shape-padding', '10px') 10 el.style.setProperty('-webkit-shape-padding', '10px')
11 el.style.getPropertyValue('-webkit-shape-padding') is null 11 el.style.getPropertyValue('-webkit-shape-padding') is null
12 getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is null 12 getComputedStyle(el).getPropertyValue('-webkit-shape-padding') is null
13 13
14 el.style.setProperty('-webkit-shape-inside', 'circle(10px, 10px, 10px)') 14 el.style.setProperty('-webkit-shape-inside', 'circle(10px at 10px 10px)')
15 el.style.getPropertyValue('-webkit-shape-inside') is null 15 el.style.getPropertyValue('-webkit-shape-inside') is null
16 getComputedStyle(el).getPropertyValue('-webkit-shape-inside') is null 16 getComputedStyle(el).getPropertyValue('-webkit-shape-inside') is null
17 17
18 el.style.setProperty('-webkit-shape-outside', 'circle(10px, 10px, 10px)') 18 el.style.setProperty('-webkit-shape-outside', 'circle(10px at 10px 10px)')
19 el.style.getPropertyValue('-webkit-shape-outside') is null 19 el.style.getPropertyValue('-webkit-shape-outside') is null
20 getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is null 20 getComputedStyle(el).getPropertyValue('-webkit-shape-outside') is null
21 21
22 el.style.setProperty('-webkit-wrap-flow', 'both') 22 el.style.setProperty('-webkit-wrap-flow', 'both')
23 el.style.getPropertyValue('-webkit-wrap-flow') is null 23 el.style.getPropertyValue('-webkit-wrap-flow') is null
24 getComputedStyle(el).getPropertyValue('-webkit-wrap-flow') is null 24 getComputedStyle(el).getPropertyValue('-webkit-wrap-flow') is null
25 25
26 el.style.setProperty('-webkit-wrap-through', 'none') 26 el.style.setProperty('-webkit-wrap-through', 'none')
27 el.style.getPropertyValue('-webkit-wrap-through') is null 27 el.style.getPropertyValue('-webkit-wrap-through') is null
28 getComputedStyle(el).getPropertyValue('-webkit-wrap-through') is null 28 getComputedStyle(el).getPropertyValue('-webkit-wrap-through') is null
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 getComputedStyle(el).getPropertyValue('text-align-last') is null 80 getComputedStyle(el).getPropertyValue('text-align-last') is null
81 81
82 el.style.setProperty('text-justify', 'distribute') 82 el.style.setProperty('text-justify', 'distribute')
83 el.style.getPropertyValue('text-justify') is null 83 el.style.getPropertyValue('text-justify') is null
84 getComputedStyle(el).getPropertyValue('text-justify') is null 84 getComputedStyle(el).getPropertyValue('text-justify') is null
85 85
86 PASS successfullyParsed is true 86 PASS successfullyParsed is true
87 87
88 TEST COMPLETE 88 TEST COMPLETE
89 89
OLDNEW
« no previous file with comments | « LayoutTests/transitions/webkit-clip-path-equality.html ('k') | LayoutTests/webexposed/nonstable-css-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698