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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xml

Issue 1952503003: [Devtools] Fixed XSL sheets not showing in network tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xml
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xml b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xml
new file mode 100644
index 0000000000000000000000000000000000000000..0186a732c613b1f85e0adf5df1f4c71ab4e0e056
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/xml-with-stylesheet.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="xml-with-stylesheet.xsl"?>
+<foo>
+ <bar>someData</bar>
+</foo>

Powered by Google App Engine
This is Rietveld 408576698