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

Side by Side Diff: LayoutTests/fast/shapes/parsing/parsing-test-utils.js

Issue 144373002: [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add FAIL test for intermediate result 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 // Valid values for both shape-inside and shape-outside. Two values are specifie d when the shape property value 1 // Valid values for both shape-inside and shape-outside. Two values are specifie d when the shape property value
2 // differs from the specified value. Three values are specified when the compute d shape property value differs 2 // differs from the specified value. Three values are specified when the compute d shape property value differs
3 // from the specified value. 3 // from the specified value.
4 // eg: "specified value/CSS Text value/computed style value" 4 // eg: "specified value/CSS Text value/computed style value"
5 // or: ["specified value", "CSS Text value/computed style value"] 5 // or: ["specified value", "CSS Text value/computed style value"]
6 // or: ["specified value", "CSS Text value", "Computed style value"] 6 // or: ["specified value", "CSS Text value", "Computed style value"]
7 var validShapeValues = [ 7 var validShapeValues = [
8 "none", 8 "none",
9 ["rectangle(10px, 20px, 30px, 40px)", "rectangle(10px, 20px, 30px, 40px)", " rectangle(10px, 20px, 30px, 40px, 0px, 0px)"], 9 ["rectangle(10px, 20px, 30px, 40px)", "rectangle(10px, 20px, 30px, 40px)", " rectangle(10px, 20px, 30px, 40px, 0px, 0px)"],
10 ["rectangle(10px, 20px, 30px, 40px, 5px)", "rectangle(10px, 20px, 30px, 40px , 5px)", "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"], 10 ["rectangle(10px, 20px, 30px, 40px, 5px)", "rectangle(10px, 20px, 30px, 40px , 5px)", "rectangle(10px, 20px, 30px, 40px, 5px, 5px)"],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ["circle()", "circle()", "circle(closest-side at 50% 50%)"], 45 ["circle()", "circle()", "circle(closest-side at 50% 50%)"],
46 ["circle(farthest-side)", "circle(farthest-side)", "circle(farthest-side at 50% 50%)"], 46 ["circle(farthest-side)", "circle(farthest-side)", "circle(farthest-side at 50% 50%)"],
47 ["circle(closest-side)", "circle(closest-side)", "circle(closest-side at 50% 50%)"], 47 ["circle(closest-side)", "circle(closest-side)", "circle(closest-side at 50% 50%)"],
48 ["circle(10px)", "circle(10px)", "circle(10px at 50% 50%)"], 48 ["circle(10px)", "circle(10px)", "circle(10px at 50% 50%)"],
49 ["circle(10px at 10px)", "circle(10px at 10px 50%)"], 49 ["circle(10px at 10px)", "circle(10px at 10px 50%)"],
50 "circle(10px at 10px 10px)", 50 "circle(10px at 10px 10px)",
51 ["circle(at 10px)", "circle(at 10px 50%)", "circle(closest-side at 10px 50%) "], 51 ["circle(at 10px)", "circle(at 10px 50%)", "circle(closest-side at 10px 50%) "],
52 ["circle(at 10px 10px)", "circle(at 10px 10px)", "circle(closest-side at 10p x 10px)"], 52 ["circle(at 10px 10px)", "circle(at 10px 10px)", "circle(closest-side at 10p x 10px)"],
53 ["circle(at top left)", "circle(at 0% 0%)", "circle(closest-side at 0% 0%)"] , 53 ["circle(at top left)", "circle(at 0% 0%)", "circle(closest-side at 0% 0%)"] ,
54 ["circle(at right bottom)", "circle(at 100% 100%)", "circle(closest-side at 100% 100%)"], 54 ["circle(at right bottom)", "circle(at 100% 100%)", "circle(closest-side at 100% 100%)"],
55 ["circle(10px at left top 10px)", "circle(10px at left 0% top 10px)"], 55 ["circle(10px at left top 10px)", "circle(10px at left 0% top 10px)", "circl e(10px at 0% 10px)"],
56 ["circle(10px at top 10px left 10px)", "circle(10px at left 10px top 10px)"] , 56 ["circle(10px at top 10px left 10px)", "circle(10px at left 10px top 10px)", "circle(10px at 10px 10px)"],
57 ["circle(10px at right 10px bottom 10px)", "circle(10px at right 10px bottom 10px)"], 57 ["circle(10px at right 10px bottom 10px)", "circle(10px at right 10px bottom 10px)"],
58 58
59 "ellipse(10px, 20px, 30px, 40px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore. 59 "ellipse(10px, 20px, 30px, 40px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore.
60 60
61 ["ellipse()", "ellipse()", "ellipse(closest-side closest-side at 50% 50%)"], 61 ["ellipse()", "ellipse()", "ellipse(closest-side closest-side at 50% 50%)"],
62 ["ellipse(10px)", "ellipse(10px)", "ellipse(10px closest-side at 50% 50%)"], 62 ["ellipse(10px)", "ellipse(10px)", "ellipse(10px closest-side at 50% 50%)"],
63 ["ellipse(10px 20px)", "ellipse(10px 20px)", "ellipse(10px 20px at 50% 50%)" ], 63 ["ellipse(10px 20px)", "ellipse(10px 20px)", "ellipse(10px 20px at 50% 50%)" ],
64 ["ellipse(10px at 10px)", "ellipse(10px at 10px 50%)", "ellipse(10px closest -side at 10px 50%)"], 64 ["ellipse(10px at 10px)", "ellipse(10px at 10px 50%)", "ellipse(10px closest -side at 10px 50%)"],
65 ["ellipse(10px 20px at 10px)", "ellipse(10px 20px at 10px 50%)"], 65 ["ellipse(10px 20px at 10px)", "ellipse(10px 20px at 10px 50%)"],
66 ["ellipse(10px at 10px 10px)", "ellipse(10px at 10px 10px)", "ellipse(10px c losest-side at 10px 10px)"], 66 ["ellipse(10px at 10px 10px)", "ellipse(10px at 10px 10px)", "ellipse(10px c losest-side at 10px 10px)"],
67 ["ellipse(at 10px)", "ellipse(at 10px 50%)", "ellipse(closest-side closest-s ide at 10px 50%)"], 67 ["ellipse(at 10px)", "ellipse(at 10px 50%)", "ellipse(closest-side closest-s ide at 10px 50%)"],
68 ["ellipse(at 10px 10px)", "ellipse(at 10px 10px)", "ellipse(closest-side clo sest-side at 10px 10px)"], 68 ["ellipse(at 10px 10px)", "ellipse(at 10px 10px)", "ellipse(closest-side clo sest-side at 10px 10px)"],
69 ["ellipse(at top left)", "ellipse(at 0% 0%)", "ellipse(closest-side closest- side at 0% 0%)"], 69 ["ellipse(at top left)", "ellipse(at 0% 0%)", "ellipse(closest-side closest- side at 0% 0%)"],
70 ["ellipse(at right bottom)", "ellipse(at 100% 100%)", "ellipse(closest-side closest-side at 100% 100%)"], 70 ["ellipse(at right bottom)", "ellipse(at 100% 100%)", "ellipse(closest-side closest-side at 100% 100%)"],
71 ["ellipse(10px at left top 10px)", "ellipse(10px at left 0% top 10px)", "ell ipse(10px closest-side at left 0% top 10px)"], 71 ["ellipse(10px at left top 10px)", "ellipse(10px at left 0% top 10px)", "ell ipse(10px closest-side at 0% 10px)"],
72 ["ellipse(10px at top 10px left 10px)", "ellipse(10px at left 10px top 10px) ", "ellipse(10px closest-side at left 10px top 10px)"], 72 ["ellipse(10px at top 10px left 10px)", "ellipse(10px at left 10px top 10px) ", "ellipse(10px closest-side at 10px 10px)"],
73 ["ellipse(10px at right 10px bottom 10px)", "ellipse(10px at right 10px bott om 10px)", "ellipse(10px closest-side at right 10px bottom 10px)"], 73 ["ellipse(10px at right 10px bottom 10px)", "ellipse(10px at right 10px bott om 10px)", "ellipse(10px closest-side at right 10px bottom 10px)"],
74 ["ellipse(10px 20px at left top 10px)", "ellipse(10px 20px at left 0% top 10 px)"], 74 ["ellipse(10px 20px at left top 10px)", "ellipse(10px 20px at left 0% top 10 px)", "ellipse(10px 20px at 0% 10px)"],
75 ["ellipse(10px 20px at top 10px left 10px)", "ellipse(10px 20px at left 10px top 10px)"], 75 ["ellipse(10px 20px at top 10px left 10px)", "ellipse(10px 20px at left 10px top 10px)", "ellipse(10px 20px at 10px 10px)"],
76 ["ellipse(10px 20px at right 10px bottom 10px)", "ellipse(10px 20px at right 10px bottom 10px)"], 76 ["ellipse(10px 20px at right 10px bottom 10px)", "ellipse(10px 20px at right 10px bottom 10px)"],
77 77
78 ["polygon(10px 20px, 30px 40px, 40px 50px)", "polygon(nonzero, 10px 20px, 30 px 40px, 40px 50px)"], 78 ["polygon(10px 20px, 30px 40px, 40px 50px)", "polygon(nonzero, 10px 20px, 30 px 40px, 40px 50px)"],
79 ["polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"], 79 ["polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)"],
80 ["polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"], 80 ["polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)"],
81 81
82 "content-box", 82 "content-box",
83 "padding-box", 83 "padding-box",
84 "border-box", 84 "border-box",
85 "margin-box", 85 "margin-box",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 279
280 function testNotInheritedShapeProperty(property, parentValue, childValue, expect edValue) 280 function testNotInheritedShapeProperty(property, parentValue, childValue, expect edValue)
281 { 281 {
282 shouldBeEqualToString('getParentAndChildComputedStylesString("' + property + '", "' + parentValue + '", "' + childValue + '")', expectedValue); 282 shouldBeEqualToString('getParentAndChildComputedStylesString("' + property + '", "' + parentValue + '", "' + childValue + '")', expectedValue);
283 } 283 }
284 284
285 function applyToEachArglist(testFunction, arglists) 285 function applyToEachArglist(testFunction, arglists)
286 { 286 {
287 arglists.forEach(function(arglist, i, a) {testFunction.apply(null, arglist); }); 287 arglists.forEach(function(arglist, i, a) {testFunction.apply(null, arglist); });
288 } 288 }
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt ('k') | Source/core/css/BasicShapeFunctions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698