Changeset 126916 in webkit
- Timestamp:
- Aug 28, 2012, 12:55:06 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
fast/css/center-align-absolute-position-inline-block.html (modified) (1 diff)
-
fast/css/center-align-absolute-position.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r126913 r126916 1 2012-08-28 Robert Hogan <robert@webkit.org> 2 3 Fix up ref-tests added in r126911 to make them more port-friendly. 4 5 Unreviewed, gardening. 6 7 * fast/css/center-align-absolute-position-inline-block.html: 8 * fast/css/center-align-absolute-position.html: 9 1 10 2012-08-28 Philip Rogers <pdr@google.com> 2 11 -
trunk/LayoutTests/fast/css/center-align-absolute-position-inline-block.html
r126911 r126916 16 16 <p> The two blue bars should be aligned with each other. </p> 17 17 <div style="text-align: center" > 18 <span style="position: absolute; ">18 <span style="position: absolute; top: 44px;"> 19 19 <div id="block"></div> 20 20 </span> -
trunk/LayoutTests/fast/css/center-align-absolute-position.html
r126911 r126916 15 15 <p> The two blue bars should be aligned with each other. </p> 16 16 <div style="text-align: center" > 17 <span style="position: absolute; ">17 <span style="position: absolute; top: 44px;"> 18 18 <div id="block"></div> 19 19 </span>
Note:
See TracChangeset
for help on using the changeset viewer.