<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - sourceMappingURL tries to load relative to document instead of script (Safari 10 / macOS 10.12)"
href="https://bugs.webkit.org/show_bug.cgi?id=159066">159066</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>sourceMappingURL tries to load relative to document instead of script (Safari 10 / macOS 10.12)
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>Other
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>Other
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Web Inspector
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>eelco@motif.co
</td>
</tr>
<tr>
<th>CC</th>
<td>bburg@apple.com, joepeck@webkit.org, mattbaker@apple.com, nvasilyev@apple.com, timothy@apple.com, webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=281925" name="attach_281925" title="Example to reproduce the bug">attachment 281925</a> <a href="attachment.cgi?id=281925&action=edit" title="Example to reproduce the bug">[details]</a></span>
Example to reproduce the bug
Safari 10 / WebKit on macOS 10.12 tries to load the source map from an incorrect location.
To reproduce:
- Unzip the attachment.
- Host it by executing 'python -m SimpleHTTPServer 1234'
- Go to <a href="http://0.0.0.0:1234">http://0.0.0.0:1234</a>
- Open the Web Inspector Console (option-cmd-C)
- Look at the errors
Observed:
- A 404 error caused by the Inspector trying to load the source map from /script.js.map (should be /scripts/script.js.map)
Expected:
- No errors (only from trying to load favicon.ico, maybe)
Notes:
This only happens with Safari 10 / macOS 10.12. Because those are not listed in Version / OS, I selected ‘Other’. I also tested with Safari 9 and STP on OS X 10.11.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>