< Parsoid < Parser Unification

In order to compare rendering fidelity between Parsoid and core parser, we are going to be doing pixel diff testing on a subset of pages from various wikis and monitor progress. Initially, we are starting small (~25K pages across ~20 wikis) and eventually we will expand the test set. In these initial stages, we are likely going to get a number of false positives as we iron out wrinkles in the testing infrastructure.

  • Test timeouts: If there differences between core parser rendering and Parsoid rendering on a page is large, the diffing algorithm (uprightdiff) might take too long or too much memory in which case the test run on that page will not complete since the tests are given a fixed time to complete (~5 mins). That is the reason you see < 100% test completion rate. As we fix sources of diffs, this test completion rate should naturally improve since there are fewer diffs and the diffing algorithm is likely to run to completion.
  • Unstyled Parsoid output: Parsoid's output is unstyled. The testing infrastructure loads the vector skin styles and applies it to the output. While this is now mostly working, there may still be areas where the right styles may not apply because of HTML structure differences between Parsoid and legacy HTML. For example, this is the case with HTML output for media. Legacy parser will soon be updated to emit Parsoid-compatible HTML structures for media and this will eliminate some of these CSS diffs we currently see in these visualdiff test runs.
  • Known Cite CSS diffs: Parsoid generates identical HTML for refs and references across all wikis and relies on CSS to generate varied styling across wikis. On the core parser side, the core Cite extension actually generates varied output for different wikis and is not CSS-based. Parsoid's approach is better suited for editing clients, but we haven't yet done the work of identifying the precise CSS needed to emulate the output on all wikis. This work is captured on Phabricator. Pixel-diff testing will let us isolate these differences and fix up the CSS.
  • Known missing JS modules in Parsoid output: The testing infrastructure attempts to expand all collapsed content on pages before comparing output. Parsoid's output is currently uncollapsed by default (because of missing JS modules in Parsoid's output) and while some JS scripts attempt to expand collapsed sections, this is error-prone currently and doesn't capture all collapsed content and so we get large false positive differences when the collapsed state is different in the two screenshots.
  • Other workarounds / issues:
    • span wrappers around various pieces of content (entities, display-space for frwiki, nowiki, template content text nodes for about-id continuity) cause minor pixel-level discrepancies in rendering which human readers won't notice but which introduce a lot of noise in visualdiffing. This seems to be something new that has been showing up since Sep 2021 after some library upgrades on the server.
    • <section> wrappers need to be removed from Parsoid output for some CSS query selectors to apply.
    • Cite errors are handled different in Parsoid & core
    • jsconfig vars added by extensions are added all at once in legacy parser and one tag at a time in Parsoid and this leads to the last tag-instance overwriting everything else in Parsoid.
    • enwiki:World Flags has a number of {{compact TOC|..}} uses which generates a HTML structure identical to auto-generated table of contents and so in visual diff testing, when we suppress TOCs, all of these get suppressed causing visual diffs.
    • On enwiki:Podgorica, there is an extra space before [citation needed] in Parsoid HTML but not in legacy HTML. Parsoid's output matches what is seen in source (to many noteworthy events. {{Citation needed|date=March 2017}} -- see the space after the period there). So, not sure why this is being stripped in legacy parser output.
    • Support for Special:Prefixindex is missing in Parsoid
    • sol state in extensions. Parsoid treats content in extensions as having SOL state. But, legacy parser doesn't. It transfers document sol state to extensions affects how <ref>* x</ref> and <ref>\n*x</ref> is parsed. Former is not a list in legacy, but latter is. Both are lists in Parsoid.

As we resolve these and other issues in the coming months, we will remove them from this list.

Aggregate results for the entire test set across all wikis

Date Test Id % completed % vertical-shift-only-or-no-diffs % pixel-perfect

rendering

Notes
Jan 6, 2022 1.38.0-wmf.16 99.85 88.78 42.15 arwiki results have taken a dip - needs investigation
Dec 16, 2021 1.38.0-wmf.13 99.86 89.22 41.91 Regression from previous train fixed
Dec 10, 2021 1.38.0-wmf.12 99.82 86.56 36.81 Regression from CSS related work in core. Fixed in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/745916 which has rolled out in wmf.13 and will improve results in the next test run.
Nov 18, 2021 1.38.0-wmf.9 99.85 89.17 41.76
Nov 4, 2021 1.38.0-wmf.7 99.86 89.15 41.34
Oct 28, 2021 1.38.0-wmf.6 99.85 88.96 40.96
Oct 21, 2021 1.38.0-wmf.5 99.85 88.97 40.97
Oct 14, 2021 1.38.0-wmf.4 99.86 88.95 40.82
Oct 8, 2021 1.38.0-wmf.3 99.84 88.69 40.26
Oct 1, 2021 1.38.0-wmf.2 99.84 88.91 39.22 This test run also includes a few Cite CSS tweaks for dewiki & kowiki. The tests ran on a new server with better performance. That is the reason for the reduction in crashing pages.
Sep 28, 2021 diffscoring-tweak 99.58 88.64 39.11 Tweak the scoring algorithm to treat any diffs that are 99.99% or more identical as pixel perfect since they tend to imperceptible to the humans. This just builds on the previous span stripping tweaks to hide noise introduce since Sep 10th.

Also includes a fix to eliminate a regression on arwiki due to div.catlinks moving outside div.mw-body-content (got rid of a hack-fix introduced about 6 weeks back to have an arwiki JS modeule apply to Parsoid HTML).

Sep 26, 2021 more-span-stripping 99.62 88.69 28.55 Strip additional spans around nowikis, displayspace (impacts frwiki significant), and placeholder content
Sep 18, 2021 1.38.0-wmf.1 99.58 88.37 24.79 This included a Parsoid fix to mark more effectively-empty paragraphs with mw-empty-elt class that lets them be hidden in rendering. This also reduces visualdiffs with core parser output. The visualdiff improvements will likely reflect in later weeks as the caches slowly purge.
Sep 11, 2021 strip-entity-spans 99.55 88.33 24.65 Strip spans around entities and template content to mitigate the rendering impact and noise.
Sep 10,2021 1.37.0-wmf.23 99.46 85.34 12.93 Something (uninvestigated) broke on the test server which caused us to reinstall several libraries needed by Chrome. This in turn seems to have made the rendering sensitive to span wrappers that Parsoid adds in several places. The impacts aren't visible to the human eye but add a lot of minor noise in testing and cause a number of tests results with 0 score to now report a score of 1, but which causes them all to drop out of the pixel-perfect-rendering category. The drop from ~36% to ~13% here is pretty significant.
Sep 3, 2021 puppeteer-bump 99.53 88.43 35.46 Bump puppeteer version from 5.x to 9.x. This upgrades the version of Chrome from 88.x to 91.x
Sep 3, 2021 1.37.0-wmf.21 99.6 88.68 34.97 Several Cite CSS fixes + some minor bug fixes in Parsoid.
Aug 26, 2021 1.37.0-wmf.20 99.53 89.02 28.15 T288715 is probably the most significant fix to Parsoid HTML which lead the noticeable test result improvements.
Aug 18, 2021 more_rl_and_css_fixes 99.60 88.74 27.02 Additional fixes:
  • Remove <section> wrappers from Parsoid ouput - enables JS & CSS to apply better (because of query selectors that have specific assumptions about HTML structure)
  • Add additional resourceloader state/config to Parsoid output based on available info in <head>
  • Add a #catlinks dummy div to end of Parsoid output to let arwiki's site JS module to apply
  • Fix a minor CSS issue with hewiki ref output
  • Add additional Cite CSS style for svwiki
Aug 14, 2021 rl_and_css_fixes 99.55 86.67 25.45 Several fixes to ensure (a) the right style modules are loaded and in the proper order (b) the right js modules are loaded and take effect on Parsoid page (c) turn off ext.gadget.* modules in legacy parser output since those aren't accessible to Parsoid's rendering yet.


Notably, this run gets rid of the hack introduced in the 'rl_modules_hack_2' test run by leveraging Parsoid's new output where applicable resource modules are exposed in Parsoid's output in the <head>.

Jan 8, 2021 1.36.0-wmf.25 99.61 82.92 17.73 The regressions are mostly testing noise. No significant code or infrastructure changes since last run.
Dec 31, 2020 parsoid_workarounds 99.60 83.01 17.83 Three workarounds for Parsoid gaps / bugs that are yet to be fixed:
  • Missing self-links in Parsoid output
  • Parsoid's gallery output doesn't p-wrap captions
  • Kartographer maps suppressed to eliminate noisy diffs from JS modules not applying correctly on Parsoid output. Kartographer extensions needs to retargeted for Parsoid so some of this is known.
Dec 26, 2020 vd_and_css_tweaks 99.61 80.63 16.55 Several CSS and visual diff infrastructure fixes. Improved results on arwiki, itwiki, svwiki, and frwiki.
Dec 18, 2020 rl_modules_hack_2 99.55 79.00 15.54 Replace the <head> element in Parsoid output with the <head> element from core parser output to mimic the effect of having Parsoid get the right resource modules. It needed a few additional tweaks. Overall, the difference between the 1.36.0-wmf.18 run and this test run represents the expected rendering improvements from fixing ResourceModule gaps in Parsoid.
Dec 17, 2020 1.36.0-wmf.22 99.55 75.96 14.75
Dec 16, 2020 vd_tweaks 99.55 76.08 14.73 Tweaks to the visual diff infrastructure to improve behavior of rl_modules hacks. This test run also purges results / pages from the database which have been deleted from the wikis.
Dec 10, 2020 1.36.0-wmf.21 99.55 75.86 14.59 zhwiki regressions fixed. But, enwiki saw a bunch of regressions
Dec 7, 2020 1.36.0-wmf.20 99.55 75.78 14.62 Notable regression on zhwiki because of this patch - this will be fixed in wmf.21.
Nov 29, 2020 rl_modules_hack 99.51 75.88 14.62 Two changes:
  1. Parsoid doesn't add JS modules to the HTML. In this test run, the visual diff infrastructure is hacked to add some basic defaults.
  2. Fix some post-processing that ensures ruwiki content has colllapsible content expanded in both Parsoid & core content.
Nov 24, 2020 1.36.0-wmf.18 99.39 71.76 14.71
Nov 10, 2020 1.36.0-wmf.16 99.39 71.62 14.51
Oct 22, 2020 1.36.0-wmf.14 99.43 71.82 14.81
Oct 15, 2020 1.36.0-wmf.13 99.44 71.75 14.97
Oct 13, 2020 cite_css_fixes 99.45 71.79 15.02 Visualdiff Cite CSS fixes ( Commit )
Sep 29, 2020 body post-processing fix 99.41 70.60 15.11 Visualdiff code fixes to ensure no content is dropped from core output ( Commit + followups )
Sep 26, 2020 1.36.0-wmf.10 + CSS fixes 99.41 70.07 15.08 Visualdiff code fixes to ensure stylesheets apply in the right order + some CSS fixes ( Commit ).
Sep 24, 2020 1.36.0-wmf.10 98.95 69.22 14.55 nlwiki continued to see a big improvement (now at ~92% vertical-shift-only diffs) because of an edit to an nl infobox (see below).
Sep 17, 2020 1.36.0-wmf.9 98.94 67.41 14.07 nlwiki saw a huge improvement (see per-wiki stats below).

Caused by an edit to a nlwiki infobox. This edit happened partway through this test run.

Sep 10, 2020 1.36.0-wmf.8 98.95 65.67 13.66 T178927 fixed
Aug 27, 2020 1.36.0-wmf.6 98.98 65.55 13.59
Aug 20, 2020 1.36.0-wmf.5 98.98 65.14 13.32
Aug 13, 2020 1.36.0-wmf.4 98.97 65.14 13.06
Aug 6 & 7, 2020 1.36.0-wmf.3 99.04 64.69 12.46 This had a Parsoid fix to ensure RTL styles are loaded for RTL wikis. After the run completed (on Aug 6), arwiki & hewiki results were reset, a visualdiff config fix was added (to purge cache before we loaded pages to ensure latest Parsoid output was used), and tests rerun on arwiki & hewiki pages (Aug 7).
Aug 5, 2020 1.36.0-wmf.2 + vector-useskinversion-1 99.05 64.51 12.45 This fixes the issue with the previous run by ensuring we always fetch legacy vector CSS.

So, this is effectively the 1.36.0-wmf2 run.

Aug 3, 2020 1.36.0-wmf.2 99.07 64.31 12.48 There have been a number of regressions on hewiki pages. It turns out this is because of Desktop Refresh! hewiki pages are being loaded with new CSS whereas Parsoid content is being styled with legacy vector CSS. Need to figure out how to match up skin CSS.
July 24, 2020 init_with_css_fixes 99.02 64.37 12.30 Based on the previous run, this includes a number of Cite CSS fixes and enables all Cite output. So, this is just like the init run but with additional CSS fixes.

Relative to 'init' run, the overall diff score improved by 16% across the test set.

This can effectively be considered the new baseline metric.

July 24, 2020 no_refs 99.17 67.26 18.40 Suppress all Cite extension output (but images and galleries are enabled again).

Relative to 'init' run, the overall diff score improved by 27% across the test set.

Looking at aggregate stats across wikis in the test set, looks like jawiki, eswiki, frwiki, plwiki, svwiki improved a lot. This just indicates that Cite CSS styles for these wikis are probably out of date and need a refresh.

July 23, 2020 no_img_or_gallery 98.91 63.36 12.19 Suppress all images and galleries.

This is to isolate differences arising out of different media output between Parsoid & core parser and associated CSS.

The overall diff score improved by by 12% across the test set.

Looking at aggregate stats across wikis in the test set, looks like enwikivoyage pages improved the most.

July 23, 2020 init 98.81 60.45 11.09 Initial baseline run

More detailed per-wiki & per-category stats across test runs

Stats for arwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.3053.834.1842823218
1.38.0-wmf.799.3053.834.4142823219
1.38.0-wmf.699.3045.942.7842819812
1.38.0-wmf.599.3045.942.7842819812
1.38.0-wmf.499.3045.942.7842819812
1.38.0-wmf.399.3045.482.7842819612
1.38.0-wmf.299.3043.392.7842818712
diffscoring-tweak99.3037.352.7842816112
more-span-stripping99.0741.532.094271799
1.38.0-wmf.199.0740.142.094271739
strip-entity-spans99.0742.002.094271819
1.37.0-wmf.2397.4541.760.934201804
puppeteer-bump99.0738.751.864271678
1.37.0-wmf.2198.3838.981.864241688
1.37.0-wmf.2098.8438.051.864261648
more_rl_and_css_fixes99.0738.281.864271658
rl_and_css_fixes99.0725.521.394271106
survey_and_other_css_tweaks95.3623.672.094111029
1.36.0-wmf.2794.4322.512.09407979
1.36.0-wmf.2696.0623.201.864141008
1.36.0-wmf.2596.2926.451.864151148
parsoid_workarounds96.5226.451.864161148
vd_and_css_tweaks96.5223.431.864161018
rl_modules_hack_296.2920.651.86415898
1.36.0-wmf.2296.2920.651.86415898
vd_tweaks96.2920.651.86415898
1.36.0-wmf.2196.2920.651.86415898
1.36.0-wmf.2096.2920.651.86415898
rl_modules_hack96.2921.111.86415918
1.36.0-wmf.1896.2920.421.86415888
1.36.0-wmf.1696.2920.421.86415888
1.36.0-wmf.1496.5221.111.86416918
1.36.0-wmf.1396.5220.881.86416908
cite_css_fixes96.7520.881.86417908
body_postprocessing_fix96.5221.582.09416939
1.36.0-wmf.10_and_CSS_fixes96.061.861.6241487
1.36.0-wmf.1071.460.700.0030830
1.36.0-wmf.971.930.700.0031030
1.36.0-wmf.872.160.700.0031130
1.36.0-wmf.672.620.700.0031330
1.36.0-wmf.572.160.700.0031130
1.36.0-wmf.472.160.700.0031130
1.36.0-wmf.374.250.700.0032030
vector-useskinversion-175.640.700.0032630
1.36.0-wmf.275.870.700.0032730
init_with_css_fixes75.870.700.0032730
no_refs74.250.700.0032030
no_img_or_gallery73.780.700.0031830
init75.870.700.0032730

Stats for dewiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.9493.6760.1916421539989
1.38.0-wmf.799.9493.6159.7716421538982
1.38.0-wmf.699.9493.3758.3716421534959
1.38.0-wmf.599.9493.3758.3116421534958
1.38.0-wmf.499.9493.3758.2516421534957
1.38.0-wmf.399.9493.5558.0016421537953
1.38.0-wmf.299.9493.4957.7616421536949
diffscoring-tweak99.8893.1857.5216411531945
more-span-stripping99.8893.0642.0616411529691
1.38.0-wmf.199.7693.0039.3816391528647
strip-entity-spans99.7693.1839.3816391531647
1.37.0-wmf.2399.8884.5411.8716411389195
puppeteer-bump99.7693.0624.1616391529397
1.37.0-wmf.2199.7093.3724.2816381534399
1.37.0-wmf.2099.8895.0124.9516411561410
more_rl_and_css_fixes99.7695.0124.9516391561410
rl_and_css_fixes99.5194.3425.2016351550414
survey_and_other_css_tweaks99.5786.0023.3716361413384
1.36.0-wmf.2799.6385.9423.1316371412380
1.36.0-wmf.2699.5785.5823.3116361406383
1.36.0-wmf.2599.6385.5823.3716371406384
parsoid_workarounds99.7085.7023.3716381408384
vd_and_css_tweaks99.7081.8621.3616381345351
rl_modules_hack_299.6381.5621.3616371340351
1.36.0-wmf.2299.6380.0419.2916371315317
vd_tweaks99.6379.9819.2316371314316
1.36.0-wmf.2199.6379.9819.2916371314317
1.36.0-wmf.2099.7080.2219.2916381318317
rl_modules_hack99.6380.4019.3516371321318
1.36.0-wmf.1899.3378.0919.3516321283318
1.36.0-wmf.1699.3978.0919.4216331283319
1.36.0-wmf.1499.3378.1519.3516321284318
1.36.0-wmf.1399.3377.9119.3516321280318
cite_css_fixes99.3377.9719.3516321281318
body_postprocessing_fix99.3377.7819.2916321278317
1.36.0-wmf.10_and_CSS_fixes99.3377.4819.2916321273317
1.36.0-wmf.1099.3377.1819.2316321268316
1.36.0-wmf.999.3377.3619.1716321271315
1.36.0-wmf.899.3377.2419.0516321269313
1.36.0-wmf.699.3377.1218.9316321267311
1.36.0-wmf.599.3376.6318.8116321259309
1.36.0-wmf.499.3376.0818.4416321250303
1.36.0-wmf.399.3975.5918.0816331242297
vector-useskinversion-199.3974.9217.8316331231293
1.36.0-wmf.299.3975.5318.0216331241296
init_with_css_fixes99.2774.3217.5916311221289
no_refs99.3374.6242.8516321226704
no_img_or_gallery99.5780.3418.1416361320298
init99.3974.2517.5916331220289

Stats for enwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.8291.9831.19709465372217
1.38.0-wmf.799.8392.0431.31709565412225
1.38.0-wmf.699.8292.0430.98709465412202
1.38.0-wmf.599.8291.9831.10709465372210
1.38.0-wmf.499.8091.9230.80709365332189
1.38.0-wmf.399.8091.6029.52709365102098
1.38.0-wmf.299.8091.8829.62709365302105
diffscoring-tweak99.3991.5429.25706465062079
more-span-stripping99.4291.4220.06706664971426
1.38.0-wmf.199.4191.3019.25706564891368
strip-entity-spans99.3291.1619.05705964791354
1.37.0-wmf.2399.3188.9712.3470586323877
puppeteer-bump99.2591.6141.30705465112935
1.37.0-wmf.2199.5492.0640.57707465432883
1.37.0-wmf.2099.3093.0638.46705766142733
more_rl_and_css_fixes99.5592.0637.16707565432641
rl_and_css_fixes99.4192.8534.98706565992486
survey_and_other_css_tweaks99.6890.0518.59708464001321
1.36.0-wmf.2799.6990.0218.60708563981322
1.36.0-wmf.2699.6990.3918.64708564241325
1.36.0-wmf.2599.7090.4318.46708664271312
parsoid_workarounds99.6890.7118.78708464471335
vd_and_css_tweaks99.7088.7718.53708663091317
rl_modules_hack_299.7088.7918.46708663101312
1.36.0-wmf.2299.7086.0118.35708661131304
vd_tweaks99.7086.0818.32708661181302
1.36.0-wmf.2199.7085.7518.28708660941299
1.36.0-wmf.2099.7086.4418.49708661431314
rl_modules_hack99.6886.1818.49708461251314
1.36.0-wmf.1899.4880.8419.18707057451363
1.36.0-wmf.1699.4780.8918.78706957491335
1.36.0-wmf.1499.4981.1519.50707157671386
1.36.0-wmf.1399.5181.0719.98707257621420
cite_css_fixes99.4981.2320.08707157731427
body_postprocessing_fix99.4181.3120.44706557791453
1.36.0-wmf.10_and_CSS_fixes99.4781.1720.51706957691458
1.36.0-wmf.1099.4581.0920.47706857631455
1.36.0-wmf.999.4281.2720.46706657761454
1.36.0-wmf.899.4481.1920.42706757701451
1.36.0-wmf.699.4881.1020.35707057641446
1.36.0-wmf.599.4880.6120.29707057291442
1.36.0-wmf.499.5281.2220.32707357721444
1.36.0-wmf.399.5481.1020.15707457641432
vector-useskinversion-199.5481.1020.22707457641437
1.36.0-wmf.299.5281.0220.28707357581441
init_with_css_fixes99.5281.0720.32707357621444
no_refs99.6880.7026.68708457351896
no_img_or_gallery99.5682.3023.08707658491640
init99.5480.7920.37707457421448

Stats for enwikisource

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0088.8951.851089656
1.38.0-wmf.7100.0087.9651.851089556
1.38.0-wmf.6100.0088.8951.851089656
1.38.0-wmf.5100.0088.8951.851089656
1.38.0-wmf.4100.0088.8951.851089656
1.38.0-wmf.3100.0087.9651.851089556
1.38.0-wmf.2100.0088.8951.851089656
diffscoring-tweak100.0088.8951.851089656
more-span-stripping100.0087.9651.851089556
1.38.0-wmf.1100.0087.9651.851089556
strip-entity-spans100.0088.8951.851089656
1.37.0-wmf.23100.0088.8943.521089647
puppeteer-bump100.0087.0434.261089437
1.37.0-wmf.21100.0086.1128.701089331
1.37.0-wmf.20100.0087.0425.001089427
more_rl_and_css_fixes99.0787.9622.221079524
rl_and_css_fixes100.0088.8923.151089625
survey_and_other_css_tweaks100.0025.930.00108280
1.36.0-wmf.27100.0028.700.00108310
1.36.0-wmf.26100.0022.220.00108240
1.36.0-wmf.25100.0022.220.00108240
parsoid_workarounds100.0021.300.00108230
vd_and_css_tweaks100.0021.300.00108230
rl_modules_hack_2100.0021.300.00108230
1.36.0-wmf.2298.1514.810.00106160
vd_tweaks97.2214.810.00105160
1.36.0-wmf.2198.1528.702.78106313
1.36.0-wmf.2098.1528.702.78106313
rl_modules_hack98.1528.702.78106313
1.36.0-wmf.1898.1526.851.85106292
1.36.0-wmf.1698.1526.851.85106292
1.36.0-wmf.1499.0726.851.85107292
1.36.0-wmf.1398.1526.851.85106292
cite_css_fixes98.1526.851.85106292
body_postprocessing_fix98.1526.851.85106292
1.36.0-wmf.10_and_CSS_fixes98.159.260.93106101
1.36.0-wmf.1098.159.260.93106101
1.36.0-wmf.998.159.260.93106101
1.36.0-wmf.898.159.260.93106101
1.36.0-wmf.698.159.260.93106101
1.36.0-wmf.598.159.260.93106101
1.36.0-wmf.498.159.260.93106101
1.36.0-wmf.398.159.260.93106101
vector-useskinversion-198.1522.220.93106241
1.36.0-wmf.298.1522.220.93106241
init_with_css_fixes98.1522.220.93106241
no_refs98.1522.220.93106241
no_img_or_gallery98.1523.150.93106251
init98.1522.220.93106241

Stats for enwikivoyage

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0047.7518.021115320
1.38.0-wmf.7100.0047.7518.021115320
1.38.0-wmf.6100.0046.8514.411115216
1.38.0-wmf.5100.0047.7514.411115316
1.38.0-wmf.4100.0047.7513.511115315
1.38.0-wmf.3100.0047.7513.511115315
1.38.0-wmf.2100.0048.6513.511115415
diffscoring-tweak100.0048.6513.511115415
more-span-stripping100.0048.6511.711115413
1.38.0-wmf.1100.0048.6511.711115413
strip-entity-spans100.0047.7511.711115313
1.37.0-wmf.23100.0040.542.70111453
puppeteer-bump97.3049.5512.611085514
1.37.0-wmf.21100.0049.5512.611115514
1.37.0-wmf.20100.0049.5511.711115513
more_rl_and_css_fixes100.0049.5511.711115513
rl_and_css_fixes100.0048.6511.711115413
survey_and_other_css_tweaks100.0046.8513.511115215
1.36.0-wmf.27100.0045.9513.511115115
1.36.0-wmf.26100.0045.9513.511115115
1.36.0-wmf.25100.0045.9513.511115115
parsoid_workarounds100.0045.9513.511115115
vd_and_css_tweaks100.0024.3211.711112713
rl_modules_hack_299.1024.3211.711102713
1.36.0-wmf.2299.1024.326.31110277
vd_tweaks99.1024.326.31110277
1.36.0-wmf.2199.1024.326.31110277
1.36.0-wmf.2099.1024.326.31110277
rl_modules_hack99.1024.326.31110277
1.36.0-wmf.18100.0024.326.31111277
1.36.0-wmf.16100.0023.426.31111267
1.36.0-wmf.14100.0023.426.31111267
1.36.0-wmf.13100.0023.426.31111267
cite_css_fixes100.0023.426.31111267
body_postprocessing_fix100.0022.526.31111257
1.36.0-wmf.10_and_CSS_fixes100.0021.626.31111247
1.36.0-wmf.1099.1021.626.31110247
1.36.0-wmf.9100.0020.726.31111237
1.36.0-wmf.8100.0018.924.50111215
1.36.0-wmf.6100.0023.426.31111267
1.36.0-wmf.5100.0023.426.31111267
1.36.0-wmf.4100.0023.426.31111267
1.36.0-wmf.3100.0023.426.31111267
vector-useskinversion-1100.0023.426.31111267
1.36.0-wmf.2100.0023.426.31111267
init_with_css_fixes100.0023.426.31111267
no_refs100.0023.426.31111267
no_img_or_gallery100.0041.448.11111469
init100.0023.426.31111267

Stats for enwiktionary

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0087.2772.731109680
1.38.0-wmf.7100.0087.2773.641109681
1.38.0-wmf.6100.0087.2773.641109681
1.38.0-wmf.5100.0087.2773.641109681
1.38.0-wmf.4100.0087.2773.641109681
1.38.0-wmf.3100.0087.2773.641109681
1.38.0-wmf.2100.0088.1874.551109782
diffscoring-tweak100.0088.1874.551109782
more-span-stripping100.0088.1873.641109781
1.38.0-wmf.1100.0088.1873.641109781
strip-entity-spans100.0088.1873.641109781
1.37.0-wmf.23100.0088.1850.911109756
puppeteer-bump100.0089.0960.911109867
1.37.0-wmf.21100.0089.0960.911109867
1.37.0-wmf.20100.0088.1857.271109763
more_rl_and_css_fixes100.0088.1857.271109763
rl_and_css_fixes100.0088.1857.271109763
survey_and_other_css_tweaks100.0088.1858.181109764
1.36.0-wmf.27100.0088.1858.181109764
1.36.0-wmf.26100.0088.1858.181109764
1.36.0-wmf.25100.0088.1858.181109764
parsoid_workarounds100.0088.1858.181109764
vd_and_css_tweaks100.0088.1857.271109763
rl_modules_hack_2100.0088.1858.181109764
1.36.0-wmf.22100.0086.3658.181109564
vd_tweaks100.0086.3658.181109564
1.36.0-wmf.21100.0086.3658.181109564
1.36.0-wmf.20100.0086.3658.181109564
rl_modules_hack100.0086.3658.181109564
1.36.0-wmf.18100.0087.2758.181109664
1.36.0-wmf.16100.0087.2758.181109664
1.36.0-wmf.14100.0087.2758.181109664
1.36.0-wmf.13100.0087.2760.911109667
cite_css_fixes100.0087.2760.911109667
body_postprocessing_fix100.0087.2760.001109666
1.36.0-wmf.10_and_CSS_fixes100.0087.2760.001109666
1.36.0-wmf.10100.0087.2758.181109664
1.36.0-wmf.9100.0086.3649.091109554
1.36.0-wmf.8100.0082.7346.361109151
1.36.0-wmf.6100.0088.1850.001109755
1.36.0-wmf.5100.0087.2743.641109648
1.36.0-wmf.4100.0088.1836.361109740
1.36.0-wmf.3100.0087.2720.911109623
vector-useskinversion-1100.0087.2720.911109623
1.36.0-wmf.2100.0087.2720.911109623
init_with_css_fixes100.0086.3620.911109523
no_refs100.0086.3620.911109523
no_img_or_gallery100.0087.2720.911109623
init100.0086.3620.911109523

Stats for eswiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0091.9250.11217920031092
1.38.0-wmf.799.9592.0650.30217820061096
1.38.0-wmf.699.9592.0149.93217820051088
1.38.0-wmf.599.9591.7449.75217819991084
1.38.0-wmf.499.9592.0649.98217820061089
1.38.0-wmf.399.9590.4548.55217819711058
1.38.0-wmf.299.9592.3839.7421782013866
diffscoring-tweak99.7291.9735.1521732004766
more-span-stripping99.9192.2025.3321772009552
1.38.0-wmf.199.8692.2022.9021762009499
strip-entity-spans99.8691.9722.8521762004498
1.37.0-wmf.2399.6391.6513.5821711997296
puppeteer-bump99.9190.7822.4421771978489
1.37.0-wmf.2199.8291.1422.2121751986484
1.37.0-wmf.2099.8691.054.182176198491
more_rl_and_css_fixes99.7290.502.752173197260
rl_and_css_fixes99.7290.642.752173197560
survey_and_other_css_tweaks99.7279.122.852173172462
1.36.0-wmf.2799.6878.892.852172171962
1.36.0-wmf.2699.6879.072.802172172361
1.36.0-wmf.2599.6378.572.802171171261
parsoid_workarounds99.6878.892.802172171961
vd_and_css_tweaks99.7778.382.802174170861
rl_modules_hack_299.7777.932.802174169861
1.36.0-wmf.2299.7277.422.112173168746
vd_tweaks99.7278.162.162173170347
1.36.0-wmf.2199.8677.792.252176169549
1.36.0-wmf.2099.7777.512.252174168949
rl_modules_hack99.7277.012.342173167851
1.36.0-wmf.1899.7274.162.252173161649
1.36.0-wmf.1699.7273.662.202173160548
1.36.0-wmf.1499.7273.612.342173160451
1.36.0-wmf.1399.7773.702.432174160653
cite_css_fixes99.8273.662.482175160554
body_postprocessing_fix99.6360.262.112171131346
1.36.0-wmf.10_and_CSS_fixes99.6360.212.072171131245
1.36.0-wmf.1099.6358.192.072171126845
1.36.0-wmf.999.4558.012.022167126444
1.36.0-wmf.899.6358.051.972171126543
1.36.0-wmf.699.5458.051.702169126537
1.36.0-wmf.599.5057.821.472168126032
1.36.0-wmf.499.4557.691.332167125729
1.36.0-wmf.399.4557.601.012167125522
vector-useskinversion-199.4557.551.012167125422
1.36.0-wmf.299.5457.691.012169125722
init_with_css_fixes99.3657.641.012165125622
no_refs99.8669.851.242176152227
no_img_or_gallery98.7663.740.922152138920
init98.3554.801.012143119422

Stats for frwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.8288.0647.37216619111028
1.38.0-wmf.799.8688.1147.56216719121032
1.38.0-wmf.699.8288.0647.19216619111024
1.38.0-wmf.599.8288.0647.74216619111036
1.38.0-wmf.499.8688.1147.79216719121037
1.38.0-wmf.399.8288.0248.02216619101042
1.38.0-wmf.299.8288.0647.00216619111020
diffscoring-tweak99.5488.0650.88216019111104
more-span-stripping99.5988.1135.5321611912771
1.38.0-wmf.199.4985.677.9321591859172
strip-entity-spans99.4585.677.0021581859152
1.37.0-wmf.2399.5485.023.692160184580
puppeteer-bump99.5986.7335.3921611882768
1.37.0-wmf.2199.4986.9637.6521591887817
1.37.0-wmf.2099.3586.5924.0621561879522
more_rl_and_css_fixes99.6387.0021.5221621888467
rl_and_css_fixes99.5975.2514.5221611633315
survey_and_other_css_tweaks99.5465.6711.0121601425239
1.36.0-wmf.2799.5965.6711.0621611425240
1.36.0-wmf.2699.6365.8111.0621621428240
1.36.0-wmf.2599.6366.2711.2021621438243
parsoid_workarounds99.5966.3611.1121611440241
vd_and_css_tweaks99.5963.5510.7821611379234
rl_modules_hack_299.3547.702.492156103554
1.36.0-wmf.2299.3547.602.532156103355
vd_tweaks99.3147.652.492155103454
1.36.0-wmf.2199.4047.602.532157103355
1.36.0-wmf.2099.3547.512.532156103155
rl_modules_hack99.3547.742.532156103655
1.36.0-wmf.1899.2246.082.442153100053
1.36.0-wmf.1699.2245.992.49215399854
1.36.0-wmf.1499.2246.042.49215399954
1.36.0-wmf.1399.2245.902.49215399654
cite_css_fixes99.2245.992.49215399854
body_postprocessing_fix99.2246.182.442153100253
1.36.0-wmf.10_and_CSS_fixes99.2246.042.40215399952
1.36.0-wmf.1099.1744.701.38215297030
1.36.0-wmf.999.1244.521.34215196629
1.36.0-wmf.899.1744.651.38215296930
1.36.0-wmf.699.1244.881.43215197431
1.36.0-wmf.599.1244.841.43215197331
1.36.0-wmf.499.1245.071.38215197830
1.36.0-wmf.399.2245.161.38215398030
vector-useskinversion-199.1745.071.38215297830
1.36.0-wmf.299.1745.121.34215297929
init_with_css_fixes99.1744.931.38215297530
no_refs99.3151.942.812155112761
no_img_or_gallery98.4346.911.382136101830
init98.1641.941.34213091029

Stats for hewiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0077.3245.80441341202
1.38.0-wmf.7100.0078.0046.94441344207
1.38.0-wmf.6100.0078.4646.94441346207
1.38.0-wmf.5100.0078.2346.71441345206
1.38.0-wmf.4100.0078.6846.94441347207
1.38.0-wmf.3100.0078.0043.54441344192
1.38.0-wmf.2100.0078.4645.80441346202
diffscoring-tweak99.7778.4646.26440346204
more-span-stripping99.7778.4640.36440346178
1.38.0-wmf.199.7778.2339.46440345174
strip-entity-spans100.0078.6839.91441347176
1.37.0-wmf.2399.7778.9122.90440348101
puppeteer-bump99.7778.4639.91440346176
1.37.0-wmf.21100.0077.7840.59441343179
1.37.0-wmf.2099.7782.7729.93440365132
more_rl_and_css_fixes99.7782.9922.90440366101
rl_and_css_fixes99.7762.3610.6644027547
survey_and_other_css_tweaks99.7764.639.0744028540
1.36.0-wmf.2799.7763.959.7544028243
1.36.0-wmf.2699.5563.729.7543928143
1.36.0-wmf.2599.5563.959.7543928243
parsoid_workarounds99.7763.959.7544028243
vd_and_css_tweaks99.7761.689.0744027240
rl_modules_hack_299.7761.687.9444027235
1.36.0-wmf.2299.7743.993.6344019416
vd_tweaks99.7743.993.6344019416
1.36.0-wmf.2199.5543.993.6343919416
1.36.0-wmf.2099.5544.443.6343919616
rl_modules_hack99.7744.443.8544019617
1.36.0-wmf.1899.5544.443.8543919617
1.36.0-wmf.1699.5544.673.8543919717
1.36.0-wmf.1499.7745.804.0844020218
1.36.0-wmf.1399.7745.803.8544020217
cite_css_fixes99.7745.803.8544020217
body_postprocessing_fix99.7746.714.3144020619
1.36.0-wmf.10_and_CSS_fixes99.7746.494.3144020519
1.36.0-wmf.1099.5527.210.684391203
1.36.0-wmf.999.5527.440.684391213
1.36.0-wmf.899.5527.660.684391223
1.36.0-wmf.699.5527.210.684391203
1.36.0-wmf.599.3225.620.684381133
1.36.0-wmf.499.0925.400.684371123
1.36.0-wmf.399.3222.000.45438972
vector-useskinversion-198.6415.420.45435682
1.36.0-wmf.2100.000.000.0044100
init_with_css_fixes98.4115.190.68434673
no_refs98.6423.361.134351035
no_img_or_gallery99.5518.590.91439824
init98.6415.190.68435673

Stats for hiwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0082.7845.9320917396
1.38.0-wmf.7100.0082.3045.4520917295
1.38.0-wmf.6100.0082.3044.9820917294
1.38.0-wmf.5100.0082.3044.5020917293
1.38.0-wmf.4100.0081.8244.5020917193
1.38.0-wmf.3100.0082.3045.4520917295
1.38.0-wmf.2100.0081.3444.5020917093
diffscoring-tweak100.0081.3444.9820917094
more-span-stripping100.0081.3437.8020917079
1.38.0-wmf.1100.0081.8233.9720917171
strip-entity-spans100.0080.8633.0120916969
1.37.0-wmf.23100.0080.3826.7920916856
puppeteer-bump100.0082.3042.1120917288
1.37.0-wmf.21100.0082.7841.1520917386
1.37.0-wmf.2099.5283.7344.0220817592
more_rl_and_css_fixes100.0083.2544.5020917493
rl_and_css_fixes100.0082.7844.5020917393
survey_and_other_css_tweaks100.0083.2537.8020917479
1.36.0-wmf.27100.0083.7337.8020917579
1.36.0-wmf.26100.0082.7837.8020917379
1.36.0-wmf.25100.0083.2538.2820917480
parsoid_workarounds100.0083.2538.2820917480
vd_and_css_tweaks100.0082.3032.5420917268
rl_modules_hack_2100.0081.8231.1020917165
1.36.0-wmf.22100.0081.3430.1420917063
vd_tweaks100.0081.3430.1420917063
1.36.0-wmf.21100.0081.3430.1420917063
1.36.0-wmf.20100.0081.8230.1420917163
rl_modules_hack100.0081.3430.1420917063
1.36.0-wmf.18100.0080.3832.0620916867
1.36.0-wmf.16100.0079.9032.5420916768
1.36.0-wmf.14100.0080.8632.5420916968
1.36.0-wmf.13100.0081.3432.5420917068
cite_css_fixes100.0080.8632.5420916968
body_postprocessing_fix100.0080.3832.5420916868
1.36.0-wmf.10_and_CSS_fixes100.0080.8632.0620916967
1.36.0-wmf.10100.0081.3416.2720917034
1.36.0-wmf.9100.0080.8616.2720916934
1.36.0-wmf.8100.0080.3815.7920916833
1.36.0-wmf.6100.0079.4315.3120916632
1.36.0-wmf.5100.0079.4314.3520916630
1.36.0-wmf.4100.0080.3813.8820916829
1.36.0-wmf.3100.0077.515.7420916212
vector-useskinversion-1100.0077.035.7420916112
1.36.0-wmf.2100.0076.085.7420915912
init_with_css_fixes100.0076.085.7420915912
no_refs100.0078.9526.7920916556
no_img_or_gallery100.0082.306.7020917214
init100.0077.035.7420916112

Stats for iswiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0087.2754.551109660
1.38.0-wmf.7100.0087.2753.641109659
1.38.0-wmf.6100.0087.2753.641109659
1.38.0-wmf.5100.0087.2744.551109649
1.38.0-wmf.4100.0087.2744.551109649
1.38.0-wmf.3100.0087.2744.551109649
1.38.0-wmf.2100.0087.2746.361109651
diffscoring-tweak100.0087.2744.551109649
more-span-stripping100.0087.2738.181109642
1.38.0-wmf.1100.0087.2738.181109642
strip-entity-spans100.0087.2739.091109643
1.37.0-wmf.23100.0085.4532.731109436
puppeteer-bump100.0086.3643.641109548
1.37.0-wmf.21100.0085.4542.731109447
1.37.0-wmf.20100.0085.4548.181109453
more_rl_and_css_fixes100.0085.4548.181109453
rl_and_css_fixes100.0085.4549.091109454
survey_and_other_css_tweaks100.0094.5546.3611010451
1.36.0-wmf.27100.0094.5546.3611010451
1.36.0-wmf.26100.0094.5546.3611010451
1.36.0-wmf.25100.0094.5549.0911010454
parsoid_workarounds100.0094.5549.0911010454
vd_and_css_tweaks100.0091.8247.2711010152
rl_modules_hack_2100.0091.8247.2711010152
1.36.0-wmf.22100.0083.6440.911109245
vd_tweaks100.0083.6440.911109245
1.36.0-wmf.21100.0083.6440.911109245
1.36.0-wmf.20100.0083.6440.911109245
rl_modules_hack100.0083.6440.911109245
1.36.0-wmf.18100.0081.8241.821109046
1.36.0-wmf.16100.0081.8240.911109045
1.36.0-wmf.14100.0081.8240.911109045
1.36.0-wmf.13100.0081.8240.911109045
cite_css_fixes100.0081.8240.911109045
body_postprocessing_fix100.0077.2740.001108544
1.36.0-wmf.10_and_CSS_fixes100.0076.3639.091108443
1.36.0-wmf.10100.0075.4539.091108343
1.36.0-wmf.9100.0074.5538.181108242
1.36.0-wmf.8100.0072.7337.271108041
1.36.0-wmf.6100.0071.8234.551107938
1.36.0-wmf.5100.0065.4529.091107232
1.36.0-wmf.4100.0060.9126.361106729
1.36.0-wmf.3100.0055.4520.911106123
vector-useskinversion-1100.0055.4520.911106123
1.36.0-wmf.2100.0055.4520.911106123
init_with_css_fixes100.0054.5520.911106023
no_refs100.0056.3623.641106226
no_img_or_gallery100.0056.3620.001106222
init100.0054.5520.911106023

Stats for itwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.9491.0954.0916371492886
1.38.0-wmf.799.9491.1553.9716371493884
1.38.0-wmf.699.9491.3353.8516371496882
1.38.0-wmf.599.9491.2153.3616371494874
1.38.0-wmf.499.9491.2153.3616371494874
1.38.0-wmf.399.8891.2153.9116361494883
1.38.0-wmf.299.8891.2153.9116361494883
diffscoring-tweak99.8891.0353.9116361491883
more-span-stripping99.8291.0946.0316351492754
1.38.0-wmf.199.8291.1544.2616351493725
strip-entity-spans99.8290.9643.8916351490719
1.37.0-wmf.2399.8290.3511.6616351480191
puppeteer-bump99.7693.5350.0616341532820
1.37.0-wmf.2199.8293.6549.5116351534811
1.37.0-wmf.2099.8292.9831.4416351523515
more_rl_and_css_fixes99.6393.1030.4016321525498
rl_and_css_fixes99.6992.9230.5916331522501
survey_and_other_css_tweaks99.8283.3318.9316351365310
1.36.0-wmf.2799.8283.2118.9916351363311
1.36.0-wmf.2699.7683.3918.9916341366311
1.36.0-wmf.2599.8283.2718.9916351364311
parsoid_workarounds99.8283.0918.7416351361307
vd_and_css_tweaks99.7678.6918.5616341289304
rl_modules_hack_299.8276.9215.6916351260257
1.36.0-wmf.2299.8277.1715.6916351264257
vd_tweaks99.8276.9815.6916351261257
1.36.0-wmf.2199.8276.9815.6916351261257
1.36.0-wmf.2099.8276.9215.6916351260257
rl_modules_hack99.8276.8615.6916351259257
1.36.0-wmf.1899.6978.5715.8716331287260
1.36.0-wmf.1699.6978.6914.9616331289245
1.36.0-wmf.1499.7678.4515.8716341285260
1.36.0-wmf.1399.7678.5715.9316341287261
cite_css_fixes99.7678.3915.9316341284261
body_postprocessing_fix99.7678.3916.0016341284262
1.36.0-wmf.10_and_CSS_fixes99.7678.3916.0016341284262
1.36.0-wmf.1099.7678.2716.0016341282262
1.36.0-wmf.999.7678.5716.0016341287262
1.36.0-wmf.899.7678.2715.8116341282259
1.36.0-wmf.699.7678.3315.8116341283259
1.36.0-wmf.599.7678.2715.6916341282257
1.36.0-wmf.499.7678.2715.5716341282255
1.36.0-wmf.399.7678.2115.4516341281253
vector-useskinversion-199.7678.2115.5116341281254
1.36.0-wmf.299.7678.2115.3816341281252
init_with_css_fixes99.7677.9013.4916341276221
no_refs99.8278.8817.8916351292293
no_img_or_gallery99.9479.0016.1216371294264
init99.7677.6613.0016341272213

Stats for jawiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.7993.6655.21929872514
1.38.0-wmf.799.7991.8447.58929855443
1.38.0-wmf.699.7991.5147.37929852441
1.38.0-wmf.599.7991.6246.94929853437
1.38.0-wmf.499.7991.6246.94929853437
1.38.0-wmf.399.7991.7347.26929854440
1.38.0-wmf.299.7991.6246.62929853434
diffscoring-tweak99.2591.5146.94924852437
more-span-stripping99.3691.8427.18925855253
1.38.0-wmf.199.3691.7326.64925854248
strip-entity-spans99.3691.5126.64925852248
1.37.0-wmf.2399.2560.9012.78924567119
puppeteer-bump99.3691.8417.51925855163
1.37.0-wmf.2199.5791.8417.94927855167
1.37.0-wmf.2099.5794.0918.58927876173
more_rl_and_css_fixes99.5794.0918.05927876168
rl_and_css_fixes99.0393.1318.05922867168
survey_and_other_css_tweaks99.6894.0916.97928876158
1.36.0-wmf.2799.6894.2017.08928877159
1.36.0-wmf.2699.6894.3117.40928878162
1.36.0-wmf.2599.6894.3117.51928878163
parsoid_workarounds99.6894.0917.62928876164
vd_and_css_tweaks99.6890.2313.96928840130
rl_modules_hack_299.6890.1213.96928839130
1.36.0-wmf.2299.6887.9713.00928819121
vd_tweaks99.6887.9712.89928819120
1.36.0-wmf.2199.6888.1812.78928821119
1.36.0-wmf.2099.6888.1812.57928821117
rl_modules_hack99.6888.1812.67928821118
1.36.0-wmf.1899.6888.0812.24928820114
1.36.0-wmf.1699.8988.8313.00930827121
1.36.0-wmf.1499.8988.6112.78930825119
1.36.0-wmf.1399.8988.6112.78930825119
cite_css_fixes99.8988.6113.00930825121
body_postprocessing_fix99.8988.4012.67930823118
1.36.0-wmf.10_and_CSS_fixes99.8988.5112.78930824119
1.36.0-wmf.1099.8988.1812.35930821115
1.36.0-wmf.999.8988.7212.46930826116
1.36.0-wmf.899.8988.5112.35930824115
1.36.0-wmf.699.8988.0812.67930820118
1.36.0-wmf.599.8987.4312.78930814119
1.36.0-wmf.499.8985.9312.14930800113
1.36.0-wmf.399.8984.2110.3193078496
vector-useskinversion-199.8984.2110.3193078496
1.36.0-wmf.299.8984.1010.3193078396
init_with_css_fixes99.8983.5710.1093077894
no_refs100.0083.5725.03931778233
no_img_or_gallery99.8984.0010.4293078297
init99.6883.579.9992877893

Stats for kaawiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0091.8460.20989059
1.38.0-wmf.7100.0091.8460.20989059
1.38.0-wmf.6100.0091.8460.20989059
1.38.0-wmf.5100.0091.8460.20989059
1.38.0-wmf.4100.0091.8460.20989059
1.38.0-wmf.3100.0091.8460.20989059
1.38.0-wmf.2100.0091.8459.18989058
diffscoring-tweak100.0091.8459.18989058
more-span-stripping100.0091.8455.10989054
1.38.0-wmf.1100.0091.8451.02989050
strip-entity-spans100.0091.8451.02989050
1.37.0-wmf.23100.0091.8445.92989045
puppeteer-bump100.0091.8456.12989055
1.37.0-wmf.21100.0091.8456.12989055
1.37.0-wmf.20100.0091.8455.10989054
more_rl_and_css_fixes100.0091.8455.10989054
rl_and_css_fixes100.0090.8254.08988953
survey_and_other_css_tweaks100.0098.9875.51989774
1.36.0-wmf.27100.0098.9875.51989774
1.36.0-wmf.26100.0098.9875.51989774
1.36.0-wmf.25100.0098.9875.51989774
parsoid_workarounds100.0098.9875.51989774
vd_and_css_tweaks100.0095.9264.29989463
rl_modules_hack_2100.0095.9264.29989463
1.36.0-wmf.22100.0091.8455.10989054
vd_tweaks100.0091.8455.10989054
1.36.0-wmf.21100.0091.8455.10989054
1.36.0-wmf.20100.0091.8455.10989054
rl_modules_hack100.0091.8455.10989054
1.36.0-wmf.18100.0089.8054.08988853
1.36.0-wmf.16100.0089.8054.08988853
1.36.0-wmf.14100.0089.8054.08988853
1.36.0-wmf.13100.0089.8053.06988852
cite_css_fixes100.0089.8053.06988852
body_postprocessing_fix100.0087.7653.06988652
1.36.0-wmf.10_and_CSS_fixes100.0086.7352.04988551
1.36.0-wmf.10100.0084.6952.04988351
1.36.0-wmf.9100.0084.6950.00988349
1.36.0-wmf.8100.0084.6947.96988347
1.36.0-wmf.6100.0081.6343.88988043
1.36.0-wmf.5100.0078.5738.78987738
1.36.0-wmf.4100.0078.5732.65987732
1.36.0-wmf.3100.0072.4523.47987123
vector-useskinversion-1100.0072.4523.47987123
1.36.0-wmf.2100.0072.4523.47987123
init_with_css_fixes100.0070.4122.45986922
no_refs100.0070.4122.45986922
no_img_or_gallery100.0073.4723.47987223
init100.0070.4122.45986922

Stats for kowiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0092.4863.9113312385
1.38.0-wmf.7100.0092.4864.6613312386
1.38.0-wmf.6100.0092.4864.6613312386
1.38.0-wmf.5100.0092.4863.1613312384
1.38.0-wmf.4100.0092.4861.6513312382
1.38.0-wmf.3100.0091.7362.4113312283
1.38.0-wmf.2100.0091.7357.8913312277
diffscoring-tweak100.0091.7355.6413312274
more-span-stripping100.0091.7347.3713312263
1.38.0-wmf.1100.0090.9840.6013312154
strip-entity-spans99.2590.2341.3513212055
1.37.0-wmf.2399.2589.4738.3513211951
puppeteer-bump100.0090.2354.8913312073
1.37.0-wmf.21100.0088.7251.1313311868
1.37.0-wmf.2099.2588.7250.3813211867
more_rl_and_css_fixes100.0088.7250.3813311867
rl_and_css_fixes100.0088.7252.6313311870
survey_and_other_css_tweaks99.2590.2328.5713212038
1.36.0-wmf.2799.2589.4728.5713211938
1.36.0-wmf.2699.2590.9829.3213212139
1.36.0-wmf.25100.0090.9830.0813312140
parsoid_workarounds100.0090.9827.8213312137
vd_and_css_tweaks100.0090.9827.8213312137
rl_modules_hack_299.2590.9827.8213212137
1.36.0-wmf.22100.0090.9825.5613312134
vd_tweaks100.0090.9825.5613312134
1.36.0-wmf.21100.0090.9827.8213312137
1.36.0-wmf.20100.0090.9827.8213312137
rl_modules_hack100.0090.9827.0713312136
1.36.0-wmf.18100.0087.2227.0713311636
1.36.0-wmf.16100.0087.9727.0713311736
1.36.0-wmf.14100.0087.2226.3213311635
1.36.0-wmf.13100.0087.2226.3213311635
cite_css_fixes100.0087.2226.3213311635
body_postprocessing_fix100.0086.4726.3213311535
1.36.0-wmf.10_and_CSS_fixes100.0087.2226.3213311635
1.36.0-wmf.10100.0081.956.771331099
1.36.0-wmf.9100.0080.456.771331079
1.36.0-wmf.8100.0079.706.771331069
1.36.0-wmf.6100.0080.456.771331079
1.36.0-wmf.5100.0079.706.771331069
1.36.0-wmf.4100.0079.706.771331069
1.36.0-wmf.3100.0079.706.771331069
vector-useskinversion-1100.0079.706.771331069
1.36.0-wmf.2100.0079.706.771331069
init_with_css_fixes100.0078.956.021331058
no_refs100.0081.956.771331099
no_img_or_gallery100.0077.446.771331039
init100.0078.206.021331048

Stats for nlwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0097.0934.0610981066374
1.38.0-wmf.7100.0097.2734.1510981068375
1.38.0-wmf.6100.0097.2733.9710981068373
1.38.0-wmf.5100.0097.2733.8810981068372
1.38.0-wmf.4100.0097.2733.1510981068364
1.38.0-wmf.3100.0097.1831.6910981067348
1.38.0-wmf.2100.0097.0930.9710981066340
diffscoring-tweak100.0096.9931.7910981065349
more-span-stripping100.0097.0924.4110981066268
1.38.0-wmf.1100.0097.0924.0410981066264
strip-entity-spans100.0097.0923.8610981066262
1.37.0-wmf.23100.0097.0913.6610981066150
puppeteer-bump100.0096.9934.9710981065384
1.37.0-wmf.21100.0096.9934.8810981065383
1.37.0-wmf.20100.0097.1831.0610981067341
more_rl_and_css_fixes100.0097.1830.7810981067338
rl_and_css_fixes100.0097.1831.0610981067341
survey_and_other_css_tweaks100.0097.3628.6910981069315
1.36.0-wmf.27100.0097.4528.7810981070316
1.36.0-wmf.26100.0097.4529.3310981070322
1.36.0-wmf.25100.0097.5429.6010981071325
parsoid_workarounds100.0097.3629.7810981069327
vd_and_css_tweaks100.0095.0823.8610981044262
rl_modules_hack_2100.0095.1723.8610981045262
1.36.0-wmf.22100.0093.1721.8610981023240
vd_tweaks100.0093.3521.8610981025240
1.36.0-wmf.21100.0093.4421.8610981026240
1.36.0-wmf.20100.0093.4421.8610981026240
rl_modules_hack100.0093.4422.2210981026244
1.36.0-wmf.18100.0092.2621.2210981013233
1.36.0-wmf.16100.0092.3521.1310981014232
1.36.0-wmf.14100.0092.4421.2210981015233
1.36.0-wmf.13100.0092.3521.2210981014233
cite_css_fixes100.0092.1721.1310981012232
body_postprocessing_fix100.0092.3521.8610981014240
1.36.0-wmf.10_and_CSS_fixes100.0092.1721.8610981012240
1.36.0-wmf.10100.0092.0821.7710981011239
1.36.0-wmf.9100.0051.2813.571098563149
1.36.0-wmf.8100.0015.127.56109816683
1.36.0-wmf.6100.0014.857.10109816378
1.36.0-wmf.5100.0014.126.10109815567
1.36.0-wmf.4100.0013.304.55109814650
1.36.0-wmf.3100.0012.844.37109814148
vector-useskinversion-1100.0012.754.37109814048
1.36.0-wmf.2100.0012.754.28109814047
init_with_css_fixes100.0012.754.28109814047
no_refs100.0012.844.92109814154
no_img_or_gallery100.0013.484.37109814848
init100.0012.754.28109814047

Stats for plwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.7395.1871.8810961046790
1.38.0-wmf.799.7394.8170.3410961042773
1.38.0-wmf.699.7394.6369.7010961040766
1.38.0-wmf.599.7395.7272.0710961052792
1.38.0-wmf.499.7395.9171.6110961054787
1.38.0-wmf.399.7395.9171.4310961054785
1.38.0-wmf.299.7395.4570.1510961049771
diffscoring-tweak99.7395.2770.0610961047770
more-span-stripping99.7395.1849.3210961046542
1.38.0-wmf.199.7395.2748.3210961047531
strip-entity-spans99.7395.2748.4110961047532
1.37.0-wmf.2399.6494.1818.5610951035204
puppeteer-bump99.7394.9065.2410961043717
1.37.0-wmf.2199.8295.2762.3310971047685
1.37.0-wmf.2099.7390.0841.131096990452
more_rl_and_css_fixes99.8291.0839.7610971001437
rl_and_css_fixes99.7382.4436.311096906399
survey_and_other_css_tweaks99.6491.0836.8510951001405
1.36.0-wmf.2799.6491.1737.1210951002408
1.36.0-wmf.2699.6491.3637.3110951004410
1.36.0-wmf.2599.6491.5437.3110951006410
parsoid_workarounds99.6491.5437.3110951006410
vd_and_css_tweaks99.6488.8130.941095976340
rl_modules_hack_299.6488.8130.851095976339
1.36.0-wmf.2299.6473.3426.841095806295
vd_tweaks99.6473.4326.751095807294
1.36.0-wmf.2199.6473.3427.301095806300
1.36.0-wmf.2099.6473.7027.391095810301
rl_modules_hack99.6473.7027.571095810303
1.36.0-wmf.1899.2768.1526.111091749287
1.36.0-wmf.1699.1868.2426.481090750291
1.36.0-wmf.1499.4567.9726.211093747288
1.36.0-wmf.1399.3667.7026.211092744288
cite_css_fixes99.3667.6126.301092743289
body_postprocessing_fix99.4567.6126.751093743294
1.36.0-wmf.10_and_CSS_fixes99.4567.5226.571093742292
1.36.0-wmf.1099.4566.1525.391093727279
1.36.0-wmf.999.4565.9725.111093725276
1.36.0-wmf.899.3666.0625.201092726277
1.36.0-wmf.699.4566.3325.201093729277
1.36.0-wmf.599.4565.7024.291093722267
1.36.0-wmf.499.3665.7024.291092722267
1.36.0-wmf.399.4565.1523.571093716259
vector-useskinversion-199.4565.0623.481093715258
1.36.0-wmf.299.4565.0623.381093715257
init_with_css_fixes99.4564.5123.201093709255
no_refs99.7367.7028.031096744308
no_img_or_gallery99.0943.9512.741089483140
init99.0039.5812.651088435139

Stats for ruwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.9590.8933.2421831985726
1.38.0-wmf.799.9590.8432.6921831984714
1.38.0-wmf.699.9590.6132.8321831979717
1.38.0-wmf.599.9190.5732.3721821978707
1.38.0-wmf.499.9590.5232.6521831977713
1.38.0-wmf.399.9190.5232.5521821977711
1.38.0-wmf.299.9190.5231.8721821977696
diffscoring-tweak99.7790.7532.0121791982699
more-span-stripping99.8290.5721.2921801978465
1.38.0-wmf.199.6890.1118.2221771968398
strip-entity-spans99.6890.2918.5421771972405
1.37.0-wmf.2399.6388.839.1121761940199
puppeteer-bump99.7390.0233.7521781966737
1.37.0-wmf.2199.6890.0231.4121771966686
1.37.0-wmf.2099.7391.3525.7821781995563
more_rl_and_css_fixes99.8291.2125.1821801992550
rl_and_css_fixes99.7390.7125.5021781981557
survey_and_other_css_tweaks99.8283.1519.7321801816431
1.36.0-wmf.2799.7385.8519.7821781875432
1.36.0-wmf.2699.7385.9920.4221781878446
1.36.0-wmf.2599.8286.0320.5121801879448
parsoid_workarounds99.8285.9920.7421801878453
vd_and_css_tweaks99.8283.2418.9121801818413
rl_modules_hack_299.7783.2018.6421791817407
1.36.0-wmf.2299.7781.4618.5021791779404
vd_tweaks99.7781.7318.4121791785402
1.36.0-wmf.2199.7782.9718.4521791812403
1.36.0-wmf.2099.7782.1018.5421791793405
rl_modules_hack99.7782.8818.0921791810395
1.36.0-wmf.1899.7364.8817.7221781417387
1.36.0-wmf.1699.6863.3217.1721771383375
1.36.0-wmf.1499.6864.7017.4521771413381
1.36.0-wmf.1399.6864.6117.4921771411382
cite_css_fixes99.6864.7417.6321771414385
body_postprocessing_fix99.7764.5617.5421791410383
1.36.0-wmf.10_and_CSS_fixes99.6864.2917.3521771404379
1.36.0-wmf.1099.6864.0617.1721771399375
1.36.0-wmf.999.6864.1016.9421771400370
1.36.0-wmf.899.6364.1016.6721761400364
1.36.0-wmf.699.6363.4216.6221761385363
1.36.0-wmf.599.7763.1416.0721791379351
1.36.0-wmf.499.7363.1015.7521781378344
1.36.0-wmf.399.7762.4514.3321791364313
vector-useskinversion-199.7761.9014.1921791352310
1.36.0-wmf.299.7762.4514.4721791364316
init_with_css_fixes99.7362.1314.1521781357309
no_refs99.9163.0019.1421821376418
no_img_or_gallery99.5452.476.4621741146141
init99.5450.186.3621741096139

Stats for svwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.9100.0092.1527.74739681205
1.38.0-wmf.7100.0092.5628.01739684207
1.38.0-wmf.6100.0092.4227.74739683205
1.38.0-wmf.5100.0092.5627.33739684202
1.38.0-wmf.4100.0091.2026.25739674194
1.38.0-wmf.3100.0091.3426.52739675196
1.38.0-wmf.2100.0092.2926.25739682194
diffscoring-tweak100.0092.1526.79739681198
more-span-stripping100.0092.2920.43739682151
1.38.0-wmf.1100.0092.2918.67739682138
strip-entity-spans100.0091.7518.67739678138
1.37.0-wmf.23100.0089.586.3673966247
puppeteer-bump100.0092.0233.83739680250
1.37.0-wmf.21100.0092.5633.69739684249
1.37.0-wmf.20100.0094.9934.24739702253
more_rl_and_css_fixes100.0094.7233.83739700250
rl_and_css_fixes100.0089.5833.96739662251
survey_and_other_css_tweaks100.0088.9015.29739657113
1.36.0-wmf.27100.0089.0415.29739658113
1.36.0-wmf.26100.0089.0414.75739658109
1.36.0-wmf.25100.0089.1715.16739659112
parsoid_workarounds100.0089.1715.29739659113
vd_and_css_tweaks100.0088.3614.61739653108
rl_modules_hack_2100.0087.9612.9973965096
1.36.0-wmf.22100.0072.2612.0473953489
vd_tweaks99.8672.2611.9173853488
1.36.0-wmf.2199.5965.095.6873648142
1.36.0-wmf.2099.4665.095.6873548142
rl_modules_hack99.4665.095.8273548143
1.36.0-wmf.1899.4664.555.8273547743
1.36.0-wmf.1699.4664.825.8273547943
1.36.0-wmf.1499.4664.825.9573547944
1.36.0-wmf.1399.5964.555.8273647743
cite_css_fixes99.5964.685.8273647843
body_postprocessing_fix99.5964.955.8273648043
1.36.0-wmf.10_and_CSS_fixes99.5964.685.8273647843
1.36.0-wmf.1099.7364.825.8273747943
1.36.0-wmf.999.7364.685.9573747844
1.36.0-wmf.899.5964.415.8273647643
1.36.0-wmf.699.7364.015.5573747341
1.36.0-wmf.599.7364.145.4173747440
1.36.0-wmf.499.7364.015.4173747340
1.36.0-wmf.399.7363.735.4173747140
vector-useskinversion-199.7363.735.4173747140
1.36.0-wmf.299.5963.735.4173647140
init_with_css_fixes99.7363.335.4173746840
no_refs100.0070.6415.43739522114
no_img_or_gallery99.5927.744.8773620536
init99.5927.744.7473620535

Stats for viwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.999.9193.6657.6310871019627
1.38.0-wmf.7100.0093.7555.8810881020608
1.38.0-wmf.6100.0093.8455.3310881021602
1.38.0-wmf.5100.0093.9355.4210881022603
1.38.0-wmf.4100.0094.0355.1510881023600
1.38.0-wmf.399.9194.0355.4210871023603
1.38.0-wmf.2100.0093.9355.4210881022603
diffscoring-tweak99.6393.8455.7010841021606
more-span-stripping99.8293.7543.0110861020468
1.38.0-wmf.199.7293.8442.4610851021462
strip-entity-spans99.9193.7542.3710871020461
1.37.0-wmf.2399.5490.9034.011083989370
puppeteer-bump99.6393.5734.6510841018377
1.37.0-wmf.2199.9194.1233.7310871024367
1.37.0-wmf.2099.6391.2725.091084993273
more_rl_and_css_fixes99.8290.9024.451086989266
rl_and_css_fixes99.8290.9924.361086990265
survey_and_other_css_tweaks99.8289.8013.881086977151
1.36.0-wmf.2799.7289.0612.591085969137
1.36.0-wmf.2699.8289.8914.061086978153
1.36.0-wmf.2599.7289.3413.971085972152
parsoid_workarounds99.7289.2514.061085971153
vd_and_css_tweaks99.7287.7813.791085955150
rl_modules_hack_299.8288.5114.251086963155
1.36.0-wmf.2299.7288.3313.971085961152
vd_tweaks99.8288.4214.151086962154
1.36.0-wmf.2199.7288.3313.971085961152
1.36.0-wmf.2099.7287.9614.061085957153
rl_modules_hack99.8288.4214.061086962153
1.36.0-wmf.1899.3685.8514.801081934161
1.36.0-wmf.1699.4585.7514.521082933158
1.36.0-wmf.1499.5485.5714.521083931158
1.36.0-wmf.1399.6385.3914.431084929157
cite_css_fixes99.6385.2914.521084928158
body_postprocessing_fix99.6384.9314.151084924154
1.36.0-wmf.10_and_CSS_fixes99.6385.1114.151084926154
1.36.0-wmf.1099.5485.1114.431083926157
1.36.0-wmf.999.5484.8314.151083923154
1.36.0-wmf.899.5484.6513.241083921144
1.36.0-wmf.699.5483.9213.511083913147
1.36.0-wmf.599.5483.9213.511083913147
1.36.0-wmf.499.5483.0913.051083904142
1.36.0-wmf.399.5482.2612.221083895133
vector-useskinversion-199.5482.2612.221083895133
1.36.0-wmf.299.5482.2612.321083895134
init_with_css_fixes99.5482.6312.321083899134
no_refs99.7288.1418.471085959201
no_img_or_gallery99.8283.4612.591086908137
init99.5482.5412.411083898135

Stats for zhwiki

Test Id % completed % vertical-shift-only-or-no-diffs % no-diffs# completed# vertical-shift-only-or-no-diffs# no-diffs
1.38.0-wmf.998.9330.891.5364720210
1.38.0-wmf.798.9331.191.5364720410
1.38.0-wmf.698.7831.041.5364620310
1.38.0-wmf.598.9331.041.5364720310
1.38.0-wmf.499.0830.891.5364820210
1.38.0-wmf.399.0830.731.5364820110
1.38.0-wmf.299.0830.431.5364819910
diffscoring-tweak97.7130.731.5363920110
more-span-stripping97.7130.731.386392019
1.38.0-wmf.197.8630.731.386402019
strip-entity-spans97.4030.891.386372029
1.37.0-wmf.2396.4829.971.386311969
puppeteer-bump97.5526.911.386381769
1.37.0-wmf.2196.9426.911.076341767
1.37.0-wmf.2097.4027.371.076371797
more_rl_and_css_fixes96.4827.521.076311807
rl_and_css_fixes97.8627.681.076401817
survey_and_other_css_tweaks96.9438.691.076342537
1.36.0-wmf.2797.2538.691.076362537
1.36.0-wmf.2697.0938.991.076352557
1.36.0-wmf.2597.4038.841.076372547
parsoid_workarounds96.9438.841.076342547
vd_and_css_tweaks96.9438.381.076342517
rl_modules_hack_297.0938.071.076352497
1.36.0-wmf.2296.4830.281.076311987
vd_tweaks96.4830.431.076311997
1.36.0-wmf.2196.1829.051.076291907
1.36.0-wmf.2096.7926.451.076331737
rl_modules_hack95.8729.971.076271967
1.36.0-wmf.1896.4830.281.076311987
1.36.0-wmf.1696.3329.971.076301967
1.36.0-wmf.1496.4830.281.226311988
1.36.0-wmf.1396.4830.431.226311998
cite_css_fixes96.6430.581.226322008
body_postprocessing_fix96.3331.041.226302038
1.36.0-wmf.10_and_CSS_fixes96.3331.651.226302078
1.36.0-wmf.1096.3331.801.226302088
1.36.0-wmf.996.3331.651.226302078
1.36.0-wmf.896.3331.351.226302058
1.36.0-wmf.696.6431.041.226322038
1.36.0-wmf.596.6430.431.226321998
1.36.0-wmf.496.6430.731.076322017
1.36.0-wmf.396.7929.820.926331956
vector-useskinversion-196.6429.820.926321956
1.36.0-wmf.296.6429.820.926321956
init_with_css_fixes96.6429.360.926321926
no_refs97.0940.672.2963526615
no_img_or_gallery96.6429.200.926321916
init96.6429.050.926321906
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.