<?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>223326</bug_id>
          
          <creation_ts>2021-03-16 23:40:25 -0700</creation_ts>
          <short_desc>webgl/1.0.x/conformance/textures/misc/exif-orientation.html fails</short_desc>
          <delta_ts>2022-08-01 13:06:59 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebGL</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=242169</see_also>
          <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>
          
          <blocked>222812</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Kimmo Kinnunen">kkinnunen</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dcasorran</cc>
    
    <cc>dino</cc>
    
    <cc>kbr</cc>
    
    <cc>kkinnunen</cc>
    
    <cc>micah.millereshleman</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1740417</commentid>
    <comment_count>0</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-16 23:40:25 -0700</bug_when>
    <thetext>webgl/1.0.4/conformance/textures/misc/exif-orientation.html fails</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740454</commentid>
    <comment_count>1</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 00:30:56 -0700</bug_when>
    <thetext>*** Bug 223342 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740524</commentid>
    <comment_count>2</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 01:17:01 -0700</bug_when>
    <thetext>https://www.khronos.org/registry/webgl/sdk/tests/conformance/textures/misc/exif-orientation.html?webglVersion=1&amp;quiet=0&amp;quick=1


Verifies EXIF orientation is respected when uploading images to WebGL textures

On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.

----------------------------------------------------------------
Testing exif-orientation-test-1-normal.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-1-normal.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-2-mirror-horizontal.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-2-mirror-horizontal.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-3-rotate-180.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
----------------------------------------------------------------
Testing exif-orientation-test-3-rotate-180.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-4-mirror-vertical.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 254,0,0
----------------------------------------------------------------
Testing exif-orientation-test-4-mirror-vertical.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-5-mirror-horizontal-90-ccw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
----------------------------------------------------------------
Testing exif-orientation-test-5-mirror-horizontal-90-ccw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-6-90-ccw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
----------------------------------------------------------------
Testing exif-orientation-test-6-90-ccw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-7-mirror-horizontal-90-cw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 255,255,1
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
FAIL shouldBe 255,255,0 +/-5
at (153, 128) expected: 255,255,0 was 0,0,254
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 0,0,254
----------------------------------------------------------------
Testing exif-orientation-test-7-mirror-horizontal-90-cw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
----------------------------------------------------------------
Testing exif-orientation-test-8-90-cw.jpg via ImageBitmap from Blob
  (createImageBitmap options not supported - skipping flipY=true case)
  Testing texImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
  Testing texSubImage2D, flipY = false
  Checking top
FAIL shouldBe 255,0,0 +/-5
at (128, 64) expected: 255,0,0 was 0,0,254
  Checking left
FAIL shouldBe 0,0,255 +/-5
at (102, 128) expected: 0,0,255 was 255,255,1
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
FAIL shouldBe 0,255,0 +/-5
at (128, 192) expected: 0,255,0 was 255,255,0
----------------------------------------------------------------
Testing exif-orientation-test-8-90-cw.jpg via HTMLImageElement
  Testing texImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = true
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
  Testing texSubImage2D, flipY = false
  Checking top
PASS shouldBe 255,0,0 +/-5
  Checking left
PASS shouldBe 0,0,255 +/-5
  Checking right
PASS shouldBe 255,255,0 +/-5
  Checking bottom
PASS shouldBe 0,255,0 +/-5
PASS successfullyParsed is true

TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1740569</commentid>
    <comment_count>3</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-03-17 01:45:40 -0700</bug_when>
    <thetext>At least macOS 11.3, iMacPro1,1, Radeon Pro Vega 56</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1743176</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-23 23:41:11 -0700</bug_when>
    <thetext>&lt;rdar://problem/75772814&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1783144</commentid>
    <comment_count>5</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2021-08-10 02:54:45 -0700</bug_when>
    <thetext>*** Bug 228948 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1879275</commentid>
    <comment_count>6</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2022-06-29 23:35:38 -0700</bug_when>
    <thetext>https://github.com/WebKit/WebKit/pull/1897</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1879280</commentid>
    <comment_count>7</comment_count>
    <who name="Kimmo Kinnunen">kkinnunen</who>
    <bug_when>2022-06-29 23:51:59 -0700</bug_when>
    <thetext>*** Bug 242137 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1888146</commentid>
    <comment_count>8</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-08-01 13:06:57 -0700</bug_when>
    <thetext>Committed 253004@main (8758b1b9f855): &lt;https://commits.webkit.org/253004@main&gt;

Reviewed commits have been landed. Closing PR #1897 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>