Index: LayoutTests/inspector-protocol/css/resources/set-property-text.css |
diff --git a/LayoutTests/inspector-protocol/css/resources/set-property-text.css b/LayoutTests/inspector-protocol/css/resources/set-property-text.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ba1100f9b193307e3e570b02be40aa3b0d681c17 |
--- /dev/null |
+++ b/LayoutTests/inspector-protocol/css/resources/set-property-text.css |
@@ -0,0 +1,18 @@ |
+* { |
+ box-sizing: border-box; |
+} |
+ |
+html, body, div, a { |
+ /* resetting some properties */ |
+ padding: 0; |
+ margin: 0; |
+ border: 0; |
+ display: flex; /* flex FTW! */ |
+} |
+ |
+p:first-letter { |
+ font-size: 200%; |
+} |
+ |
+.empty-rule { |
+} |