Index: LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html |
diff --git a/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html |
index 43ccd254b8e1ca273738efd196bf28647a9cd771..df5a6e60f29fe865e943657cbf092830b30eaf2a 100644 |
--- a/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html |
+++ b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html |
@@ -18,7 +18,7 @@ function handleMessage(event) |
switch (event.data) { |
case "addStyleSheets": |
addStyleSheet("body { background-color: yellow; }"); |
- addStyleSheet("body { background-color: yellow; }\n/*@ sourceURL=stylesheet-added-in-iframe.css */"); |
+ addStyleSheet("body { background-color: yellow; }\n/*# sourceURL=stylesheet-added-in-iframe.css */"); |
break; |
case "removeStyleSheets": |
for (var i = 0; i < styleElements.length; ++i) |