Index: LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-014-expected.html |
diff --git a/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-014-expected.html b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-014-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f9a3c445adf672c3bbcbf2fdc54c9424391b2a2 |
--- /dev/null |
+++ b/LayoutTests/imported/csswg-test/css-shapes-1/shape-outside/shape-image/shape-image-014-expected.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <title>CSS Reference File</title> |
+ <link rel="author" title="Bem Jones-Bey" href="bjonesbe@adobe.com"/> |
+ <style type="text/css"> |
+ .container { |
+ width: 100px; |
+ height: 100px; |
+ background: rgb(0, 100, 0); |
+ } |
+ </style> |
+</head> |
+<body> |
+ <p> |
+ The test passes if you see a solid green square. There should be no red. |
+ </p> |
+ <div class="container"> |
+ </div> |
+</body> |
+</html> |