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

Unified Diff: LayoutTests/inspector/styles/selector-line-deprecated-expected.txt

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/inspector/styles/selector-line-deprecated-expected.txt
diff --git a/LayoutTests/inspector/styles/selector-line-expected.txt b/LayoutTests/inspector/styles/selector-line-deprecated-expected.txt
similarity index 51%
copy from LayoutTests/inspector/styles/selector-line-expected.txt
copy to LayoutTests/inspector/styles/selector-line-deprecated-expected.txt
index feb579a0ffa9d02a4e38f4923b746eab91020d9a..6935c76db20b688ff3324c9725b1468a74029052 100644
--- a/LayoutTests/inspector/styles/selector-line-expected.txt
+++ b/LayoutTests/inspector/styles/selector-line-deprecated-expected.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecated, "/*# sourceMapURL=" declaration should be used instead.
+CONSOLE MESSAGE: "/*@ sourceMapURL=" source mapping URL declaration is deprecated, "/*# sourceMapURL=" declaration should be used instead.
Tests that selector line is computed correctly regardless of its start column. Bug 110732.
Text
@@ -11,7 +13,7 @@ element.style { ()
color: green;
[expanded]
-#inspected { (selector-line.html:4 -> selector-line.html:4:1)
+#inspected { (selector-line-deprecated.html:4 -> selector-line-deprecated.html:4:1)
/-- overloaded --/ color: green;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698