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

Unified Diff: LayoutTests/svg/css/svg-resource-fragment-identifier-img-src-expected.html

Issue 180973005: Respect SVG fragment identifiers in <img> src attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove include Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/svg/css/svg-resource-fragment-identifier-img-src.html ('k') | Source/core/html/parser/HTMLSrcsetParserTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698