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

Unified Diff: LayoutTests/fast/css/box-sizing-border-box-dynamic-padding-border-update.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/css/box-sizing-border-box-dynamic-padding-border-update.html
===================================================================
--- LayoutTests/fast/css/box-sizing-border-box-dynamic-padding-border-update.html (revision 140726)
+++ LayoutTests/fast/css/box-sizing-border-box-dynamic-padding-border-update.html (working copy)
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<body>
-<p>Test if child blocks are correctly laid out when padding/border of the box-sizing:border-box parent is updated.</p>
-
-<div id="target1" style="width:100px; box-sizing:border-box; border:0 solid;">
-<div data-expected-width="50">The quick brown fox jumps over the lazy dog.</div>
-</div>
-<div id="target2" style="width:100px; box-sizing:border-box;">
-<div data-expected-width="50">The quick brown fox jumps over the lazy dog.</div>
-</div>
-<div id="target3" style="width:100px; box-sizing:border-box;">
-<div data-expected-width="50">The quick brown fox jumps over the lazy dog.</div>
-</div>
-<script src="../../resources/check-layout.js"></script>
-<script>
-document.body.offsetLeft;
-document.getElementById('target1').style.borderLeftWidth = '50px';
-document.getElementById('target2').style.paddingLeft = '50px';
-document.getElementById('target3').setAttribute('style', 'width:50px; box-sizing:content-box; border-left:50px solid;');
-checkLayout('#target1');
-checkLayout('#target2');
-checkLayout('#target3');
-</script>
-</body>
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/css/box-sizing-border-box-dynamic-padding-border-update-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698