diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-11-01 18:17:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-02 09:22:26 -0400 |
commit | 12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch) | |
tree | 982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm')
-rw-r--r-- | tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm deleted file mode 100644 index 4142cebf332..00000000000 --- a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/background-attachment-fixed-inside-transform-1-ref.htm +++ /dev/null @@ -1,39 +0,0 @@ -<!DOCTYPE html> -<html><head> - <meta charset="utf-8"> - <title>CSS Background: background-attachment: background-attachment:fixed inside a transform</title> - <link href="mailto:botond@mozilla.com" rel="author" title="Botond Ballo"> - <link href="https://www.mozilla.org" rel="author" title="Mozilla"> - <style type="text/css"> - body { - height: 4000px; - margin: 0; - } - - #outer { - margin: 200px; - height: 700px; - width: 300px; - transform: rotate(45deg); - overflow: hidden; - } - - #inner { - height: 700px; - background-image: radial-gradient(farthest-corner at center, blue, black); - background-size: 300px 300px; - background-position: 200px 200px; - background-color: lime; - background-repeat: no-repeat; - background-attachment: scroll; - } - </style> - </head> - <body> - <div id="outer"> - <div id="inner"> - </div> - </div> - - -</body></html>
\ No newline at end of file |