Index: static/testcasefiles/document/stylesheet.css |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/static/testcasefiles/document/stylesheet.css |
@@ -0,0 +1,16 @@ |
+#test-article { |
+ background: none; |
kzar
2018/04/19 13:08:23
Nit: Git warned me that you've accidentally put a
|
+ background-color: red; |
+} |
+ |
+.testcase-teststylesheet { |
+ color: white; |
+ background: green; |
+ padding: .5rem; |
kzar
2018/04/19 13:08:23
I noticed .testcase-scripttarget (the message on t
kzar
2018/06/04 17:17:28
What about this comment?
rossg
2018/06/07 10:30:23
I had addressed that by adding padding to .testcas
kzar
2018/06/07 11:43:03
Acknowledged.
|
+} |
+ |
+.testcase-teststylesheet::after { |
+ background: green; |
+ content: "Stylesheet was loaded and applied to page."; |
+} |
+ |