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

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

Issue 2687273002: Selection API: Mutating a Range object after adding it to Selection should update Selection attribu… (Closed)
Patch Set: Handle diffrent root cases Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/addRange.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Intentional failures to test the layout test system. 1 # Intentional failures to test the layout test system.
2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ] 2 Bug(intentional) [ Android Linux Win Mac10.10 Mac10.11 Retina ] harness-tests/cr ash.html [ Crash ]
3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ] 3 crbug.com/644303 [ Mac10.9 ] harness-tests/crash.html [ Crash Timeout ]
4 Bug(intentional) harness-tests/timeout.html [ Timeout ] 4 Bug(intentional) harness-tests/timeout.html [ Timeout ]
5 5
6 # ====== Oilpan-only failures from here ====== 6 # ====== Oilpan-only failures from here ======
7 # Most of these actually cause the tests to report success, rather than 7 # Most of these actually cause the tests to report success, rather than
8 # failure. Expected outputs will be adjusted for the better once Oilpan 8 # failure. Expected outputs will be adjusted for the better once Oilpan
9 # has been well and truly enabled always. 9 # has been well and truly enabled always.
10 10
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 2195
2196 crbug.com/686478 fast/text/ellipsis-with-list-marker-in-ltr-flow.html [ Pass Fai lure ] 2196 crbug.com/686478 fast/text/ellipsis-with-list-marker-in-ltr-flow.html [ Pass Fai lure ]
2197 crbug.com/686478 fast/text/ellipsis-with-list-marker-in-rtl-flow.html [ Pass Fai lure ] 2197 crbug.com/686478 fast/text/ellipsis-with-list-marker-in-rtl-flow.html [ Pass Fai lure ]
2198 2198
2199 # Possible duplicate of crbug.com/498539 2199 # Possible duplicate of crbug.com/498539
2200 # crbug.com/664843 inspector/elements/styles-4/styles-update-from-js.html [ Pass Failure ] 2200 # crbug.com/664843 inspector/elements/styles-4/styles-update-from-js.html [ Pass Failure ]
2201 2201
2202 crbug.com/664844 media/track/track-cue-rendering-tree-is-removed-properly.html [ Pass Failure ] 2202 crbug.com/664844 media/track/track-cue-rendering-tree-is-removed-properly.html [ Pass Failure ]
2203 crbug.com/664844 media/track/track-default-attribute.html [ Pass Failure ] 2203 crbug.com/664844 media/track/track-default-attribute.html [ Pass Failure ]
2204 crbug.com/664844 media/track/track-kind-user-preference.html [ Pass Failure ] 2204 crbug.com/664844 media/track/track-kind-user-preference.html [ Pass Failure ]
2205 crbug.com/490206 paint/spellmarkers/document-markers-zoom-125.html [ NeedsRebase line ]
2206 crbug.com/490206 paint/spellmarkers/document-markers-zoom-150.html [ NeedsRebase line ]
2207 crbug.com/490206 paint/spellmarkers/document-markers-zoom-175.html [ NeedsRebase line ]
2208 crbug.com/490206 paint/spellmarkers/document-markers-zoom-200.html [ NeedsRebase line ]
2209 crbug.com/490206 paint/spellmarkers/document-markers-zoom-250.html [ NeedsRebase line ]
2210 crbug.com/490206 paint/spellmarkers/document-markers.html [ NeedsRebaseline ]
2205 2211
2206 crbug.com/688670 media/track/track-cue-rendering-after-controls-removed.html [ P ass Failure ] 2212 crbug.com/688670 media/track/track-cue-rendering-after-controls-removed.html [ P ass Failure ]
2207 2213
2208 # Possible duplicate of crbug.com/665577 2214 # Possible duplicate of crbug.com/665577
2209 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/overflow-scroll-animate s.html [ Pass Failure ] 2215 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/overflow-scroll-animate s.html [ Pass Failure ]
2210 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/horizonta l-smooth-scroll-in-rtl.html [ Pass Failure ] 2216 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/horizonta l-smooth-scroll-in-rtl.html [ Pass Failure ]
2211 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thre ad-scrolling-reason-added.html [ Pass Failure ] 2217 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/main-thre ad-scrolling-reason-added.html [ Pass Failure ]
2212 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/ongoing-s mooth-scroll-anchors.html [ Pass Failure ] 2218 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/ongoing-s mooth-scroll-anchors.html [ Pass Failure ]
2213 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/ongoing-s mooth-scroll-vertical-rl-anchors.html [ Pass Failure ] 2219 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/ongoing-s mooth-scroll-vertical-rl-anchors.html [ Pass Failure ]
2214 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/scroll-du ring-selection.html [ Pass Failure ] 2220 # crbug.com/664858 virtual/threaded/fast/scroll-behavior/smooth-scroll/scroll-du ring-selection.html [ Pass Failure ]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
2297 2303
2298 # Sheriff failures Feb 03 2017 2304 # Sheriff failures Feb 03 2017
2299 crbug.com/688515 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ P ass Failure ] 2305 crbug.com/688515 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html [ P ass Failure ]
2300 2306
2301 # Flaky on trybots 2307 # Flaky on trybots
2302 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-redir ect.https.html [ Failure Pass ] 2308 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-redir ect.https.html [ Failure Pass ]
2303 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-resou rces.https.html [ Failure Pass ] 2309 crbug.com/688486 external/wpt/service-workers/service-worker/fetch-request-resou rces.https.html [ Failure Pass ]
2304 2310
2305 # Sheriff failures Feb 06 2017 2311 # Sheriff failures Feb 06 2017
2306 crbug.com/688515 [ Linux ] http/tests/media/video-play-stall.html [ Pass Failure ] 2312 crbug.com/688515 [ Linux ] http/tests/media/video-play-stall.html [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/addRange.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698