summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html b/testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html
new file mode 100644
index 0000000000..6af682601e
--- /dev/null
+++ b/testing/web-platform/tests/css/css-images/conic-gradient-center-ref.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<meta charset="utf-8">
+<style>
+ #box {
+ width: 200px;
+ height: 200px;
+ }
+ #top {
+ border-left: 50px solid black;
+ border-right: 150px solid red;
+ height: 50px;
+ }
+ #bottom {
+ border-left: 50px solid blue;
+ border-right: 150px solid green;
+ height: 150px;
+ }
+</style>
+<div id="box">
+ <div id="top"></div>
+ <div id="bottom"></div>
+</div>