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

Unified Diff: LayoutTests/fast/forms/text/text-padding-dynamic-change.html

Issue 12039074: Merge 140721 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1393/
Patch Set: Created 7 years, 11 months 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: LayoutTests/fast/forms/text/text-padding-dynamic-change.html
===================================================================
--- LayoutTests/fast/forms/text/text-padding-dynamic-change.html (revision 140726)
+++ LayoutTests/fast/forms/text/text-padding-dynamic-change.html (working copy)
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<body>
-<input id=text1 style="box-sizing:border-box; width:100px; text-align:right;" value="Hello world">
-<input id=text2 style="box-sizing:border-box; width:100px; text-align:right;" placeholder="Hello world">
-<input id=text3 style="box-sizing:border-box; width:100px; text-align:right;" value="Hello world">
-<input id=text4 style="box-sizing:border-box; width:100px; text-align:right;" placeholder="Hello world">
-<script>
-document.body.offsetLeft;
-document.getElementById('text1').style.paddingLeft = '40px';
-document.getElementById('text2').style.paddingLeft = '40px';
-document.getElementById('text3').style.borderLeftWidth = '40px';
-document.getElementById('text4').style.borderLeftWidth = '40px';
-</script>
-</body>

Powered by Google App Engine
This is Rietveld 408576698