Changeset 202948 in webkit
- Timestamp:
- Jul 7, 2016, 4:58:44 PM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
editing/style/text-indent.html (modified) (1 diff)
-
platform/mac-wk1/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r202945 r202948 1 2016-07-07 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Test gardening after r202826 4 https://bugs.webkit.org/show_bug.cgi?id=159538 5 <rdar://problem/27197375> 6 7 Unreviewed. 8 9 * editing/style/text-indent.html: 10 * platform/mac-wk1/TestExpectations: 11 1 12 2016-07-07 Myles C. Maxfield <mmaxfield@apple.com> and Frédéric Wang <fred.wang@free.fr> 2 13 -
trunk/LayoutTests/editing/style/text-indent.html
r120173 r202948 54 54 55 55 var output = ""; 56 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:30px;'></input>", 0);57 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:-30px;'>", 0);58 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:30px;text-align:left'>", 0);59 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:30px;text-align:right'>", 1);60 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:30px;direction:rtl;'>", 0);61 output += testTextIndent("<input id='textIndentTest' type='text' style=' text-indent:30px;direction:rtl;text-align:right;'>", 0);56 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;'></input>", 0); 57 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:-30px;'>", 0); 58 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:left'>", 0); 59 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;text-align:right'>", 1); 60 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;'>", 0); 61 output += testTextIndent("<input id='textIndentTest' type='text' style='font-family:Ahem;text-indent:30px;direction:rtl;text-align:right;'>", 0); 62 62 output += testTextIndentWhenTextAlignsToCenter(30); 63 63 output += testTextIndentWhenTextAlignsToCenter(-30); -
trunk/LayoutTests/platform/mac-wk1/TestExpectations
r202942 r202948 252 252 [ Yosemite ] http/tests/media/hls/video-controller-getStartDate.html [ Pass Timeout ] 253 253 254 # rdar://problem/27197375255 [ Sierra+ ] editing/style/text-indent.html [ Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.