Index: LayoutTests/svg/css/svg-resource-fragment-identifier-img-src-expected.html |
diff --git a/LayoutTests/svg/css/svg-resource-fragment-identifier-img-src-expected.html b/LayoutTests/svg/css/svg-resource-fragment-identifier-img-src-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6edbb234f512fc6b4c8e281a45bb72b212392c42 |
--- /dev/null |
+++ b/LayoutTests/svg/css/svg-resource-fragment-identifier-img-src-expected.html |
@@ -0,0 +1,41 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <style type="text/css" media="screen"> |
+ |
+ div { |
+ width: 100px; |
+ height: 100px; |
+ margin: 10px; |
+ display: inline-block; |
+ } |
+ |
+ .red { |
+ background-color: red; |
+ } |
+ |
+ .green { |
+ background-color: green; |
+ } |
+ |
+ .blue { |
+ background-color: blue; |
+ } |
+ |
+ </style> |
+ |
+</head> |
+<body> |
+ |
+ <div class="red"></div> |
+ <div class="green"></div> |
+ <div class="blue"></div> |
+ <div class="green"></div> |
+ <script> |
+ if (window.testRunner) { |
+ testRunner.waitUntilDone(); |
+ testRunner.setBackingScaleFactor(2, function() { testRunner.notifyDone(); }); |
+ } |
+ </script> |
+</body> |
+</html> |