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

Unified Diff: LayoutTests/svg/css/getComputedStyle-basic.xhtml

Issue 302553002: Computed style of resource references drops hash from fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/css/getComputedStyle-basic-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/getComputedStyle-basic.xhtml
diff --git a/LayoutTests/svg/css/getComputedStyle-basic.xhtml b/LayoutTests/svg/css/getComputedStyle-basic.xhtml
index 90c4f05a0ae57b306ddc194974bfc6f98aa2e9d3..523912ba288927a57aad51b19f6f76a8954f2fcc 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic.xhtml
+++ b/LayoutTests/svg/css/getComputedStyle-basic.xhtml
@@ -1,7 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="g" stroke="orange" stroke-width="2px">
+ <g id="g" stroke="orange" stroke-width="2px" marker-start="url(#pserver)">
<rect id="rect" width="100" height="100" fill="blue" />
</g>
</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/css/getComputedStyle-basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698