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

Unified Diff: LayoutTests/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 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/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php
diff --git a/LayoutTests/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php b/LayoutTests/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php
index 9dbe6f26a1347756f247cf552dedee200cabd5e5..adc7f8b9708f4a85f6cd758a7f7d987072a4af5a 100644
--- a/LayoutTests/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php
+++ b/LayoutTests/http/tests/inspector/styles/resources/selector-line-sourcemap-header.php
@@ -1,6 +1,6 @@
<?php
header("Content-Type:text/css");
- header("X-SourceMap: selector-line-sourcemap-header.php.map");
+ header("SourceMap: selector-line-sourcemap-header.php.map");
?>#container {
background: papayawhip; }
#container #inspected {

Powered by Google App Engine
This is Rietveld 408576698