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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty 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 that CSS Shapes properties with the -webkit prefix alias the unprefixed pro perties. 1 Test that CSS Shapes properties with the -webkit prefix alias the unprefixed pro perties.
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 PASS getAliasCSSValue('shape-inside','shape-inside','circle(0px at 0% 0%)') is " circle(0px at 0% 0%)"
7 PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is "circle(0px at 0% 0%)" 6 PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is "circle(0px at 0% 0%)"
8 PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px" 7 PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px"
9 PASS getAliasCSSValue('shape-padding','shape-padding','10px') is "10px" 8 PASS getAliasCSSValue('shape-padding','shape-padding','10px') is "10px"
10 PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is "0.5" 9 PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is "0.5"
11 PASS successfullyParsed is true 10 PASS successfullyParsed is true
12 11
13 TEST COMPLETE 12 TEST COMPLETE
14 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698