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

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

Issue 1824193002: Remove extra per-character walk in SVGTextLayoutEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Greatest Expectations Created 4 years, 9 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/Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composi ted-opacity-as-text.html [ Failure ] 85 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composi ted-opacity-as-text.html [ Failure ]
86 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composi ted-transform-as-text.html [ Failure ] 86 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/should-not-repaint-composi ted-transform-as-text.html [ Failure ]
87 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/absolute-layer-specified-l eft-or-right-auto-width-moved-vertically-as-text.html [ Failure ] 87 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/absolute-layer-specified-l eft-or-right-auto-width-moved-vertically-as-text.html [ Failure ]
88 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/invalidate-after-composite d-scroll-as-text.html [ Failure ] 88 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/invalidate-after-composite d-scroll-as-text.html [ Failure ]
89 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clip-path-constant-repaint -as-text.html [ Failure ] 89 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/clip-path-constant-repaint -as-text.html [ Failure ]
90 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/relative-positioned-moveme nt-repaint-as-text.html [ Failure ] 90 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/relative-positioned-moveme nt-repaint-as-text.html [ Failure ]
91 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/repaint-tile-clipped-as-te xt.html [ Failure ] 91 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/repaint-tile-clipped-as-te xt.html [ Failure ]
92 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/updating-scrolling-content -as-text.html [ Failure ] 92 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/updating-scrolling-content -as-text.html [ Failure ]
93 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scrolling-without-painting -as-text.html [ Failure ] 93 crbug.com/524236 virtual/spv2/paint/invalidation/spv2/scrolling-without-painting -as-text.html [ Failure ]
94 94
95 crbug.com/597076 svg/text/bidi-reorder-value-lists.svg [ NeedsRebaseline ]
96 crbug.com/597076 svg/text/combining-character-queries.html [ NeedsRebaseline ]
97 crbug.com/597076 svg/text/ligature-queries.html [ NeedsRebaseline ]
98 crbug.com/597076 svg/text/non-bmp-positioning-lists.svg [ NeedsRebaseline ]
99 crbug.com/597076 svg/text/select-textLength-spacing-squeeze-1.svg [ NeedsRebasel ine ]
100 crbug.com/597076 svg/text/select-textLength-spacing-squeeze-2.svg [ NeedsRebasel ine ]
101 crbug.com/597076 svg/text/select-textLength-spacing-squeeze-3.svg [ NeedsRebasel ine ]
102 crbug.com/597076 svg/text/select-textLength-spacing-squeeze-4.svg [ NeedsRebasel ine ]
103 crbug.com/597076 svg/text/select-textLength-spacing-stretch-1.svg [ NeedsRebasel ine ]
104 crbug.com/597076 svg/text/select-textLength-spacing-stretch-2.svg [ NeedsRebasel ine ]
105 crbug.com/597076 svg/text/select-textLength-spacing-stretch-3.svg [ NeedsRebasel ine ]
106 crbug.com/597076 svg/text/select-textLength-spacing-stretch-4.svg [ NeedsRebasel ine ]
107 crbug.com/597076 svg/text/text-selection-path-01-b.svg [ NeedsRebaseline ]
108 crbug.com/597076 svg/text/text-selection-text-06-t.svg [ NeedsRebaseline ]
109 crbug.com/597076 svg/text/text-selection-text-07-t.svg [ NeedsRebaseline ]
110 crbug.com/597076 svg/W3C-SVG-1.1/metadata-example-01-b.svg [ NeedsRebaseline ]
111 crbug.com/597076 svg/W3C-SVG-1.1/text-path-01-b.svg [ NeedsRebaseline ]
112 crbug.com/597076 svg/W3C-SVG-1.1/text-text-01-b.svg [ NeedsRebaseline ]
113 crbug.com/597076 svg/W3C-SVG-1.1/text-text-07-t.svg [ NeedsRebaseline ]
114 crbug.com/597076 svg/W3C-SVG-1.1/text-text-06-t.svg [ NeedsRebaseline ]
115 crbug.com/597076 svg/batik/text/longTextOnPath.svg [ NeedsRebaseline ]
116 crbug.com/597076 svg/batik/text/smallFonts.svg [ NeedsRebaseline ]
117 crbug.com/597076 svg/batik/text/textLayout.svg [ NeedsRebaseline ]
118 crbug.com/597076 svg/batik/text/textLayout2.svg [ NeedsRebaseline ]
119 crbug.com/597076 svg/batik/text/textOnPath3.svg [ NeedsRebaseline ]
120 crbug.com/597076 svg/batik/text/textOnPathSpaces.svg [ NeedsRebaseline ]
121 crbug.com/597076 svg/carto.net/textbox.svg [ NeedsRebaseline ]
122 crbug.com/597076 svg/custom/glyph-transformation-with-hkern.svg [ NeedsRebaselin e ]
123 crbug.com/597076 svg/custom/text-match-highlight.html [ NeedsRebaseline ]
124 crbug.com/597076 svg/batik/text/verticalText.svg [ NeedsRebaseline ]
125 crbug.com/597076 svg/batik/text/verticalTextOnPath.svg [ NeedsRebaseline ]
126 crbug.com/597076 [ Win ] svg/W3C-SVG-1.1/struct-frag-02-t.svg [ NeedsRebaseline ]
127 crbug.com/597076 [ Win ] svg/custom/stroke-width-large.svg [ NeedsRebaseline ]
128 crbug.com/597076 [ Mac ] svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg [ NeedsRebaselin e ]
129
95 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-append.html [ Failure ] 130 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-append.html [ Failure ]
96 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-remove.html [ Failure ] 131 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-cell-remove.html [ Failure ]
97 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-cell-border- width.html [ Failure ] 132 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-cell-border- width.html [ Failure ]
98 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-col-border-w idth.html [ Failure ] 133 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-col-border-w idth.html [ Failure ]
99 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-colgroup-bor der-width.html [ Failure ] 134 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-colgroup-bor der-width.html [ Failure ]
100 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-row-border-w idth.html [ Failure ] 135 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-row-border-w idth.html [ Failure ]
101 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-table-border -width.html [ Failure ] 136 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-table-border -width.html [ Failure ]
102 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-tbody-border -width.html [ Failure ] 137 crbug.com/527242 virtual/spv2/paint/invalidation/spv2/cached-change-tbody-border -width.html [ Failure ]
103 138
104 crbug.com/537172 [ Win10 ] virtual/spv2/paint/invalidation/spv2/background-image -paint-invalidation.html [ Failure ] 139 crbug.com/537172 [ Win10 ] virtual/spv2/paint/invalidation/spv2/background-image -paint-invalidation.html [ Failure ]
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ] 1434 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ]
1400 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ] 1435 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ]
1401 1436
1402 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ] 1437 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
1403 1438
1404 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ] 1439 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ]
1405 1440
1406 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ] 1441 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ]
1407 1442
1408 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ] 1443 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698