Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html

Issue 1542563002: Rewrite LayoutTest svg/wicd/rightsizing-grid as a reftest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add note about test inspiration Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698