<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>181360</bug_id>
          
          <creation_ts>2018-01-05 19:01:37 -0800</creation_ts>
          <short_desc>Add expectation files of mathml/opentype/opentype-stretchy-horizontal.html for Windows</short_desc>
          <delta_ts>2018-01-07 23:00:15 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>MathML</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Minsheng Liu">lambda</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>darin</cc>
    
    <cc>dbarton</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>fred.wang</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1386438</commentid>
    <comment_count>0</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-05 19:01:37 -0800</bug_when>
    <thetext>See

https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r226096%20(3524)/retries/mathml/opentype/opentype-stretchy-horizontal-diffs.html

and

https://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r226096%20(3524)/mathml/opentype/opentype-stretchy-horizontal-pretty-diff.html

The logical widths are way off, and the glyph assembly also fails.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386458</commentid>
    <comment_count>1</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-05 20:43:15 -0800</bug_when>
    <thetext>Unfortunately I won&apos;t have access to a Windows PC until next weekend. What needs to be done in the meantime?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386474</commentid>
    <comment_count>2</comment_count>
    <who name="Frédéric Wang Nélar">fred.wang</who>
    <bug_when>2018-01-06 02:41:19 -0800</bug_when>
    <thetext>(In reply to Minsheng Liu from comment #0)
&gt; The logical widths are way off, and the glyph assembly also fails.

The width seems too small (at least the middle glyphs of the assembly are missing and the start &amp; end glyphs are too close). The logical height is too large.

git log -- LayoutTests/platform/win/mathml/opentype/opentype-stretchy-horizontal-expected.txt

gives me the following history:

https://trac.webkit.org/changeset/169644
https://trac.webkit.org/changeset/202776
https://trac.webkit.org/changeset/202794
https://trac.webkit.org/changeset/203212
https://trac.webkit.org/changeset/225736

I am not sure the painting of stretchy operator has ever worked well on AppleWin (there are no PNG references in the history) and I think the test even randomly crashed in the past. The crazy logical height was already here when I first removed the failure expectation and added back the txt reference ( https://trac.webkit.org/changeset/202794 ). So I don&apos;t think new issues were caused by r225736.

So maybe just re-baseline the test with the current txt output for now.

Note: Personally, I won&apos;t spend too much time on the AppleWin port... I would even actually recommend you to get more freedom and try a nice operating system called Linux at some point :-) That will also allow you to update tests for the GTK port ;-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386486</commentid>
    <comment_count>3</comment_count>
      <attachid>330638</attachid>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-06 07:04:28 -0800</bug_when>
    <thetext>Created attachment 330638
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386487</commentid>
    <comment_count>4</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-06 07:14:20 -0800</bug_when>
    <thetext>&gt; I am not sure the painting of stretchy operator has ever worked well on
&gt; AppleWin (there are no PNG references in the history) and I think the test
&gt; even randomly crashed in the past. The crazy logical height was already here
&gt; when I first removed the failure expectation and added back the txt
&gt; reference ( https://trac.webkit.org/changeset/202794 ). So I don&apos;t think new
&gt; issues were caused by r225736.

Glad to hear that.

&gt; Note: Personally, I won&apos;t spend too much time on the AppleWin port... I
&gt; would even actually recommend you to get more freedom and try a nice
&gt; operating system called Linux at some point :-) That will also allow you to
&gt; update tests for the GTK port ;-)

Sure. Personally, I find less choices (in tools) leads to more freedom (in action) but you know, I love open source. With all the other bugs we plan to fix, I believe testing the GTK port will become inevitable. I have some experience with old fashioned shell on Linux via ssh, but Linux with GUI is indeed new to me. Maybe I will love it some day :-)


(In reply to Frédéric Wang (:fredw) from comment #2)
&gt; (In reply to Minsheng Liu from comment #0)
&gt; &gt; The logical widths are way off, and the glyph assembly also fails.
&gt; 
&gt; The width seems too small (at least the middle glyphs of the assembly are
&gt; missing and the start &amp; end glyphs are too close). The logical height is too
&gt; large.
&gt; 
&gt; git log --
&gt; LayoutTests/platform/win/mathml/opentype/opentype-stretchy-horizontal-
&gt; expected.txt
&gt; 
&gt; gives me the following history:
&gt; 
&gt; https://trac.webkit.org/changeset/169644
&gt; https://trac.webkit.org/changeset/202776
&gt; https://trac.webkit.org/changeset/202794
&gt; https://trac.webkit.org/changeset/203212
&gt; https://trac.webkit.org/changeset/225736
&gt; 
&gt; I am not sure the painting of stretchy operator has ever worked well on
&gt; AppleWin (there are no PNG references in the history) and I think the test
&gt; even randomly crashed in the past. The crazy logical height was already here
&gt; when I first removed the failure expectation and added back the txt
&gt; reference ( https://trac.webkit.org/changeset/202794 ). So I don&apos;t think new
&gt; issues were caused by r225736.
&gt; 
&gt; So maybe just re-baseline the test with the current txt output for now.
&gt; 
&gt; Note: Personally, I won&apos;t spend too much time on the AppleWin port... I
&gt; would even actually recommend you to get more freedom and try a nice
&gt; operating system called Linux at some point :-) That will also allow you to
&gt; update tests for the GTK port ;-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386488</commentid>
    <comment_count>5</comment_count>
    <who name="Frédéric Wang Nélar">fred.wang</who>
    <bug_when>2018-01-06 07:15:49 -0800</bug_when>
    <thetext>(In reply to Minsheng Liu from comment #3)
&gt; Created attachment 330638 [details]
&gt; Patch

@Minsheng: It seems Apple already worked around the issue in bug 181346. If you really want this patch, you should consider updating LayoutTests/platform/win/TestExpectations. But maybe at the end it&apos;s better to do nothing than to upload &quot;wrong&quot; txt/png expectations...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386491</commentid>
    <comment_count>6</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-06 07:19:47 -0800</bug_when>
    <thetext>(In reply to Frédéric Wang (:fredw) from comment #5)
&gt; (In reply to Minsheng Liu from comment #3)
&gt; &gt; Created attachment 330638 [details]
&gt; &gt; Patch
&gt; 
&gt; @Minsheng: It seems Apple already worked around the issue in bug 181346. If
&gt; you really want this patch, you should consider updating
&gt; LayoutTests/platform/win/TestExpectations. But maybe at the end it&apos;s better
&gt; to do nothing than to upload &quot;wrong&quot; txt/png expectations...

I think if test expectations are marked as failing then we should be good here right? I do not like the idea of submitting a wrong expectation either. Let us move on other things!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386492</commentid>
    <comment_count>7</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-06 07:20:07 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 181346 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386494</commentid>
    <comment_count>8</comment_count>
    <who name="Frédéric Wang Nélar">fred.wang</who>
    <bug_when>2018-01-06 07:22:02 -0800</bug_when>
    <thetext>(In reply to Minsheng Liu from comment #6)
&gt; I think if test expectations are marked as failing then we should be good
&gt; here right? I do not like the idea of submitting a wrong expectation either.
&gt; Let us move on other things!

Yes, I agree. Thanks for checking this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386495</commentid>
    <comment_count>9</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-01-06 07:23:55 -0800</bug_when>
    <thetext>&lt;rdar://problem/36335180&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386604</commentid>
    <comment_count>10</comment_count>
    <who name="Minsheng Liu">lambda</who>
    <bug_when>2018-01-07 22:46:29 -0800</bug_when>
    <thetext>@Darin: the bug is unnecessary as it is a duplicate of 181346. I closed it but forgot to cancel the review flag. Sorry about not making it clear earlier. I hope I have enough permission to set commit-queue- (and apparently so) so this does not get merged.

For more info, see comment 2/5/6.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1386607</commentid>
    <comment_count>11</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2018-01-07 23:00:15 -0800</bug_when>
    <thetext>(In reply to Minsheng Liu from comment #10)
&gt; I hope I have enough permission to set commit-queue- (and
&gt; apparently so) so this does not get merged.

You do.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>330638</attachid>
            <date>2018-01-06 07:04:28 -0800</date>
            <delta_ts>2018-01-07 22:42:56 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-181360-20180106230425.patch</filename>
            <type>text/plain</type>
            <size>6776</size>
            <attacher name="Minsheng Liu">lambda</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjI2NDg2CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggOWMzMGY1YjcyZTE1NWE2OWY2MWY1
MjgwNDM4NTcxZmNhYTVkZmRjZC4uZDA3YThhMTEzODlmZmU5MWM3ZWU5OTg4MjFiN2JiMjRjYjg1
ZTM2YyAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE5IEBACisyMDE4LTAxLTA2ICBNaW5zaGVuZyBMaXUgIDxs
YW1iZGFAbGl1Lm1zPgorCisgICAgICAgIEFkZCBleHBlY3RhdGlvbiBmaWxlcyBvZiBtYXRobWwv
b3BlbnR5cGUvb3BlbnR5cGUtc3RyZXRjaHktaG9yaXpvbnRhbC5odG1sIGZvciBXaW5kb3dzCisg
ICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xODEzNjAKKwor
ICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBBZGQgZXhwZWN0
YXRpb24gZmlsZXMgb2YgbWF0aG1sL29wZW50eXBlL29wZW50eXBlLXN0cmV0Y2h5LWhvcml6b250
YWwuaHRtbCBmb3IgV2luZG93cy4KKworICAgICAgICBUaGUgcmVsZXZhbnQgY2hhbmdlIHdhcyBp
bnRyb2R1Y2VkIGluIHIyMjU3MzY6CisgICAgICAgIGh0dHBzOi8vdHJhYy53ZWJraXQub3JnL2No
YW5nZXNldC8yMjU3MzYKKyAgICAgICAgVGhpcyBjaGFuZ2UgY29tcGxldGVzIHRoZSBtaXNzaW5n
IGV4cGVjdGF0aW9uIGZpbGVzIGZvciBXaW5kb3dzLgorCisgICAgICAgICogcGxhdGZvcm0vd2lu
L21hdGhtbC9vcGVudHlwZS9vcGVudHlwZS1zdHJldGNoeS1ob3Jpem9udGFsLWV4cGVjdGVkLnBu
ZzogQWRkZWQuCisgICAgICAgICogcGxhdGZvcm0vd2luL21hdGhtbC9vcGVudHlwZS9vcGVudHlw
ZS1zdHJldGNoeS1ob3Jpem9udGFsLWV4cGVjdGVkLnR4dDogQWRkZWQuCisKIDIwMTgtMDEtMDUg
IFlvdWVubiBGYWJsZXQgIDx5b3Vlbm5AYXBwbGUuY29tPgogCiAgICAgICAgIEltcGxlbWVudCBD
YWNoZSBBUEkgcGFydGl0aW9uaW5nIGJhc2VkIG9uIENsaWVudE9yaWdpbgpkaWZmIC0tZ2l0IGEv
TGF5b3V0VGVzdHMvcGxhdGZvcm0vd2luL21hdGhtbC9vcGVudHlwZS9vcGVudHlwZS1zdHJldGNo
eS1ob3Jpem9udGFsLWV4cGVjdGVkLnBuZyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL3dpbi9tYXRo
bWwvb3BlbnR5cGUvb3BlbnR5cGUtc3RyZXRjaHktaG9yaXpvbnRhbC1leHBlY3RlZC5wbmcKbmV3
IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMC4uNTkxMzliN2M0NmQ4OWVjN2I4ZGJjYzc1NjBiM2E0YWJlN2U3ZmU4NQpHSVQgYmlu
YXJ5IHBhdGNoCmxpdGVyYWwgMTE1MDkKemNtZUhOZUxQZ0A5elFlUS08M2l8R2lAa2tuUTZWT1pl
flVzQzg0bE1EK1dXfFFZTUsoIyE7bFpEWXs3SHJkP14qCnpPPHM0PSQ0Z1Z4PSt6Pm53b0laQjhM
Ymdeak0tPH1vYWZ3c19waU81Ji1zaGJfZE10TXtoc2dkP1J5Xm53YmdUQAp6al48KWIxVk1EJUhm
YGBtNUc1KnRrYXd1NzB3aDE/Qz5RKiZqQ1I9KDlsOXFoYmw7KUZgO2liMUomZmkrd3tAYFIKeklF
SUpQSWN3LSlBLTRBNlUpcGdUZ1k3dFd3cUl7SSR3M2UqOzxteHJtcSZXe2Y/NEw5Tj5MZTtXKjtT
NmQyRiRZCnpSPVRhU2E8UUJLezduJVREPigpPStpI29La3Z5cDFYV0xxY2hqZ0RHUSkkXyh3ZDdV
Q0dVcFl7LUVXJUlWdGJxcAp6amkkQXYrKXN+ZjhhTmM7SW5+IUxZVTZBM157RmZyQSg1NVUhN25l
ZiR3QjwtKk90c19RQVhualFFdE99Pj1CQTIKeiVoWmpqKHR7SmVmM0UlYiMyIUZQd2wte2wlTElJ
Nz9NenUre0hqa3xEeE5GPmtqfjEkJiE4YlRsZFJneDR7Knd2Cnp2a2JQXjBnJm5mbnxhV20zSk9W
eSF6e2I3OE1uUEVmUncoP1JlMVhlP2FufCtSVE11al5FclVaVmpsdyM+NlpKKQp6TDtibUlXVE9D
aW5zTWNhYFBoNVozVEZWSnVncjFoYExMWGdqdElNYUc7ckhmeHh2bCpAWG4peD9hM0w7Uz5BOSQK
elh5bnd3TyFfamgwbztfOWhtekpURHB0Y0NnSiFgLSg+M0E+YWM4fXc+PytyOHk+c1ZJTno7Z0lR
YmcoRF5ffXViCnplNEtfbSl7ZWA5TDFjUWNEOHRpeWU3dWRSTT4jVGZxbDdYMTc0QSR7Szd6O19K
SHk0XihFZDNXMGd7KmNBe1FRVwp6JDdSNjl7aG5lQWoyX3hhO0ckTiY0SjUyJDN0JTtgKGNKP2hu
ciNSVyE8Wm1RSnYkRz9YSDd6R0s2VlUmNitvOzsKem56QTlYTW55WF8/MVF4KDdXYHk/NVBTZGJM
YCNULVgmT2BTanFLVkJYfEQhWlI5endVaFJENElHfWhVdF5eZjNUCnohe15haDtsWSF8NUlKa2ZN
eTt4Mk9KSjwtZjV0fWQteUMmXjJ3KHtEe3xme09RWSN+ITc+dVJUKjZ+U0VnMUZIcQp6QCF8aShy
VlBhOVRHWj5pUUhSWXxWNyMpfS1sWGQpYEBCOCVtZ0JIb0spPF4lMHM1YEpXZmRGVWEoNV5nMmFV
fDkKenYwe2RKODVvbUR2S3llJSZDd3x4Mmtpb1VUYnFqVXNafDAoWTU3QU00eXRlbVN6WC1jMWok
c2tTViZgOHlxM14jCnpQPmhCI3dMWkZHQk5sS31hMCU+d3NiSHhxNHpkUEdrYjhPKG16QyN5VSo3
RVExVSh8UkdOV0tmN1RYaUluPHNyJgp6K2E/aUQoWGJHYyRmbzJYclQlNjtXYFhVSFVyP2dta0B2
VFp2S1hEc3hRKUtsMjMhcig7LWsjNSpPRTAhTnwoTk8KelQ/U1d+OTdqbn0jIWxEJWpnaTFnTU0+
VjxpdTU2T3g/YyRwJE1nI1Vaa1hRfSo5KHg2QUdmSyk8RUFaUnFiOUNpCnpXb0I0aHdnU1pXKE1u
fSN5amg+ZChrKXV5MlBAfUNmVU1mUDszI0hYNURYR0V0dnpjc09mWC03RVZSPmYjKkR3RAp6RFFq
bW81OGxhdjk8Qm4md35KRkBrS2hedXMpSHJ7bzF1cGIkKlAtTlBPWFArMmtAaVJ7fTw+MW5ZJXpK
Nm95aDkKekpFaF8jPjFaQjkremVlJm0jQy1mWDBHLXRsVSZNNCFPbiN3YD5WX3RtaWtYOEl6bTNl
SyEpNlZgXmBAMVczP3VECnpIJSpWQ248U2ZmUW83TmVLYl5KMD52JHBtX1khKms3SEZlSnY4O19E
am9eKHhhN2IlbyU4eUxGN2dBMjB4dGlTPAp6eHNFQD5ufGdDVF43c3xNYV4xK3JpTnw5VFBsN1Yh
P2hIdWEjWjdGOS1nbzZ5dio0eFhTYGxBNVErT31lTXo4azMKemleVF4tTy09I1ZgSDZNQl9hWEN5
bDVOfElgZmVPa1luRGtUKTREX31LUytpO2hweDk2en5HcGk1UnxDNCN2NnVtCnpjNz18Jm9qVSEl
SXVRMGU/aSo1LVhMJE98bUVoPV5lWjlNSnslYlVKQXBTeyVeTXhuY0RgJGh5TGZCbzZqbXx9Jgp6
ckFifSNqNUZzUUI2VlgmcE87TDF2RHtTey1edXJjODR5OEVTVlNGT1FGXjtJUitLbjdRYGtqZUdo
NjUoKFdNUz0KejJjVmgySyg8KGtCbH5IQjl5UWNhb0hUMkhiJjExKTdUTnh0SG08X1BndnNNc1Nx
NGM3VUdabnxKRGFPS0pkQm8jCnpyVW5YPVgyKH1BdyshWGp0ITxMZU4oWWp7JUd4Vj8mZjs3Pj1s
WElgeXFnKjBebWNHPyZ5ISFYdTF8KWZLTGA2eAp6JVBTJih2Kn5ePiZAIT92NyVxPHZzRV5zdGxN
Sj8+S0gxPWM5ZjloX297LWxqSmYmMzJHK1MkcTE8bC1UNjw/UzAKek4wbk9TWDU0UjkyZzA2NUow
O2xIeCRkP1B0WFh8MyVeSitSQ0RYOUJOTXIrJE9heypKK0V7diMkYkZ5Jj5kdHQ8CnpqSGxBaGZN
eiFEa2BOQ09UUGNGbE0+ZXw2akF8O1ppeXJGVzRuTXh5Sk5seDJLemdnSz1eWkVeJF59TVp7SFNQ
SAp6M25zcG0zcEU2N0ZnQzQ/NmZIZ1F5cEE1d3ombUl0MmVxYEhIfT4pZFNLUU9zK3V6P31vTDgm
QDJtQ0txVCoraUwKenJKbFVoKWJ3NHZ2eytQc1djb01tXz9yajhxd1NUUzM7S2lebE1MNmdVRz9f
czt3NXsyKXhoT3x6OXNqX2sockx6Cnp7fHFCPl50R2VVdVlJOD8od2Q7NUZSd2c0TnNwNHglN1Jt
IXgqfEsqdXBUfjNYflV8P09ucmwxWDRse2pTPkVaYwp6QEBTS2UhUzN4TipgWTFTKTV7fT09YkJE
M0MlS04pVlpYS31OQiY+TUJhMzFEcVo2ZDY/RG9vYyUjXz9rJVQtKEwKeko8OCRVVEtEWilYQmxn
MldFJjRZcWxjZ28yOW1YTnh5UHkhVCtgSnI+V2gkRGYpZHFaJld6MkpmN3JGfj1VS0lHCnpveT08
Zy0pKnNsI3wxclZDKSgqQT9PcXF3TyVIJVlJV1pHJnpmUkgtK3h+T2BRXndyVzxPRVp5OSkpNFRr
ViFnXgp6T3xMJUcpLUtDdytIMj5eMldfJTklWm18TEpUUjNEZ0h1b3wydmxwME9NOU9Qbn1JcTx0
S2x2Wl94VjVhaGpFcCgKejJkSU1sWFc2TShxaHs1aXIxXm9GPDhYfkZDQGhjdGNRSjJSKUJwalpW
YmRCMV9zJjw9JmIofE53aFd0bmBrPCYlCnpqUVpFamt4VXxjZmEmOU56NnV0ZXgpRl9hUSE4cmU5
MkgyaTEoP2t4OXskakJpazMwOFNIJSVaN0ZISFk+VWViNwp6M1I9RGlCK1NeKzB3XipyeChTZWY/
KTVRKm1WMUZecDdUUX1uMF8mMXFxYVg9WUMrM2ZsOUV7aWJwVDJuZikpX1UKeldQJW91aSR1MDQj
c2c3QXBtUHp1TUtMQ2JtSjI/IWgpSlpGcDJVRHdqN2RWYjA2aio/SW1NVkhSNCEwVmchb3NDCnpO
I2RJYkM/P2BsUTg2Wm9GS0M1Z0F9JHVkbT9TUDFoPkhjcWJvZCl5RVdHK0kpKXpzdjZCUGRvSy18
PDM3bnA+Rwp6YEI8aWVoV1hnOTJufERNbWB7SmFCe1U0N1ZnOUJYaFJgajlaWHRCYnxFWD9+RTZ0
TEl3Qz8jZXEyVHxSNWpQamwKSzRRMT11TkI7b0VKV1ghXgoKbGl0ZXJhbCAwCkhjbVY/ZDAwMDAx
CgpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvcGxhdGZvcm0vd2luL21hdGhtbC9vcGVudHlwZS9v
cGVudHlwZS1zdHJldGNoeS1ob3Jpem9udGFsLWV4cGVjdGVkLnR4dCBiL0xheW91dFRlc3RzL3Bs
YXRmb3JtL3dpbi9tYXRobWwvb3BlbnR5cGUvb3BlbnR5cGUtc3RyZXRjaHktaG9yaXpvbnRhbC1l
eHBlY3RlZC50eHQKbmV3IGZpbGUgbW9kZSAxMDA2NDQKaW5kZXggMDAwMDAwMDAwMDAwMDAwMDAw
MDAwMDAwMDAwMDAwMDAwMDAwMDAwMC4uMzM3NDk5M2QyYzVlZjMzNzgyNGY1NTJjMGI5MWI0MjA5
MGU5ZWZkOAotLS0gL2Rldi9udWxsCisrKyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL3dpbi9tYXRo
bWwvb3BlbnR5cGUvb3BlbnR5cGUtc3RyZXRjaHktaG9yaXpvbnRhbC1leHBlY3RlZC50eHQKQEAg
LTAsMCArMSwzNSBAQAorbGF5ZXIgYXQgKDAsMCkgc2l6ZSA3ODV4MzM1NTQ0MzEKKyAgUmVuZGVy
VmlldyBhdCAoMCwwKSBzaXplIDc4NXg2MDAKK2xheWVyIGF0ICgwLDApIHNpemUgNzg1eDMzNTU0
NDMxCisgIFJlbmRlckJsb2NrIHtIVE1MfSBhdCAoMCwwKSBzaXplIDc4NXgzMzU1NDQzMQorICAg
IFJlbmRlckJvZHkge0JPRFl9IGF0ICg4LDE2KSBzaXplIDc2OXgzMzU1NDQxNQorICAgICAgUmVu
ZGVyQmxvY2sge1B9IGF0ICgwLDApIHNpemUgNzY5eDE5CisgICAgICAgIFJlbmRlck1hdGhNTE1h
dGgge21hdGh9IGF0ICgwLDgpIHNpemUgMTB4MTEKKyAgICAgICAgICBSZW5kZXJNYXRoTUxSb3cg
e21zdHlsZX0gYXQgKDAsMCkgc2l6ZSAxMHgxMQorICAgICAgICAgICAgUmVuZGVyTWF0aE1MVW5k
ZXJPdmVyIHttb3Zlcn0gYXQgKDAsMCkgc2l6ZSAxMHgxMQorICAgICAgICAgICAgICBSZW5kZXJN
YXRoTUxPcGVyYXRvciB7bW99IGF0ICgwLDEpIHNpemUgMTB4MTAKKyAgICAgICAgICAgICAgICBS
ZW5kZXJCbG9jayAoYW5vbnltb3VzKSBhdCAoMCwwKSBzaXplIDF4MTAKKyAgICAgICAgICAgICAg
ICAgIFJlbmRlclRleHQgeyN0ZXh0fSBhdCAoMCwwKSBzaXplIDF4MAorICAgICAgICAgICAgICAg
ICAgICB0ZXh0IHJ1biBhdCAoMCwwKSB3aWR0aCAxOiAiXHh7MjE5Q30iCisgICAgICAgICAgICAg
IFJlbmRlck1hdGhNTFNwYWNlIHttc3BhY2V9IGF0ICgxLDApIHNpemUgOHgxCisgICAgICAgIFJl
bmRlclRleHQgeyN0ZXh0fSBhdCAoMCwwKSBzaXplIDB4MAorICAgICAgUmVuZGVyQmxvY2sge1B9
IGF0ICgwLDM1KSBzaXplIDc2OXgxOQorICAgICAgICBSZW5kZXJNYXRoTUxNYXRoIHttYXRofSBh
dCAoMCw4KSBzaXplIDIweDExCisgICAgICAgICAgUmVuZGVyTWF0aE1MUm93IHttc3R5bGV9IGF0
ICgwLDApIHNpemUgMjB4MTEKKyAgICAgICAgICAgIFJlbmRlck1hdGhNTFVuZGVyT3ZlciB7bW92
ZXJ9IGF0ICgwLDApIHNpemUgMjB4MTEKKyAgICAgICAgICAgICAgUmVuZGVyTWF0aE1MT3BlcmF0
b3Ige21vfSBhdCAoMCwxKSBzaXplIDIweDEwCisgICAgICAgICAgICAgICAgUmVuZGVyQmxvY2sg
KGFub255bW91cykgYXQgKDAsMCkgc2l6ZSAxeDEwCisgICAgICAgICAgICAgICAgICBSZW5kZXJU
ZXh0IHsjdGV4dH0gYXQgKDAsMCkgc2l6ZSAxeDAKKyAgICAgICAgICAgICAgICAgICAgdGV4dCBy
dW4gYXQgKDAsMCkgd2lkdGggMTogIlx4ezIxOUN9IgorICAgICAgICAgICAgICBSZW5kZXJNYXRo
TUxTcGFjZSB7bXNwYWNlfSBhdCAoMiwwKSBzaXplIDE2eDEKKyAgICAgICAgUmVuZGVyVGV4dCB7
I3RleHR9IGF0ICgwLDApIHNpemUgMHgwCisgICAgICBSZW5kZXJCbG9jayB7UH0gYXQgKDAsNzAp
IHNpemUgNzY5eDMzNTU0MzYxCisgICAgICAgIFJlbmRlck1hdGhNTE1hdGgge21hdGh9IGF0ICgw
LDgpIHNpemUgMTUweDMzNTU0NDIzCisgICAgICAgICAgUmVuZGVyTWF0aE1MUm93IHttc3R5bGV9
IGF0ICgwLDApIHNpemUgMTUweDMzNTU0NDMxCisgICAgICAgICAgICBSZW5kZXJNYXRoTUxVbmRl
ck92ZXIge21vdmVyfSBhdCAoMCwwKSBzaXplIDE1MHgzMzU1NDQzMQorICAgICAgICAgICAgICBS
ZW5kZXJNYXRoTUxPcGVyYXRvciB7bW99IGF0ICgwLDEpIHNpemUgMTUweDMzNTU0NDMwCisgICAg
ICAgICAgICAgICAgUmVuZGVyQmxvY2sgKGFub255bW91cykgYXQgKDAsMCkgc2l6ZSAxeDEwCisg
ICAgICAgICAgICAgICAgICBSZW5kZXJUZXh0IHsjdGV4dH0gYXQgKDAsMCkgc2l6ZSAxeDAKKyAg
ICAgICAgICAgICAgICAgICAgdGV4dCBydW4gYXQgKDAsMCkgd2lkdGggMTogIlx4ezIxOUN9Igor
ICAgICAgICAgICAgICBSZW5kZXJNYXRoTUxTcGFjZSB7bXNwYWNlfSBhdCAoMCwwKSBzaXplIDE1
MHgxCisgICAgICAgIFJlbmRlclRleHQgeyN0ZXh0fSBhdCAoMCwwKSBzaXplIDB4MAo=
</data>
<flag name="review"
          id="349657"
          type_id="1"
          status="+"
          setter="darin"
    />
    <flag name="commit-queue"
          id="349686"
          type_id="3"
          status="-"
          setter="lambda"
    />
          </attachment>
      

    </bug>

</bugzilla>