diff --git a/unspecified-css-subresources/background-image.html b/unspecified-css-subresources/background-image.html new file mode 100644 index 000000000000000..32753de4c735898 --- /dev/null +++ b/unspecified-css-subresources/background-image.html @@ -0,0 +1,24 @@ + + +background-image blocks load + + +
+ + diff --git a/unspecified-css-subresources/font-face-unused.html b/unspecified-css-subresources/font-face-unused.html new file mode 100644 index 000000000000000..7da1490d1724d00 --- /dev/null +++ b/unspecified-css-subresources/font-face-unused.html @@ -0,0 +1,22 @@ + + +unused @font-face blocks load + + + + diff --git a/unspecified-css-subresources/font-face-used.html b/unspecified-css-subresources/font-face-used.html new file mode 100644 index 000000000000000..9897ed102bc3cd2 --- /dev/null +++ b/unspecified-css-subresources/font-face-used.html @@ -0,0 +1,26 @@ + + +used @font-face blocks load + + + +
XXX
+ diff --git a/unspecified-css-subresources/import.css b/unspecified-css-subresources/import.css new file mode 100644 index 000000000000000..44142d04d2338ea --- /dev/null +++ b/unspecified-css-subresources/import.css @@ -0,0 +1,3 @@ +#foo { + color: blue; +} diff --git a/unspecified-css-subresources/import.html b/unspecified-css-subresources/import.html new file mode 100644 index 000000000000000..6efd02dba79dd6d --- /dev/null +++ b/unspecified-css-subresources/import.html @@ -0,0 +1,24 @@ + + +@import blocks load + + + + +
XXX
+ diff --git a/unspecified-css-subresources/list-style-image.html b/unspecified-css-subresources/list-style-image.html new file mode 100644 index 000000000000000..b98998efb8ab277 --- /dev/null +++ b/unspecified-css-subresources/list-style-image.html @@ -0,0 +1,22 @@ + + +list-style blocks load + + + + +