summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html')
-rw-r--r--testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html b/testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html
new file mode 100644
index 0000000000..af44809645
--- /dev/null
+++ b/testing/web-platform/tests/css/CSS2/reference/inline-svg-margin-padding-border-ref.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>CSS Test Reference: Scroll multiple background images that are positioned</title>
+<link rel="author" title="Google" href="http://www.google.com/" />
+<style type="text/css">
+
+* {
+ margin: 0;
+ padding: 0;
+}
+
+#container {
+ margin: 10px;
+ padding: 10px;
+ border: 10px solid green;
+}
+
+#container div {
+ width: 60px;
+ height: 60px;
+ background: green;
+}
+
+</style>
+</head>
+<body>
+<div id="container" style="margin: 10px; width: 60px; height: 60px;"><div></div></div>
+</body>
+</html>