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

Unified Diff: LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html

Issue 888743002: Force unitless data-expected attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Redo percentage-height-when-height-specified-by-top-bottom.html onload change Created 5 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/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html
diff --git a/LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html b/LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html
index 46da227b6358bc70306d15d0b71c6f26db5861c9..1939cce1b61234392968547d20e32120ac891a7f 100644
--- a/LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html
+++ b/LayoutTests/fast/inline/out-of-flow-objects-and-whitespace-after-empty-inline.html
@@ -28,17 +28,17 @@
</head>
<body>
<p>webkit.org/p/114311: The text should be inside the input controls. </p>
- <span id="id1" class="container-absolute" data-expected-height="20px"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
- <span id="id2" class="container-float" data-expected-height="30px"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
- <span id="id3" class="container-absolute" data-expected-height="20px"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
- <span id="id4" class="container-float" data-expected-height="30px"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
- <span id="id5" class="container-absolute" data-expected-height="20px"><label for="input-field"><span>Input</span></label><input id="input-field" type="text"></span>
- <span id="id6" class="container-float" data-expected-height="30px"><label for="input-field"><span>Input</span></label><input id="input-field" type="text"></span>
- <span id="id7" class="container-absolute" data-expected-height="20px">
+ <span id="id1" class="container-absolute" data-expected-height="20"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
+ <span id="id2" class="container-float" data-expected-height="30"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
+ <span id="id3" class="container-absolute" data-expected-height="20"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
+ <span id="id4" class="container-float" data-expected-height="30"><label for="input-field"><span>Input</span></label> <input id="input-field" type="text"></span>
+ <span id="id5" class="container-absolute" data-expected-height="20"><label for="input-field"><span>Input</span></label><input id="input-field" type="text"></span>
+ <span id="id6" class="container-float" data-expected-height="30"><label for="input-field"><span>Input</span></label><input id="input-field" type="text"></span>
+ <span id="id7" class="container-absolute" data-expected-height="20">
<label for="input-field"><span>Input</span></label>
<input id="input-field" type="text">
</span>
- <span id="id8" class="container-float" data-expected-height="30px">
+ <span id="id8" class="container-float" data-expected-height="30">
<label for="input-field"><span>Input</span></label>
<input id="input-field" type="text">
</span>

Powered by Google App Engine
This is Rietveld 408576698