Title: [151816] branches/safari-537-branch/LayoutTests/fast/replaced/width-and-height-of-positioned-replaced-elements.html
Revision
151816
Author
[email protected]
Date
2013-06-20 19:29:47 -0700 (Thu, 20 Jun 2013)

Log Message

correct mismerge from 151799. <rdar://problem/14159682>

Removed Paths


Diff

Deleted: branches/safari-537-branch/LayoutTests/fast/replaced/width-and-height-of-positioned-replaced-elements.html (151815 => 151816)


--- branches/safari-537-branch/LayoutTests/fast/replaced/width-and-height-of-positioned-replaced-elements.html	2013-06-21 02:26:38 UTC (rev 151815)
+++ branches/safari-537-branch/LayoutTests/fast/replaced/width-and-height-of-positioned-replaced-elements.html	2013-06-21 02:29:47 UTC (rev 151816)
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-input, select, textarea {
-    left: 5px;
-    right: 5px;
-    position: absolute;
-    font: 20px/1 Ahem;
-}
-</style>
-</head>
-<body>
-    <p> webkit.org/b/93735: Use the replaced height and width computation for positioned form controls </p>
-    <input id="input" style="top: 30px">
-    <input type="button" id="button" value="text" style="top: 80px">
-    <select id="select" style="top: 130px"><option>test</select>
-    <textarea id="textarea" style="top: 180px"></textarea>
-</body>
-</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to