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

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 1820773002: getComputedStyle() should return used value for 'line-height' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is
7 # strong. This is the intended behavior. 7 # strong. This is the intended behavior.
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reft ests/variables/variable-font-face-01.html [ Failure ] 131 crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reft ests/variables/variable-font-face-01.html [ Failure ]
132 crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reft ests/variables/variable-font-face-02.html [ Failure ] 132 crbug.com/582836 imported/csswg-test/vendor-imports/mozilla/mozilla-central-reft ests/variables/variable-font-face-02.html [ Failure ]
133 133
134 crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correc tly.html [ Failure ] 134 crbug.com/280342 [ Linux Win ] http/tests/media/progress-events-generated-correc tly.html [ Failure ]
135 135
136 crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failu re Pass Timeout ] 136 crbug.com/520739 [ Mac ] http/tests/websocket/close-code-and-reason.html [ Failu re Pass Timeout ]
137 crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-ve rtical-rl-001.xht [ Failure Pass Timeout ] 137 crbug.com/520737 [ Mac ] imported/csswg-test/css-writing-modes-3/writing-mode-ve rtical-rl-001.xht [ Failure Pass Timeout ]
138 crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progr ess.html [ Failure Pass ] 138 crbug.com/520736 [ Win7 ] media/W3C/video/networkState/networkState_during_progr ess.html [ Failure Pass ]
139 139
140 crbug.com/383409 editing/caret/caret-position.html [ NeedsRebaseline ]
141 crbug.com/383409 editing/inserting/insert-div-022.html [ NeedsRebaseline ]
142 crbug.com/383409 editing/pasteboard/paste-match-style-001.html [ NeedsRebaseline ]
143 crbug.com/383409 fast/css/line-height.html [ NeedsRebaseline ]
144 crbug.com/383409 fast/css/negative-leading.html [ NeedsRebaseline ]
145 crbug.com/383409 fast/forms/placeholder-position.html [ NeedsRebaseline ]
146 crbug.com/383409 fast/forms/textarea/textAreaLineHeight.html [ NeedsRebaseline ]
147
140 crbug.com/563650 inspector/elements/css-rule-hover-highlights-selectors.html [ P ass Failure ] 148 crbug.com/563650 inspector/elements/css-rule-hover-highlights-selectors.html [ P ass Failure ]
141 149
142 crbug.com/522641 inspector/elements/styles-4/styles-update-links.html [ Pass Tim eout ] 150 crbug.com/522641 inspector/elements/styles-4/styles-update-links.html [ Pass Tim eout ]
143 crbug.com/522645 [ Linux ] virtual/android/fullscreen/video-fixed-background.htm l [ Failure Pass ] 151 crbug.com/522645 [ Linux ] virtual/android/fullscreen/video-fixed-background.htm l [ Failure Pass ]
144 crbug.com/522647 http/tests/notifications/close-dispatch-asynchronous.html [ Fai lure Pass ] 152 crbug.com/522647 http/tests/notifications/close-dispatch-asynchronous.html [ Fai lure Pass ]
145 crbug.com/522648 fast/events/touch/compositor-touch-hit-rects-iframes.html [ Cra sh Failure Pass ] 153 crbug.com/522648 fast/events/touch/compositor-touch-hit-rects-iframes.html [ Cra sh Failure Pass ]
146 crbug.com/521858 [ Win7 ] http/tests/security/media-element-audio-source-node-sa me-origin.html [ Failure Pass ] 154 crbug.com/521858 [ Win7 ] http/tests/security/media-element-audio-source-node-sa me-origin.html [ Failure Pass ]
147 crbug.com/521855 transitions/cancel-and-start-new.html [ Failure Pass ] 155 crbug.com/521855 transitions/cancel-and-start-new.html [ Failure Pass ]
148 crbug.com/521853 [ Win ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ] 156 crbug.com/521853 [ Win ] http/tests/inspector/search/sources-search-scope.html [ Failure Pass ]
149 crbug.com/521084 animations/additive-transform-animations.html [ Pass Timeout ] 157 crbug.com/521084 animations/additive-transform-animations.html [ Pass Timeout ]
(...skipping 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ] 1364 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
1357 1365
1358 crbug.com/453002 [ Win ] fast/text/international/text-combine-image-test.html [ Failure Pass ] 1366 crbug.com/453002 [ Win ] fast/text/international/text-combine-image-test.html [ Failure Pass ]
1359 crbug.com/453002 [ Win ] fast/text/international/vertical-text-glyph-test.html [ Failure Pass ] 1367 crbug.com/453002 [ Win ] fast/text/international/vertical-text-glyph-test.html [ Failure Pass ]
1360 crbug.com/453002 [ Win ] fast/text/justify-ideograph-vertical.html [ Failure Pas s ] 1368 crbug.com/453002 [ Win ] fast/text/justify-ideograph-vertical.html [ Failure Pas s ]
1361 crbug.com/453002 [ Win ] fast/text/orientation-sideways.html [ Failure Pass ] 1369 crbug.com/453002 [ Win ] fast/text/orientation-sideways.html [ Failure Pass ]
1362 1370
1363 crbug.com/599662 inspector/sources/debugger-ui/debugger-save-to-temp-var.html [ Failure Crash ] 1371 crbug.com/599662 inspector/sources/debugger-ui/debugger-save-to-temp-var.html [ Failure Crash ]
1364 1372
1365 crbug.com/587737 [ Mac10.11 Retina ] virtual/gpu-rasterization/fast/images/color -profile-filter.html [ Timeout Failure ] 1373 crbug.com/587737 [ Mac10.11 Retina ] virtual/gpu-rasterization/fast/images/color -profile-filter.html [ Timeout Failure ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698