diff --git a/css/css-values/subresource-criticality/tentative/background-image.html b/css/css-values/subresource-criticality/tentative/background-image.html new file mode 100644 index 00000000000000..1196623ac09478 --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/background-image.html @@ -0,0 +1,25 @@ + + +background-image blocks load + + + +
+ + diff --git a/css/css-values/subresource-criticality/tentative/font-face-unused.html b/css/css-values/subresource-criticality/tentative/font-face-unused.html new file mode 100644 index 00000000000000..de0e468d25140d --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/font-face-unused.html @@ -0,0 +1,23 @@ + + +unused @font-face blocks load + + + + + diff --git a/css/css-values/subresource-criticality/tentative/font-face-used.html b/css/css-values/subresource-criticality/tentative/font-face-used.html new file mode 100644 index 00000000000000..1f88686aeb4d7f --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/font-face-used.html @@ -0,0 +1,27 @@ + + +used @font-face blocks load + + + + +
XXX
+ diff --git a/css/css-values/subresource-criticality/tentative/import.html b/css/css-values/subresource-criticality/tentative/import.html new file mode 100644 index 00000000000000..cb8b2049a891e2 --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/import.html @@ -0,0 +1,25 @@ + + +@import blocks load + + + + + +
XXX
+ diff --git a/css/css-values/subresource-criticality/tentative/list-style-image.html b/css/css-values/subresource-criticality/tentative/list-style-image.html new file mode 100644 index 00000000000000..5229626a48c0dc --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/list-style-image.html @@ -0,0 +1,23 @@ + + +list-style blocks load + + + + + + diff --git a/css/css-values/subresource-criticality/tentative/support/import.css b/css/css-values/subresource-criticality/tentative/support/import.css new file mode 100644 index 00000000000000..44142d04d2338e --- /dev/null +++ b/css/css-values/subresource-criticality/tentative/support/import.css @@ -0,0 +1,3 @@ +#foo { + color: blue; +}