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

Unified Diff: LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt
index e72f5259b9943e178cd330047f5e9ff1fcde9315..c4300c0116e703e5d92986174eddf8b0152c0920 100644
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-property-aliases-expected.txt
@@ -3,8 +3,8 @@ Test that CSS Shapes properties with the -webkit prefix alias the unprefixed pro
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getAliasCSSValue('shape-inside','shape-inside','rectangle(0px, 0px, 0px, 0px)') is "rectangle(0px, 0px, 0px, 0px)"
-PASS getAliasCSSValue('shape-outside','shape-outside','rectangle(0px, 0px, 0px, 0px)') is "rectangle(0px, 0px, 0px, 0px)"
+PASS getAliasCSSValue('shape-inside','shape-inside','circle(0px at 0% 0%)') is "circle(0px at 0% 0%)"
+PASS getAliasCSSValue('shape-outside','shape-outside','circle(0px at 0% 0%)') is "circle(0px at 0% 0%)"
PASS getAliasCSSValue('shape-margin','shape-margin','10px') is "10px"
PASS getAliasCSSValue('shape-padding','shape-padding','10px') is "10px"
PASS getAliasCSSValue('shape-image-threshold','shape-image-threshold','0.5') is "0.5"

Powered by Google App Engine
This is Rietveld 408576698