| Index: third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html b/third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html
|
| deleted file mode 100644
|
| index 78fbe1347e4cc27c0e1ac9b61b944a561a8bcf82..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<?xml version="1.0" encoding="UTF-8"?>
|
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
| -<html xmlns="http://www.w3.org/1999/xhtml">
|
| -<head>
|
| -<title>Passes, if the embedded SVG image is not cropped in the middle</title>
|
| -<style type="text/css">
|
| -div {
|
| - float: left;
|
| - width: 400px;
|
| - height: 400px;
|
| - border: 1px solid red;
|
| -}
|
| -object {
|
| - float: left;
|
| - width: 50%;
|
| -}
|
| -</style>
|
| -</head>
|
| -
|
| -<body>
|
| -<div><object type="image/svg+xml" data="resources/f.svg"/></div>
|
| -</body>
|
| -</html>
|
|
|