Changeset 202903 in webkit
- Timestamp:
- Jul 7, 2016, 7:09:22 AM (10 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 7 edited
-
ChangeLog (modified) (1 diff)
-
mathml/presentation/tokenElements-background-color-expected.html (modified) (2 diffs)
-
mathml/presentation/tokenElements-background-color.html (modified) (2 diffs)
-
platform/ios-simulator-wk1/TestExpectations (modified) (1 diff)
-
platform/ios-simulator-wk2/TestExpectations (modified) (1 diff)
-
platform/mac/TestExpectations (modified) (1 diff)
-
platform/win/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r202902 r202903 1 2016-07-07 Frederic Wang <fwang@igalia.com> 2 3 Improve test mathml/presentation/tokenElements-background-color.html 4 https://bugs.webkit.org/show_bug.cgi?id=130693 5 6 We use the Ahem font to make tokenElements-background-color.html more reliable. However, we 7 remove the case of italic m because Ahem does not contain the required character U+1D45A. 8 9 Reviewed by Martin Robinson. 10 11 * mathml/presentation/tokenElements-background-color-expected.html: 12 * mathml/presentation/tokenElements-background-color.html: 13 * platform/ios-simulator-wk1/TestExpectations: 14 * platform/ios-simulator-wk2/TestExpectations: 15 * platform/mac/TestExpectations: 16 * platform/win/TestExpectations: 17 1 18 2016-07-07 Frederic Wang <fred.wang@free.fr> 2 19 -
trunk/LayoutTests/mathml/presentation/tokenElements-background-color-expected.html
r166170 r202903 13 13 visibility: hidden; 14 14 } 15 mo, mtext, mn, mi { 16 font: 20px Ahem; 17 } 15 18 </style> 16 19 </head> … … 23 26 <mrow><mrow><mo>+</mo></mrow></mrow> 24 27 <mrow><mrow><mi>mi</mi></mrow></mrow> 25 <mrow><mrow><mi>m</mi></mrow></mrow>26 28 <mrow><mrow><mn>mn</mn></mrow></mrow> 27 29 </math> -
trunk/LayoutTests/mathml/presentation/tokenElements-background-color.html
r166170 r202903 12 12 mo, mtext, mn, mi { 13 13 background: #faa; 14 font: 20px Ahem; 14 15 } 15 16 </style> … … 26 27 <mo>+</mo> 27 28 <mi>mi</mi> 28 <mi>m</mi>29 29 <mn>mn</mn> 30 30 </math> -
trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations
r202900 r202903 737 737 mathml/presentation/mo-stretch-update.html [ ImageOnlyFailure ] 738 738 mathml/presentation/scripts-subsup.html [ ImageOnlyFailure ] 739 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]740 739 741 740 # SVG tests that fail: -
trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations
r202900 r202903 134 134 # WebKitTestRunner needs testRunner.setUseDashboardCompatibilityMode 135 135 mathml/mathml-in-dashboard.html [ Skip ] 136 137 # MathML tests that fail due to slight pixel differences:138 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]139 136 140 137 # SVG tests that time out (these require EventSender) -
trunk/LayoutTests/platform/mac/TestExpectations
r202874 r202903 809 809 mathml/presentation/multiscripts-positions.html [ Pass ImageOnlyFailure ] 810 810 mathml/presentation/scripts-subsup.html [ Pass ImageOnlyFailure ] 811 webkit.org/b/130693 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]812 811 813 812 webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ] -
trunk/LayoutTests/platform/win/TestExpectations
r202849 r202903 1941 1941 ################################################################################ 1942 1942 mathml/presentation/mo-stacked-glyphs.html [ ImageOnlyFailure ] 1943 mathml/presentation/tokenElements-background-color.html [ ImageOnlyFailure ]1944 1943 mathml/presentation/style-changed.html [ Crash Pass ] 1945 1944 mathml/opentype/large-operators-munderover.html [ Failure ]
Note:
See TracChangeset
for help on using the changeset viewer.