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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css" media="screen">
5
6 div {
7 width: 100px;
8 height: 100px;
9 margin: 10px;
10 display: inline-block;
11 }
12
13 .red {
14 background-color: red;
15 }
16
17 .green {
18 background-color: green;
19 }
20
21 .blue {
22 background-color: blue;
23 }
24
25 </style>
26
27 </head>
28 <body>
29
30 <div class="red"></div>
31 <div class="green"></div>
32 <div class="blue"></div>
33 <div class="green"></div>
34 <script>
35 if (window.testRunner) {
36 testRunner.waitUntilDone();
37 testRunner.setBackingScaleFactor(2, function() { testRun ner.notifyDone(); });
38 }
39 </script>
40 </body>
41 </html>
OLDNEW
« 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