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

Unified Diff: third_party/WebKit/LayoutTests/fast/preloader/style-base-expected.txt

Issue 1493253002: CSSPreloadScanner should handle <base> adjusted URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ensure init pointers at c-tor Created 5 years 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/fast/preloader/style-base-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/preloader/style-base-expected.txt b/third_party/WebKit/LayoutTests/fast/preloader/style-base-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aa50fae38f2cba68a38f457e6bf9bc98d7eeb8f4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/preloader/style-base-expected.txt
@@ -0,0 +1,10 @@
+CONSOLE MESSAGE: line 9: PASS
+This test requires content_shell --run-layout-test to see the log of what resources are loaded.
+
+<base href="resources/foo.html">
+<style>
+@charset "ascii";
+/* */
+@import "style1.css";
+</style>
+

Powered by Google App Engine
This is Rietveld 408576698