diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:22:00 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:22:00 +0100 |
commit | e228e292890949fb0063683cfe07d232ecbe5101 (patch) | |
tree | c9e340d0530b2fe7ab2a39654a57de9fd88f3c5a /tests/ref/iframe/overflow.html | |
parent | ea118c56d63c16d7aa1509c0a780fc0265156da4 (diff) | |
download | servo-e228e292890949fb0063683cfe07d232ecbe5101.tar.gz servo-e228e292890949fb0063683cfe07d232ecbe5101.zip |
Move overflow.html to wpt reftests.
Diffstat (limited to 'tests/ref/iframe/overflow.html')
-rw-r--r-- | tests/ref/iframe/overflow.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/ref/iframe/overflow.html b/tests/ref/iframe/overflow.html deleted file mode 100644 index 405ee9fa8e6..00000000000 --- a/tests/ref/iframe/overflow.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> - <body> - <iframe src="data:text/html,%3Cdiv%20style%3D%22background%3Agreen%3B%20width%3A%20200px%3B%20height%3A%20200px%3B%22%3E%3C%2Fdiv%3E" - style="display: block; width: 108px; height: 108px; border: none"> - </iframe> - </div> -</body> -</html> |