Index: LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import.css |
diff --git a/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import.css b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6d96c91f7202ef1619498e60b6a0b9d535b1e5b7 |
--- /dev/null |
+++ b/LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import.css |
@@ -0,0 +1,8 @@ |
+@charset "UTF-8"; |
+ |
+@import url("stylesheet-tracking-import-1.css"); |
+ |
+html { |
+ font-weight: 400; |
+} |
+ |