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

Unified Diff: LayoutTests/http/tests/htmlimports/resources/hello.css

Issue 976263002: HTML Imports: Teach preloader about HTML Imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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/htmlimports/resources/hello.css
diff --git a/LayoutTests/http/tests/htmlimports/resources/hello.css b/LayoutTests/http/tests/htmlimports/resources/hello.css
new file mode 100644
index 0000000000000000000000000000000000000000..76e9447db58c4bc721116502d6c12f4a5cc09f2d
--- /dev/null
+++ b/LayoutTests/http/tests/htmlimports/resources/hello.css
@@ -0,0 +1,4 @@
+
+.hello {
+ color: black;
+}
« no previous file with comments | « LayoutTests/http/tests/htmlimports/import-preload-expected.txt ('k') | LayoutTests/http/tests/htmlimports/resources/hello.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698