[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ojan at chromium.org ojan at chromium.org
Wed Dec 22 18:38:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6aa2b6be57c4a38c02b030bd44c58af7acdfcf9e
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 00:28:53 2010 +0000

    2010-12-14  Benjamin Kalman  <kalman at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
            https://bugs.webkit.org/show_bug.cgi?id=48926
    
            Update all the text expectations files that have BUGXXX to either BUGCRXXX or (where
            appropriate) BUGWKXXX.
    
            * platform/chromium-gpu/test_expectations.txt:
            * platform/chromium/test_expectations.txt:
            * platform/mac/test_expectations.txt:
            * platform/qt/test_expectations.txt:
    2010-12-14  Benjamin Kalman  <kalman at chromium.org>
    
            Reviewed by Ojan Vafai.
    
            Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
            https://bugs.webkit.org/show_bug.cgi?id=48926
    
            * Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
            Add presubmit check that BUG isn't used, either BUGCR/BUGWK/BUGV8_.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74070 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 40a3725..b9e76ab 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-12-14  Benjamin Kalman  <kalman at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
+        https://bugs.webkit.org/show_bug.cgi?id=48926
+
+        Update all the text expectations files that have BUGXXX to either BUGCRXXX or (where
+        appropriate) BUGWKXXX.
+
+        * platform/chromium-gpu/test_expectations.txt:
+        * platform/chromium/test_expectations.txt:
+        * platform/mac/test_expectations.txt:
+        * platform/qt/test_expectations.txt:
+
 2010-12-14  Yael Aharon  <yael.aharon at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/LayoutTests/platform/chromium-gpu/test_expectations.txt b/LayoutTests/platform/chromium-gpu/test_expectations.txt
index 1b3ae26..9ed39ac 100644
--- a/LayoutTests/platform/chromium-gpu/test_expectations.txt
+++ b/LayoutTests/platform/chromium-gpu/test_expectations.txt
@@ -64,20 +64,20 @@ BUGNONE WIN LINUX : canvas/philip = PASS
 
 // START OF DUPLICATED SECTION
 WONTFIX : fast/canvas/canvas-gradient-addStop-error.html = FAIL
-BUG11153 WIN LINUX : fast/canvas/canvas-incremental-repaint-2.html = FAIL
-BUG11153 WIN LINUX : fast/canvas/canvas-incremental-repaint.html = FAIL
+BUGCR11153 WIN LINUX : fast/canvas/canvas-incremental-repaint-2.html = FAIL
+BUGCR11153 WIN LINUX : fast/canvas/canvas-incremental-repaint.html = FAIL
 // Passes on the GPU, but leaving this here for reference.
-// BUG22700 LINUX WIN : fast/canvas/canvas-getImageData.html = FAIL
-BUG10318 WIN LINUX : fast/canvas/toDataURL-supportedTypes.html = FAIL
-// BUG23498 MAC : fast/canvas/canvas-bg.html = IMAGE
-// BUG23498 MAC : fast/canvas/canvas-text-alignment.html = IMAGE
-// BUG23498 MAC : fast/canvas/image-object-in-canvas.html = IMAGE
-// BUG23488 MAC : fast/canvas/canvas-incremental-repaint-2.html = IMAGE
-// BUG23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE
-// BUG23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE
-// BUG23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE
-BUG22700 WIN LINUX : fast/canvas/canvas-shadow.html = TEXT
-BUG33287 WIN LINUX : fast/canvas/set-colors.html = TEXT
+// BUGCR22700 LINUX WIN : fast/canvas/canvas-getImageData.html = FAIL
+BUGCR10318 WIN LINUX : fast/canvas/toDataURL-supportedTypes.html = FAIL
+// BUGCR23498 MAC : fast/canvas/canvas-bg.html = IMAGE
+// BUGCR23498 MAC : fast/canvas/canvas-text-alignment.html = IMAGE
+// BUGCR23498 MAC : fast/canvas/image-object-in-canvas.html = IMAGE
+// BUGCR23488 MAC : fast/canvas/canvas-incremental-repaint-2.html = IMAGE
+// BUGCR23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE
+// BUGCR23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE
+// BUGCR23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE
+BUGCR22700 WIN LINUX : fast/canvas/canvas-shadow.html = TEXT
+BUGCR33287 WIN LINUX : fast/canvas/set-colors.html = TEXT
 BUGWK45991 : canvas/philip/tests/2d.composite.operation.clear.html = TEXT
 BUGWK45991 : canvas/philip/tests/2d.drawImage.broken.html = TEXT
 BUGWK45991 LINUX WIN RELEASE : canvas/philip/tests/2d.gradient.radial.cone.top.html = TEXT
@@ -193,21 +193,21 @@ BUGWEBGL WIN MAC : fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
 BUGWEBGL WIN : fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view.html = CRASH PASS
 BUGWEBGL : fast/canvas/webgl/gl-uniform-arrays.html = TEXT
 BUGWEBGL : fast/canvas/webgl/point-size.html = TEXT
-BUG60651 : fast/canvas/webgl/gl-object-get-calls.html = TEXT PASS
-BUG60651 WIN : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
-// BUG60651 : fast/canvas/webgl/uniform-location.html = TIMEOUT FAIL
+BUGCR60651 : fast/canvas/webgl/gl-object-get-calls.html = TEXT PASS
+BUGCR60651 WIN : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
+// BUGCR60651 : fast/canvas/webgl/uniform-location.html = TIMEOUT FAIL
 BUG_AUTO WIN DEBUG : canvas/philip/tests/2d.text.draw.align.center.html = PASS TEXT
 BUGJAPHET WIN LINUX : fast/canvas/canvas-currentColor.html = TEXT
-BUG61824 : canvas/philip/tests/2d.pattern.image.string.html = TEXT
+BUGCR61824 : canvas/philip/tests/2d.pattern.image.string.html = TEXT
 // Update canvas/philip in WK r71481
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.imageData.put.wrongtype.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.pattern.image.incomplete.empty.html = TEXT
-BUG62301 MAC LINUX WIN :  canvas/philip/tests/2d.pattern.image.incomplete.omitted.html = TEXT
-BUG62301 LINUX WIN :  canvas/philip/tests/toDataURL.jpeg.alpha.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.imageData.put.wrongtype.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.pattern.image.incomplete.empty.html = TEXT
+BUGCR62301 MAC LINUX WIN :  canvas/philip/tests/2d.pattern.image.incomplete.omitted.html = TEXT
+BUGCR62301 LINUX WIN :  canvas/philip/tests/toDataURL.jpeg.alpha.html = TEXT
 
 // END OF DUPLICATED SECTION
 
@@ -260,9 +260,9 @@ BUGWK47926 : compositing/geometry/composited-html-size.html = FAIL
 // These tests are missing an entire layer in the layer tree output.
 BUGWK47927 WIN LINUX : compositing/geometry/limit-layer-bounds-clipping-ancestor.html = TEXT
 
-BUG60962 WIN : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT PASS
-BUG60962 MAC : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE
-BUG60962 LINUX : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE PASS
+BUGCR60962 WIN : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT PASS
+BUGCR60962 MAC : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE
+BUGCR60962 LINUX : compositing/geometry/limit-layer-bounds-overflow-repaint.html = TIMEOUT IMAGE PASS
 
 // The following failure seems suspicious because it does not contain
 // any text; it seems that the layer tree should precisely match
@@ -353,11 +353,11 @@ BUGWK47243 WIN : fast/canvas/webgl/uniform-location.html = TIMEOUT CRASH
 BUGWK49629 SKIP : platform/chromium/compositing/lots-of-img-layers.html = PASS
 BUGWK49629 SKIP : platform/chromium/compositing/lots-of-img-layers-with-opacity.html = PASS
 
-BUG57431 WIN LINUX : fast/canvas/canvas-strokeRect.html = TEXT
-BUG57432 WIN LINUX : fast/canvas/drawImage-with-negative-source-destination.html = TEXT
-BUG58534 WIN LINUX : canvas/philip/tests/2d.composite.globalAlpha.fill.html = TEXT
-BUG58536 WIN LINUX : canvas/philip/tests/2d.imageData.put.alpha.html = TEXT
-BUG60965 WIN LINUX : fast/canvas/setWidthResetAfterForcedRender.html = IMAGE+TEXT
+BUGCR57431 WIN LINUX : fast/canvas/canvas-strokeRect.html = TEXT
+BUGCR57432 WIN LINUX : fast/canvas/drawImage-with-negative-source-destination.html = TEXT
+BUGCR58534 WIN LINUX : canvas/philip/tests/2d.composite.globalAlpha.fill.html = TEXT
+BUGCR58536 WIN LINUX : canvas/philip/tests/2d.imageData.put.alpha.html = TEXT
+BUGCR60965 WIN LINUX : fast/canvas/setWidthResetAfterForcedRender.html = IMAGE+TEXT
 
 BUGWK49477 WIN LINUX : fast/canvas/canvas-arc-360-winding.html = TEXT
 
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 483c1f6..1919dd7 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -46,7 +46,7 @@
 // DEBUG : fast/js/no-good.js = TIMEOUT PASS
 // DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
 // LINUX DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
-// BUG1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
+// BUGCR1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
 //
 // Notes:
 // -A test cannot be both SLOW and TIMEOUT
@@ -58,49 +58,49 @@
 // SLOW TESTS
 // -----------------------------------------------------------------
 
-BUG24182 SLOW : fast/js/regexp-overflow.html = PASS
-BUG24182 SLOW RELEASE : http/tests/misc/DOMContentLoaded-event.html = PASS
-BUG24182 SLOW LINUX DEBUG : http/tests/misc/DOMContentLoaded-event.html = PASS
-BUG24182 SLOW : http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = PASS
-BUG24182 SLOW WIN MAC : svg/custom/invisible-text-after-scrolling.xhtml = PASS
-BUG24182 SLOW : tables/mozilla/other/slashlogo.html = PASS
-BUG24182 SLOW WIN RELEASE : tables/mozilla/bugs/bug113235-1.html = PASS
-BUG24182 SLOW DEBUG : fast/js/toString-and-valueOf-override.html = PASS
+BUGCR24182 SLOW : fast/js/regexp-overflow.html = PASS
+BUGCR24182 SLOW RELEASE : http/tests/misc/DOMContentLoaded-event.html = PASS
+BUGCR24182 SLOW LINUX DEBUG : http/tests/misc/DOMContentLoaded-event.html = PASS
+BUGCR24182 SLOW : http/tests/xmlhttprequest/simple-cross-origin-progress-events.html = PASS
+BUGCR24182 SLOW WIN MAC : svg/custom/invisible-text-after-scrolling.xhtml = PASS
+BUGCR24182 SLOW : tables/mozilla/other/slashlogo.html = PASS
+BUGCR24182 SLOW WIN RELEASE : tables/mozilla/bugs/bug113235-1.html = PASS
+BUGCR24182 SLOW DEBUG : fast/js/toString-and-valueOf-override.html = PASS
 
 // This tests is normally <1 second, but occasionally takes >20s.
-BUG24182 SLOW WIN RELEASE : fast/dom/Window/webkitConvertPoint.html = PASS
-
-BUG24182 WIN RELEASE SLOW : http/tests/loading/redirect-methods.html = PASS
-BUG24182 WIN SLOW : svg/hixie/perf/007.xml = PASS
-BUG24182 SLOW MAC RELEASE : dom/html/level2/html/HTMLImageElement01.html = PASS
-BUG24182 SLOW WIN RELEASE : http/tests/local/file-url-sent-as-referer.html = PASS
-BUG24182 SLOW WIN DEBUG : svg/carto.net/window.svg = PASS
-BUG24182 SLOW LINUX DEBUG : fast/xpath/4XPath/Borrowed/cz_20030217.html = PASS
-BUG24182 SLOW WIN MAC DEBUG : tables/mozilla/bugs/45621.html = PASS
-//BUG24852 started failing since webkit 49583
-BUG24182 SLOW WIN : http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html = PASS
-BUG24182 SLOW WIN RELEASE : http/tests/security/cross-origin-css.html = PASS
-BUG24182 SLOW WIN RELEASE : fast/loader/local-CSS-from-local.html = PASS
-BUG24182 WIN RELEASE SLOW : http/tests/incremental/split-hex-entities.pl = PASS
-BUG24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS
-BUG24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/connection-error-sync.html = PASS
-BUG24182 WIN RELEASE SLOW : http/tests/loading/onload-vs-immediate-refresh.pl = PASS
-BUG24182 SLOW WIN : fast/images/svg-as-background.html = PASS
-BUG24182 SLOW WIN : fast/backgrounds/svg-as-background-5.html = PASS
-BUG24182 SLOW : http/tests/cache/subresource-failover-to-network.html = PASS
-BUG24182 WIN DEBUG SLOW : fast/parser/block-nesting-cap.html = PASS
+BUGCR24182 SLOW WIN RELEASE : fast/dom/Window/webkitConvertPoint.html = PASS
+
+BUGCR24182 WIN RELEASE SLOW : http/tests/loading/redirect-methods.html = PASS
+BUGCR24182 WIN SLOW : svg/hixie/perf/007.xml = PASS
+BUGCR24182 SLOW MAC RELEASE : dom/html/level2/html/HTMLImageElement01.html = PASS
+BUGCR24182 SLOW WIN RELEASE : http/tests/local/file-url-sent-as-referer.html = PASS
+BUGCR24182 SLOW WIN DEBUG : svg/carto.net/window.svg = PASS
+BUGCR24182 SLOW LINUX DEBUG : fast/xpath/4XPath/Borrowed/cz_20030217.html = PASS
+BUGCR24182 SLOW WIN MAC DEBUG : tables/mozilla/bugs/45621.html = PASS
+//BUGCR24852 started failing since webkit 49583
+BUGCR24182 SLOW WIN : http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html = PASS
+BUGCR24182 SLOW WIN RELEASE : http/tests/security/cross-origin-css.html = PASS
+BUGCR24182 SLOW WIN RELEASE : fast/loader/local-CSS-from-local.html = PASS
+BUGCR24182 WIN RELEASE SLOW : http/tests/incremental/split-hex-entities.pl = PASS
+BUGCR24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/XMLHttpRequestException.html = PASS
+BUGCR24182 WIN RELEASE SLOW : http/tests/xmlhttprequest/connection-error-sync.html = PASS
+BUGCR24182 WIN RELEASE SLOW : http/tests/loading/onload-vs-immediate-refresh.pl = PASS
+BUGCR24182 SLOW WIN : fast/images/svg-as-background.html = PASS
+BUGCR24182 SLOW WIN : fast/backgrounds/svg-as-background-5.html = PASS
+BUGCR24182 SLOW : http/tests/cache/subresource-failover-to-network.html = PASS
+BUGCR24182 WIN DEBUG SLOW : fast/parser/block-nesting-cap.html = PASS
 
 // Usually <1s in release, ~1s in debug, but occasionally >5s in release.
-BUG27335 WIN RELEASE : plugins/embed-attributes-setting.html = PASS TIMEOUT
-BUG27335 WIN DEBUG SLOW : plugins/embed-attributes-setting.html = PASS
+BUGCR27335 WIN RELEASE : plugins/embed-attributes-setting.html = PASS TIMEOUT
+BUGCR27335 WIN DEBUG SLOW : plugins/embed-attributes-setting.html = PASS
 
 // --- collecting results for supported-xml-content-types.html ---
 // was slow, started to timeout
-BUG18702 WIN : http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT
+BUGCR18702 WIN : http/tests/xmlhttprequest/supported-xml-content-types.html = PASS TIMEOUT
 
-BUG36539 SLOW : http/tests/misc/uncacheable-script-repeated.html = PASS
+BUGCR36539 SLOW : http/tests/misc/uncacheable-script-repeated.html = PASS
 
-BUG32018 SLOW : http/tests/websocket/tests/frame-lengths.html = PASS
+BUGCR32018 SLOW : http/tests/websocket/tests/frame-lengths.html = PASS
 
 // -----------------------------------------------------------------
 // SKIPPED TESTS
@@ -116,7 +116,7 @@ WONTFIX SKIP : fast/js/regexp-overflow-too-big.html = TIMEOUT
 // these tests, because they are giving us a false sense of testing that isn't
 // really happening.  Furthermore, since they appear to pass if we do try to
 // run them, we can't even list them as permanently expected to fail.
-BUG24185 WONTFIX SKIP : dom/xhtml = PASS
+BUGCR24185 WONTFIX SKIP : dom/xhtml = PASS
 
 // We do not want to support Legacy mac encodings on Windows/Linux.
 // On Mac, we can support them by building platform/text/mac, but
@@ -125,7 +125,7 @@ WONTFIX SKIP WIN LINUX : fast/encoding/char-encoding-mac.html = FAIL
 
 // Fails due to different window.close() rules.  We need to decide whether we
 // ever expect to pass this.  Now also timing out.
-BUG24189 WONTFIX SKIP : fast/dom/open-and-close-by-DOM.html = FAIL
+BUGCR24189 WONTFIX SKIP : fast/dom/open-and-close-by-DOM.html = FAIL
 
 // Skip because of WebKit bug 18512. These bugs "poison" future tests, causing
 // all SVG objects with fill="red" to be rendered in green.
@@ -156,15 +156,15 @@ WONTFIX SKIP : http/tests/websocket/tests/workers/ = PASS TIMEOUT FAIL
 // loaded pages alive in memory to be able to quickly substitute them when user clicks History buttons.
 // Chromium wants those to be separate navigations made via browser process to be able to make decision
 // on which renderer process to use for each of them.
-WONTFIX SKIP BUG19635 : fast/harness/use-page-cache.html = TIMEOUT FAIL
-WONTFIX SKIP BUG19635 : fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL
+WONTFIX SKIP BUGCR19635 : fast/harness/use-page-cache.html = TIMEOUT FAIL
+WONTFIX SKIP BUGCR19635 : fast/dom/Window/timer-resume-on-navigation-back.html = TIMEOUT FAIL
 // Depends on page cache, as far as I can tell.
-WONTFIX SKIP BUG19635 : fast/events/pageshow-pagehide-on-back-cached.html = TIMEOUT FAIL
-WONTFIX SKIP BUG19635 : fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT
-WONTFIX SKIP BUG19635 : media/restore-from-page-cache.html = TIMEOUT
-WONTFIX SKIP BUG19635 : loader/go-back-to-different-window-size.html = TIMEOUT TEXT
-WONTFIX SKIP BUG19635 : fast/loader/crash-copying-backforwardlist.html = TEXT
-WONTFIX SKIP BUG19635 : fast/harness/page-cache-crash-on-data-urls.html = TEXT
+WONTFIX SKIP BUGCR19635 : fast/events/pageshow-pagehide-on-back-cached.html = TIMEOUT FAIL
+WONTFIX SKIP BUGCR19635 : fast/events/pageshow-pagehide-on-back-cached-with-frames.html = TIMEOUT
+WONTFIX SKIP BUGCR19635 : media/restore-from-page-cache.html = TIMEOUT
+WONTFIX SKIP BUGCR19635 : loader/go-back-to-different-window-size.html = TIMEOUT TEXT
+WONTFIX SKIP BUGCR19635 : fast/loader/crash-copying-backforwardlist.html = TEXT
+WONTFIX SKIP BUGCR19635 : fast/harness/page-cache-crash-on-data-urls.html = TEXT
 
 // Tests that rely on cross-process MessagePorts.  No point in running them in
 // test_shell, since we'd have to use a completely different implementation from
@@ -184,7 +184,7 @@ WONTFIX SKIP : fast/events/message-port-multi.html = FAIL
 WONTFIX SKIP : http/tests/security/MessagePort/event-listener-context.html = FAIL
 
 // Implement java testing harness.
-BUG36681 SKIP : java = TEXT
+BUGCR36681 SKIP : java = TEXT
 // Chrome does not support Java LiveConnect.
 WONTFIX SKIP : java/lc3 = TEXT
 
@@ -223,9 +223,9 @@ WONTFIX : fast/dom/gc-10.html = FAIL
 // This fails because we're missing various useless apple-specific
 // properties on the window object.
 // This test also timeouts in Debug mode.
-BUG24187 WONTFIX SLOW DEBUG : fast/dom/Window/window-properties.html = FAIL
-BUG24187 WONTFIX SLOW WIN RELEASE : fast/dom/Window/window-properties.html = FAIL
-BUG24187 WONTFIX LINUX MAC RELEASE : fast/dom/Window/window-properties.html = FAIL
+BUGCR24187 WONTFIX SLOW DEBUG : fast/dom/Window/window-properties.html = FAIL
+BUGCR24187 WONTFIX SLOW WIN RELEASE : fast/dom/Window/window-properties.html = FAIL
+BUGCR24187 WONTFIX LINUX MAC RELEASE : fast/dom/Window/window-properties.html = FAIL
 
 // Safari specific test to ensure that JavaScript errors aren't logged when in
 // private browsing mode.
@@ -255,15 +255,15 @@ WONTFIX : fast/events/keydown-1.html = FAIL
 WONTFIX LINUX WIN : fast/events/option-tab.html = FAIL
 
 // Chrome does not support WebArchives.
-BUG10395 WONTFIX SKIP : webarchive = FAIL PASS
-BUG10395 WONTFIX SKIP : svg/webarchive = FAIL PASS
-BUG10395 WONTFIX SKIP : svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS
-BUG10395 WONTFIX SKIP : http/tests/webarchive = FAIL PASS
+BUGCR10395 WONTFIX SKIP : webarchive = FAIL PASS
+BUGCR10395 WONTFIX SKIP : svg/webarchive = FAIL PASS
+BUGCR10395 WONTFIX SKIP : svg/custom/image-with-prefix-in-webarchive.svg = FAIL PASS
+BUGCR10395 WONTFIX SKIP : http/tests/webarchive = FAIL PASS
 
 // Compositing tests are run separately on machines with GPUs; see
 // LayoutTests/platform/chromium-gpu.
-BUG15733 WONTFIX SKIP : compositing = FAIL PASS TIMEOUT
-BUG15733 WONTFIX SKIP : platform/chromium/compositing = FAIL PASS TIMEOUT
+BUGCR15733 WONTFIX SKIP : compositing = FAIL PASS TIMEOUT
+BUGCR15733 WONTFIX SKIP : platform/chromium/compositing = FAIL PASS TIMEOUT
 
 // Run the Mac-specific platform tests, but only to check for crashes.
 WONTFIX : platform/gtk = FAIL PASS
@@ -395,31 +395,31 @@ WONTFIX : storage/domstorage/sessionstorage/private-browsing-affects-storage.htm
 
 // These tests propagate auth credentials back to the renderer, which we
 // don't want to do.
-WONTFIX BUG21840 MAC LINUX : http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL
-WONTFIX BUG21840 WIN : http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL TIMEOUT
-WONTFIX BUG21840 : http/tests/loading/basic-credentials-sent-automatically.html = FAIL
+WONTFIX BUGCR21840 MAC LINUX : http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL
+WONTFIX BUGCR21840 WIN : http/tests/loading/basic-auth-resend-wrong-credentials.html = FAIL TIMEOUT
+WONTFIX BUGCR21840 : http/tests/loading/basic-credentials-sent-automatically.html = FAIL
 
 // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or
 // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN
 // security model is different from it.
-BUG21814 WONTFIX SKIP: fast/encoding/idn-security.html = FAIL
+BUGCR21814 WONTFIX SKIP: fast/encoding/idn-security.html = FAIL
 
 // Our implementation of global history is completely different, and
 // these tests are irrelevant.
-BUG23748 WONTFIX : http/tests/globalhistory = FAIL
+BUGCR23748 WONTFIX : http/tests/globalhistory = FAIL
 
 // DataGrid was pulled from HTML5 spec, unlikely to re-emerge in the current form.
-BUG17585 WONTFIX : fast/dom/HTMLDataGridElement = FAIL
+BUGCR17585 WONTFIX : fast/dom/HTMLDataGridElement = FAIL
 
 // We are not going to support submitting a form to about:* pages.
 // For more details, see discussions at issue 20570.
-BUG20570 WONTFIX : fast/forms/get-forms-to-about-blank.html = FAIL
+BUGCR20570 WONTFIX : fast/forms/get-forms-to-about-blank.html = FAIL
 
 // xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are
 // skipped on all platforms upstream.
 // We are not planning to support these.
-BUG12254 WONTFIX SKIP : fast/xhtmlmp = FAIL
-BUG12254 WONTFIX SKIP : http/tests/xhtmlmp = FAIL
+BUGCR12254 WONTFIX SKIP : fast/xhtmlmp = FAIL
+BUGCR12254 WONTFIX SKIP : http/tests/xhtmlmp = FAIL
 
 // This test requires LayoutTestController.setCacheModel, which we don't implement
 // because we can't emulate the cahcing behaviors it expects.
@@ -430,10 +430,10 @@ WONTFIX SKIP : editing/deleting/deletionUI-single-instance.html = FAIL IMAGE
 WONTFIX SKIP : fast/dom/Element/id-in-deletebutton.html = TEXT
 
 // Tests for FAST_MOBILE_SCROLLING. We don't use it.
-WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/fixed-position-element.html = IMAGE+TEXT
-WONTFIX BUG32663 WIN LINUX : fast/fast-mobile-scrolling/no-fixed-position-elements.html = IMAGE+TEXT
-WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/fixed-position-element.html = IMAGE PASS
-WONTFIX BUG32663 MAC : fast/fast-mobile-scrolling/no-fixed-position-elements.html = IMAGE PASS
+WONTFIX BUGCR32663 WIN LINUX : fast/fast-mobile-scrolling/fixed-position-element.html = IMAGE+TEXT
+WONTFIX BUGCR32663 WIN LINUX : fast/fast-mobile-scrolling/no-fixed-position-elements.html = IMAGE+TEXT
+WONTFIX BUGCR32663 MAC : fast/fast-mobile-scrolling/fixed-position-element.html = IMAGE PASS
+WONTFIX BUGCR32663 MAC : fast/fast-mobile-scrolling/no-fixed-position-elements.html = IMAGE PASS
 
 // Tests for frameset flattening. Relevant only on mobile browsers.
 WONTFIX SKIP : fast/frames/flattening = TIMEOUT
@@ -446,7 +446,7 @@ WONTFIX SKIP : fast/loader/api-test-go-to-current-back-forward-item.html = TIMEO
 WONTFIX SKIP : fast/spatial-navigation = FAIL
 
 // We're not planning to relax third-party cookie rules any time soon.
-WONTFIX BUG37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FAIL
+WONTFIX BUGCR37684 SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FAIL
 
 // <progress> on Mac is always animated.
 WONTFIX MAC : fast/dom/HTMLProgressElement/progress-element.html = IMAGE PASS
@@ -455,12 +455,12 @@ WONTFIX MAC : fast/dom/HTMLProgressElement/progress-element.html = IMAGE PASS
 WONTFIX SKIP : storage/private-browsing-readonly.html = PASS
 
 // These tests are WONTFIX because they use codecs Chromium doesn't support.
-BUG16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/media-can-play-mpeg-audio.html = TEXT
-BUG16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT
-BUG16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT
+BUGCR16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT
+BUGCR16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT
+BUGCR16779 WONTFIX SKIP : media/media-can-play-mpeg-audio.html = TEXT
+BUGCR16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT
+BUGCR16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT
+BUGCR16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT
 BUGWK45102 WONTFIX SKIP : media/media-can-play-mpeg4-video.html = TEXT
 
 // Chromium does not use the icon loader in WebCore for loading notifications.
@@ -483,7 +483,7 @@ WONTFIX : editing/selection/click-before-and-after-table.html = FAIL
 
 // We're taking a different approach on this test than Webkit does, related to
 // whether we create a window via a plugin when target is _blank.
-BUG24186 WONTFIX SKIP : plugins/get-url-with-blank-target.html = FAIL
+BUGCR24186 WONTFIX SKIP : plugins/get-url-with-blank-target.html = FAIL
 
 // Dashboard-related test
 WONTFIX SKIP : platform/mac/fast/css/dashboard-region-parser.html = FAIL
@@ -512,7 +512,7 @@ WONTFIX SKIP : http/tests/security/dataTransfer-set-data-file-url.html = FAIL
 // The issue is which global object to use as the implicit
 // receiver for cross-frame calls.  Currently, IE, Firefox and Chrome
 // agree and only Safari is doing it this way.
-BUG5053 WONTFIX : fast/frames/cross-site-this.html = FAIL
+BUGCR5053 WONTFIX : fast/frames/cross-site-this.html = FAIL
 
 // This tests a Safari incompatibility.  This test should fail since
 // it contains syntax errors that JSC for some reason choose not to
@@ -527,7 +527,7 @@ WONTFIX SKIP : transforms/3d = FAIL
 
 // Copying with no selection is sometimes supposed to work
 // Also skipped by Apple on Windows (rdar://problem/5015941)
-BUG20404 : editing/execCommand/copy-without-selection.html = FAIL
+BUGCR20404 : editing/execCommand/copy-without-selection.html = FAIL
 
 // -----------------------------------------------------------------
 // LIGHTTPD
@@ -536,18 +536,18 @@ BUG20404 : editing/execCommand/copy-without-selection.html = FAIL
 // (Note that lighttpd is only used on Windows at this point.)
 
 // LightTPD doesn't accept unknown HTTP methods
-BUG30536 WIN SKIP : http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
-BUG30536 WIN : http/tests/xmlhttprequest/methods-async.html = TIMEOUT
-BUG30536 WIN SLOW : http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
+BUGCR30536 WIN SKIP : http/tests/xmlhttprequest/methods-lower-case.html = TIMEOUT CRASH
+BUGCR30536 WIN : http/tests/xmlhttprequest/methods-async.html = TIMEOUT
+BUGCR30536 WIN SLOW : http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html = FAIL
 // LightTPD doesn't accept unknown HTTP methods and passes CGIs a Content-Type
 // even when a request didn't send the header.
-BUG30536 WIN SLOW : http/tests/xmlhttprequest/methods.html = FAIL
+BUGCR30536 WIN SLOW : http/tests/xmlhttprequest/methods.html = FAIL
 // Webkit 50667:50696 (Lighttpd related?)
-BUG30536 WIN : http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html = TEXT
+BUGCR30536 WIN : http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value.html = TEXT
 
 // Another lighttpd quirk.
-BUG8941 WIN SLOW : http/tests/xmlhttprequest/web-apps/013.html = FAIL
-BUG8941 WIN : http/tests/xmlhttprequest/web-apps/012.html = FAIL
+BUGCR8941 WIN SLOW : http/tests/xmlhttprequest/web-apps/013.html = FAIL
+BUGCR8941 WIN : http/tests/xmlhttprequest/web-apps/012.html = FAIL
 
 // -----------------------------------------------------------------
 // TEXT
@@ -557,19 +557,19 @@ BUG8941 WIN : http/tests/xmlhttprequest/web-apps/012.html = FAIL
 // Mostly this is because of international text rendering differences.
 
 // Incrorect results, in incorrect international font metrics.
-BUG20521 LINUX WIN : fast/text/atsui-multiple-renderers.html = FAIL
-BUG20521 LINUX WIN : fast/text/atsui-pointtooffset-calls-cg.html = FAIL TIMEOUT
-BUG20521 LINUX WIN : fast/text/atsui-rtl-override-selection.html = FAIL
+BUGCR20521 LINUX WIN : fast/text/atsui-multiple-renderers.html = FAIL
+BUGCR20521 LINUX WIN : fast/text/atsui-pointtooffset-calls-cg.html = FAIL TIMEOUT
+BUGCR20521 LINUX WIN : fast/text/atsui-rtl-override-selection.html = FAIL
 
 // This test checks that we hack around a bug in helvetica.  We fail to.
-BUG20519 WIN : fast/text/wide-zero-width-space.html = FAIL
+BUGCR20519 WIN : fast/text/wide-zero-width-space.html = FAIL
 
 // There's a missing glyph box in "full-time".
-BUG20547 WIN : fast/text/capitalize-boundaries.html = FAIL
+BUGCR20547 WIN : fast/text/capitalize-boundaries.html = FAIL
 
 // Different button line-heights, our behavior looks wrong.
-BUG20551 LINUX WIN : fast/replaced/table-percent-height.html = FAIL
-BUG20551 LINUX WIN : fast/replaced/table-percent-height-text-controls.html = FAIL
+BUGCR20551 LINUX WIN : fast/replaced/table-percent-height.html = FAIL
+BUGCR20551 LINUX WIN : fast/replaced/table-percent-height-text-controls.html = FAIL
 
 
 // -----------------------------------------------------------------
@@ -580,25 +580,25 @@ BUG20551 LINUX WIN : fast/replaced/table-percent-height-text-controls.html = FAI
 // races. See https://bugs.webkit.org/show_bug.cgi?id=21536
 // We currently match upstream except for font differences, but we should
 // probably rewrite the test as suggested in the webkit bug.
-BUG24195 WIN LINUX : fast/repaint/bugzilla-6473.html = IMAGE+TEXT
-BUG24195 MAC : fast/repaint/bugzilla-6473.html = IMAGE
+BUGCR24195 WIN LINUX : fast/repaint/bugzilla-6473.html = IMAGE+TEXT
+BUGCR24195 MAC : fast/repaint/bugzilla-6473.html = IMAGE
 
 // -----------------------------------------------------------------
 // Tests requiring features not currently in test_shell.
 // -----------------------------------------------------------------
 
 // Implement layoutTestController.display()
-BUG8630 WIN LINUX : fast/repaint/body-background-image.html = FAIL
+BUGCR8630 WIN LINUX : fast/repaint/body-background-image.html = FAIL
 
 // Relies on text metrics to pass. Rework to be meaningful for ports other than platform/mac.
-BUG8630 WIN LINUX : fast/repaint/overflow-outline-repaint.html = FAIL
-BUG8630 WIN LINUX : fast/backgrounds/solid-color-context-restore.html = FAIL
-BUG8630 WIN LINUX : fast/dynamic/containing-block-change.html = FAIL
-BUG8630 LINUX : fast/forms/listbox-clip.html = IMAGE+TEXT
-BUG8630 WIN LINUX : fast/overflow/hidden-scrollbar-resize.html = FAIL
-BUG8630 WIN LINUX RELEASE : fast/reflections/inline-crash.html = FAIL
-BUG8630 LINUX WIN DEBUG : fast/reflections/inline-crash.html = FAIL
-BUG8630 WIN LINUX : fast/text/font-initial.html = FAIL
+BUGCR8630 WIN LINUX : fast/repaint/overflow-outline-repaint.html = FAIL
+BUGCR8630 WIN LINUX : fast/backgrounds/solid-color-context-restore.html = FAIL
+BUGCR8630 WIN LINUX : fast/dynamic/containing-block-change.html = FAIL
+BUGCR8630 LINUX : fast/forms/listbox-clip.html = IMAGE+TEXT
+BUGCR8630 WIN LINUX : fast/overflow/hidden-scrollbar-resize.html = FAIL
+BUGCR8630 WIN LINUX RELEASE : fast/reflections/inline-crash.html = FAIL
+BUGCR8630 LINUX WIN DEBUG : fast/reflections/inline-crash.html = FAIL
+BUGCR8630 WIN LINUX : fast/text/font-initial.html = FAIL
 
 // Need a setAuthorAndUserStylesEnabled method in
 // layoutTestController. Now we have preference to enable/disable user
@@ -608,7 +608,7 @@ BUG8630 WIN LINUX : fast/text/font-initial.html = FAIL
 // fast/css/display-none-inline-style-change-crash.html   somehow
 // the message is dumped after the #EOF, which causes an additional
 // error in the header of the following test.
-BUG24197 SKIP : fast/css/disabled-author-styles.html = FAIL
+BUGCR24197 SKIP : fast/css/disabled-author-styles.html = FAIL
 
 // -----------------------------------------------------------------
 // Inspector tests
@@ -630,13 +630,13 @@ BUG_DRT WIN DEBUG SLOW : http/tests/inspector = PASS
 BUG_DRT WIN DEBUG SLOW : http/tests/inspector-enabled = PASS
 
 // Add support for inspector layout tests on non-Windows.
-BUG26734 LINUX MAC SKIP : inspector = PASS
-BUG26734 LINUX MAC SKIP : http/tests/inspector = PASS
-BUG26734 LINUX MAC SKIP : http/tests/inspector-enabled = PASS
+BUGCR26734 LINUX MAC SKIP : inspector = PASS
+BUGCR26734 LINUX MAC SKIP : http/tests/inspector = PASS
+BUGCR26734 LINUX MAC SKIP : http/tests/inspector-enabled = PASS
 
-BUG66087 WIN SLOW : inspector/styles-disable-then-enable.html = PASS TEXT
-BUG66087 WIN : inspector/timeline-layout.html = PASS TEXT
-BUG66087 WIN : inspector/timeline-parse-html.html = PASS TEXT
+BUGCR66087 WIN SLOW : inspector/styles-disable-then-enable.html = PASS TEXT
+BUGCR66087 WIN : inspector/timeline-layout.html = PASS TEXT
+BUGCR66087 WIN : inspector/timeline-parse-html.html = PASS TEXT
 
 BUG_DRT WIN : http/tests/inspector-enabled/console-log-before-frame-navigation.html = TEXT
 BUG_DRT WIN : http/tests/inspector/change-iframe-src.html = CRASH
@@ -648,94 +648,94 @@ BUG_DRT WIN : http/tests/inspector/change-iframe-src.html = CRASH
 // Mac Safari under certain circumstances automatically places
 // a caret in editable document even when none was requested programatically.
 // We don't intend to copy this feature (at least not for Beta).
-BUG20844 LINUX WIN RELEASE : editing/selection/designmode-no-caret.html = FAIL
-BUG20844 LINUX WIN DEBUG : editing/selection/designmode-no-caret.html = FAIL
+BUGCR20844 LINUX WIN RELEASE : editing/selection/designmode-no-caret.html = FAIL
+BUGCR20844 LINUX WIN DEBUG : editing/selection/designmode-no-caret.html = FAIL
 
 // Regression from merge 41268:41286
-BUG10435 MAC : editing/selection/designmode-no-caret.html = FAIL
+BUGCR10435 MAC : editing/selection/designmode-no-caret.html = FAIL
 
 // Issue 3273: TextInputController::firstRectForCharacterRange not returning
 // the correct values for bidi/rtl text.
-BUG3273 : editing/selection/move-left-right.html = FAIL
-BUG3273 MAC : platform/mac/editing/input/caret-primary-bidi.html = FAIL PASS
-BUG3273 MAC : platform/mac/editing/input/firstrectforcharacterrange-plain.html = FAIL PASS
-BUG3273 MAC : platform/mac/editing/input/range-for-empty-document.html = FAIL PASS
+BUGCR3273 : editing/selection/move-left-right.html = FAIL
+BUGCR3273 MAC : platform/mac/editing/input/caret-primary-bidi.html = FAIL PASS
+BUGCR3273 MAC : platform/mac/editing/input/firstrectforcharacterrange-plain.html = FAIL PASS
+BUGCR3273 MAC : platform/mac/editing/input/range-for-empty-document.html = FAIL PASS
 
 // These tests also use firstRectForCharacterRange, but they generate slightly
 // different values.
-BUG3273 : editing/selection/5825350-1.html = TEXT
-BUG3273 : editing/selection/5825350-2.html = TEXT
-BUG3273 : editing/selection/mixed-editability-10.html = TEXT
+BUGCR3273 : editing/selection/5825350-1.html = TEXT
+BUGCR3273 : editing/selection/5825350-2.html = TEXT
+BUGCR3273 : editing/selection/mixed-editability-10.html = TEXT
 
 // selection
-BUG10369 LINUX : editing/selection/5354455-2.html = FAIL
+BUGCR10369 LINUX : editing/selection/5354455-2.html = FAIL
 
 // We don't draw the spelling markers at all in test shell.
-BUG11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL
-BUG11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL
-BUG11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL
-BUG11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL
-BUG11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL
+BUGCR11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL
+BUGCR11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL
+BUGCR11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL
+BUGCR11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL
+BUGCR11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL
 
 // TODO(erg): Attempted to rebaseline these tests as part of the above
 // 43346:43361 rebaseling from http://trac.webkit.org/changeset/43355. Turned
 // tree red. May be more involved then just rebaselining.
 
-BUG14832 : editing/selection/user-drag-element-and-user-select-none.html = FAIL
+BUGCR14832 : editing/selection/user-drag-element-and-user-select-none.html = FAIL
 
 // Fails due to textInputController.setInputMethod not implemented for Mac.
-BUG19665 MAC : platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL
-BUG19665 MAC : platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL
+BUGCR19665 MAC : platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html = FAIL
+BUGCR19665 MAC : platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html = FAIL
 
 // New failures from merge 51412:51455.
-BUG28916 MAC : editing/pasteboard/paste-xml.xhtml = TEXT
+BUGCR28916 MAC : editing/pasteboard/paste-xml.xhtml = TEXT
 
 // Flaky
-BUG31803 MAC LINUX : editing/inserting/12882.html = IMAGE PASS
+BUGCR31803 MAC LINUX : editing/inserting/12882.html = IMAGE PASS
 
 BUGWK45438 : editing/spelling/spelling-backspace-between-lines.html = TEXT
 
 // Tests added in r69269.
 // Apple-Mac port corrects "notationl" to "notational" automatically?
-BUG58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT
-BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT
-BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT
-BUG58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT
+BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT
+BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT
+BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT
+BUGCR58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT
 
 BUGJAMESR WIN LINUX : editing/spelling/spelling-hasspellingmarker.html = TEXT
 
 // Directionality of mixed-direction text in selected choice should
 // match that in the <select> option lists.
 // Low priority, unclear if test expectations are correct (see bug)
-BUG6139 : fast/forms/select-writing-direction-natural.html = FAIL
+BUGCR6139 : fast/forms/select-writing-direction-natural.html = FAIL
 
 // -----------------------------------------------------------------
 // Plugin tests
 // -----------------------------------------------------------------
-BUG21841 MAC WIN DEBUG : plugins/destroy-during-npp-new.html = CRASH PASS
+BUGCR21841 MAC WIN DEBUG : plugins/destroy-during-npp-new.html = CRASH PASS
 BUGJOHNNYG LINUX : plugins/embed-attributes-style.html = IMAGE
-BUG61799 : plugins/evaluate-js-after-removing-plugin-element.html = TEXT
-BUG37962 MAC : plugins/iframe-shims.html = TEXT PASS
-BUG10351 MAC : plugins/inner-html-display-none.html = FAIL
+BUGCR61799 : plugins/evaluate-js-after-removing-plugin-element.html = TEXT
+BUGCR37962 MAC : plugins/iframe-shims.html = TEXT PASS
+BUGCR10351 MAC : plugins/inner-html-display-none.html = FAIL
 BUGWK48164 MAC LINUX : plugins/invalid-mime-with-valid-extension-shows-missing-plugin.html = TEXT
 // Need to implement NPP_HandleEvent in the layout_test_plugin
 // WIN started failing during webkit roll 62670 -> 62844.
-BUG38353 : plugins/keyboard-events.html = TEXT
-BUG10351 MAC : plugins/mouse-events.html = FAIL
-BUG32864 MAC LINUX : plugins/mouse-events-fixedpos.html = TEXT
-BUG35822 : plugins/npruntime/browser-object-identity.html = TEXT
+BUGCR38353 : plugins/keyboard-events.html = TEXT
+BUGCR10351 MAC : plugins/mouse-events.html = FAIL
+BUGCR32864 MAC LINUX : plugins/mouse-events-fixedpos.html = TEXT
+BUGCR35822 : plugins/npruntime/browser-object-identity.html = TEXT
 // Object.keys on an NPObject produces the wrong output.
-BUG21901 : plugins/npruntime/enumerate.html = TEXT
-BUG50787 : plugins/npruntime/plugin-scriptable-object-invoke-default.html = TEXT
-BUG50910 : plugins/npruntime/remove-property.html = TEXT
+BUGCR21901 : plugins/npruntime/enumerate.html = TEXT
+BUGCR50787 : plugins/npruntime/plugin-scriptable-object-invoke-default.html = TEXT
+BUGCR50910 : plugins/npruntime/remove-property.html = TEXT
 BUGWK48034 : plugins/pass-different-npp-struct.html = TEXT
 // NPP_HandleEvent doesn't be implemented/work on mac/linux.
-BUG48033 LINUX MAC SKIP : plugins/plugin-initiate-popup-window.html = PASS TIMEOUT
-BUG35387 MAC : plugins/reentrant-update-widget-positions.html = TIMEOUT
-BUG38392 : plugins/resize-from-plugin.html = TEXT
+BUGCR48033 LINUX MAC SKIP : plugins/plugin-initiate-popup-window.html = PASS TIMEOUT
+BUGCR35387 MAC : plugins/reentrant-update-widget-positions.html = TIMEOUT
+BUGCR38392 : plugins/resize-from-plugin.html = TEXT
 // Times out after http://trac.webkit.org/changeset/62739/
-BUG48550 SKIP : plugins/return-negative-one-from-write.html = TIMEOUT
-BUG38353 : http/tests/plugins/plugin-document-has-focus.html = TEXT TIMEOUT
+BUGCR48550 SKIP : plugins/return-negative-one-from-write.html = TIMEOUT
+BUGCR38353 : http/tests/plugins/plugin-document-has-focus.html = TEXT TIMEOUT
 
 // Tests differences from switching to webkit.org's test netscape plugin rather
 // than chromium's old forked copy.  We can remove the PASS on these once we
@@ -752,21 +752,21 @@ BUG_TONY : plugins/plugin-javascript-access.html = TEXT PASS
 
 // Expectations for this test changed upstream. We should fix this test, but
 // it doesn't need to block the current release
-BUG10275 : http/tests/security/cross-frame-access-put.html = FAIL
+BUGCR10275 : http/tests/security/cross-frame-access-put.html = FAIL
 
 // Requires layoutTestController.dispatchPendingLoadRequests
-BUG33211 WIN RELEASE : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT CRASH
-BUG33211 WIN DEBUG : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT
-BUG33211 MAC LINUX : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT
+BUGCR33211 WIN RELEASE : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT CRASH
+BUGCR33211 WIN DEBUG : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT
+BUGCR33211 MAC LINUX : http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT
 
 // HTML5 DB layout tests
-BUG27697 SKIP : storage/hash-change-with-xhr.html = PASS
+BUGCR27697 SKIP : storage/hash-change-with-xhr.html = PASS
 
 // HTML5 datalist element. We don't enable it because WebKit implementation
 // is incomplete.
-BUG20226 : fast/forms/datalist.html = TEXT
-BUG20226 : fast/forms/input-list.html = FAIL
-BUG20226 : fast/forms/input-selectedoption.html = FAIL
+BUGCR20226 : fast/forms/datalist.html = TEXT
+BUGCR20226 : fast/forms/input-list.html = FAIL
+BUGCR20226 : fast/forms/input-selectedoption.html = FAIL
 
 // Generic theme in test_shell doesn't have inner-spin-button support.
 // We need to do rebaseline when we switch to DRT.
@@ -778,88 +778,88 @@ BUGWK40520 : fast/forms/interactive-validation-prevented.html = TEXT
 
 // These tests need to be changed to be platform independent.
 // These tests are skipped since they hang DRT and test_shell.
-// BUG62964 : we should either enable or delete these testsvi
-BUG54465 BUG62964 SKIP : http/tests/media/remove-while-loading.html = TIMEOUT
-BUG54465 BUG62964 SKIP : http/tests/media/video-play-stall-seek.html = TIMEOUT
-BUG54465 BUG62964 SKIP : http/tests/media/video-play-stall.html = TIMEOUT
-BUG54465 BUG62964 SKIP : http/tests/media/video-seekable-stall.html = TIMEOUT
-BUG13907 BUG60355 : http/tests/security/local-video-poster-from-remote.html = PASS FAIL TIMEOUT
-BUG13907 BUG60355 : http/tests/security/local-video-source-from-remote.html = PASS FAIL TIMEOUT
-BUG13907 BUG60355 : http/tests/security/local-video-src-from-remote.html = PASS FAIL TIMEOUT
+// BUGCR62964 : we should either enable or delete these testsvi
+BUGCR54465 BUGCR62964 SKIP : http/tests/media/remove-while-loading.html = TIMEOUT
+BUGCR54465 BUGCR62964 SKIP : http/tests/media/video-play-stall-seek.html = TIMEOUT
+BUGCR54465 BUGCR62964 SKIP : http/tests/media/video-play-stall.html = TIMEOUT
+BUGCR54465 BUGCR62964 SKIP : http/tests/media/video-seekable-stall.html = TIMEOUT
+BUGCR13907 BUGCR60355 : http/tests/security/local-video-poster-from-remote.html = PASS FAIL TIMEOUT
+BUGCR13907 BUGCR60355 : http/tests/security/local-video-source-from-remote.html = PASS FAIL TIMEOUT
+BUGCR13907 BUGCR60355 : http/tests/security/local-video-src-from-remote.html = PASS FAIL TIMEOUT
 // KNOWNISSUE : * we don't have test-par-16-9.ogv generated in WebKit * we don't handle aspect ratio correctly.
-BUG59635 : media/video-display-aspect-ratio.html = PASS FAIL TIMEOUT
+BUGCR59635 : media/video-display-aspect-ratio.html = PASS FAIL TIMEOUT
 
 // video.buffered multiple TimeRanges support.
-BUG49165 SKIP : http/tests/media/video-buffered.html = PASS
+BUGCR49165 SKIP : http/tests/media/video-buffered.html = PASS
 
 // These tests need to be changed to not rely on setTimeout().
-BUG13907 BUG60740 SLOW WIN DEBUG : media/video-played-collapse.html = PASS FAIL
-BUG13907 BUG60740 SLOW WIN DEBUG : media/video-seek-past-end-playing.html = PASS FAIL
+BUGCR13907 BUGCR60740 SLOW WIN DEBUG : media/video-played-collapse.html = PASS FAIL
+BUGCR13907 BUGCR60740 SLOW WIN DEBUG : media/video-seek-past-end-playing.html = PASS FAIL
 // Flakey test
-BUG13907 LINUX : media/audio-only-video-intrinsic-size.html = TIMEOUT PASS
+BUGCR13907 LINUX : media/audio-only-video-intrinsic-size.html = TIMEOUT PASS
 
 // We sometimes emit an error from the same source element twice.
-BUG13907 BUG59226 : media/video-source-error.html = PASS FAIL TIMEOUT
+BUGCR13907 BUGCR59226 : media/video-source-error.html = PASS FAIL TIMEOUT
 
 // Failing because we sometimes emit additional timeupdate events.
 // Test may need to be rewritten or only log the first timeupdate event.
-BUG13907 BUG59399 LINUX MAC : media/audio-delete-while-slider-thumb-clicked.html = PASS FAIL
+BUGCR13907 BUGCR59399 LINUX MAC : media/audio-delete-while-slider-thumb-clicked.html = PASS FAIL
 
 // Failing because we sometimes emit additional timeupdate events.
 // Test might be WONTFIX because we don't export a step button in the first place.
-BUG25375 BUG59399 SKIP : media/audio-delete-while-step-button-clicked.html = FAIL
+BUGCR25375 BUGCR59399 SKIP : media/audio-delete-while-step-button-clicked.html = FAIL
 
 // Seeks to the end of file, which results in ogg packets with no timestamps.
 // KNOWNISSUE : fails because progress event is not published 
-BUG59675 BUG59263 : media/event-attributes.html = PASS FAIL TIMEOUT
+BUGCR59675 BUGCR59263 : media/event-attributes.html = PASS FAIL TIMEOUT
 
 // The media time display isn't appearing.
 // KNOWNISSUE : Timebar is not scaled when video is zoomed
-BUG59704 : media/video-zoom-controls.html = PASS FAIL TIMEOUT
+BUGCR59704 : media/video-zoom-controls.html = PASS FAIL TIMEOUT
 
 // Flaky because of our new seeking algorithm.
-BUG50438 BUG20187 : media/controls-drag-timebar.html = PASS FAIL
+BUGCR50438 BUGCR20187 : media/controls-drag-timebar.html = PASS FAIL
 
 // The media time display is getting styled when it shouldn't be.
-BUG13907 BUG60223 : media/controls-styling.html = FAIL
+BUGCR13907 BUGCR60223 : media/controls-styling.html = FAIL
 
 // These tests are flaky with subtle pixel differences.
-BUG13907 LINUX MAC : media/video-zoom.html = IMAGE PASS
-BUG13907 BUG60744 LINUX : media/video-layer-crash.html = IMAGE PASS
+BUGCR13907 LINUX MAC : media/video-zoom.html = IMAGE PASS
+BUGCR13907 BUGCR60744 LINUX : media/video-layer-crash.html = IMAGE PASS
 
 // Behavior was changed by WebKit roll 69035:69062.
-BUG53660 BUG60746 MAC : media/video-transformed.html = IMAGE
+BUGCR53660 BUGCR60746 MAC : media/video-transformed.html = IMAGE
 
 // This is flaky with a subtle pixel difference in the bottom right corner,
 // which I believe is due to new video scaling algorithm.
 // We should rewrite this test so that we wait for timeupdate event until the time is no less than 1. 
-BUG13907 BUG60244 : media/video-replaces-poster.html = IMAGE PASS
+BUGCR13907 BUGCR60244 : media/video-replaces-poster.html = IMAGE PASS
 
 // These tests are failing because they use position-dependent mouse clicks.
 // TESTISSUE 
-BUG13907 BUG25375 : media/video-controls-transformed.html = FAIL
+BUGCR13907 BUGCR25375 : media/video-controls-transformed.html = FAIL
 
 // We haven't implemented the WebKit fullscreen extension.
 // UNIMPLEMENTED
-BUG16735 : media/media-fullscreen-inline.html = TIMEOUT
-BUG16735 : media/media-fullscreen-not-in-document.html = TIMEOUT
+BUGCR16735 : media/media-fullscreen-inline.html = TIMEOUT
+BUGCR16735 : media/media-fullscreen-not-in-document.html = TIMEOUT
 
 // We haven't implemented the WebKit captioning extension.
 // UNIMPLEMENTED
-BUG28301 : media/media-captions.html = TIMEOUT
+BUGCR28301 : media/media-captions.html = TIMEOUT
 
 // We haven't implemented reverse audio/video playback.
-// UNIMPLEMENTED BUG33099 Implement reverse audio/video playback
-BUG33099 : media/video-reverse-play-duration.html = TIMEOUT
-BUG33099 : media/video-timeupdate-reverse-play.html = TIMEOUT
+// UNIMPLEMENTED BUGCR33099 Implement reverse audio/video playback
+BUGCR33099 : media/video-reverse-play-duration.html = TIMEOUT
+BUGCR33099 : media/video-timeupdate-reverse-play.html = TIMEOUT
 
 // We haven't implemented video preloading and it passing is a false positive.
 // UNIMPLEMENTED
-BUG16482 : media/video-preload.html = PASS FAIL
+BUGWK16482 : media/video-preload.html = PASS FAIL
 
 // Does not display courier for the letters, as the test requests.
-BUG10278 LINUX : fast/css/font-face-implicit-local-font.html = FAIL
-BUG10278 LINUX : fast/css/font-face-unicode-range.html = FAIL
+BUGCR10278 LINUX : fast/css/font-face-implicit-local-font.html = FAIL
+BUGCR10278 LINUX : fast/css/font-face-unicode-range.html = FAIL
 
 // The v8 bindings allow shadowing of all properties on the global
 // object.  If you use 'var prop = value' you will get a new variable
@@ -872,45 +872,45 @@ BUG10278 LINUX : fast/css/font-face-unicode-range.html = FAIL
 // post-beta, but the bug is here:
 // https://bugs.webkit.org/show_bug.cgi?id=16644 , and it's unclear
 // what the resolution was.
-BUG10279 : fast/js/var-declarations-shadowing.html = FAIL
+BUGCR10279 : fast/js/var-declarations-shadowing.html = FAIL
 
 // Implement full JSON support in V8
-BUG14885 SLOW : fast/js/JSON-parse.html = FAIL
-BUG14885 SLOW : fast/js/JSON-stringify.html = FAIL CRASH
-BUG14885 : fast/js/JSON-parse-reviver.html = FAIL
-BUG14885 : fast/js/JSON-stringify-replacer.html = FAIL
+BUGCR14885 SLOW : fast/js/JSON-parse.html = FAIL
+BUGCR14885 SLOW : fast/js/JSON-stringify.html = FAIL CRASH
+BUGCR14885 : fast/js/JSON-parse-reviver.html = FAIL
+BUGCR14885 : fast/js/JSON-stringify-replacer.html = FAIL
 
 // Implement CSS -webkit-font-smoothing property support.
-BUG23270 WIN LINUX : fast/css/font-smoothing.html = FAIL
+BUGCR23270 WIN LINUX : fast/css/font-smoothing.html = FAIL
 
 // Make canvas shadow work with drawImage.
-BUG11153 WIN LINUX : fast/canvas/canvas-incremental-repaint-2.html = FAIL
-BUG11153 WIN LINUX : fast/canvas/canvas-incremental-repaint.html = FAIL
+BUGCR11153 WIN LINUX : fast/canvas/canvas-incremental-repaint-2.html = FAIL
+BUGCR11153 WIN LINUX : fast/canvas/canvas-incremental-repaint.html = FAIL
 
-BUG20507 : http/tests/uri/resolve-encoding-relative.html = FAIL
+BUGCR20507 : http/tests/uri/resolve-encoding-relative.html = FAIL
 
 // test_shell, DRT do not correctly schedule paints when invalidating.
-BUG62433 WIN : fast/images/gif-loop-count.html = IMAGE
+BUGCR62433 WIN : fast/images/gif-loop-count.html = IMAGE
 
 // -----------------------------------------------------------------
 // SVG TESTS
 // -----------------------------------------------------------------
 
-BUG8763 LINUX WIN MAC : svg/custom/use-on-g-containing-foreignObject-and-image.svg = IMAGE+TEXT IMAGE
+BUGCR8763 LINUX WIN MAC : svg/custom/use-on-g-containing-foreignObject-and-image.svg = IMAGE+TEXT IMAGE
 
 // We show reduced version of the entire SVN image rather than an image
-BUG23463 MAC : svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE
-BUG23463 WIN LINUX : svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE+TEXT TEXT
-BUG23463 WIN LINUX : svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE IMAGE+TEXT PASS
-BUG23463 WIN LINUX : svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE+TEXT
+BUGCR23463 MAC : svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE
+BUGCR23463 WIN LINUX : svg/W3C-SVG-1.1/struct-symbol-01-b.svg = IMAGE+TEXT TEXT
+BUGCR23463 WIN LINUX : svg/W3C-SVG-1.1/struct-use-01-t.svg = IMAGE IMAGE+TEXT PASS
+BUGCR23463 WIN LINUX : svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE+TEXT
 
 // Merge 39744:39829 - regression
-BUG10284 MAC : svg/custom/path-bad-data.svg = FAIL
+BUGCR10284 MAC : svg/custom/path-bad-data.svg = FAIL
 
 // Text mismatch since r65370.
 // There was also an unnoticed image mismatch before this revision
 // (wrong baseline was committed). No idea about when it really started to fail.
-BUG52692 WIN LINUX : svg/W3C-SVG-1.1/animate-elem-80-t.svg = IMAGE+TEXT
+BUGCR52692 WIN LINUX : svg/W3C-SVG-1.1/animate-elem-80-t.svg = IMAGE+TEXT
 
 // New in WK r65880, some probably just need rebaselining, others have real diffs
 BUGWK44514 WIN LINUX : svg/clip-path/clip-in-mask-objectBoundingBox.svg = IMAGE
@@ -937,16 +937,16 @@ BUGWK42370 WIN MAC : svg/custom/image-rescale-clip.html = FAIL
 
 // Compact support was removed from WebKit by Hyatt and layout tests rebaselined in r40259.
 
-BUG10295 MAC : fast/dom/prototype-chain.html = FAIL
+BUGCR10295 MAC : fast/dom/prototype-chain.html = FAIL
 
 // Font differences, requiring overriden metrics, not a real bug, not fixing for Beta
-BUG10296 MAC : fast/text/international/bidi-menulist.html = FAIL
+BUGCR10296 MAC : fast/text/international/bidi-menulist.html = FAIL
 // Maybe need to be rebaselined - should be looked at in more detail.
-BUG10296 LINUX : svg/custom/foreign-object-skew.svg = FAIL
-BUG10296 LINUX : svg/batik/text/textLength.svg = FAIL
+BUGCR10296 LINUX : svg/custom/foreign-object-skew.svg = FAIL
+BUGCR10296 LINUX : svg/batik/text/textLength.svg = FAIL
 
 // No anti-aliasing on the text.
-BUG10298 LINUX : svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL
+BUGCR10298 LINUX : svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL
 
 // The failures listed below have never passed in Chromium and need to be
 // investigated, categorized, and (one hopes) fixed.
@@ -956,24 +956,24 @@ BUG10298 LINUX : svg/custom/use-on-disallowed-foreign-object-3.svg = FAIL
 // real bugs which need fixin'
 
 // There's no baseline at all for this!
-BUG32392 SKIP : svg/batik/text/smallFonts.svg = FAIL
+BUGCR32392 SKIP : svg/batik/text/smallFonts.svg = FAIL
 
 // The test is flaky and maybe platform-dependent.
-BUG32401 LINUX WIN : svg/custom/marker-changes.svg = IMAGE+TEXT IMAGE
+BUGCR32401 LINUX WIN : svg/custom/marker-changes.svg = IMAGE+TEXT IMAGE
 
-BUG32444 LINUX WIN : svg/hixie/text/003.html = FAIL
+BUGCR32444 LINUX WIN : svg/hixie/text/003.html = FAIL
 
 // SVG masks aren't quite working yet.
 // Might also be related to https://bugs.webkit.org/show_bug.cgi?id=21910
 // New tests. We should fix these, but they don't need to block the current release
-BUG3244 LINUX WIN : fast/backgrounds/svg-as-mask.html = FAIL
-BUG3244 WIN DEBUG : fast/backgrounds/animated-svg-as-mask.html = FAIL
-BUG3244 SLOW WIN RELEASE : fast/backgrounds/animated-svg-as-mask.html = FAIL
-BUG3244 LINUX : fast/backgrounds/animated-svg-as-mask.html = FAIL
+BUGCR3244 LINUX WIN : fast/backgrounds/svg-as-mask.html = FAIL
+BUGCR3244 WIN DEBUG : fast/backgrounds/animated-svg-as-mask.html = FAIL
+BUGCR3244 SLOW WIN RELEASE : fast/backgrounds/animated-svg-as-mask.html = FAIL
+BUGCR3244 LINUX : fast/backgrounds/animated-svg-as-mask.html = FAIL
 // More tests that fail because of masks not working properly.
 // New tests. We should fix these, but they don't need to block the current release
-BUG3244 WIN LINUX : fast/backgrounds/mask-composite.html = FAIL
-BUG3244 WIN LINUX : fast/backgrounds/repeat/mask-negative-offset-repeat.html = FAIL
+BUGCR3244 WIN LINUX : fast/backgrounds/mask-composite.html = FAIL
+BUGCR3244 WIN LINUX : fast/backgrounds/repeat/mask-negative-offset-repeat.html = FAIL
 // Marking this again as failed. This test failed even after rebaseline due to
 // the fact that the font is not specified in the test and it seems that the
 // test falls back on a different font locally than on the buildbot so the
@@ -981,21 +981,21 @@ BUG3244 WIN LINUX : fast/backgrounds/repeat/mask-negative-offset-repeat.html = F
 // or might be expected and that we should either go with the buildbot output
 // or change the test upstream to specify explicitly what font to use.
 // The mask part of this test is totally wrong.
-BUG3244 WIN LINUX : fast/backgrounds/svg-as-background-6.html = FAIL
+BUGCR3244 WIN LINUX : fast/backgrounds/svg-as-background-6.html = FAIL
 
 // Our gradients are wrong here.
-BUG19559 WIN LINUX : svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
-BUG10304 LINUX : svg/carto.net/button.svg = FAIL
+BUGCR19559 WIN LINUX : svg/W3C-SVG-1.1/pservers-grad-08-b.svg = FAIL
+BUGCR10304 LINUX : svg/carto.net/button.svg = FAIL
 
 // Probably need to change the test upstream to describe it better and use no
 // hard coded numbers.
-BUG19897 WIN LINUX : svg/custom/getscreenctm-in-mixed-content2.xhtml = FAIL
+BUGCR19897 WIN LINUX : svg/custom/getscreenctm-in-mixed-content2.xhtml = FAIL
 
-BUG10306 LINUX : svg/carto.net/combobox.svg = FAIL
+BUGCR10306 LINUX : svg/carto.net/combobox.svg = FAIL
 
 // Linux pixeltest failure: slightly different shade of composited
 // alpha in bottom group.
-BUG10310 LINUX : svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
+BUGCR10310 LINUX : svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
 
 // -----------------------------------------------------------------
 // Accessibility layout tests
@@ -1007,9 +1007,9 @@ BUG10310 LINUX : svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL
 // We need to identify a good testing strategy for Chromium accessibility.
 // It is possible we won't use these at all.
 
-BUG10322 SKIP : accessibility = PASS FAIL
-BUG10322 SKIP : platform/mac/accessibility = PASS FAIL
-BUG10322 SKIP : platform/win/accessibility = PASS FAIL
+BUGCR10322 SKIP : accessibility = PASS FAIL
+BUGCR10322 SKIP : platform/mac/accessibility = PASS FAIL
+BUGCR10322 SKIP : platform/win/accessibility = PASS FAIL
 
 // -----------------------------------------------------------------
 // Other failures
@@ -1018,40 +1018,40 @@ BUG10322 SKIP : platform/win/accessibility = PASS FAIL
 // These fail the pixel tests in debug mode because they have
 // unpainted space (filled red in Debug but not in Release).
 // https://bugs.webkit.org/show_bug.cgi?id=8423
-BUG24204 WIN LINUX : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE+TEXT TEXT
+BUGCR24204 WIN LINUX : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE+TEXT TEXT
 
 // Fails on webkit windows as well.
-BUG24207 : fast/events/attempt-scroll-with-no-scrollbars.html = FAIL
+BUGCR24207 : fast/events/attempt-scroll-with-no-scrollbars.html = FAIL
 
 // No glyph for U+FFFD (Replacement Character : black diamond with
 // question mark) in them
-BUG10315 WIN : fast/encoding/invalid-UTF-8.html = FAIL
+BUGCR10315 WIN : fast/encoding/invalid-UTF-8.html = FAIL
 
 // V8 failures as a result of the WebKit merge.
 // http://code.google.com/p/v8/issues/detail?id=92
 
 // v8: A setter that is added to a prototype after the inline cache is
 // recorded will not be called.
-BUG24209 : fast/js/pic/cached-prototype-setter.html = FAIL
+BUGCR24209 : fast/js/pic/cached-prototype-setter.html = FAIL
 
 // We have the wrong shadow for "This".
 // It appears we're not obeying the "transparent" fill color.
-BUG10317 LINUX : fast/css/shadow-multiple.html = FAIL
+BUGCR10317 LINUX : fast/css/shadow-multiple.html = FAIL
 
 // Problems with getImageData and toDataURL.
 // This test requires us to do alpha blending exactly the way CG does it,
 // which Skia may never do (see bug).
-BUG22700 LINUX WIN : fast/canvas/canvas-getImageData.html = FAIL
+BUGCR22700 LINUX WIN : fast/canvas/canvas-getImageData.html = FAIL
 
 // We're much closer now. To fully pass this we need encoders for jpg
 // and gif, which is a low priority.
-BUG10318 : fast/canvas/toDataURL-supportedTypes.html = FAIL
+BUGCR10318 : fast/canvas/toDataURL-supportedTypes.html = FAIL
 
 // Regression from the 41362:41402 merge.
-BUG8402 MAC : fast/forms/drag-out-of-textarea.html = FAIL
+BUGCR8402 MAC : fast/forms/drag-out-of-textarea.html = FAIL
 
 // GURL doesn't handle switching from standard URL to path URL correctly
-BUG27914 : fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT
+BUGWK27914 : fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT
 
 // ----------------------------------------------------------------------------
 // NEW FOR THE MERGE
@@ -1061,11 +1061,11 @@ BUG27914 : fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT
 // ----------------------------------------------------------------------------
 
 // This test isn't hanging, it just takes 12-13 seconds to run.
-BUG30536 SLOW WIN LINUX : http/tests/misc/acid3.html = FAIL
-BUG30536 : http/tests/misc/favicon-as-image.html = FAIL
+BUGCR30536 SLOW WIN LINUX : http/tests/misc/acid3.html = FAIL
+BUGCR30536 : http/tests/misc/favicon-as-image.html = FAIL
 
 // Has failed for Chromium since it was first checked in.  (Lighttpd related?)
-BUG10323 WIN : http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html = FAIL
+BUGCR10323 WIN : http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html = FAIL
 
 // Post-MERGE failures: these will all need to be fixed one day
 
@@ -1074,88 +1074,88 @@ BUG10323 WIN : http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProg
 // upstream
 // Expectations for this test changed upstream. We should fix this test, but
 // it doesn't need to block the current release
-BUG10325 WIN : fast/dom/resource-locations-in-created-html-document.html = FAIL
+BUGCR10325 WIN : fast/dom/resource-locations-in-created-html-document.html = FAIL
 
 // GURL/KURL difference in handling of "http:".
 // New test. We should fix it, but it doesn't need to block the current release
-BUG7386 : http/tests/security/postMessage/invalid-origin-throws-exception.html = FAIL
+BUGCR7386 : http/tests/security/postMessage/invalid-origin-throws-exception.html = FAIL
 
 // Linux pixeltest failure: Font mismatch
-BUG10327 LINUX : tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
+BUGCR10327 LINUX : tables/mozilla_expected_failures/bugs/bug14007-2.html = FAIL
 
 // On Linux, we don't seem to be getting Helvetica Bold for all cases.
-BUG10328 LINUX : fast/css/font-face-multiple-faces.html = FAIL
+BUGCR10328 LINUX : fast/css/font-face-multiple-faces.html = FAIL
 
 // Got flakey (both debug and release) around r3581 (ananta).
-BUG10329 WIN LINUX : http/tests/plugins/geturlnotify-from-npp-destroystream.html = PASS TEXT
+BUGCR10329 WIN LINUX : http/tests/plugins/geturlnotify-from-npp-destroystream.html = PASS TEXT
 
 // Uses ahem font and expects line heights to match some pixel value.
 // We should be able to pass this -- not sure what's wrong.
-BUG10331 LINUX : css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL
+BUGCR10331 LINUX : css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL
 
 // Looks like we're failing the test -- there are red boogers in the box that should be all green.
-BUG10332 LINUX : css2.1/t1605-c545-txttrans-00-b-ag.html = FAIL
+BUGCR10332 LINUX : css2.1/t1605-c545-txttrans-00-b-ag.html = FAIL
 
 // Asks for "system" fonts, which we don't support at all.
-BUG10335 LINUX : fast/css/css2-system-fonts.html = FAIL
+BUGCR10335 LINUX : fast/css/css2-system-fonts.html = FAIL
 
 // Large fonts have different metrics.
-BUG10336 LINUX : fast/css/font-face-descriptor-multiple-values.html = FAIL
+BUGCR10336 LINUX : fast/css/font-face-descriptor-multiple-values.html = FAIL
 
 // Wants Helvetica, Monaco.  It's still testing something useful, but we may
 // need to check in a wrong-looking baseline.  Windows looks wrong too.
-BUG10337 LINUX : fast/css/font-face-locally-installed.html = FAIL
+BUGCR10337 LINUX : fast/css/font-face-locally-installed.html = FAIL
 
 // Font metrics wrong, despite using Lucida Grande?
-BUG10338 LINUX : fast/events/updateLayoutForHitTest.html = FAIL
+BUGCR10338 LINUX : fast/events/updateLayoutForHitTest.html = FAIL
 
 // Layout totally different -- wrong font selected?
-BUG10340 LINUX : fast/frames/viewsource-attribute.html = FAIL
+BUGCR10340 LINUX : fast/frames/viewsource-attribute.html = FAIL
 
 // We fail to load a file URL with a port number -- how does this work on
 // Windows?
-BUG10342 LINUX MAC : fast/loader/file-URL-with-port-number.html = TIMEOUT
+BUGCR10342 LINUX MAC : fast/loader/file-URL-with-port-number.html = TIMEOUT
 
 // Text doesn't display at all -- maybe we don't have the slow font
 // code enabled?
-BUG10343 LINUX : fast/text/atsui-kerning-and-ligatures.html = FAIL
-BUG10343 LINUX RELEASE : fast/text/atsui-partial-selection.html = IMAGE
-BUG10343 LINUX : fast/text/atsui-small-caps-punctuation-size.html = FAIL
+BUGCR10343 LINUX : fast/text/atsui-kerning-and-ligatures.html = FAIL
+BUGCR10343 LINUX RELEASE : fast/text/atsui-partial-selection.html = IMAGE
+BUGCR10343 LINUX : fast/text/atsui-small-caps-punctuation-size.html = FAIL
 
 // Started timing out with agl's complext text change.  Page is verrry slow.
-BUG10343 SKIP LINUX : fast/text/large-text-composed-char.html = TIMEOUT FAIL
+BUGCR10343 SKIP LINUX : fast/text/large-text-composed-char.html = TIMEOUT FAIL
 
 // Missing text -- slow font path unimplemented?
-BUG10344 LINUX : fast/text/should-use-atsui.html = FAIL
+BUGCR10344 LINUX : fast/text/should-use-atsui.html = FAIL
 
 // We print to stderr when a failure happens while importing XSL;
 // should disable this in libxml.
-BUG10347 MAC : fast/xsl/transform-xhr-doc.xhtml = FAIL
+BUGCR10347 MAC : fast/xsl/transform-xhr-doc.xhtml = FAIL
 
 // Linux pixeltest failure: Failing to apply style
-BUG10349 LINUX : fast/forms/select-style.html = FAIL
+BUGCR10349 LINUX : fast/forms/select-style.html = FAIL
 
 // Linux pixeltest failure: The text suggests that the radios should not
 // overlap, but it's very close and quite different from the Windows version
-BUG10350 LINUX : fast/replaced/width100percent-radio.html = FAIL
+BUGCR10350 LINUX : fast/replaced/width100percent-radio.html = FAIL
 
 // These tests are marked as failing on Linux because they depend on QuickTime.
 // See the bug for more discussion.
-BUG15797 LINUX : fast/dom/object-embed-plugin-scripting.html = FAIL
-BUG15797 LINUX : plugins/embed-attributes-setting.html = FAIL
+BUGCR15797 LINUX : fast/dom/object-embed-plugin-scripting.html = FAIL
+BUGCR15797 LINUX : plugins/embed-attributes-setting.html = FAIL
 
 // Skip because we throw an exception before we get to dumpAsText.
-BUG10351 SKIP MAC : http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL
+BUGCR10351 SKIP MAC : http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL
 
 // NEW FOR MERGE 36102:37604
 
-BUG32184 : fast/js/arguments.html = FAIL
+BUGCR32184 : fast/js/arguments.html = FAIL
 // See bug http://code.google.com/p/chromium/issues/detail?id=7868,
 // not urgent for current release.
-BUG24227 : http/tests/plugins/local-geturl-from-remote.html = FAIL
+BUGCR24227 : http/tests/plugins/local-geturl-from-remote.html = FAIL
 
 // This test sometimes fails indefinitely, other times it takes 1-2 seconds.
-BUG14009 WIN : http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS
+BUGCR14009 WIN : http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS
 
 // NEW FOR MERGE 37604:38097
 // This is a Safari specific test used to document the set of global
@@ -1163,18 +1163,18 @@ BUG14009 WIN : http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS
 // important - we might even want to ignore it.
 // New tests. We should fix these, but they doesn't need to block the current
 // release
-BUG10354 WIN LINUX : fast/layers/opacity-transforms.html = FAIL
+BUGCR10354 WIN LINUX : fast/layers/opacity-transforms.html = FAIL
 
 // MERGE 38389:38450
 // Form submit causes invalid page reload/navigation when action is a named
 // anchor
-BUG10357 : fast/dom/cssTarget-crash.html = TIMEOUT PASS
+BUGCR10357 : fast/dom/cssTarget-crash.html = TIMEOUT PASS
 
 // New test. We should fix it, but it doesn't need to block the current release
-BUG10361 WIN : http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL
+BUGCR10361 WIN : http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL
 
 // Windows is missing the green box. Started to pass in roll to WebKit r50313
-BUG8729 WIN : http/tests/multipart/invalid-image-data.html = IMAGE+TEXT
+BUGCR8729 WIN : http/tests/multipart/invalid-image-data.html = IMAGE+TEXT
 
 // -----------------------------------------------------------------
 // MAC PORT TESTS
@@ -1191,22 +1191,22 @@ BUG8729 WIN : http/tests/multipart/invalid-image-data.html = IMAGE+TEXT
 // to add new failures in the appropriate bucket.
 
 // text fields wrong width
-BUG10363 MAC : tables/mozilla/bugs/bug53690-1.html = FAIL
-BUG10363 MAC : tables/mozilla/bugs/bug9024.html = FAIL
+BUGCR10363 MAC : tables/mozilla/bugs/bug53690-1.html = FAIL
+BUGCR10363 MAC : tables/mozilla/bugs/bug9024.html = FAIL
 
 // bad key event handling
-BUG10366 MAC : fast/events/option-tab.html = TEXT
+BUGCR10366 MAC : fast/events/option-tab.html = TEXT
 
 // Not really sure why these are failing at the moment
-BUG10376 MAC : fast/dom/isindex-002.html = FAIL
+BUGCR10376 MAC : fast/dom/isindex-002.html = FAIL
 
 // These two have a different object type in the dom dump. Plugin-related.
 // Ignored on Win/Linux because they rely on QT to provide a TIFF decoder.
-BUG10378 MAC : fast/images/embed-image.html = FAIL
-BUG10378 MAC : fast/images/object-image.html = FAIL
+BUGCR10378 MAC : fast/images/embed-image.html = FAIL
+BUGCR10378 MAC : fast/images/object-image.html = FAIL
 
-BUG10381 LINUX RELEASE : svg/W3C-SVG-1.1/animate-elem-03-t.svg = IMAGE+TEXT PASS
-BUG10381 LINUX DEBUG : svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
+BUGCR10381 LINUX RELEASE : svg/W3C-SVG-1.1/animate-elem-03-t.svg = IMAGE+TEXT PASS
+BUGCR10381 LINUX DEBUG : svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
 
 // The following are flaky in that some times the timeout or crash, but we think
 // it is because of bugs in other parts of the code and not specific to what
@@ -1214,271 +1214,271 @@ BUG10381 LINUX DEBUG : svg/W3C-SVG-1.1/animate-elem-03-t.svg = FAIL
 // green so new mac regressions are caught much quicker.
 // (there are a few others marked w/ multiple status like this in other parts of
 // the file, but they were left there as the comments in those areas are valid.)
-BUG10384 MAC WIN DEBUG SLOW : fast/dom/Window/new-window-opener.html = FAIL
-BUG10384 MAC RELEASE : fast/dom/Window/new-window-opener.html = TEXT
+BUGCR10384 MAC WIN DEBUG SLOW : fast/dom/Window/new-window-opener.html = FAIL
+BUGCR10384 MAC RELEASE : fast/dom/Window/new-window-opener.html = TEXT
 
-BUG10399 MAC : fast/encoding/char-encoding-mac.html = FAIL
+BUGCR10399 MAC : fast/encoding/char-encoding-mac.html = FAIL
 
 // Broken pixel tests
 
 // Rebaselining needed because of scrollbars
-BUG23498 MAC : fast/block/basic/fieldset-stretch-to-legend.html = IMAGE
-BUG23498 MAC : fast/block/float/008.html = IMAGE
-BUG23498 MAC : fast/block/float/013.html = IMAGE
-BUG23498 MAC : fast/block/float/019.html = IMAGE
-BUG23498 MAC : fast/block/float/021.html = IMAGE
-BUG23498 MAC : fast/block/float/025.html = IMAGE
-BUG23498 MAC : fast/block/float/026.html = IMAGE
-BUG23498 MAC : fast/block/float/027.html = IMAGE
-BUG23498 MAC : fast/block/float/028.html = IMAGE
-BUG23498 MAC : fast/block/float/032.html = IMAGE
-BUG23498 MAC : fast/block/float/033.html = IMAGE
-BUG23498 MAC : fast/block/float/035.html = IMAGE
-BUG23498 MAC : fast/block/float/br-with-clear-2.html = IMAGE
-BUG23498 MAC : fast/block/float/nested-clearance.html = IMAGE
-BUG23498 MAC : fast/block/float/relative-painted-twice.html = IMAGE
-BUG23498 MAC : fast/block/margin-collapse/103.html = IMAGE
-BUG23498 MAC : fast/block/margin-collapse/104.html = IMAGE
-BUG23498 MAC : fast/block/margin-collapse/empty-clear-blocks.html = IMAGE
-BUG23498 MAC : fast/block/positioning/047.html = IMAGE
-BUG23498 MAC : fast/block/positioning/051.html = IMAGE
-BUG23498 MAC : fast/block/positioning/055.html = IMAGE
-BUG23498 MAC : fast/block/positioning/auto/007.html = IMAGE
-BUG23498 MAC : fast/block/positioning/fixed-positioning-scrollbar-bug.html = IMAGE
-BUG23498 MAC : fast/block/positioning/negative-rel-position.html = IMAGE
-BUG23498 MAC : fast/block/positioning/relative-overflow-block.html = IMAGE
-BUG23498 MAC : fast/block/positioning/relative-overflow-replaced-float.html = IMAGE
-BUG23498 MAC : fast/block/positioning/relative-overflow-replaced.html = IMAGE
-BUG23498 MAC : fast/body-propagation/overflow/001-xhtml.xhtml = IMAGE
-BUG23498 MAC : fast/body-propagation/overflow/001.html = IMAGE
-BUG23498 MAC : fast/body-propagation/overflow/005-declarative.xhtml = IMAGE
-BUG23498 MAC : fast/body-propagation/overflow/005-xhtml.xhtml = IMAGE
-BUG23498 MAC : fast/body-propagation/overflow/005.html = IMAGE
-BUG23498 MAC : fast/box-sizing/box-sizing.html = IMAGE
-BUG23498 MAC : fast/canvas/canvas-bg.html = IMAGE
-BUG23498 MAC : fast/canvas/canvas-text-alignment.html = IMAGE
-BUG23498 MAC : fast/canvas/image-object-in-canvas.html = IMAGE
-BUG23498 MAC : fast/css/005.html = IMAGE
-BUG23498 MAC : fast/css/MarqueeLayoutTest.html = IMAGE
-BUG23498 MAC : fast/css/border-height.html = IMAGE
-BUG23498 MAC : fast/css/empty-pseudo-class.html = IMAGE
-BUG23498 MAC : fast/css/first-child-pseudo-class.html = IMAGE
-BUG23498 MAC : fast/css/first-of-type-pseudo-class.html = IMAGE
-BUG23498 MAC : fast/css/hsl-color.html = IMAGE
-BUG9798 BUG23498 MAC : fast/css/last-child-pseudo-class.html = IMAGE FAIL
-BUG23498 MAC : fast/css/line-height-overflow.html = IMAGE
-BUG23498 MAC : fast/css/nested-floating-relative-position-percentages.html = IMAGE
-BUG23498 MAC : fast/css/only-child-pseudo-class.html = IMAGE
-BUG23498 MAC : fast/css/only-of-type-pseudo-class.html = IMAGE
-BUG23498 MAC : fast/css/percentage-non-integer.html = IMAGE
-BUG23498 MAC : fast/css/text-overflow-ellipsis.html = IMAGE
-BUG23498 MAC : fast/css/word-space-extra.html = IMAGE
-BUG23498 MAC : fast/css-generated-content/014.html = IMAGE
-BUG23498 MAC : fast/dom/focus-contenteditable.html = IMAGE
-BUG23498 MAC : fast/dynamic/008.html = IMAGE
-BUG23498 MAC : fast/dynamic/anchor-lock.html = IMAGE
-BUG23498 MAC : fast/dynamic/insert-before-table-part-in-continuation.html = IMAGE
-BUG23498 MAC : fast/encoding/utf-16-big-endian.html = IMAGE
-BUG23498 MAC : fast/encoding/utf-16-little-endian.html = IMAGE
-BUG23498 MAC : fast/flexbox/016.html = IMAGE
-BUG23498 MAC : fast/flexbox/flex-hang.html = IMAGE
-BUG23498 MAC : fast/forms/fieldset-align.html = IMAGE
-BUG23498 MAC : fast/forms/form-hides-table.html = IMAGE
-BUG23498 MAC : fast/forms/input-table.html = IMAGE
-BUG23498 MAC : fast/forms/textAreaLineHeight.html = IMAGE
-BUG23498 MAC : fast/gradients/background-clipped.html = IMAGE
-BUG23498 MAC : fast/inline/inline-borders-with-bidi-override.html = IMAGE
-BUG23498 MAC : fast/inline/inline-continuation-borders.html = IMAGE
-BUG23498 MAC : fast/inline/long-wrapped-line.html = IMAGE
-BUG23498 MAC : fast/inline-block/inline-block-vertical-align.html = IMAGE
-BUG23498 MAC : fast/layers/scroll-rect-to-visible.html = IMAGE
-BUG23498 MAC : fast/lists/001.html = IMAGE
-BUG23498 MAC : fast/lists/008.html = IMAGE
-BUG23498 MAC : fast/lists/li-br.html = IMAGE
-BUG23498 MAC : fast/lists/olstart.html = IMAGE
-BUG23498 MAC : fast/multicol/columns-shorthand-parsing.html = IMAGE
-BUG23498 MAC : fast/overflow/006.html = IMAGE
-BUG23498 MAC : fast/overflow/clip-rects-fixed-ancestor.html = IMAGE
-BUG23498 MAC : fast/overflow/overflow-auto-table.html = IMAGE
-BUG23498 MAC : fast/overflow/overflow-stacking.html = IMAGE
-BUG23498 MAC : fast/overflow/overflow-x-y.html = IMAGE
-BUG23498 MAC : fast/overflow/scrollRevealButton.html = IMAGE
-BUG23498 MAC : fast/reflections/reflection-direction.html = IMAGE
-BUG23498 MAC : fast/replaced/005.html = IMAGE
-BUG23498 MAC : fast/replaced/width100percent-image.html = IMAGE
-BUG23498 MAC : fast/table/023.html = IMAGE
-BUG23498 MAC : fast/table/034.html = IMAGE
-BUG23498 MAC : fast/table/040.html = IMAGE
-BUG23498 MAC : fast/table/border-collapsing/004.html = IMAGE
-BUG23498 MAC : fast/table/empty-cells.html = IMAGE
-BUG23498 MAC : fast/table/frame-and-rules.html = IMAGE
-BUG23498 MAC : fast/table/height-percent-test.html = IMAGE
-BUG23498 MAC : fast/table/overflowHidden.html = IMAGE
-BUG23498 MAC : fast/table/prepend-in-anonymous-table.html = IMAGE
-BUG23498 MAC : fast/table/wide-colspan.html = IMAGE
-BUG23498 MAC : fast/table/wide-column.html = IMAGE
-BUG23498 MAC : fast/text/capitalize-boundaries.html = IMAGE
-BUG23498 MAC : fast/text/international/thai-line-breaks.html = IMAGE
-BUG23498 MAC : fast/text/large-text-composed-char.html = IMAGE
-BUG23498 MAC : fast/text/softHyphen.html = IMAGE
-BUG23498 MAC : fast/text/wbr.html = IMAGE
-BUG23498 MAC : fast/text/whitespace/024.html = IMAGE
-BUG23498 MAC : fast/text/whitespace/pre-wrap-spaces-after-newline.html = IMAGE
-BUG23498 MAC : fast/text/word-break.html = IMAGE
-BUG23498 MAC DEBUG : fonts/cursive.html = IMAGE IMAGE+TEXT
-BUG23498 MAC RELEASE : fonts/cursive.html = IMAGE
-BUG23498 MAC : fonts/default.html = IMAGE
-BUG23498 MAC : fonts/fantasy.html = IMAGE
-BUG23498 MAC : fonts/monospace.html = IMAGE
-BUG23498 MAC : fonts/sans-serif.html = IMAGE
-BUG23498 MAC : fonts/serif.html = IMAGE
-BUG23498 MAC : svg/text/multichar-glyph.svg = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug101674.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug10269-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug10296-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug1055-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug113235-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug113235-3.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug11944.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug120364.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug1302.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug131020.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug131020_iframe.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug137388-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug22019.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug23151.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug2479-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug2479-3.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug2479-4.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug27038-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug29314.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug2947.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug32205-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug38916.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug3977.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug43039.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug43854-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug44505.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug46480-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug46480-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug50695-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug56405.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug5797.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug5835.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug625.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug650.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug67915-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug7112-1.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug7112-2.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug73321.html = IMAGE
-BUG23498 MAC : tables/mozilla/bugs/bug92143.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/bloomberg.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/captions.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/cell_heights.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/col_widths_auto_fix.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/col_widths_fix_fixPer.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/nested1.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/one_row.html = IMAGE
-BUG23498 MAC : tables/mozilla/core/row_span.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_index.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_layers-opacity.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_position-table.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table-cell.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table-column-group.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table-column.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table-row-group.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table-row.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/backgr_simple-table.html = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_table_bgcolor_name.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_table_bgcolor_rgb.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_td_bgcolor_name.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_td_bgcolor_rgb.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_td_height.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_td_nowrap.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_th_bgcolor_name.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_th_bgcolor_rgb.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_th_height.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_th_nowrap.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_tr_bgcolor_name.xml = IMAGE
-BUG23498 MAC : tables/mozilla/marvin/x_tr_bgcolor_rgb.xml = IMAGE
-BUG23498 MAC : tables/mozilla/other/cell_widths.html = IMAGE
-BUG23498 MAC : tables/mozilla/other/nestedTables.html = IMAGE
-BUG23498 MAC : tables/mozilla/other/test3.html = IMAGE
-BUG23498 MAC : tables/mozilla/other/test6.html = IMAGE
-BUG23498 MAC : tables/mozilla/other/wa_table_tr_align.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug10140.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug101759.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug10216.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug1055-2.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug106966.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug131020-3.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug14007-1.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug14007-2.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug19526.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug220653.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug22122.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug2479-5.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug32205-1.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug67915-2.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug80762-2.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug85016.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug89315.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/bugs/bug91057.html = IMAGE
-BUG23498 BUG32193 MAC : tables/mozilla_expected_failures/core/backgrounds.html = IMAGE IMAGE+TEXT
-BUG23498 MAC : tables/mozilla_expected_failures/core/captions3.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/core/col_span2.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/core/columns.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/core/conflicts.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/core/standards1.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-column.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-row.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_layers-hide.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_layers-show.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-column.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-row.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/other/empty_cells.html = IMAGE
-BUG23498 MAC : tables/mozilla_expected_failures/other/test4.html = IMAGE+TEXT IMAGE
+BUGCR23498 MAC : fast/block/basic/fieldset-stretch-to-legend.html = IMAGE
+BUGCR23498 MAC : fast/block/float/008.html = IMAGE
+BUGCR23498 MAC : fast/block/float/013.html = IMAGE
+BUGCR23498 MAC : fast/block/float/019.html = IMAGE
+BUGCR23498 MAC : fast/block/float/021.html = IMAGE
+BUGCR23498 MAC : fast/block/float/025.html = IMAGE
+BUGCR23498 MAC : fast/block/float/026.html = IMAGE
+BUGCR23498 MAC : fast/block/float/027.html = IMAGE
+BUGCR23498 MAC : fast/block/float/028.html = IMAGE
+BUGCR23498 MAC : fast/block/float/032.html = IMAGE
+BUGCR23498 MAC : fast/block/float/033.html = IMAGE
+BUGCR23498 MAC : fast/block/float/035.html = IMAGE
+BUGCR23498 MAC : fast/block/float/br-with-clear-2.html = IMAGE
+BUGCR23498 MAC : fast/block/float/nested-clearance.html = IMAGE
+BUGCR23498 MAC : fast/block/float/relative-painted-twice.html = IMAGE
+BUGCR23498 MAC : fast/block/margin-collapse/103.html = IMAGE
+BUGCR23498 MAC : fast/block/margin-collapse/104.html = IMAGE
+BUGCR23498 MAC : fast/block/margin-collapse/empty-clear-blocks.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/047.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/051.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/055.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/auto/007.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/fixed-positioning-scrollbar-bug.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/negative-rel-position.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/relative-overflow-block.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/relative-overflow-replaced-float.html = IMAGE
+BUGCR23498 MAC : fast/block/positioning/relative-overflow-replaced.html = IMAGE
+BUGCR23498 MAC : fast/body-propagation/overflow/001-xhtml.xhtml = IMAGE
+BUGCR23498 MAC : fast/body-propagation/overflow/001.html = IMAGE
+BUGCR23498 MAC : fast/body-propagation/overflow/005-declarative.xhtml = IMAGE
+BUGCR23498 MAC : fast/body-propagation/overflow/005-xhtml.xhtml = IMAGE
+BUGCR23498 MAC : fast/body-propagation/overflow/005.html = IMAGE
+BUGCR23498 MAC : fast/box-sizing/box-sizing.html = IMAGE
+BUGCR23498 MAC : fast/canvas/canvas-bg.html = IMAGE
+BUGCR23498 MAC : fast/canvas/canvas-text-alignment.html = IMAGE
+BUGCR23498 MAC : fast/canvas/image-object-in-canvas.html = IMAGE
+BUGCR23498 MAC : fast/css/005.html = IMAGE
+BUGCR23498 MAC : fast/css/MarqueeLayoutTest.html = IMAGE
+BUGCR23498 MAC : fast/css/border-height.html = IMAGE
+BUGCR23498 MAC : fast/css/empty-pseudo-class.html = IMAGE
+BUGCR23498 MAC : fast/css/first-child-pseudo-class.html = IMAGE
+BUGCR23498 MAC : fast/css/first-of-type-pseudo-class.html = IMAGE
+BUGCR23498 MAC : fast/css/hsl-color.html = IMAGE
+BUGCR9798 BUGCR23498 MAC : fast/css/last-child-pseudo-class.html = IMAGE FAIL
+BUGCR23498 MAC : fast/css/line-height-overflow.html = IMAGE
+BUGCR23498 MAC : fast/css/nested-floating-relative-position-percentages.html = IMAGE
+BUGCR23498 MAC : fast/css/only-child-pseudo-class.html = IMAGE
+BUGCR23498 MAC : fast/css/only-of-type-pseudo-class.html = IMAGE
+BUGCR23498 MAC : fast/css/percentage-non-integer.html = IMAGE
+BUGCR23498 MAC : fast/css/text-overflow-ellipsis.html = IMAGE
+BUGCR23498 MAC : fast/css/word-space-extra.html = IMAGE
+BUGCR23498 MAC : fast/css-generated-content/014.html = IMAGE
+BUGCR23498 MAC : fast/dom/focus-contenteditable.html = IMAGE
+BUGCR23498 MAC : fast/dynamic/008.html = IMAGE
+BUGCR23498 MAC : fast/dynamic/anchor-lock.html = IMAGE
+BUGCR23498 MAC : fast/dynamic/insert-before-table-part-in-continuation.html = IMAGE
+BUGCR23498 MAC : fast/encoding/utf-16-big-endian.html = IMAGE
+BUGCR23498 MAC : fast/encoding/utf-16-little-endian.html = IMAGE
+BUGCR23498 MAC : fast/flexbox/016.html = IMAGE
+BUGCR23498 MAC : fast/flexbox/flex-hang.html = IMAGE
+BUGCR23498 MAC : fast/forms/fieldset-align.html = IMAGE
+BUGCR23498 MAC : fast/forms/form-hides-table.html = IMAGE
+BUGCR23498 MAC : fast/forms/input-table.html = IMAGE
+BUGCR23498 MAC : fast/forms/textAreaLineHeight.html = IMAGE
+BUGCR23498 MAC : fast/gradients/background-clipped.html = IMAGE
+BUGCR23498 MAC : fast/inline/inline-borders-with-bidi-override.html = IMAGE
+BUGCR23498 MAC : fast/inline/inline-continuation-borders.html = IMAGE
+BUGCR23498 MAC : fast/inline/long-wrapped-line.html = IMAGE
+BUGCR23498 MAC : fast/inline-block/inline-block-vertical-align.html = IMAGE
+BUGCR23498 MAC : fast/layers/scroll-rect-to-visible.html = IMAGE
+BUGCR23498 MAC : fast/lists/001.html = IMAGE
+BUGCR23498 MAC : fast/lists/008.html = IMAGE
+BUGCR23498 MAC : fast/lists/li-br.html = IMAGE
+BUGCR23498 MAC : fast/lists/olstart.html = IMAGE
+BUGCR23498 MAC : fast/multicol/columns-shorthand-parsing.html = IMAGE
+BUGCR23498 MAC : fast/overflow/006.html = IMAGE
+BUGCR23498 MAC : fast/overflow/clip-rects-fixed-ancestor.html = IMAGE
+BUGCR23498 MAC : fast/overflow/overflow-auto-table.html = IMAGE
+BUGCR23498 MAC : fast/overflow/overflow-stacking.html = IMAGE
+BUGCR23498 MAC : fast/overflow/overflow-x-y.html = IMAGE
+BUGCR23498 MAC : fast/overflow/scrollRevealButton.html = IMAGE
+BUGCR23498 MAC : fast/reflections/reflection-direction.html = IMAGE
+BUGCR23498 MAC : fast/replaced/005.html = IMAGE
+BUGCR23498 MAC : fast/replaced/width100percent-image.html = IMAGE
+BUGCR23498 MAC : fast/table/023.html = IMAGE
+BUGCR23498 MAC : fast/table/034.html = IMAGE
+BUGCR23498 MAC : fast/table/040.html = IMAGE
+BUGCR23498 MAC : fast/table/border-collapsing/004.html = IMAGE
+BUGCR23498 MAC : fast/table/empty-cells.html = IMAGE
+BUGCR23498 MAC : fast/table/frame-and-rules.html = IMAGE
+BUGCR23498 MAC : fast/table/height-percent-test.html = IMAGE
+BUGCR23498 MAC : fast/table/overflowHidden.html = IMAGE
+BUGCR23498 MAC : fast/table/prepend-in-anonymous-table.html = IMAGE
+BUGCR23498 MAC : fast/table/wide-colspan.html = IMAGE
+BUGCR23498 MAC : fast/table/wide-column.html = IMAGE
+BUGCR23498 MAC : fast/text/capitalize-boundaries.html = IMAGE
+BUGCR23498 MAC : fast/text/international/thai-line-breaks.html = IMAGE
+BUGCR23498 MAC : fast/text/large-text-composed-char.html = IMAGE
+BUGCR23498 MAC : fast/text/softHyphen.html = IMAGE
+BUGCR23498 MAC : fast/text/wbr.html = IMAGE
+BUGCR23498 MAC : fast/text/whitespace/024.html = IMAGE
+BUGCR23498 MAC : fast/text/whitespace/pre-wrap-spaces-after-newline.html = IMAGE
+BUGCR23498 MAC : fast/text/word-break.html = IMAGE
+BUGCR23498 MAC DEBUG : fonts/cursive.html = IMAGE IMAGE+TEXT
+BUGCR23498 MAC RELEASE : fonts/cursive.html = IMAGE
+BUGCR23498 MAC : fonts/default.html = IMAGE
+BUGCR23498 MAC : fonts/fantasy.html = IMAGE
+BUGCR23498 MAC : fonts/monospace.html = IMAGE
+BUGCR23498 MAC : fonts/sans-serif.html = IMAGE
+BUGCR23498 MAC : fonts/serif.html = IMAGE
+BUGCR23498 MAC : svg/text/multichar-glyph.svg = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug101674.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug10269-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug10296-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug1055-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug113235-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug113235-3.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug11944.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug120364.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug1302.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug131020.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug131020_iframe.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug137388-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug22019.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug23151.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug2479-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug2479-3.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug2479-4.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug27038-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug29314.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug2947.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug32205-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug38916.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug3977.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug43039.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug43854-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug44505.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug46480-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug46480-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug50695-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug56405.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug5797.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug5835.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug625.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug650.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug67915-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug7112-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug7112-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug73321.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/bugs/bug92143.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/bloomberg.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/captions.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/cell_heights.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/col_widths_auto_fix.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/col_widths_fix_fixPer.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/nested1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/one_row.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/core/row_span.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_index.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_layers-opacity.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_position-table.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table-cell.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table-column-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table-column.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table-row-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table-row.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/backgr_simple-table.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_table_bgcolor_name.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_table_bgcolor_rgb.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_td_bgcolor_name.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_td_bgcolor_rgb.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_td_height.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_td_nowrap.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_th_bgcolor_name.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_th_bgcolor_rgb.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_th_height.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_th_nowrap.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_tr_bgcolor_name.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/marvin/x_tr_bgcolor_rgb.xml = IMAGE
+BUGCR23498 MAC : tables/mozilla/other/cell_widths.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/other/nestedTables.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/other/test3.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/other/test6.html = IMAGE
+BUGCR23498 MAC : tables/mozilla/other/wa_table_tr_align.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug10140.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug101759.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug10216.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug1055-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug106966.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug131020-3.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug14007-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug14007-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug19526.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug220653.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug22122.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug2479-5.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug32205-1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug67915-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug80762-2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug85016.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug89315.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/bugs/bug91057.html = IMAGE
+BUGCR23498 BUGCR32193 MAC : tables/mozilla_expected_failures/core/backgrounds.html = IMAGE IMAGE+TEXT
+BUGCR23498 MAC : tables/mozilla_expected_failures/core/captions3.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/core/col_span2.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/core/columns.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/core/conflicts.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/core/standards1.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-column.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table-row.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_border-table.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_layers-hide.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_layers-show.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-column.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/backgr_position-table-row.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/other/empty_cells.html = IMAGE
+BUGCR23498 MAC : tables/mozilla_expected_failures/other/test4.html = IMAGE+TEXT IMAGE
 
 // Widget location is just slightly off
-BUG23496 MAC : css1/box_properties/acid_test.html = IMAGE
-BUG23496 MAC : css2.1/t09-c5526c-display-00-e.html = IMAGE
-BUG23496 MAC : fast/block/basic/011.html = IMAGE
-BUG23496 MAC : fast/forms/001.html = IMAGE
-BUG23496 MAC : fast/forms/basic-inputs.html = IMAGE
-BUG23496 MAC : fast/forms/checkbox-radio-onchange.html = IMAGE
-BUG23496 MAC : fast/forms/file-input-disabled.html = IMAGE+TEXT
-BUG23496 MAC : fast/forms/form-element-geometry.html = IMAGE+TEXT
-BUG23496 MAC : fast/forms/formmove.html = IMAGE
+BUGCR23496 MAC : css1/box_properties/acid_test.html = IMAGE
+BUGCR23496 MAC : css2.1/t09-c5526c-display-00-e.html = IMAGE
+BUGCR23496 MAC : fast/block/basic/011.html = IMAGE
+BUGCR23496 MAC : fast/forms/001.html = IMAGE
+BUGCR23496 MAC : fast/forms/basic-inputs.html = IMAGE
+BUGCR23496 MAC : fast/forms/checkbox-radio-onchange.html = IMAGE
+BUGCR23496 MAC : fast/forms/file-input-disabled.html = IMAGE+TEXT
+BUGCR23496 MAC : fast/forms/form-element-geometry.html = IMAGE+TEXT
+BUGCR23496 MAC : fast/forms/formmove.html = IMAGE
 // Recently became crashy. See http://crbug.com/24721
-BUG23496 MAC : fast/forms/formmove2.html = IMAGE
-BUG23496 MAC : fast/forms/indeterminate.html = IMAGE
-BUG23496 MAC : fast/forms/input-appearance-height.html = IMAGE+TEXT
-BUG23496 MAC : fast/forms/input-value.html = IMAGE+TEXT
-BUG23496 MAC : fast/forms/radio-attr-order.html = IMAGE
-BUG23496 MAC : fast/forms/radio-nested-labels.html = IMAGE
-BUG23496 MAC : fast/forms/radio_checked.html = IMAGE
-BUG23496 MAC : fast/forms/radio_checked_dynamic.html = IMAGE
-BUG23496 MAC : fast/inline/positionedLifetime.html = IMAGE
-BUG23496 MAC : fast/parser/bad-xml-slash.html = IMAGE
-BUG23496 MAC : fast/replaced/replaced-breaking.html = IMAGE
-BUG23496 MAC DEBUG : fast/text/textIteratorNilRenderer.html = IMAGE
-BUG23496 SLOW MAC RELEASE : fast/text/textIteratorNilRenderer.html = IMAGE
-BUG23496 MAC : fast/text/whitespace/normal-after-nowrap-breaking.html = IMAGE
-BUG23496 MAC : tables/mozilla_expected_failures/core/captions1.html = IMAGE
-BUG23496 MAC : tables/mozilla_expected_failures/core/captions2.html = IMAGE
+BUGCR23496 MAC : fast/forms/formmove2.html = IMAGE
+BUGCR23496 MAC : fast/forms/indeterminate.html = IMAGE
+BUGCR23496 MAC : fast/forms/input-appearance-height.html = IMAGE+TEXT
+BUGCR23496 MAC : fast/forms/input-value.html = IMAGE+TEXT
+BUGCR23496 MAC : fast/forms/radio-attr-order.html = IMAGE
+BUGCR23496 MAC : fast/forms/radio-nested-labels.html = IMAGE
+BUGCR23496 MAC : fast/forms/radio_checked.html = IMAGE
+BUGCR23496 MAC : fast/forms/radio_checked_dynamic.html = IMAGE
+BUGCR23496 MAC : fast/inline/positionedLifetime.html = IMAGE
+BUGCR23496 MAC : fast/parser/bad-xml-slash.html = IMAGE
+BUGCR23496 MAC : fast/replaced/replaced-breaking.html = IMAGE
+BUGCR23496 MAC DEBUG : fast/text/textIteratorNilRenderer.html = IMAGE
+BUGCR23496 SLOW MAC RELEASE : fast/text/textIteratorNilRenderer.html = IMAGE
+BUGCR23496 MAC : fast/text/whitespace/normal-after-nowrap-breaking.html = IMAGE
+BUGCR23496 MAC : tables/mozilla_expected_failures/core/captions1.html = IMAGE
+BUGCR23496 MAC : tables/mozilla_expected_failures/core/captions2.html = IMAGE
 
 // These should not be pixel tests, they're not testing anything
 // layout/rendering-specific. They also dump layout tree, so depending on which baselines
@@ -1488,172 +1488,172 @@ BUGWK48651 LINUX MAC : http/tests/navigation/error404-goback.html = IMAGE IMAGE+
 BUGWK48651 LINUX MAC : http/tests/navigation/postredirect-frames.html = IMAGE IMAGE+TEXT
 BUGWK48651 MAC : http/tests/navigation/error404-subframeload.html = IMAGE
 
-BUG26253 SLOW WIN RELEASE : http/tests/navigation/reload-subframe-object.html = PASS
-BUG9798 WIN RELEASE : http/tests/navigation/no-referrer-reset.html = TIMEOUT PASS
+BUGCR26253 SLOW WIN RELEASE : http/tests/navigation/reload-subframe-object.html = PASS
+BUGCR9798 WIN RELEASE : http/tests/navigation/no-referrer-reset.html = TIMEOUT PASS
 // Regressions from r67349? 
-BUG10364 MAC : http/tests/navigation/reload-subframe-object.html = FAIL
+BUGCR10364 MAC : http/tests/navigation/reload-subframe-object.html = FAIL
 
 // Big button widgets are broken
-BUG23495 MAC : fast/forms/box-shadow-override.html = IMAGE+TEXT
+BUGCR23495 MAC : fast/forms/box-shadow-override.html = IMAGE+TEXT
 
 // Text declared as "monospace" with no size is bigger in Chromium
-BUG23494 MAC : css1/font_properties/font_family.html = IMAGE
-BUG23494 MAC : css2.1/t1503-c522-font-family-00-b.html = IMAGE
-BUG23494 MAC : fast/text/monospace-width-cache.html = IMAGE
+BUGCR23494 MAC : css1/font_properties/font_family.html = IMAGE
+BUGCR23494 MAC : css2.1/t1503-c522-font-family-00-b.html = IMAGE
+BUGCR23494 MAC : fast/text/monospace-width-cache.html = IMAGE
 
 // Actual is just slightly off in color than expected
-BUG23488 MAC RELEASE : fast/backgrounds/size/backgroundSize15.html = IMAGE
-BUG23488 MAC DEBUG SLOW : fast/backgrounds/size/backgroundSize15.html = IMAGE
-BUG23488 MAC : fast/block/float/avoidance-percent-width-strict.html = IMAGE
-BUG23488 MAC : fast/block/float/float-avoidance.html = IMAGE
-BUG23488 MAC : fast/borders/inline-mask-overlay-image.html = IMAGE
-BUG23488 MAC : fast/box-shadow/basic-shadows.html = IMAGE
-BUG23488 MAC : fast/box-shadow/inset.html = IMAGE
-BUG23488 MAC : fast/canvas/canvas-incremental-repaint-2.html = IMAGE
-BUG23488 MAC : fast/css/shadow-multiple.html = IMAGE
-BUG23488 MAC : fast/forms/search-vertical-alignment.html = IMAGE
-BUG23488 MAC : fast/frames/content-opacity-1.html = IMAGE
-BUG23488 MAC : fast/frames/content-opacity-2.html = IMAGE
-BUG23488 MAC : fast/layers/add-layer-with-nested-stacking.html = IMAGE
-BUG23488 MAC : fast/layers/inline-dirty-z-order-lists.html = IMAGE
-BUG23488 MAC : fast/layers/layer-content-visibility-change.html = IMAGE
-BUG23488 MAC : fast/layers/remove-layer-with-nested-stacking.html = IMAGE
-BUG23488 MAC : fast/lists/ol-start-parsing.html = IMAGE
-BUG23488 MAC : fast/multicol/positioned-with-constrained-height.html = IMAGE
-BUG23488 MAC : fast/overflow/position-fixed-transform-clipping.html = IMAGE
-BUG23488 MAC : fast/text/shadow-no-blur.html = IMAGE
-BUG23488 MAC : fast/text/shadow-translucent-fill.html = IMAGE
-BUG23488 MAC : svg/transforms/animated-path-inside-transformed-html.xhtml = IMAGE
-BUG23488 MAC : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE
+BUGCR23488 MAC RELEASE : fast/backgrounds/size/backgroundSize15.html = IMAGE
+BUGCR23488 MAC DEBUG SLOW : fast/backgrounds/size/backgroundSize15.html = IMAGE
+BUGCR23488 MAC : fast/block/float/avoidance-percent-width-strict.html = IMAGE
+BUGCR23488 MAC : fast/block/float/float-avoidance.html = IMAGE
+BUGCR23488 MAC : fast/borders/inline-mask-overlay-image.html = IMAGE
+BUGCR23488 MAC : fast/box-shadow/basic-shadows.html = IMAGE
+BUGCR23488 MAC : fast/box-shadow/inset.html = IMAGE
+BUGCR23488 MAC : fast/canvas/canvas-incremental-repaint-2.html = IMAGE
+BUGCR23488 MAC : fast/css/shadow-multiple.html = IMAGE
+BUGCR23488 MAC : fast/forms/search-vertical-alignment.html = IMAGE
+BUGCR23488 MAC : fast/frames/content-opacity-1.html = IMAGE
+BUGCR23488 MAC : fast/frames/content-opacity-2.html = IMAGE
+BUGCR23488 MAC : fast/layers/add-layer-with-nested-stacking.html = IMAGE
+BUGCR23488 MAC : fast/layers/inline-dirty-z-order-lists.html = IMAGE
+BUGCR23488 MAC : fast/layers/layer-content-visibility-change.html = IMAGE
+BUGCR23488 MAC : fast/layers/remove-layer-with-nested-stacking.html = IMAGE
+BUGCR23488 MAC : fast/lists/ol-start-parsing.html = IMAGE
+BUGCR23488 MAC : fast/multicol/positioned-with-constrained-height.html = IMAGE
+BUGCR23488 MAC : fast/overflow/position-fixed-transform-clipping.html = IMAGE
+BUGCR23488 MAC : fast/text/shadow-no-blur.html = IMAGE
+BUGCR23488 MAC : fast/text/shadow-translucent-fill.html = IMAGE
+BUGCR23488 MAC : svg/transforms/animated-path-inside-transformed-html.xhtml = IMAGE
+BUGCR23488 MAC : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE
 
 // Looks the same to me... huh. Variation of above?
-BUG23489 MAC : fast/table/empty-section-crash.html = IMAGE
+BUGCR23489 MAC : fast/table/empty-section-crash.html = IMAGE
 
 // Various drawing tests that are broken
-BUG23477 MAC : fast/backgrounds/bgCompositeCopy.html = IMAGE
-BUG23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE
-BUG23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE
-BUG23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE
-BUG23477 MAC : fast/dynamic/containing-block-change.html = IMAGE
+BUGCR23477 MAC : fast/backgrounds/bgCompositeCopy.html = IMAGE
+BUGCR23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE
+BUGCR23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE
+BUGCR23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE
+BUGCR23477 MAC : fast/dynamic/containing-block-change.html = IMAGE
 
 // Unexpected gray
-BUG23476 MAC : fast/forms/listbox-clip.html = IMAGE
-BUG23476 MAC : fast/frames/inline-object-inside-frameset.html = IMAGE
-BUG23476 MAC : fast/text/font-initial.html = IMAGE
+BUGCR23476 MAC : fast/forms/listbox-clip.html = IMAGE
+BUGCR23476 MAC : fast/frames/inline-object-inside-frameset.html = IMAGE
+BUGCR23476 MAC : fast/text/font-initial.html = IMAGE
 
 // Disagreeing XML parsing error messages
-BUG23475 MAC : fast/parser/xhtml-alternate-entities.xml = IMAGE
-BUG23475 MAC : fast/xsl/xslt-extra-content-at-end.xml = IMAGE
+BUGCR23475 MAC : fast/parser/xhtml-alternate-entities.xml = IMAGE
+BUGCR23475 MAC : fast/xsl/xslt-extra-content-at-end.xml = IMAGE
 
 // Repaint tests failing on Mac.  Need to be manually triaged.
-BUG23473 MAC : fast/repaint/4774354.html = IMAGE
-BUG23473 MAC : fast/repaint/4776765.html = IMAGE
-BUG23473 MAC : fast/repaint/background-generated.html = IMAGE
-BUG23473 MAC : fast/repaint/backgroundSizeRepaint.html = IMAGE
-BUG23473 MAC : fast/repaint/block-selection-gap-in-composited-layer.html = IMAGE
-BUG23473 MAC : fast/repaint/block-selection-gap-in-table-cell.html = IMAGE
-BUG23473 MAC : fast/repaint/body-background-image.html = IMAGE
-BUG23473 MAC : fast/repaint/border-fit-lines.html = IMAGE
-BUG23473 MAC : fast/repaint/border-radius-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/border-repaint-glitch.html = IMAGE
-BUG23473 MAC : fast/repaint/box-shadow-dynamic.html = IMAGE
-BUG23473 MAC : fast/repaint/bugzilla-3509.html = IMAGE
-BUG23473 MAC : fast/repaint/bugzilla-5699.html = IMAGE
-BUG23473 MAC : fast/repaint/bugzilla-6278.html = IMAGE
-BUG23473 MAC : fast/repaint/bugzilla-6388.html = IMAGE
-BUG23473 MAC : fast/repaint/bugzilla-7235.html = IMAGE
-BUG23473 MAC : fast/repaint/button-spurious-layout-hint.html = IMAGE
-BUG23473 MAC : fast/repaint/change-transform.html = IMAGE
-BUG23473 MAC : fast/repaint/clipped-relative.html = IMAGE
-BUG23473 MAC : fast/repaint/clip-with-layout-delta.html = IMAGE
-BUG23473 MAC : fast/repaint/containing-block-position-change.html = IMAGE
-BUG23473 MAC : fast/repaint/content-into-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/control-clip.html = IMAGE
-BUG23473 MAC : fast/repaint/create-layer-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/delete-into-nested-block.html = IMAGE
-BUG23473 MAC : fast/repaint/dynamic-table-vertical-alignment-change.html = IMAGE
-BUG23473 MAC : fast/repaint/erase-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/fixed-child-move-after-scroll.html = IMAGE
-BUG23473 MAC : fast/repaint/fixed-child-of-fixed-move-after-scroll.html = IMAGE
-BUG23473 MAC : fast/repaint/fixed-child-of-transformed-move-after-scroll.html = IMAGE
-BUG23473 MAC : fast/repaint/fixed-move-after-scroll.html = IMAGE
-BUG23473 MAC : fast/repaint/float-in-new-block-with-layout-delta.html = IMAGE
-BUG23473 MAC : fast/repaint/float-move-during-layout.html = IMAGE
-BUG23473 MAC : fast/repaint/float-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/float-overflow-right.html = IMAGE
-BUG23473 MAC : fast/repaint/inline-block-resize.html = IMAGE
-BUG23473 MAC : fast/repaint/inline-color-change.html = IMAGE
-BUG23473 MAC : fast/repaint/inline-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/inline-relative-positioned.html = IMAGE
-BUG23473 MAC : fast/repaint/intermediate-layout-position-clip.html = IMAGE
-BUG23473 MAC : fast/repaint/intermediate-layout-position.html = IMAGE
-BUG23473 MAC : fast/repaint/invisible-objects.html = IMAGE
-BUG23473 MAC : fast/repaint/layer-full-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/layer-hide-when-needs-layout.html = IMAGE
-BUG23473 MAC : fast/repaint/layer-visibility.html = IMAGE
-BUG23473 MAC : fast/repaint/layout-state-only-positioned.html = IMAGE
-BUG23473 MAC : fast/repaint/layout-state-relative.html = IMAGE
-BUG23473 MAC : fast/repaint/line-in-scrolled-clipped-block.html = IMAGE
-BUG23473 MAC : fast/repaint/line-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/lines-with-layout-delta.html = IMAGE
-BUG23473 MAC : fast/repaint/list-marker-2.html = IMAGE
-BUG23473 MAC : fast/repaint/make-children-non-inline.html = IMAGE
-BUG23473 MAC : fast/repaint/outline-child-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/outline-inset.html = IMAGE
-BUG23473 MAC : fast/repaint/outline-repaint-glitch.html = IMAGE
-BUG23473 MAC : fast/repaint/outline-shrinking.html = IMAGE
-BUG23473 MAC : fast/repaint/overflow-clip-subtree-layout.html = IMAGE
-BUG23473 MAC : fast/repaint/overflow-delete-line.html = IMAGE
-BUG23473 MAC : fast/repaint/overflow-into-content.html = IMAGE
-BUG23473 MAC : fast/repaint/overflow-outline-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/overflow-scroll-delete.html = IMAGE
-BUG23473 MAC : fast/repaint/reflection-redraw.html = IMAGE
-BUG23473 MAC : fast/repaint/reflection-repaint-test.html = IMAGE
-BUG23473 MAC : fast/repaint/rel-positioned-inline-with-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/repaint-resized-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/search-field-cancel.html = IMAGE
-BUG23473 MAC : fast/repaint/selected-replaced.html = IMAGE
-BUG23473 MAC : fast/repaint/selection-after-delete.html = IMAGE
-BUG23473 MAC : fast/repaint/selection-after-remove.html = IMAGE
-BUG23473 MAC : fast/repaint/selection-clear.html = IMAGE
-BUG23473 MAC : fast/repaint/selection-gap-overflow-scroll.html = IMAGE
-BUG23473 MAC : fast/repaint/stacked-diacritics.html = IMAGE
-BUG23473 MAC : fast/repaint/static-to-positioned.html = IMAGE
-BUG23473 MAC : fast/repaint/subtree-layoutstate-transform.html = IMAGE
-BUG23473 MAC : fast/repaint/subtree-root-clip-2.html = IMAGE
-BUG23473 MAC : fast/repaint/subtree-root-clip.html = IMAGE
-BUG23473 MAC : fast/repaint/subtree-root-skipped.html = IMAGE
-BUG23473 MAC : fast/repaint/table-cell-move.html = IMAGE
-BUG23473 MAC : fast/repaint/table-cell-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/table-col-background.html = IMAGE
-BUG23473 MAC : fast/repaint/table-collapsed-border.html = IMAGE
-BUG23473 MAC : fast/repaint/table-extra-bottom-grow.html = IMAGE
-BUG23473 MAC : fast/repaint/table-outer-border.html = IMAGE
-BUG23473 MAC : fast/repaint/table-row.html = IMAGE
-BUG23473 MAC : fast/repaint/table-section-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/table-section-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/table-two-pass-layout-overpaint.html = IMAGE
-BUG23473 MAC : fast/repaint/text-append-dirty-lines.html = IMAGE
-BUG23473 MAC : fast/repaint/text-selection-rect-in-overflow-2.html = IMAGE
-BUG23473 MAC : fast/repaint/text-selection-rect-in-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/trailing-floats-root-line-box-overflow.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-absolute-child.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-absolute-in-positioned-container.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-disable-layoutstate.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-layout-repaint.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-relative-position.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-repaint-descendants.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-replaced-shadows.html = IMAGE
-BUG23473 MAC : fast/repaint/transform-translate.html = IMAGE
+BUGCR23473 MAC : fast/repaint/4774354.html = IMAGE
+BUGCR23473 MAC : fast/repaint/4776765.html = IMAGE
+BUGCR23473 MAC : fast/repaint/background-generated.html = IMAGE
+BUGCR23473 MAC : fast/repaint/backgroundSizeRepaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/block-selection-gap-in-composited-layer.html = IMAGE
+BUGCR23473 MAC : fast/repaint/block-selection-gap-in-table-cell.html = IMAGE
+BUGCR23473 MAC : fast/repaint/body-background-image.html = IMAGE
+BUGCR23473 MAC : fast/repaint/border-fit-lines.html = IMAGE
+BUGCR23473 MAC : fast/repaint/border-radius-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/border-repaint-glitch.html = IMAGE
+BUGCR23473 MAC : fast/repaint/box-shadow-dynamic.html = IMAGE
+BUGCR23473 MAC : fast/repaint/bugzilla-3509.html = IMAGE
+BUGCR23473 MAC : fast/repaint/bugzilla-5699.html = IMAGE
+BUGCR23473 MAC : fast/repaint/bugzilla-6278.html = IMAGE
+BUGCR23473 MAC : fast/repaint/bugzilla-6388.html = IMAGE
+BUGCR23473 MAC : fast/repaint/bugzilla-7235.html = IMAGE
+BUGCR23473 MAC : fast/repaint/button-spurious-layout-hint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/change-transform.html = IMAGE
+BUGCR23473 MAC : fast/repaint/clipped-relative.html = IMAGE
+BUGCR23473 MAC : fast/repaint/clip-with-layout-delta.html = IMAGE
+BUGCR23473 MAC : fast/repaint/containing-block-position-change.html = IMAGE
+BUGCR23473 MAC : fast/repaint/content-into-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/control-clip.html = IMAGE
+BUGCR23473 MAC : fast/repaint/create-layer-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/delete-into-nested-block.html = IMAGE
+BUGCR23473 MAC : fast/repaint/dynamic-table-vertical-alignment-change.html = IMAGE
+BUGCR23473 MAC : fast/repaint/erase-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/fixed-child-move-after-scroll.html = IMAGE
+BUGCR23473 MAC : fast/repaint/fixed-child-of-fixed-move-after-scroll.html = IMAGE
+BUGCR23473 MAC : fast/repaint/fixed-child-of-transformed-move-after-scroll.html = IMAGE
+BUGCR23473 MAC : fast/repaint/fixed-move-after-scroll.html = IMAGE
+BUGCR23473 MAC : fast/repaint/float-in-new-block-with-layout-delta.html = IMAGE
+BUGCR23473 MAC : fast/repaint/float-move-during-layout.html = IMAGE
+BUGCR23473 MAC : fast/repaint/float-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/float-overflow-right.html = IMAGE
+BUGCR23473 MAC : fast/repaint/inline-block-resize.html = IMAGE
+BUGCR23473 MAC : fast/repaint/inline-color-change.html = IMAGE
+BUGCR23473 MAC : fast/repaint/inline-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/inline-relative-positioned.html = IMAGE
+BUGCR23473 MAC : fast/repaint/intermediate-layout-position-clip.html = IMAGE
+BUGCR23473 MAC : fast/repaint/intermediate-layout-position.html = IMAGE
+BUGCR23473 MAC : fast/repaint/invisible-objects.html = IMAGE
+BUGCR23473 MAC : fast/repaint/layer-full-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/layer-hide-when-needs-layout.html = IMAGE
+BUGCR23473 MAC : fast/repaint/layer-visibility.html = IMAGE
+BUGCR23473 MAC : fast/repaint/layout-state-only-positioned.html = IMAGE
+BUGCR23473 MAC : fast/repaint/layout-state-relative.html = IMAGE
+BUGCR23473 MAC : fast/repaint/line-in-scrolled-clipped-block.html = IMAGE
+BUGCR23473 MAC : fast/repaint/line-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/lines-with-layout-delta.html = IMAGE
+BUGCR23473 MAC : fast/repaint/list-marker-2.html = IMAGE
+BUGCR23473 MAC : fast/repaint/make-children-non-inline.html = IMAGE
+BUGCR23473 MAC : fast/repaint/outline-child-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/outline-inset.html = IMAGE
+BUGCR23473 MAC : fast/repaint/outline-repaint-glitch.html = IMAGE
+BUGCR23473 MAC : fast/repaint/outline-shrinking.html = IMAGE
+BUGCR23473 MAC : fast/repaint/overflow-clip-subtree-layout.html = IMAGE
+BUGCR23473 MAC : fast/repaint/overflow-delete-line.html = IMAGE
+BUGCR23473 MAC : fast/repaint/overflow-into-content.html = IMAGE
+BUGCR23473 MAC : fast/repaint/overflow-outline-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/overflow-scroll-delete.html = IMAGE
+BUGCR23473 MAC : fast/repaint/reflection-redraw.html = IMAGE
+BUGCR23473 MAC : fast/repaint/reflection-repaint-test.html = IMAGE
+BUGCR23473 MAC : fast/repaint/rel-positioned-inline-with-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/repaint-resized-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/search-field-cancel.html = IMAGE
+BUGCR23473 MAC : fast/repaint/selected-replaced.html = IMAGE
+BUGCR23473 MAC : fast/repaint/selection-after-delete.html = IMAGE
+BUGCR23473 MAC : fast/repaint/selection-after-remove.html = IMAGE
+BUGCR23473 MAC : fast/repaint/selection-clear.html = IMAGE
+BUGCR23473 MAC : fast/repaint/selection-gap-overflow-scroll.html = IMAGE
+BUGCR23473 MAC : fast/repaint/stacked-diacritics.html = IMAGE
+BUGCR23473 MAC : fast/repaint/static-to-positioned.html = IMAGE
+BUGCR23473 MAC : fast/repaint/subtree-layoutstate-transform.html = IMAGE
+BUGCR23473 MAC : fast/repaint/subtree-root-clip-2.html = IMAGE
+BUGCR23473 MAC : fast/repaint/subtree-root-clip.html = IMAGE
+BUGCR23473 MAC : fast/repaint/subtree-root-skipped.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-cell-move.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-cell-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-col-background.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-collapsed-border.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-extra-bottom-grow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-outer-border.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-row.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-section-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-section-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/table-two-pass-layout-overpaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/text-append-dirty-lines.html = IMAGE
+BUGCR23473 MAC : fast/repaint/text-selection-rect-in-overflow-2.html = IMAGE
+BUGCR23473 MAC : fast/repaint/text-selection-rect-in-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/trailing-floats-root-line-box-overflow.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-absolute-child.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-absolute-in-positioned-container.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-disable-layoutstate.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-layout-repaint.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-relative-position.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-repaint-descendants.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-replaced-shadows.html = IMAGE
+BUGCR23473 MAC : fast/repaint/transform-translate.html = IMAGE
 
 // Fails due to r67862.
 BUGWK39966 : fast/repaint/table-cell-collapsed-border.html = IMAGE
 
 // Thicker shadow than expected
-BUG23471 MAC : fast/text/stroking.html = IMAGE
+BUGCR23471 MAC : fast/text/stroking.html = IMAGE
 
 // Failing on the bots but not locally; need investigation
-BUG23560 MAC : fast/images/animated-svg-as-image.html = IMAGE PASS
+BUGCR23560 MAC : fast/images/animated-svg-as-image.html = IMAGE PASS
 
 // -----------------------------------------------------------------
 // END MAC PORT TESTS
@@ -1662,341 +1662,341 @@ BUG23560 MAC : fast/images/animated-svg-as-image.html = IMAGE PASS
 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is
 // coming out with with a slightly-less-than-100% red channel. This test fails
 // because we enforce non-transparent color in Font::drawGlyphs.
-BUG24191 LINUX : fast/css/hsla-color.html = FAIL
+BUGCR24191 LINUX : fast/css/hsla-color.html = FAIL
 
 // Merge 39309:39335 Regressions (RenderButton::setupInnerStyle regression).
-BUG5737 LINUX : fast/forms/001.html = FAIL
-BUG5737 LINUX : fast/forms/input-first-letter.html = FAIL
+BUGCR5737 LINUX : fast/forms/001.html = FAIL
+BUGCR5737 LINUX : fast/forms/input-first-letter.html = FAIL
 
 // The (x) in type=search inputs appears to be slightly broken.  This test will also need a rebaseline.
-BUG20439 WIN LINUX : fast/forms/search-transformed.html = FAIL
+BUGCR20439 WIN LINUX : fast/forms/search-transformed.html = FAIL
 
 // New test. We should fix it, but it doesn't need to block the current release
-BUG10418 WIN DEBUG : animations/change-keyframes-name.html = FAIL PASS
+BUGCR10418 WIN DEBUG : animations/change-keyframes-name.html = FAIL PASS
 
 // We could fix this test for us and upstream it if the test shell user agent
 // would let us differentiate test_shell and WebKit DumpTreeNode.
-BUG7482 LINUX MAC : http/tests/misc/timer-vs-loading.html = TIMEOUT
-BUG7482 WIN : http/tests/misc/timer-vs-loading.html = TIMEOUT PASS
+BUGCR7482 LINUX MAC : http/tests/misc/timer-vs-loading.html = TIMEOUT
+BUGCR7482 WIN : http/tests/misc/timer-vs-loading.html = TIMEOUT PASS
 
 // Regressions from WebKit merge to 40864
 // Likely just needs a rebaseline.
-BUG10421 LINUX : fast/block/positioning/001.html = FAIL
+BUGCR10421 LINUX : fast/block/positioning/001.html = FAIL
 
 // Selection highlight colors are wrong.
-BUG10426 LINUX : fast/lists/drag-into-marker.html = FAIL
+BUGCR10426 LINUX : fast/lists/drag-into-marker.html = FAIL
 
 // It's not clear that the test isn't wrong here. It believes that middle
 // aligning 15px Ahem should end up in a certain spot. But we have the
 // x-height correct and we're still one px off.
-BUG10429 LINUX : css2.1/t100801-c544-valgn-01-d-ag.html = FAIL
+BUGCR10429 LINUX : css2.1/t100801-c544-valgn-01-d-ag.html = FAIL
 
 // New failures from Merge 41078:41149
-BUG10430 LINUX : svg/W3C-SVG-1.1/text-intro-05-t.svg = IMAGE+TEXT
+BUGCR10430 LINUX : svg/W3C-SVG-1.1/text-intro-05-t.svg = IMAGE+TEXT
 
 // Flakey. Not clear when it started, but it was before 3/9/09.
 // This test also started failing with the merge of March 25th 2009
-BUG10441 WIN DEBUG : transitions/transition-end-event-transform.html = FAIL PASS
-BUG10441 MAC WIN RELEASE : transitions/transition-end-event-transform.html = FAIL PASS
+BUGCR10441 WIN DEBUG : transitions/transition-end-event-transform.html = FAIL PASS
+BUGCR10441 MAC WIN RELEASE : transitions/transition-end-event-transform.html = FAIL PASS
 
 // Merge 41768:41807
 // Perhaps just needs new baseline?
 // These tests were rebaselined with failure long ago. We shouldn't do this, and
 // instead work upstream to improve tests so that they don't fail.
 // Just need rebaseline
-BUG10458 LINUX : fast/forms/textarea-width.html = FAIL
+BUGCR10458 LINUX : fast/forms/textarea-width.html = FAIL
 
 // New failures from merge
-BUG27486 WIN : fast/forms/listbox-hit-test-zoomed.html = FAIL
-BUG27486 RELEASE LINUX : fast/forms/listbox-hit-test-zoomed.html = FAIL
-BUG27486 LINUX DEBUG : fast/forms/listbox-hit-test-zoomed.html = FAIL
-BUG27486 WIN LINUX : fast/forms/slider-zoomed.html = FAIL
+BUGCR27486 WIN : fast/forms/listbox-hit-test-zoomed.html = FAIL
+BUGCR27486 RELEASE LINUX : fast/forms/listbox-hit-test-zoomed.html = FAIL
+BUGCR27486 LINUX DEBUG : fast/forms/listbox-hit-test-zoomed.html = FAIL
+BUGCR27486 WIN LINUX : fast/forms/slider-zoomed.html = FAIL
 
 // See WebKit 41948
 // Regressed further at 57820, jamesr investigating
-BUG10468 MAC SKIP : fast/replaced/border-radius-clip.html = IMAGE+TEXT
+BUGCR10468 MAC SKIP : fast/replaced/border-radius-clip.html = IMAGE+TEXT
 
 // Mac flaky failures.
-BUG10472 MAC DEBUG : svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS
+BUGCR10472 MAC DEBUG : svg/css/glyph-orientation-rounding-test.xhtml = FAIL PASS
 
 // <input type="search">; various failures, some tests may simply need new
 // baselines, others have more problems.
-BUG10473 LINUX : fast/forms/placeholder-set-value.html = FAIL
-BUG10473 LINUX : fast/forms/search-display-none-cancel-button.html = FAIL
-BUG10473 LINUX : fast/replaced/width100percent-searchfield.html = FAIL
+BUGCR10473 LINUX : fast/forms/placeholder-set-value.html = FAIL
+BUGCR10473 LINUX : fast/forms/search-display-none-cancel-button.html = FAIL
+BUGCR10473 LINUX : fast/replaced/width100percent-searchfield.html = FAIL
 
 // This test isn't just slow -- sometimes it times out indefinitely.
-BUG27569 LINUX MAC WIN : http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS
+BUGCR27569 LINUX MAC WIN : http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html = TIMEOUT PASS
 
 // These tests were affected by rolling out WebKit i8n patches.
 // Was only WIN, also fail on LINUX since merge 43346:43361
-BUG9768 LINUX WIN : fast/forms/select-initial-position.html = FAIL
+BUGCR9768 LINUX WIN : fast/forms/select-initial-position.html = FAIL
 // Was only WIN, also fail on LINUX since merge 43346:43361
-BUG9768 LINUX WIN : fast/forms/select-visual-hebrew.html = FAIL
+BUGCR9768 LINUX WIN : fast/forms/select-visual-hebrew.html = FAIL
 // Was only WIN, also fail on LINUX since merge 43346:43361
-BUG9768 LINUX WIN : fast/forms/visual-hebrew-text-field.html = FAIL
+BUGCR9768 LINUX WIN : fast/forms/visual-hebrew-text-field.html = FAIL
 // Linux looks ok, rebaselined.
-BUG9768 WIN : fast/text/cg-fallback-bolding.html = FAIL
-BUG9768 WIN : fast/text/international/001.html = FAIL
-BUG9768 WIN : fast/text/international/002.html = FAIL
-BUG9768 WIN : fast/text/international/003.html = FAIL
-BUG9768 WIN : fast/text/international/wrap-CJK-001.html = FAIL
+BUGCR9768 WIN : fast/text/cg-fallback-bolding.html = FAIL
+BUGCR9768 WIN : fast/text/international/001.html = FAIL
+BUGCR9768 WIN : fast/text/international/002.html = FAIL
+BUGCR9768 WIN : fast/text/international/003.html = FAIL
+BUGCR9768 WIN : fast/text/international/wrap-CJK-001.html = FAIL
 
 // Merge WebKit 42200:42244 regressions
-BUG9786 : fast/dom/Window/dom-access-from-closure-iframe.html = FAIL
-BUG9786 : fast/dom/Window/dom-access-from-closure-window.html = FAIL
-BUG9786 WIN DEBUG : http/tests/security/cross-frame-access-history-prototype.html = FAIL
-BUG9786 SLOW WIN RELEASE : http/tests/security/cross-frame-access-history-prototype.html = FAIL
-BUG9786 LINUX MAC : http/tests/security/cross-frame-access-history-prototype.html = FAIL
-BUG9786 : http/tests/security/cross-frame-access-location-prototype.html = FAIL
-BUG9786 : http/tests/security/cross-frame-access-document-direct.html = TIMEOUT
+BUGCR9786 : fast/dom/Window/dom-access-from-closure-iframe.html = FAIL
+BUGCR9786 : fast/dom/Window/dom-access-from-closure-window.html = FAIL
+BUGCR9786 WIN DEBUG : http/tests/security/cross-frame-access-history-prototype.html = FAIL
+BUGCR9786 SLOW WIN RELEASE : http/tests/security/cross-frame-access-history-prototype.html = FAIL
+BUGCR9786 LINUX MAC : http/tests/security/cross-frame-access-history-prototype.html = FAIL
+BUGCR9786 : http/tests/security/cross-frame-access-location-prototype.html = FAIL
+BUGCR9786 : http/tests/security/cross-frame-access-document-direct.html = TIMEOUT
 
-BUG9798 SLOW WIN DEBUG : fast/dom/Window/slow-unload-handler.html = PASS
+BUGCR9798 SLOW WIN DEBUG : fast/dom/Window/slow-unload-handler.html = PASS
 
 // Was flaky. Became a consistent failure.
-BUG9798 WIN DEBUG : http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS
-BUG9798 WIN DEBUG : http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS
-BUG9798 WIN SLOW : http/tests/misc/refresh-headers.php = PASS
-BUG9798 WIN : http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL PASS
-BUG9798 WIN DEBUG : http/tests/security/cross-frame-access-protocol.html = FAIL PASS
-BUG9798 RELEASE : http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS
-BUG9798 WIN : http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = PASS TIMEOUT
-BUG9798 WIN : http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS
-BUG9798 WIN DEBUG : http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT PASS
-BUG9797 BUG9798 WIN RELEASE SLOW : http/tests/xmlhttprequest/state-after-network-error.html = PASS
-BUG9797 LINUX DEBUG : svg/carto.net/colourpicker.svg = FAIL
-BUG9798 LINUX RELEASE : svg/carto.net/colourpicker.svg = FAIL
-BUG9798 LINUX RELEASE : tables/mozilla/bugs/45621.html = FAIL
-BUG9798 LINUX DEBUG SLOW : tables/mozilla/bugs/45621.html = FAIL
-//also BUG24868 (crash)
-BUG9798 LINUX DEBUG : transitions/mask-transitions.html = FAIL PASS
-BUG9798 SLOW LINUX RELEASE : transitions/transition-timing-function.html = PASS
+BUGCR9798 WIN DEBUG : http/tests/local/style-access-before-stylesheet-loaded.html = FAIL PASS
+BUGCR9798 WIN DEBUG : http/tests/misc/redirect-with-quotes.php = TIMEOUT PASS
+BUGCR9798 WIN SLOW : http/tests/misc/refresh-headers.php = PASS
+BUGCR9798 WIN : http/tests/security/cross-frame-access-protocol-explicit-domain.html = FAIL PASS
+BUGCR9798 WIN DEBUG : http/tests/security/cross-frame-access-protocol.html = FAIL PASS
+BUGCR9798 RELEASE : http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html = TIMEOUT PASS
+BUGCR9798 WIN : http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html = PASS TIMEOUT
+BUGCR9798 WIN : http/tests/xmlhttprequest/basic-auth.html = TIMEOUT PASS
+BUGCR9798 WIN DEBUG : http/tests/xmlhttprequest/encode-request-url-2.html = TIMEOUT PASS
+BUGCR9797 BUGCR9798 WIN RELEASE SLOW : http/tests/xmlhttprequest/state-after-network-error.html = PASS
+BUGCR9797 LINUX DEBUG : svg/carto.net/colourpicker.svg = FAIL
+BUGCR9798 LINUX RELEASE : svg/carto.net/colourpicker.svg = FAIL
+BUGCR9798 LINUX RELEASE : tables/mozilla/bugs/45621.html = FAIL
+BUGCR9798 LINUX DEBUG SLOW : tables/mozilla/bugs/45621.html = FAIL
+//also BUGCR24868 (crash)
+BUGCR9798 LINUX DEBUG : transitions/mask-transitions.html = FAIL PASS
+BUGCR9798 SLOW LINUX RELEASE : transitions/transition-timing-function.html = PASS
 // This test definitely times out (i.e. is not just slow).
-BUG9798 WIN RELEASE : http/tests/xmlhttprequest/small-chunks-response-text.html = PASS TIMEOUT
-BUG9798 LINUX : svg/custom/use-property-changes-through-svg-dom.svg = FAIL
-BUG9798 LINUX : svg/custom/js-update-transform-changes.svg = FAIL
+BUGCR9798 WIN RELEASE : http/tests/xmlhttprequest/small-chunks-response-text.html = PASS TIMEOUT
+BUGCR9798 LINUX : svg/custom/use-property-changes-through-svg-dom.svg = FAIL
+BUGCR9798 LINUX : svg/custom/js-update-transform-changes.svg = FAIL
 // Occasionally times out. Not just slow.
-BUG9798 WIN DEBUG : http/tests/loading/redirect-methods.html = TIMEOUT PASS
+BUGCR9798 WIN DEBUG : http/tests/loading/redirect-methods.html = TIMEOUT PASS
 
 // New tests or failures from WebKit merge 42324:42364. Re-baselined on
 // Windows. Probably just need the same on other platforms.
-BUG9962 MAC : fast/js/function-apply-aliased.html = FAIL
+BUGCR9962 MAC : fast/js/function-apply-aliased.html = FAIL
 
 // Regressions from WebKit merge 43264:42403, unknown cause(s)
-BUG10055 MAC : fast/events/updateLayoutForHitTest.html = FAIL
+BUGCR10055 MAC : fast/events/updateLayoutForHitTest.html = FAIL
 
 // New tests from WebKit Merge 42609:42671
-BUG10760 LINUX : fast/forms/input-text-scroll-left-on-blur.html = FAIL
-BUG10760 LINUX : fast/inline/25277-2.html = FAIL
-BUG10760 LINUX : fast/inline/25277.html = FAIL
-BUG10760 LINUX : svg/custom/marker-child-changes.svg = PASS FAIL
-BUG10760 LINUX : svg/custom/marker-viewBox-changes.svg = FAIL
+BUGCR10760 LINUX : fast/forms/input-text-scroll-left-on-blur.html = FAIL
+BUGCR10760 LINUX : fast/inline/25277-2.html = FAIL
+BUGCR10760 LINUX : fast/inline/25277.html = FAIL
+BUGCR10760 LINUX : svg/custom/marker-child-changes.svg = PASS FAIL
+BUGCR10760 LINUX : svg/custom/marker-viewBox-changes.svg = FAIL
 
 // New failures from WebKit merge 42725:42805
 // WebKit change http://trac.webkit.org/changeset/42785
 // added a test which submits a form and then uses history.back()
 // to go back. in test_shell history.back() does not go back,
 // so the test timeouts.
-BUG11001 LINUX MAC WIN : http/tests/history/back-to-post.php = TIMEOUT
+BUGCR11001 LINUX MAC WIN : http/tests/history/back-to-post.php = TIMEOUT
 
 // Regressions from WebKit Merge 42932:42994 due to text metric changes.
-BUG11251 WIN DEBUG : fast/forms/textarea-width.html = FAIL
-BUG11251 SLOW WIN RELEASE : fast/forms/textarea-width.html = FAIL
-BUG11251 WIN LINUX RELEASE : fast/forms/text-control-intrinsic-widths.html = FAIL
-BUG11251 LINUX WIN DEBUG : fast/forms/text-control-intrinsic-widths.html = FAIL
-BUG11251 WIN LINUX : svg/custom/svg-fonts-in-text-controls.html = FAIL
-BUG11251 WIN LINUX : fast/forms/textarea-metrics.html = FAIL
+BUGCR11251 WIN DEBUG : fast/forms/textarea-width.html = FAIL
+BUGCR11251 SLOW WIN RELEASE : fast/forms/textarea-width.html = FAIL
+BUGCR11251 WIN LINUX RELEASE : fast/forms/text-control-intrinsic-widths.html = FAIL
+BUGCR11251 LINUX WIN DEBUG : fast/forms/text-control-intrinsic-widths.html = FAIL
+BUGCR11251 WIN LINUX : svg/custom/svg-fonts-in-text-controls.html = FAIL
+BUGCR11251 WIN LINUX : fast/forms/textarea-metrics.html = FAIL
 
 // Regresssions from WebKit Merge 43114:43242 that just need to be re-baselined.
-BUG11483 LINUX : fast/forms/input-text-double-click.html = FAIL
-BUG11483 LINUX : svg/text/foreignObject-repaint.xml = FAIL
+BUGCR11483 LINUX : fast/forms/input-text-double-click.html = FAIL
+BUGCR11483 LINUX : svg/text/foreignObject-repaint.xml = FAIL
 
 // Regressions from WebKit merge 43242:43321.  These just need to re-baselining:
-BUG24229 LINUX : fast/forms/select-dirty-parent-pref-widths.html = FAIL
-BUG24229 LINUX : svg/transforms/animated-path-inside-transformed-html.xhtml = FAIL
+BUGCR24229 LINUX : fast/forms/select-dirty-parent-pref-widths.html = FAIL
+BUGCR24229 LINUX : svg/transforms/animated-path-inside-transformed-html.xhtml = FAIL
 
 // Details for all of these are in the bugs.
-BUG12361 WIN : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUG12361 LINUX MAC DEBUG : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUG12361 LINUX RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
-BUG12361 SLOW MAC RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
+BUGCR12361 WIN : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
+BUGCR12361 LINUX MAC DEBUG : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
+BUGCR12361 LINUX RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
+BUGCR12361 SLOW MAC RELEASE : http/tests/cookies/double-quoted-value-with-semi-colon.html = FAIL
 
-BUG14207 LINUX : tables/mozilla/bugs/bug28341.html = FAIL
-BUG32231 WIN DEBUG : tables/mozilla/bugs/bug28341.html = IMAGE PASS
+BUGCR14207 LINUX : tables/mozilla/bugs/bug28341.html = FAIL
+BUGCR32231 WIN DEBUG : tables/mozilla/bugs/bug28341.html = IMAGE PASS
 
 // Newly added test http://trac.webkit.org/changeset/44816
-BUG18733 WIN SLOW : http/tests/xmlhttprequest/cross-origin-no-authorization.html = PASS
+BUGCR18733 WIN SLOW : http/tests/xmlhttprequest/cross-origin-no-authorization.html = PASS
 
 // WebKit 45017:45086
-BUG15217 : fast/js/dictionary-no-cache.html = FAIL
+BUGCR15217 : fast/js/dictionary-no-cache.html = FAIL
 
 // WebKit 45086:45111
-BUG15270 MAC LINUX RELEASE : fast/js/excessive-comma-usage.html = TEXT
-BUG15270 MAC LINUX DEBUG SLOW : fast/js/excessive-comma-usage.html = FAIL
-BUG15270 WIN : fast/js/excessive-comma-usage.html = CRASH FAIL
+BUGCR15270 MAC LINUX RELEASE : fast/js/excessive-comma-usage.html = TEXT
+BUGCR15270 MAC LINUX DEBUG SLOW : fast/js/excessive-comma-usage.html = FAIL
+BUGCR15270 WIN : fast/js/excessive-comma-usage.html = CRASH FAIL
 
 
-// Flaky for a while; also related to BUG17974
-BUG15267 WIN LINUX : transitions/cancel-transition.html = PASS FAIL
+// Flaky for a while; also related to BUGCR17974
+BUGCR15267 WIN LINUX : transitions/cancel-transition.html = PASS FAIL
 
 // WebKit 45431:45444
-BUG10384 MAC : fast/events/frame-tab-focus.html = FAIL
-BUG11613 LINUX : fast/forms/tabbing-input-iframe.html = FAIL
-BUG11613 LINUX RELEASE : fast/overflow/scrollRevealButton.html = FAIL
-BUG11613 LINUX DEBUG : fast/overflow/scrollRevealButton.html = FAIL
+BUGCR10384 MAC : fast/events/frame-tab-focus.html = FAIL
+BUGCR11613 LINUX : fast/forms/tabbing-input-iframe.html = FAIL
+BUGCR11613 LINUX RELEASE : fast/overflow/scrollRevealButton.html = FAIL
+BUGCR11613 LINUX DEBUG : fast/overflow/scrollRevealButton.html = FAIL
 
 // WebKit merge 42738:45840
 // New tests, need baseline.
-BUG16240 WIN DEBUG : http/tests/cache/subresource-expiration.html = TIMEOUT
-BUG16240 MAC WIN RELEASE : http/tests/cache/subresource-expiration.html = TIMEOUT
-BUG14752 LINUX SLOW : http/tests/cache/subresource-expiration.html = PASS
+BUGCR16240 WIN DEBUG : http/tests/cache/subresource-expiration.html = TIMEOUT
+BUGCR16240 MAC WIN RELEASE : http/tests/cache/subresource-expiration.html = TIMEOUT
+BUGCR14752 LINUX SLOW : http/tests/cache/subresource-expiration.html = PASS
 
 // New tests with WebKit merge 46288:46363
-BUG18116 : fast/dom/constructed-objects-prototypes.html = TEXT
-BUG18116 WIN RELEASE : fast/dom/prototype-inheritance-2.html = TEXT
-BUG18116 WIN DEBUG : fast/dom/prototype-inheritance-2.html = CRASH
-BUG18116 MAC LINUX : fast/dom/prototype-inheritance-2.html = TEXT CRASH
+BUGCR18116 : fast/dom/constructed-objects-prototypes.html = TEXT
+BUGCR18116 WIN RELEASE : fast/dom/prototype-inheritance-2.html = TEXT
+BUGCR18116 WIN DEBUG : fast/dom/prototype-inheritance-2.html = CRASH
+BUGCR18116 MAC LINUX : fast/dom/prototype-inheritance-2.html = TEXT CRASH
 // New in WebKit r52559
-BUG18116 : svg/custom/global-constructors.html = TEXT
+BUGCR18116 : svg/custom/global-constructors.html = TEXT
 
 // Flaky crashes
-BUG18656 MAC RELEASE : fast/dom/Window/window-lookup-precedence.html = FAIL
-BUG18656 MAC DEBUG : fast/dom/Window/window-lookup-precedence.html = FAIL
+BUGCR18656 MAC RELEASE : fast/dom/Window/window-lookup-precedence.html = FAIL
+BUGCR18656 MAC DEBUG : fast/dom/Window/window-lookup-precedence.html = FAIL
 
 // Test failures caused by re-enabling skia asserts.
-BUG18896 WIN DEBUG : svg/batik/paints/gradientLimit.svg = TIMEOUT FAIL
+BUGCR18896 WIN DEBUG : svg/batik/paints/gradientLimit.svg = TIMEOUT FAIL
 
 // Test failures from WebKit merge 46894 to 46977
-BUG26737 : fast/js/prototypes.html = FAIL
+BUGCR26737 : fast/js/prototypes.html = FAIL
 
 // WebKit roll r47417:47528
-BUG19766 LINUX : fast/replaced/width100percent-menulist.html = FAIL
+BUGCR19766 LINUX : fast/replaced/width100percent-menulist.html = FAIL
 
 // WebKit 47777:47790 - getOwnPropertyDescriptor
-BUG20345 : fast/js/getOwnPropertyDescriptor.html = FAIL
-BUG20345 : fast/dom/Window/window-property-descriptors.html = TEXT
+BUGCR20345 : fast/js/getOwnPropertyDescriptor.html = FAIL
+BUGCR20345 : fast/dom/Window/window-property-descriptors.html = TEXT
 // Failures from Webkit merger 51724 -> 51772
-BUG20345 : http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html = TEXT
+BUGCR20345 : http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html = TEXT
 
 // Flaky, not clear as of when.
-BUG21411 WIN LINUX DEBUG : svg/dom/SVGScriptElement/script-load-and-error-events.svg = TEXT PASS
+BUGCR21411 WIN LINUX DEBUG : svg/dom/SVGScriptElement/script-load-and-error-events.svg = TEXT PASS
 
 
-BUG25616 WIN : fast/overflow/overflow-float-stacking.html = FAIL
+BUGCR25616 WIN : fast/overflow/overflow-float-stacking.html = FAIL
 
 // Flaky. The width of containing RenderBlocks sometimes becomes larger
-BUG21958 MAC : svg/hixie/error/012.xml = FAIL
+BUGCR21958 MAC : svg/hixie/error/012.xml = FAIL
 
 // WebKit merge 48500:48585, newly implemented Object.defineProperty.
-BUG22526 WIN MAC: fast/js/Object-create.html = FAIL
-BUG22526 : fast/js/Object-defineProperties.html = FAIL CRASH
-BUG22526 : fast/js/Object-defineProperty.html = FAIL CRASH
-BUG22526 : http/tests/security/xss-DENIED-defineProperty.html = FAIL
+BUGCR22526 WIN MAC: fast/js/Object-create.html = FAIL
+BUGCR22526 : fast/js/Object-defineProperties.html = FAIL CRASH
+BUGCR22526 : fast/js/Object-defineProperty.html = FAIL CRASH
+BUGCR22526 : http/tests/security/xss-DENIED-defineProperty.html = FAIL
 
 // WebKit merge 48500:48585, due to newly added support for MathML.
-BUG22554 SKIP : mathml = FAIL
+BUGCR22554 SKIP : mathml = FAIL
 
 // WebKit update 48796:48820
 // Test #9 throws an exception.
-BUG23956 WIN LINUX : fast/dom/Range/getClientRects.html = FAIL
-BUG24126 : fast/dom/HTMLInputElement/size-attribute.html = FAIL
+BUGCR23956 WIN LINUX : fast/dom/Range/getClientRects.html = FAIL
+BUGCR24126 : fast/dom/HTMLInputElement/size-attribute.html = FAIL
 
 // Started happening somewhere around http://trac.webkit.org/changeset/48989.
-BUG23955 MAC : fast/css/last-of-type-pseudo-class.html = IMAGE
-BUG23955 LINUX : fast/css/last-of-type-pseudo-class.html = IMAGE
+BUGCR23955 MAC : fast/css/last-of-type-pseudo-class.html = IMAGE
+BUGCR23955 LINUX : fast/css/last-of-type-pseudo-class.html = IMAGE
 
 // Started failing for no apparent reason at r28124, and IMAGE+TEXT diffs started at r51875
 
 // Flaky timeouts first appearing at r27764 (webkit 48947)
-BUG9798 WIN : http/tests/cookies/multiple-cookies.html = TIMEOUT PASS
+BUGCR9798 WIN : http/tests/cookies/multiple-cookies.html = TIMEOUT PASS
 
 // WebKit update: 49213:49221
-BUG24063 : fast/dom/Window/window-postmessage-clone.html = FAIL
+BUGCR24063 : fast/dom/Window/window-postmessage-clone.html = FAIL
 
 // Got slow with V8 update to 1.3.15. Debug logging perhaps?
-BUG24182 DEBUG SLOW : fast/forms/input-implicit-length-limit.html = PASS
-BUG24182 DEBUG SLOW : fast/forms/input-maxlength.html = PASS
+BUGCR24182 DEBUG SLOW : fast/forms/input-implicit-length-limit.html = PASS
+BUGCR24182 DEBUG SLOW : fast/forms/input-maxlength.html = PASS
 
 // Failing at WebKit Linux (dbg)(3) build 7795
-BUG24119 LINUX DEBUG : tables/mozilla/bugs/bug1220.html = PASS FAIL
+BUGCR24119 LINUX DEBUG : tables/mozilla/bugs/bug1220.html = PASS FAIL
 
 // WebKit roll 49405:49413
-BUG28409 : http/tests/xmlhttprequest/logout.html = FAIL
+BUGCR28409 : http/tests/xmlhttprequest/logout.html = FAIL
 
 // WebKit Roll 49597:49640
-BUG24966 SLOW MAC DEBUG : fast/frames/calculate-fixed.html = PASS
+BUGCR24966 SLOW MAC DEBUG : fast/frames/calculate-fixed.html = PASS
 
 // WebKit Roll 49640:49684
-BUG25202 LINUX WIN : svg/W3C-SVG-1.1/masking-path-02-b.svg = FAIL
-BUG25208 LINUX WIN : svg/W3C-SVG-1.1/masking-path-05-f.svg = FAIL
+BUGCR25202 LINUX WIN : svg/W3C-SVG-1.1/masking-path-02-b.svg = FAIL
+BUGCR25208 LINUX WIN : svg/W3C-SVG-1.1/masking-path-05-f.svg = FAIL
 BUG_JEREMY MAC : fast/frames/onlyCommentInIFrame.html = FAIL
 
 // WebKit Roll 49684:49761
-BUG26042 DEBUG : http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
-BUG26042 LINUX RELEASE : http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
+BUGCR26042 DEBUG : http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
+BUGCR26042 LINUX RELEASE : http/tests/security/mixedContent/insecure-plugin-in-iframe.html = PASS TEXT
 
 // Incorrect baseline removed.
-BUG25433 WIN LINUX : css2.1/t040103-ident-03-c.html = IMAGE
+BUGCR25433 WIN LINUX : css2.1/t040103-ident-03-c.html = IMAGE
 
 // WebKit roll 49961:49992
 // Added in http://trac.webkit.org/changeset/49990
-BUG25884 WIN LINUX : fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html = FAIL
+BUGCR25884 WIN LINUX : fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html = FAIL
 
 // This only crashes on the old buildbot slave. It fails image, like the other slaves, on the new one.
 // FIXME: Make this just be IMAGE after we move over to the new bots.
-BUG26344 LINUX DEBUG : fast/text/atsui-partial-selection.html = CRASH IMAGE
+BUGCR26344 LINUX DEBUG : fast/text/atsui-partial-selection.html = CRASH IMAGE
 
 BUGWK45957 : fast/multicol/column-rules-stacking.html = FAIL
 
 // ==== WebKit roll 50258:50313 ====
-BUG26291 MAC : fast/text/atsui-multiple-renderers.html = IMAGE
-BUG26291 MAC : transforms/2d/hindi-rotated.html = IMAGE
+BUGCR26291 MAC : fast/text/atsui-multiple-renderers.html = IMAGE
+BUGCR26291 MAC : transforms/2d/hindi-rotated.html = IMAGE
 
 // Flaky since at least WebKit 50258.
-BUG32098 : fast/dom/defaultView.html = MISSING PASS
+BUGCR32098 : fast/dom/defaultView.html = MISSING PASS
 
 // more test flakiness
-BUG27334 MAC : http/tests/security/xssAuditor/object-embed-tag.html = PASS
+BUGCR27334 MAC : http/tests/security/xssAuditor/object-embed-tag.html = PASS
 
 // more test flakiness
-BUG27418 SLOW WIN RELEASE : http/tests/cookies/simple-cookies-max-age.html = PASS
-BUG27418 SLOW WIN RELEASE : http/tests/misc/url-in-utf16le.html = PASS
-BUG27418 MAC DEBUG : http/tests/plugins/interrupted-get-url.html = PASS TEXT
-BUG27418 MAC RELEASE SLOW : http/tests/plugins/interrupted-get-url.html = PASS
+BUGCR27418 SLOW WIN RELEASE : http/tests/cookies/simple-cookies-max-age.html = PASS
+BUGCR27418 SLOW WIN RELEASE : http/tests/misc/url-in-utf16le.html = PASS
+BUGCR27418 MAC DEBUG : http/tests/plugins/interrupted-get-url.html = PASS TEXT
+BUGCR27418 MAC RELEASE SLOW : http/tests/plugins/interrupted-get-url.html = PASS
 
 // The following upstream patches add -Webkit-color-correction support:
 // http://trac.webkit.org/changeset/50760
 // http://trac.webkit.org/changeset/50852
 // The ColorSpace was only implemented for CG, more port implementation
 // required in order for Chromium to support color correction.
-BUG28005 : fast/css/color-correction-backgrounds-and-text.html = FAIL
-BUG28005 WIN LINUX : fast/css/color-correction-on-backgrounds.html = IMAGE+TEXT
-BUG28005 WIN LINUX : fast/css/color-correction-on-text.html = IMAGE+TEXT
-BUG28005 WIN LINUX : fast/css/color-correction.html = IMAGE+TEXT
-BUG28005 WIN LINUX : fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT
-BUG28005 WIN LINUX : fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT
-BUG28005 : fast/css/color-correction-on-background-image.html = FAIL
-BUG28005 WIN LINUX : fast/css/color-correction-untagged-images.html = IMAGE+TEXT
+BUGCR28005 : fast/css/color-correction-backgrounds-and-text.html = FAIL
+BUGCR28005 WIN LINUX : fast/css/color-correction-on-backgrounds.html = IMAGE+TEXT
+BUGCR28005 WIN LINUX : fast/css/color-correction-on-text.html = IMAGE+TEXT
+BUGCR28005 WIN LINUX : fast/css/color-correction.html = IMAGE+TEXT
+BUGCR28005 WIN LINUX : fast/css/color-correction-on-box-shadow.html = IMAGE+TEXT
+BUGCR28005 WIN LINUX : fast/css/color-correction-on-text-shadow.html = IMAGE+TEXT
+BUGCR28005 : fast/css/color-correction-on-background-image.html = FAIL
+BUGCR28005 WIN LINUX : fast/css/color-correction-untagged-images.html = IMAGE+TEXT
 
 // May also be related to r50760, but not as confident.
-BUG27551 WIN : fast/css/shadow-multiple.html = IMAGE
+BUGCR27551 WIN : fast/css/shadow-multiple.html = IMAGE
 
 // WebKit merge 50756:50820, possibly due to WebKit r50808/r50786 and Chromium r31715
-BUG27553 WIN : fast/text/atsui-partial-selection.html = IMAGE
+BUGCR27553 WIN : fast/text/atsui-partial-selection.html = IMAGE
 
-BUG22700 WIN LINUX : fast/canvas/canvas-shadow.html = TEXT
+BUGCR22700 WIN LINUX : fast/canvas/canvas-shadow.html = TEXT
 
 
 // Failures from merge 50972:51042
 // The test requires DRT/Test Shell to support error page handling.
-BUG27850 : fast/history/back-forward-reset-after-error-handling.html = TEXT
+BUGCR27850 : fast/history/back-forward-reset-after-error-handling.html = TEXT
 // Need to update chromium so the web frame delegate is informed when window objects
 // in isolated worlds are cleared.
-BUG27849 : http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT
+BUGCR27849 : http/tests/security/isolatedWorld/didClearWindowObject.html = TEXT
 
-BUG28040 WIN MAC DEBUG : fast/body-propagation/overflow/003-xhtml.xhtml = PASS IMAGE+TEXT
+BUGCR28040 WIN MAC DEBUG : fast/body-propagation/overflow/003-xhtml.xhtml = PASS IMAGE+TEXT
 
-BUG28092 WIN : http/tests/xmlhttprequest/redirect-cross-origin-post.html = PASS FAIL
+BUGCR28092 WIN : http/tests/xmlhttprequest/redirect-cross-origin-post.html = PASS FAIL
 
 // Started failing with move from Lighttpd to Apache.
 // Since we have some bots on Lighttpd and some on Apache, mark it as flaky for
@@ -2006,52 +2006,52 @@ BUG_OJAN LINUX : http/tests/xmlhttprequest/cache-override.html = TEXT
 
 // These tests time out *and* are slow. The test should be fixed to not timeout,
 // then should be marked as SLOW/PASS.
-BUG2844 WIN : http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS CRASH
-BUG2844 WIN : http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEXT
-BUG2844 WIN : http/tests/appcache/offline-access.html = TIMEOUT PASS
-BUG2844 WIN LINUX DEBUG : http/tests/appcache/update-cache.html = TIMEOUT PASS
-BUG2844 WIN RELEASE : http/tests/appcache/update-cache.html = TIMEOUT PASS
+BUGCR2844 WIN : http/tests/appcache/cyrillic-uri.html = TIMEOUT PASS CRASH
+BUGCR2844 WIN : http/tests/appcache/fail-on-update.html = TIMEOUT PASS TEXT
+BUGCR2844 WIN : http/tests/appcache/offline-access.html = TIMEOUT PASS
+BUGCR2844 WIN LINUX DEBUG : http/tests/appcache/update-cache.html = TIMEOUT PASS
+BUGCR2844 WIN RELEASE : http/tests/appcache/update-cache.html = TIMEOUT PASS
 
 // These tests sometimes pass and sometimes have a text difference due
 // to chromium's appcache being async.
-BUG2844 WIN RELEASE : http/tests/appcache/top-frame-3.html = TEXT PASS
-BUG2844 MAC LINUX : http/tests/appcache/top-frame-3.html = TEXT PASS
-BUG2844 WIN RELEASE : http/tests/appcache/top-frame-4.html = TEXT PASS
-BUG2844 MAC LINUX : http/tests/appcache/top-frame-4.html = TEXT PASS
+BUGCR2844 WIN RELEASE : http/tests/appcache/top-frame-3.html = TEXT PASS
+BUGCR2844 MAC LINUX : http/tests/appcache/top-frame-3.html = TEXT PASS
+BUGCR2844 WIN RELEASE : http/tests/appcache/top-frame-4.html = TEXT PASS
+BUGCR2844 MAC LINUX : http/tests/appcache/top-frame-4.html = TEXT PASS
 
 // These fail because chromium's appcache is async but webkit's is not.
-BUG2844 SKIP : http/tests/appcache/idempotent-update.html = FAIL
-BUG2844 SKIP : http/tests/appcache/top-frame-2.html = FAIL
+BUGCR2844 SKIP : http/tests/appcache/idempotent-update.html = FAIL
+BUGCR2844 SKIP : http/tests/appcache/top-frame-2.html = FAIL
 
 // This test fails because there is no setAppCacheMaximumSize API yet.
-BUG2844 SKIP : http/tests/appcache/max-size.html = FAIL
+BUGCR2844 SKIP : http/tests/appcache/max-size.html = FAIL
 
 // Flakiness documented around Webkit Roll 51681:51711
-BUG2844 SKIP : http/tests/appcache/404-manifest.html = TIMEOUT PASS
-BUG2844 SKIP : http/tests/appcache/404-resource.html = TIMEOUT PASS
-BUG2844 SKIP : http/tests/appcache/foreign-iframe-main.html = TIMEOUT PASS
-BUG2844 SKIP : http/tests/appcache/non-html.xhtml = TIMEOUT PASS
+BUGCR2844 SKIP : http/tests/appcache/404-manifest.html = TIMEOUT PASS
+BUGCR2844 SKIP : http/tests/appcache/404-resource.html = TIMEOUT PASS
+BUGCR2844 SKIP : http/tests/appcache/foreign-iframe-main.html = TIMEOUT PASS
+BUGCR2844 SKIP : http/tests/appcache/non-html.xhtml = TIMEOUT PASS
 
 // New failures from WebKit r51577
-BUG29164 WIN LINUX MAC : fast/frames/sandboxed-iframe-plugins.html = TEXT
+BUGCR29164 WIN LINUX MAC : fast/frames/sandboxed-iframe-plugins.html = TEXT
 
 // New failures from WebKit merge 51581:51584
-BUG29167 MAC DEBUG : fast/dom/replaceChild.html = IMAGE PASS
+BUGCR29167 MAC DEBUG : fast/dom/replaceChild.html = IMAGE PASS
 
 // Failures introduced by USE_NEW_BUILDER in Skia.
-BUG33287 WIN LINUX : fast/canvas/set-colors.html = TEXT
+BUGCR33287 WIN LINUX : fast/canvas/set-colors.html = TEXT
 
 // Failures from WebKit merge 51711:51724
-BUG32003 : fast/js/string-property-deletion.html = TEXT
+BUGCR32003 : fast/js/string-property-deletion.html = TEXT
 
 // Regression from Webkit merge 51772 -> 51784
-BUG35329 WIN : http/tests/appcache/resource-redirect-2.html = TIMEOUT PASS
+BUGCR35329 WIN : http/tests/appcache/resource-redirect-2.html = TIMEOUT PASS
 
 // More Webkit Roll to r51875
 // Some of these went from IMAGE+TEXT to just IMAGE at r57886
-BUG29737 MAC : svg/custom/use-elementInstance-event-target.svg = IMAGE
-BUG29737 MAC : svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE
-BUG29737 MAC : svg/filters/sourceAlpha.svg = IMAGE
+BUGCR29737 MAC : svg/custom/use-elementInstance-event-target.svg = IMAGE
+BUGCR29737 MAC : svg/W3C-SVG-1.1/struct-image-02-b.svg = IMAGE
+BUGCR29737 MAC : svg/filters/sourceAlpha.svg = IMAGE
 
 // These tests got very flaky (failing 8/10 runs!) after
 // http://src.chromium.org/viewvc/chrome?view=rev&revision=34610
@@ -2062,152 +2062,152 @@ BUG29737 MAC : svg/filters/sourceAlpha.svg = IMAGE
 // Likely, moving Windows to using Apache2 will fix this as the Linux/Mac builds
 // did not get flaky here and moving to Apache made the appcache tests less
 // flaky on those platforms.
-BUG25977 WIN DEBUG : http/tests/appcache/access-via-redirect.php = TIMEOUT PASS
-BUG25977 WIN : http/tests/appcache/auth.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/crash-when-navigating-away-then-back.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/empty-manifest.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/access-via-redirect.php = TIMEOUT PASS
+BUGCR25977 WIN : http/tests/appcache/auth.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/crash-when-navigating-away-then-back.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/empty-manifest.html = TIMEOUT PASS
 // This test is slow on windows, but sometimes times out indefinitely.
 // See if this improves when we move to apache.
-BUG25977 WIN : http/tests/appcache/fallback.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/local-content.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/main-resource-hash.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/manifest-containing-itself.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/manifest-redirect-2.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/manifest-redirect.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/manifest-with-empty-file.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/wrong-content-type.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/online-whitelist.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/top-frame-1.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/whitelist-wildcard.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/resource-redirect.html = TIMEOUT PASS
-BUG25977 WIN : http/tests/appcache/xhr-foreign-resource.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/simple.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/reload.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/wrong-signature-2.html = TIMEOUT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/top-frame-4.html = TIMEOUT TEXT PASS
-BUG25977 WIN DEBUG : http/tests/appcache/top-frame-3.html = TIMEOUT TEXT PASS
+BUGCR25977 WIN : http/tests/appcache/fallback.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/local-content.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/main-resource-hash.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/manifest-containing-itself.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/manifest-redirect-2.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/manifest-redirect.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/manifest-with-empty-file.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/wrong-content-type.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/online-whitelist.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/top-frame-1.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/whitelist-wildcard.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/resource-redirect.html = TIMEOUT PASS
+BUGCR25977 WIN : http/tests/appcache/xhr-foreign-resource.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/simple.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/reload.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/wrong-signature-2.html = TIMEOUT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/top-frame-4.html = TIMEOUT TEXT PASS
+BUGCR25977 WIN DEBUG : http/tests/appcache/top-frame-3.html = TIMEOUT TEXT PASS
 
 // WebKit update 52293->52323
-BUG31253 : http/tests/security/xss-DENIED-assign-location-href-javascript.html = TEXT
+BUGCR31253 : http/tests/security/xss-DENIED-assign-location-href-javascript.html = TEXT
 
 // WebKit update 52323->52366
-BUG30826 WIN : platform/win/fast/events/panScroll-imageMap-noHref-scroll.html = TEXT
-BUG30826 WIN DEBUG : platform/win/fast/events/panScroll-event-fired.html = PASS TEXT TIMEOUT
+BUGCR30826 WIN : platform/win/fast/events/panScroll-imageMap-noHref-scroll.html = TEXT
+BUGCR30826 WIN DEBUG : platform/win/fast/events/panScroll-event-fired.html = PASS TEXT TIMEOUT
 
 // Flaky
-BUG30930 LINUX DEBUG : tables/mozilla/bugs/bug15933.html = IMAGE PASS
+BUGCR30930 LINUX DEBUG : tables/mozilla/bugs/bug15933.html = IMAGE PASS
 
 // WebKit roll 52468->52535
-BUG31991 WIN LINUX : fast/text/international/bidi-layout-across-linebreak.html = TEXT
-BUG31252 : http/tests/security/listener/xss-inactive-closure.html = TEXT
+BUGCR31991 WIN LINUX : fast/text/international/bidi-layout-across-linebreak.html = TEXT
+BUGCR31252 : http/tests/security/listener/xss-inactive-closure.html = TEXT
 
-BUG31623 WIN: http/tests/appcache/remove-cache.html = PASS TEXT TIMEOUT
+BUGCR31623 WIN: http/tests/appcache/remove-cache.html = PASS TEXT TIMEOUT
 
 // WebKit roll 52852 -> 52867
-BUG32018 DEBUG : http/tests/websocket/tests/simple-stress.html = PASS TEXT TIMEOUT
+BUGCR32018 DEBUG : http/tests/websocket/tests/simple-stress.html = PASS TEXT TIMEOUT
 
 // V8's implementation of getOwnPropertyNames has different results for built-in
 // functions.
-BUG32155 : fast/js/Object-getOwnPropertyNames.html = TEXT
+BUGCR32155 : fast/js/Object-getOwnPropertyNames.html = TEXT
 
 // New flakiness?
-BUG32149 WIN RELEASE : fast/dom/Document/early-document-access.html = TIMEOUT PASS
+BUGCR32149 WIN RELEASE : fast/dom/Document/early-document-access.html = TIMEOUT PASS
 
-BUG32195 LINUX : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = PASS IMAGE+TEXT
-BUG32195 WIN : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE+TEXT IMAGE
+BUGCR32195 LINUX : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = PASS IMAGE+TEXT
+BUGCR32195 WIN : fast/repaint/renderer-destruction-by-invalidateSelection-crash.html = IMAGE+TEXT IMAGE
 
 // Expectations from roll to 53171:53194
 // As of Oct 7, 2010, times out on all platforms when doing DEBUG costing 13 seconds on average. Skipping.
-BUG32308 DEBUG SKIP : fast/frames/cached-frame-counter.html = TIMEOUT
+BUGCR32308 DEBUG SKIP : fast/frames/cached-frame-counter.html = TIMEOUT
 
 // WebKit roll 53341:53451
-BUG32670 LINUX : fast/css/zoom-body-scroll.html = TEXT
-BUG32673 WIN LINUX : fast/forms/textarea-scrollbar-height.html = TEXT
+BUGCR32670 LINUX : fast/css/zoom-body-scroll.html = TEXT
+BUGCR32673 WIN LINUX : fast/forms/textarea-scrollbar-height.html = TEXT
 
 // Flaky tests found during the roll.
-BUG32689 MAC LINUX DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html = TEXT PASS
-BUG32693 MAC DEBUG : svg/dom/SVGRectElement/rect-modify-rx.svg = TEXT PASS
+BUGCR32689 MAC LINUX DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html = TEXT PASS
+BUGCR32693 MAC DEBUG : svg/dom/SVGRectElement/rect-modify-rx.svg = TEXT PASS
 
-BUG33293 SKIP : fast/media/lifetime.html = TIMEOUT
+BUGCR33293 SKIP : fast/media/lifetime.html = TIMEOUT
 
 // WebKit roll 53655 -> 53704
-BUG32900 WIN LINUX : http/tests/misc/slow-loading-mask.html = IMAGE+TEXT
+BUGCR32900 WIN LINUX : http/tests/misc/slow-loading-mask.html = IMAGE+TEXT
 
 // WebKit roll 53941 -> 54015
-BUG33358 WIN LINUX : fast/dom/Window/window-postmessage-clone-frames.html = TEXT
+BUGCR33358 WIN LINUX : fast/dom/Window/window-postmessage-clone-frames.html = TEXT
 
 // WebKit roll 54059 -> 54075
-BUG33538 : fast/dom/Window/anonymous-slot-with-changes.html = TEXT
+BUGCR33538 : fast/dom/Window/anonymous-slot-with-changes.html = TEXT
 
-BUG35064 WIN : fast/forms/restore-selection-after-layout.html = TEXT PASS
+BUGCR35064 WIN : fast/forms/restore-selection-after-layout.html = TEXT PASS
 
 // WebKit roll 54482 to 54493.
-BUG35242 WIN : svg/W3C-SVG-1.1/text-intro-05-t.svg = IMAGE+TEXT
+BUGCR35242 WIN : svg/W3C-SVG-1.1/text-intro-05-t.svg = IMAGE+TEXT
 
 // WebKit roll 54493 to 54530: new tests.
-BUG35114 : fast/js/parser-syntax-check.html = TEXT
+BUGCR35114 : fast/js/parser-syntax-check.html = TEXT
 
 // WebKit roll 54530 to 54550
-BUG35238 MAC : fast/dom/clone-node-dynamic-style.html = IMAGE
+BUGCR35238 MAC : fast/dom/clone-node-dynamic-style.html = IMAGE
 
 // WebKit roll 54550 to 54559
-BUG35238 MAC : svg/overflow/overflow-on-outermost-svg-element-defaults.svg = IMAGE
-BUG35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1.svg = IMAGE
-BUG35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2.svg = IMAGE
-BUG35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3.svg = IMAGE
+BUGCR35238 MAC : svg/overflow/overflow-on-outermost-svg-element-defaults.svg = IMAGE
+BUGCR35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1.svg = IMAGE
+BUGCR35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2.svg = IMAGE
+BUGCR35238 MAC : svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3.svg = IMAGE
 
 // Started failing during roll from 54848 -> 54898
 // Started failing with 54865. No rebaselines upstream but they don't run pixel tests.
-BUG36019 WIN LINUX : fast/images/svg-as-tiled-background.html = IMAGE
+BUGCR36019 WIN LINUX : fast/images/svg-as-tiled-background.html = IMAGE
 
 // WebKit roll 55250 to 55339
-BUG36966 : fast/loader/about-blank-hash-kept.html = FAIL
+BUGCR36966 : fast/loader/about-blank-hash-kept.html = FAIL
 
 // New test, added http://trac.webkit.org/changeset/55546
-BUG37896 WIN LINUX : fast/multicol/hit-test-above-or-below.html = TEXT
-BUG37896 WIN DEBUG : fast/text/firstline/001.html = PASS CRASH
-BUG37896 LINUX MAC DEBUG : fast/text/firstline/001.html = PASS CRASH TIMEOUT
+BUGCR37896 WIN LINUX : fast/multicol/hit-test-above-or-below.html = TEXT
+BUGCR37896 WIN DEBUG : fast/text/firstline/001.html = PASS CRASH
+BUGCR37896 LINUX MAC DEBUG : fast/text/firstline/001.html = PASS CRASH TIMEOUT
 // Added in http://trac.webkit.org/changeset/55587
-BUG37896 LINUX DEBUG : fast/images/svg-as-background.html = TIMEOUT
+BUGCR37896 LINUX DEBUG : fast/images/svg-as-background.html = TIMEOUT
 // Three flaky tests noticed during a sheriff rotation.
-BUG37962 MAC LINUX DEBUG : fast/dom/HTMLElement/bdo.html = CRASH PASS
-BUG37962 LINUX DEBUG : fast/forms/multiple-form-submission-protection-mouse.html = CRASH PASS
+BUGCR37962 MAC LINUX DEBUG : fast/dom/HTMLElement/bdo.html = CRASH PASS
+BUGCR37962 LINUX DEBUG : fast/forms/multiple-form-submission-protection-mouse.html = CRASH PASS
 
 // WebKit roll r55853 -> 55940
 // Flaky test
 BUG_JIANLI MAC : fast/forms/select-style.html = IMAGE PASS
 
 // The touch targeting logic was recently changed.
-BUG36415 : fast/events/touch/touch-target.html = TEXT
+BUGCR36415 : fast/events/touch/touch-target.html = TEXT
 
 // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean.
-BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS
+BUGCR38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS
 
 // WebKit roll 56197:56239.
 // Needs layoutTestController.setMediaType() (implemented on Qt only)
-BUG38656 : fast/media/print-restores-previous-mediatype.html = TEXT
+BUGCR38656 : fast/media/print-restores-previous-mediatype.html = TEXT
 
 // Needs layoutTestController.setViewModeMediaFeature()
-BUG40680 SKIP : fast/media/view-mode-media-feature.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-02.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-03.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-04.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-05.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-06.html = FAIL
-BUG40680 SKIP : fast/media/media-query-list-07.html = FAIL
+BUGCR40680 SKIP : fast/media/view-mode-media-feature.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-02.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-03.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-04.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-05.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-06.html = FAIL
+BUGCR40680 SKIP : fast/media/media-query-list-07.html = FAIL
 
 // Unknown flakiness.
-BUG38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT IMAGE PASS
+BUGCR38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT IMAGE PASS
 
 // Caused by http://trac.webkit.org/changeset/56288/
-BUG29737 WIN LINUX : svg/filters/filterRes.svg = IMAGE
+BUGCR29737 WIN LINUX : svg/filters/filterRes.svg = IMAGE
 
 // Caused by http://trac.webkit.org/changeset/56394.
 BUG_JAPHET WIN : http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html = TEXT
 
 // Due to the differences in initialization checks in KURL and googleurl.
-// Note: this test was also marked as flaky on WIN RELEASE above, BUG31342.
-BUG39423 : security/block-test.html = TIMEOUT
+// Note: this test was also marked as flaky on WIN RELEASE above, BUGCR31342.
+BUGCR39423 : security/block-test.html = TIMEOUT
 
 BUGWK36666 : storage/open-database-over-quota.html = TEXT
 
@@ -2219,32 +2219,32 @@ BUGWK37297 : fast/history/sibling-visited-test.html = TEXT
 
 // Added in http://trac.webkit.org/changeset/57476. Fails in Chromium because
 // LayoutTestController::computedStyleWithVisitedInfo() is missing.
-BUG41206 : fast/history/multiple-classes-visited.html = TEXT TIMEOUT
+BUGCR41206 : fast/history/multiple-classes-visited.html = TEXT TIMEOUT
 
 // Tests that work with KURL, but fail with GURL
-BUG41292 : fast/url/ipv4.html = TEXT
-BUG41292 : fast/url/anchor.html = TEXT
+BUGCR41292 : fast/url/ipv4.html = TEXT
+BUGCR41292 : fast/url/anchor.html = TEXT
 
-BUG33812 SKIP : fast/dom/icon-url-property.html = FAIL
+BUGWK33812 SKIP : fast/dom/icon-url-property.html = FAIL
 
 // Failing with webkit roll 57659 -> 57677.
-BUG41817 WIN LINUX : fast/backgrounds/svg-as-background-1.html = IMAGE PASS
-BUG41817 WIN LINUX : fast/backgrounds/svg-as-background-3.html = IMAGE PASS
-BUG41817 MAC : svg/text/text-intro-05-t.svg = IMAGE
+BUGCR41817 WIN LINUX : fast/backgrounds/svg-as-background-1.html = IMAGE PASS
+BUGCR41817 WIN LINUX : fast/backgrounds/svg-as-background-3.html = IMAGE PASS
+BUGCR41817 MAC : svg/text/text-intro-05-t.svg = IMAGE
 
-BUG42044 WIN : http/tests/security/xss-DENIED-mime-type-execute-as-html.html = PASS TIMEOUT
+BUGCR42044 WIN : http/tests/security/xss-DENIED-mime-type-execute-as-html.html = PASS TIMEOUT
 
 // might have been flaky
 BUGJAMESR WIN LINUX : svg/filters/filter-clip.svg = IMAGE
 BUGJAMESR WIN RELEASE : svg/filters/filter-source-position.svg = IMAGE
 BUGJAMESR MAC LINUX : svg/filters/filter-source-position.svg = IMAGE
-BUGJAMESR BUG30048 BUG29737 WIN LINUX : svg/filters/shadow-on-rect-with-filter.svg = IMAGE
+BUGJAMESR BUGCR30048 BUGCR29737 WIN LINUX : svg/filters/shadow-on-rect-with-filter.svg = IMAGE
 
 // Text difference started at the roll r73456:r73487.
 BUG_YUTAK WIN DEBUG : svg/filters/filter-source-position.svg = IMAGE+TEXT
 
 // New layoutTestController function added at r57993
-BUG42696 : http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html = TIMEOUT
+BUGCR42696 : http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html = TIMEOUT
 
 // Started failing at r58152
 BUGWK38038 WIN LINUX MAC : fast/url/file-http-base.html = TEXT
@@ -2260,37 +2260,37 @@ BUGUKAI WIN MAC SKIP : fast/text/international/bold-bengali.html = FAIL
 
 // WebKit roll 58400:58523
 // We probably don't want to run these massive amount of new ECMA script conformance tests:
-BUG42875 SKIP : fast/js/sputnik = TEXT
+BUGCR42875 SKIP : fast/js/sputnik = TEXT
 // These tests may just need to be rebaselined.
 BUGWK38360 WIN LINUX : fast/images/svg-background-partial-redraw.html = FAIL
 BUGWK38360 WIN LINUX : svg/carto.net/tabgroup.svg = FAIL
 
-BUG42895 : media/media-document-audio-size.html = TIMEOUT
+BUGCR42895 : media/media-document-audio-size.html = TIMEOUT
 
 // Failing a few times, flak dashboard seems to agree.
-BUG41973 MAC : svg/text/text-text-05-t.svg = IMAGE
+BUGCR41973 MAC : svg/text/text-text-05-t.svg = IMAGE
 
 // WebKit roll 58626:58719
-BUG43963 WIN : fast/forms/searchfield-heights.html = IMAGE
-BUG43963 LINUX : fast/forms/searchfield-heights.html = IMAGE+TEXT TEXT
+BUGCR43963 WIN : fast/forms/searchfield-heights.html = IMAGE
+BUGCR43963 LINUX : fast/forms/searchfield-heights.html = IMAGE+TEXT TEXT
 
 BUGWK38705 : http/tests/security/sandbox-inherit-to-initial-document-2.html = TEXT
 
 // WebKit roll 58791:58807
-BUG43319 MAC : fast/forms/select-empty-option-height.html = TIMEOUT IMAGE PASS
+BUGCR43319 MAC : fast/forms/select-empty-option-height.html = TIMEOUT IMAGE PASS
 
-BUG43496 LINUX : svg/custom/repaint-stroke-width-changes.svg = IMAGE PASS
-BUG43497 MAC WIN : svg/custom/repaint-stroke-width-changes.svg = IMAGE PASS
+BUGCR43496 LINUX : svg/custom/repaint-stroke-width-changes.svg = IMAGE PASS
+BUGCR43497 MAC WIN : svg/custom/repaint-stroke-width-changes.svg = IMAGE PASS
 
 // WebKit roll 58855:58878
-BUG43419: fast/wcss/wap-input-format.xhtml = TEXT
-BUG43419: fast/wcss/wap-input-required.xhtml = TEXT
+BUGCR43419: fast/wcss/wap-input-format.xhtml = TEXT
+BUGCR43419: fast/wcss/wap-input-required.xhtml = TEXT
 
 // Flaky tests
-BUG43890 WIN : http/tests/loading/basic.html = TEXT PASS
+BUGCR43890 WIN : http/tests/loading/basic.html = TEXT PASS
 
 // Flaky crashing test. Started crashing around Chromium r47220
-BUG44150 LINUX DEBUG : fast/forms/input-text-paste-maxlength.html = CRASH PASS
+BUGCR44150 LINUX DEBUG : fast/forms/input-text-paste-maxlength.html = CRASH PASS
 
 // The following tests fail on all platforms and need further investigation.
 // Many of these are skipped on the Mac platform
@@ -2307,15 +2307,15 @@ BUGWK45991 : canvas/philip/tests/2d.text.draw.baseline.ideographic.html = TEXT
 BUGWK48579 : canvas/philip/tests/type.prototype.html = TEXT
 BUGWK50797 : canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html = TEXT
 BUGWK40147 : canvas/philip/tests/toDataURL.jpeg.alpha.html = TEXT
-BUG61824 : canvas/philip/tests/2d.pattern.image.string.html = TEXT
+BUGCR61824 : canvas/philip/tests/2d.pattern.image.string.html = TEXT
 
 // Update canvas/philip in WK r71481
-BUG62301 : canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html = TEXT
-BUG62301 : canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html = TEXT
-BUG62301 : canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html = TEXT
-BUG62301 : canvas/philip/tests/2d.imageData.put.wrongtype.html = TEXT
-BUG62301 : canvas/philip/tests/2d.pattern.image.incomplete.empty.html = TEXT
-BUG62301 : canvas/philip/tests/2d.pattern.image.incomplete.omitted.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.imageData.put.wrongtype.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.pattern.image.incomplete.empty.html = TEXT
+BUGCR62301 : canvas/philip/tests/2d.pattern.image.incomplete.omitted.html = TEXT
 
 BUGWK48288 : canvas/philip/tests/2d.composite.operation.clear.html = TEXT
 BUGWK48289 : canvas/philip/tests/2d.composite.operation.darker.html = TEXT
@@ -2408,43 +2408,43 @@ BUGWK45991 MAC : canvas/philip/tests/2d.strokeRect.zero.4.html = TEXT
 BUGWK45991 WIN : canvas/philip/tests/2d.gradient.radial.touch2.html = TEXT
 
 // Flaky tests
-BUG44229 WIN LINUX : fast/loader/recursive-before-unload-crash.html = PASS TEXT
+BUGCR44229 WIN LINUX : fast/loader/recursive-before-unload-crash.html = PASS TEXT
 
 BUGWK39655 : fast/dom/prototype-property.html = FAIL
 
 // These SVG tests have been flaky on Win from quite some time.
 // Hard to pin down which roll introduced the flakiness.
-BUG45106 WIN : svg/clip-path/clip-path-evenodd-nonzero.svg = PASS CRASH
-BUG45106 WIN : svg/text/text-text-05-t.svg = PASS CRASH
+BUGCR45106 WIN : svg/clip-path/clip-path-evenodd-nonzero.svg = PASS CRASH
+BUGCR45106 WIN : svg/text/text-text-05-t.svg = PASS CRASH
 
-BUG45720 WIN LINUX : http/tests/websocket/tests/reload-crash.html = PASS CRASH
+BUGCR45720 WIN LINUX : http/tests/websocket/tests/reload-crash.html = PASS CRASH
 
 // Chromium does not support cancel for notifications permissions.
 BUGWK42798 SKIP : fast/notifications/notifications-cancel-request-permission.html = FAIL
 
 
 // HTML5 Geolocation API does not use window.clientInformation.
-BUG11246 SKIP : fast/dom/Window/window-properties-geolocation.html = TEXT
+BUGCR11246 SKIP : fast/dom/Window/window-properties-geolocation.html = TEXT
 
 BUGWK40740 : svg/W3C-SVG-1.1/fonts-glyph-02-t.svg = CRASH PASS
 
 // WebKit r60999 updated acid3.html, doesn't match expected on Chromium Mac.
-BUG46375 MAC : http/tests/misc/acid3.html = IMAGE
+BUGCR46375 MAC : http/tests/misc/acid3.html = IMAGE
 
-BUG46603 : fast/frames/lots-of-iframes.html = PASS TIMEOUT
-BUG46603 : fast/frames/lots-of-objects.html = PASS TIMEOUT
+BUGCR46603 : fast/frames/lots-of-iframes.html = PASS TIMEOUT
+BUGCR46603 : fast/frames/lots-of-objects.html = PASS TIMEOUT
 
 // LayoutTestController::pageProperty is not implemented for Chromium yet.
 BUGWK35961 : printing/page-rule-selection.html = TEXT
 
-BUG47035 WIN DEBUG : fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html = PASS TEXT
+BUGCR47035 WIN DEBUG : fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html = PASS TEXT
 
 // CSS3 Hyphenation landed in http://trac.webkit.org/changeset/61548
 // We don't implement it yet.
-BUG47083 : fast/text/hyphenate-character.html = IMAGE+TEXT
-BUG47083 : fast/text/hyphens.html = IMAGE+TEXT
-BUG47083 : fast/text/hyphenate-locale.html = IMAGE+TEXT
-BUG47083 : fast/text/hyphenate-first-word.html = IMAGE+TEXT
+BUGCR47083 : fast/text/hyphenate-character.html = IMAGE+TEXT
+BUGCR47083 : fast/text/hyphens.html = IMAGE+TEXT
+BUGCR47083 : fast/text/hyphenate-locale.html = IMAGE+TEXT
+BUGCR47083 : fast/text/hyphenate-first-word.html = IMAGE+TEXT
 
 // WebKit roll 61547:61629. Still need to investigate.
 BUG_HCLAM : fast/js/script-line-number.html = TEXT
@@ -2456,11 +2456,11 @@ BUGWK37538 : printing/page-format-data.html = TEXT
 BUG_MNAGANOV LINUX : fast/js/Object-create.html = CRASH FAIL
 
 // Produces different results on Mac dbg.
-BUG47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-appearances-capacity.html = FAIL
-BUG47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-element.html = FAIL
-BUG47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-optimums.html = FAIL
-BUG47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-styles.html = FAIL
-BUG47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html = FAIL
+BUGCR47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-appearances-capacity.html = FAIL
+BUGCR47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-element.html = FAIL
+BUGCR47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-optimums.html = FAIL
+BUGCR47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-styles.html = FAIL
+BUGCR47826 MAC SKIP : fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html = FAIL
 
 
 BUGWK41311 WIN LINUX : fast/borders/border-radius-circle.html = IMAGE
@@ -2489,58 +2489,58 @@ BUGWK41311 WIN LINUX : fast/borders/borderRadiusDouble09.html = IMAGE
 // BUGWK41423 WIN LINUX : editing/spelling/spellcheck-paste.html = TEXT
 
 // Flaky tests.
-BUG44345 LINUX : svg/zoom/text/zoom-hixie-mixed-009.xml = IMAGE PASS
-BUG44346 LINUX : svg/zoom/page/zoom-hixie-mixed-009.xml = IMAGE PASS
-BUG44347 LINUX : svg/hixie/mixed/009.xml = IMAGE PASS
-BUG48139 LINUX : fast/js/comparison-operators-less.html = CRASH PASS
-BUG48144 LINUX : fast/js/activation-object-function-lifetime.html = CRASH PASS
+BUGCR44345 LINUX : svg/zoom/text/zoom-hixie-mixed-009.xml = IMAGE PASS
+BUGCR44346 LINUX : svg/zoom/page/zoom-hixie-mixed-009.xml = IMAGE PASS
+BUGCR44347 LINUX : svg/hixie/mixed/009.xml = IMAGE PASS
+BUGCR48139 LINUX : fast/js/comparison-operators-less.html = CRASH PASS
+BUGCR48144 LINUX : fast/js/activation-object-function-lifetime.html = CRASH PASS
 
 // Failing/flaky.
-BUG48239 : fast/js/function-apply.html = TEXT
-BUG48239 WIN LINUX : fast/js/function-apply-aliased.html = TEXT PASS
-BUG48239 : fast/js/function-apply-many-args.html = TEXT
+BUGCR48239 : fast/js/function-apply.html = TEXT
+BUGCR48239 WIN LINUX : fast/js/function-apply-aliased.html = TEXT PASS
+BUGCR48239 : fast/js/function-apply-many-args.html = TEXT
 
 // The error gives a different line number than upstream.  Maybe a V8/JSC
 // difference?
-BUG48452 : svg/custom/use-font-face-crash.svg = FAIL
+BUGCR48452 : svg/custom/use-font-face-crash.svg = FAIL
 
-BUG48668 MAC : svg/W3C-SVG-1.1/struct-use-01-t.svg = FAIL
+BUGCR48668 MAC : svg/W3C-SVG-1.1/struct-use-01-t.svg = FAIL
 
 // These ietestcenter tests still don't pass. Careful before removing these
 // that the baselines aren't incorrect
 // (like in: https://bugs.webkit.org/show_bug.cgi?id=42215)
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-2.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-c-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-c-2.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-2.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-3.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-4.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.4.1-4.a-5.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/11.4.1-4.a-7.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-178.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-179.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-180.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.4.4.14-9-b-i-6.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.4.4.15-8-b-i-6.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-10.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-18.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-34.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.6.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.1-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.2-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.3-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.4-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.5-1.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-212.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-213.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-214.html = TEXT
-BUG48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-215.html = TEXT
-
-BUG49029 WIN LINUX MAC : fast/js/object-literal-syntax.html = TEXT
-
-BUG48859 WIN : fast/inline/continuation-outlines-with-layers-2.html = IMAGE+TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-b-2.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-c-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-c-2.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-2.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-3.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.1.5_4-4-d-4.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.4.1-4.a-5.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/11.4.1-4.a-7.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-178.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-179.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-180.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.4.4.14-9-b-i-6.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.4.4.15-8-b-i-6.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-10.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-18.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.5.4.20-4-34.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.6.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.1-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.2-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.3-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.4-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.10.7.5-1.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-212.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-213.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-214.html = TEXT
+BUGCR48737 WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-215.html = TEXT
+
+BUGCR49029 WIN LINUX MAC : fast/js/object-literal-syntax.html = TEXT
+
+BUGCR48859 WIN : fast/inline/continuation-outlines-with-layers-2.html = IMAGE+TEXT
 
 // Somehow rebaseline in http://trac.webkit.org/changeset/63196 failed.
 // Need investigation.
@@ -2666,16 +2666,16 @@ BUGWK42428 LINUX WIN : svg/W3C-SVG-1.1/filters-conv-01-f.svg = IMAGE+TEXT
 BUGWK20011 : printing/setPrinting.html = FAIL
 
 // Needs V8 change.
-BUG49343 : fast/js/reserved-words-as-property.html = TEXT
+BUGCR49343 : fast/js/reserved-words-as-property.html = TEXT
 
-BUG42598 : http/tests/misc/401-alternative-content.php = TEXT
-BUG42598 : http/tests/xmlhttprequest/failed-auth.html = TEXT
+BUGWK42598 : http/tests/misc/401-alternative-content.php = TEXT
+BUGWK42598 : http/tests/xmlhttprequest/failed-auth.html = TEXT
 
 BUGWK42769 : http/tests/xmlhttprequest/remember-bad-password.html = TEXT
 BUGWK42769 : http/tests/security/401-logout/401-logout.php = TIMEOUT
 
 // Flaky since at least chromium r52834, WebKit r63615.
-BUG49970 : platform/chromium/plugins/call-as-function.html = PASS TEXT
+BUGCR49970 : platform/chromium/plugins/call-as-function.html = PASS TEXT
 
 // Flaky since WebKit r63994
 BUGWK42964 WIN LINUX : tables/mozilla_expected_failures/bugs/bug89315.html = PASS FAIL
@@ -2691,14 +2691,14 @@ BUGWK43459 : http/tests/appcache/origin-quota.html = TEXT MISSING
 //BUGWK41968 LINUX WIN : svg/hittest/svg-rect-hit.html = TEXT
 
 // Need to support DeviceMotion.
-BUG51416 : fast/dom/DeviceMotion/window-property.html = TEXT
+BUGCR51416 : fast/dom/DeviceMotion/window-property.html = TEXT
 
 // Slow test introduced in r64817
-BUG51571 WIN : http/tests/misc/bad-charset-alias.html = TIMEOUT PASS
+BUGCR51571 WIN : http/tests/misc/bad-charset-alias.html = TIMEOUT PASS
 
-BUG51869 : http/tests/websocket/tests/frame-length-overflow.html = TEXT PASS
+BUGCR51869 : http/tests/websocket/tests/frame-length-overflow.html = TEXT PASS
 
-BUG51854 WIN SLOW : http/tests/storage/callbacks-are-called-in-correct-context.html = PASS
+BUGCR51854 WIN SLOW : http/tests/storage/callbacks-are-called-in-correct-context.html = PASS
 
 // Regressions from r65229
 BUGWK43912 WIN LINUX : svg/batik/masking/maskRegions.svg = IMAGE
@@ -2706,17 +2706,17 @@ BUGWK43912 WIN LINUX : svg/custom/grayscale-gradient-mask.svg = IMAGE
 BUGWK43912 WIN LINUX : svg/custom/absolute-sized-content-with-resources.xhtml = IMAGE
 
 // Times out frequently since the test was added
-BUG52017 MAC LINUX : http/tests/misc/isindex-with-no-form.html = PASS TIMEOUT
+BUGCR52017 MAC LINUX : http/tests/misc/isindex-with-no-form.html = PASS TIMEOUT
 
 // Probably http://trac.webkit.org/changeset/65381
 // This test causes the next one to run to ASSERT
 BUGWK44079 DEBUG SKIP : fast/events/popup-allowed-from-gesture-initiated-form-submit.html = PASS
 
 // Flaky. Not sure when it started to fail.
-BUG52572 WIN LINUX DEBUG : http/tests/misc/image-blocked-src-change.html = PASS TEXT
+BUGCR52572 WIN LINUX DEBUG : http/tests/misc/image-blocked-src-change.html = PASS TEXT
 
 // Started to crash around Chromium r56408.
-BUG52573 LINUX RELEASE : fast/js/array-every.html = PASS CRASH
+BUGCR52573 LINUX RELEASE : fast/js/array-every.html = PASS CRASH
 
 BUGWK44199 : perf = PASS TEXT
 
@@ -2728,21 +2728,21 @@ BUGWK44341 WIN LINUX : svg/clip-path/clip-path-pixelation.svg = IMAGE+TEXT
 BUGWK44341 WIN LINUX : svg/clip-path/clip-path-childs-clipped.svg = IMAGE
 
 // Flaky on Linux
-BUG53131 LINUX : fast/js/array-iterate-backwards.html = CRASH PASS
+BUGCR53131 LINUX : fast/js/array-iterate-backwards.html = CRASH PASS
 
 // new or failing since WebKit rev. 65740:65800
-BUG53073 DEBUG : storage/change-version.html = CRASH PASS
-BUG53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT PASS
+BUGCR53073 DEBUG : storage/change-version.html = CRASH PASS
+BUGCR53073 LINUX : svg/custom/clip-path-units-changes.svg = TEXT PASS
 
 // r66144 added tests to test user scripts on special documents, and Linux can't
 // pass them because they rely on QuickTime being installed. We wontfix these
 // tests and let the Mac/Win coverage ensure that the (cross-platform)
 // special-document machinery still works.
-BUG53546 WONTFIX LINUX : userscripts/user-script-video-document.html = TEXT
+BUGCR53546 WONTFIX LINUX : userscripts/user-script-video-document.html = TEXT
 
 // These tests are flaky on Mac and Linux.
-BUG53554 MAC LINUX : svg/W3C-SVG-1.1/fonts-elem-07-b.svg = PASS IMAGE
-BUG53554 MAC LINUX : svg/custom/svg-fonts-without-missing-glyph.xhtml = PASS IMAGE
+BUGCR53554 MAC LINUX : svg/W3C-SVG-1.1/fonts-elem-07-b.svg = PASS IMAGE
+BUGCR53554 MAC LINUX : svg/custom/svg-fonts-without-missing-glyph.xhtml = PASS IMAGE
 
 // New test, need to verify if it's safe to rebaseline.
 BUGWK44770 WIN LINUX : svg/repaint/filter-repaint.svg = IMAGE+TEXT CRASH
@@ -2753,11 +2753,11 @@ BUGWK44797 : fullscreen = FAIL
 // Not focusing an anchor when tab is pressed.
 BUGWK45061 : fast/forms/focus2.html = FAIL
 
-BUG54330 MAC : fast/forms/input-spinbutton-capturing.html = TEXT PASS
-BUG54331 MAC : fast/forms/input-number-events.html = TEXT PASS
-BUG54333 WIN LINUX : fast/replaced/embed-display-none.html = PASS TIMEOUT
-BUG54334 LINUX : media/video-timeupdate-during-playback.html = PASS TIMEOUT
-BUG54348 LINUX : http/tests/security/xssAuditor/dom-write-innerHTML.html = PASS TEXT
+BUGCR54330 MAC : fast/forms/input-spinbutton-capturing.html = TEXT PASS
+BUGCR54331 MAC : fast/forms/input-number-events.html = TEXT PASS
+BUGCR54333 WIN LINUX : fast/replaced/embed-display-none.html = PASS TIMEOUT
+BUGCR54334 LINUX : media/video-timeupdate-during-playback.html = PASS TIMEOUT
+BUGCR54348 LINUX : http/tests/security/xssAuditor/dom-write-innerHTML.html = PASS TEXT
 
 // New test in r66740
 BUGWK45193 LINUX : fast/text/decomposed-after-stacked-diacritics.html = TEXT CRASH
@@ -2794,8 +2794,8 @@ BUGWK45737 DEBUG SLOW : fast/frames/frame-limit.html = PASS
 BUGDPRANKE WIN LINUX DEBUG : fast/forms/select-set-length-with-mutation-remove.html = TIMEOUT PASS
 BUGDPRANKE LINUX DEBUG : http/tests/incremental/slow-utf8-text.pl = TIMEOUT PASS
 
-// BUG60845 : Adding the sleep  may improves the stablility
-BUGDPRANKE BUG60845 WIN LINUX : media/video-poster.html = PASS TEXT
+// BUGCR60845 : Adding the sleep  may improves the stablility
+BUGDPRANKE BUGCR60845 WIN LINUX : media/video-poster.html = PASS TEXT
 
 BUGWEBGL : fast/canvas/webgl/css-webkit-canvas-repaint.html = IMAGE
 BUGWEBGL : fast/canvas/webgl/css-webkit-canvas.html = IMAGE
@@ -2807,11 +2807,10 @@ BUGWEBGL : fast/canvas/webgl/gl-uniform-arrays.html = TEXT
 BUGWEBGL : fast/canvas/webgl/point-size.html = TEXT
 
 // These were not fixed by the Mesa 7.9 upgrade. Need to investigate.
-BUG60651 WIN : fast/canvas/webgl/gl-object-get-calls.html = TIMEOUT PASS
-BUG60651 WIN : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
-BUG60651 WIN : fast/canvas/webgl/uniform-location.html = TIMEOUT CRASH
-BUG60651 LINUX MAC : fast/canvas/webgl/uniform-location.html = TEXT
-
+BUGCR60651 WIN : fast/canvas/webgl/gl-object-get-calls.html = TIMEOUT PASS
+BUGCR60651 WIN : fast/canvas/webgl/glsl-conformance.html = TIMEOUT FAIL
+BUGCR60651 WIN : fast/canvas/webgl/uniform-location.html = TIMEOUT CRASH
+BUGCR60651 LINUX MAC : fast/canvas/webgl/uniform-location.html = TEXT
 
 BUG_AUTO LINUX WIN DEBUG : animations/suspend-resume-animation.html = PASS TEXT
 BUG_AUTO LINUX RELEASE : animations/3d/transform-origin-vs-functions.html = PASS TEXT
@@ -2819,14 +2818,14 @@ BUG_AUTO WIN DEBUG : animations/3d/transform-origin-vs-functions.html = PASS TEX
 BUG_AUTO WIN DEBUG : animations/multiple-keyframes.html = PASS TEXT
 
 // Seems to have been crashing intermittently for as long as we have test history.
-BUG62741 WIN LINUX DEBUG : svg/clip-path/clip-path-text-and-stroke.svg = CRASH PASS
+BUGCR62741 WIN LINUX DEBUG : svg/clip-path/clip-path-text-and-stroke.svg = CRASH PASS
 
 // nodesFromRect() removed from Document.idl and test skipped on other platforms at r68345.
 BUGWK46596 : fast/dom/nodesFromRect-basic.html = TIMEOUT
 
 // Possibly regressed within 68216:68246 (flakiness rate increased)
-BUG57056 LINUX : svg/custom/clip-path-referencing-use2.svg = PASS FAIL
-BUG57056 LINUX : svg/custom/circular-marker-reference-4.svg = PASS FAIL
+BUGCR57056 LINUX : svg/custom/clip-path-referencing-use2.svg = PASS FAIL
+BUGCR57056 LINUX : svg/custom/circular-marker-reference-4.svg = PASS FAIL
 
 // Flaky since http://trac.webkit.org/changeset/68440 (where this test added at).
 BUGWK46689 : fast/dom/HTMLElement/class-list.html = TEXT PASS
@@ -2847,7 +2846,7 @@ BUGWK44406 : http/tests/appcache/foreign-fallback.html = PASS FAIL CRASH
 // This test starts to timeout during build bots were down between 68880:68920
 BUG_HCLAM WIN : fast/css/acid2-pixel.html = TIMEOUT PASS
 
-BUG62738 BUG60845 WIN LINUX : media/video-size.html = PASS TEXT
+BUGCR62738 BUGCR60845 WIN LINUX : media/video-size.html = PASS TEXT
 
 // Unexpected timeout in these tests.
 BUG_HCLAM : http/tests/css/border-image-loading.html = TEXT TIMEOUT PASS
@@ -2858,70 +2857,69 @@ BUG_HCLAM : http/tests/css/reflection-mask-image-loading.html = TEXT TIMEOUT PAS
 BUG_HCLAM LINUX : svg/text/text-intro-05-t.svg = IMAGE PASS
 
 // Added by r69084
-BUG57934 WIN SLOW : http/tests/appcache/fail-on-update-2.html = PASS TEXT
-
+BUGCR57934 WIN SLOW : http/tests/appcache/fail-on-update-2.html = PASS TEXT
 
 // Failing since r69181. Verified as legitimate by looking at the results
 // of the SVG rendering.
-BUG58194 LINUX : svg/filters/sourceAlpha.svg = IMAGE
-BUG58195 WIN LINUX : svg/filters/feDisplacementMap.svg = IMAGE
+BUGCR58194 LINUX : svg/filters/sourceAlpha.svg = IMAGE
+BUGCR58195 WIN LINUX : svg/filters/feDisplacementMap.svg = IMAGE
 
 // Issues starting from
 // http://build.chromium.org/buildbot/waterfall.fyi/builders/Webkit%20%28webkit.org%29/builds/35997
-BUG58333 WIN LINUX : fast/css/font-face-download-error.html = TEXT PASS
+BUGCR58333 WIN LINUX : fast/css/font-face-download-error.html = TEXT PASS
 
 // Flakiness first seen
 // http://build.chromium.org/buildbot/waterfall.fyi/builders/Webkit%20%28webkit.org%29/builds/35995
-BUG58212 WIN : http/tests/appcache/main-resource-redirect.html = TEXT TIMEOUT PASS
+BUGCR58212 WIN : http/tests/appcache/main-resource-redirect.html = TEXT TIMEOUT PASS
 
-BUG58257 WIN : http/tests/misc/last-modified-parsing.html = PASS TEXT TIMEOUT
+BUGCR58257 WIN : http/tests/misc/last-modified-parsing.html = PASS TEXT TIMEOUT
 
 // Flaky because they snapshot and animation.
 // Started failing on Mac since 69314:69342.
-BUG10479 : svg/hixie/perf/001.xml = IMAGE PASS
-BUG10479 : svg/hixie/perf/002.xml = IMAGE PASS
+BUGCR10479 : svg/hixie/perf/001.xml = IMAGE PASS
+BUGCR10479 : svg/hixie/perf/002.xml = IMAGE PASS
 
 // New test from Webkit r69326.
-BUG58337 : platform/gtk/fonts/fontconfig-synthetic-bold.html = MISSING
+BUGCR58337 : platform/gtk/fonts/fontconfig-synthetic-bold.html = MISSING
 
 // From r69334. Mask seems broken on the reflected image.
-BUG58358 WIN LINUX : fast/css/transformed-mask.html = IMAGE+TEXT
+BUGCR58358 WIN LINUX : fast/css/transformed-mask.html = IMAGE+TEXT
 
 // FileWriter isn't in TestShell yet.
-BUG58587 SKIP : fast/filesystem/file-writer-gc-blob.html = FAIL
+BUGCR58587 SKIP : fast/filesystem/file-writer-gc-blob.html = FAIL
 
 // Failing somewhere between after Webkit r69367 and r69417.
-BUG58970 LINUX : svg/text/text-tselect-02-f.svg = IMAGE PASS
-BUG58931 WIN LINUX : svg/W3C-SVG-1.1/pservers-grad-17-b.svg = IMAGE PASS
+BUGCR58970 LINUX : svg/text/text-tselect-02-f.svg = IMAGE PASS
+BUGCR58931 WIN LINUX : svg/W3C-SVG-1.1/pservers-grad-17-b.svg = IMAGE PASS
 
 // Failing from around r62021
-BUG15797 WIN : fast/dom/object-embed-plugin-scripting.html = TIMEOUT PASS
+BUGCR15797 WIN : fast/dom/object-embed-plugin-scripting.html = TIMEOUT PASS
 
 // Failing from r69420, mac failing from r71493:r71496
-BUG58735 SLOW : http/tests/misc/prefetch-purpose.html = PASS
+BUGCR58735 SLOW : http/tests/misc/prefetch-purpose.html = PASS
 
 // New test added in r69516.
-BUG58936 : fast/js/basic-strict-mode.html = TEXT
+BUGCR58936 : fast/js/basic-strict-mode.html = TEXT
 
 // Started failing around Webkit r69541 in this build.
 // http://build.chromium.org/buildbot/waterfall.fyi/builders/Webkit%20Linux%20%28webkit.org%29/builds/40424
-BUG58942 : fast/dom/prototype-inheritance.html = TEXT
+BUGCR58942 : fast/dom/prototype-inheritance.html = TEXT
 
 // Started failing at Webkit r69628.
-BUG47578 : printing/simultaneous-position-float-change.html = IMAGE+TEXT
+BUGWK47578 : printing/simultaneous-position-float-change.html = IMAGE+TEXT
 
-BUG59647 WIN : svg/dom/length-list-parser.html = PASS CRASH
+BUGCR59647 WIN : svg/dom/length-list-parser.html = PASS CRASH
 
 // We don't support layoutTestController.nodesFromRect so this test just times out
 BUGWK46600 SKIP : fast/dom/nodesFromRect-links-and-text.html = TEXT
 BUGWK46600 SKIP : fast/dom/nodesFromRect-inner-documents.html = TEXT
 
 // Many flaky SVG tests
-BUG59671 LINUX : svg/W3C-SVG-1.1-SE/pservers-grad-17-b.svg = IMAGE+TEXT PASS
-BUG59671 LINUX : svg/custom/convolution-crash.svg = PASS TEXT
-BUG59671 LINUX : svg/custom/focus-ring.svg = IMAGE+TEXT PASS
-BUG59671 LINUX : svg/custom/repaint-on-constant-size-change.svg = IMAGE PASS
-BUG59671 LINUX : svg/carto.net/slider.svg = IMAGE PASS
+BUGCR59671 LINUX : svg/W3C-SVG-1.1-SE/pservers-grad-17-b.svg = IMAGE+TEXT PASS
+BUGCR59671 LINUX : svg/custom/convolution-crash.svg = PASS TEXT
+BUGCR59671 LINUX : svg/custom/focus-ring.svg = IMAGE+TEXT PASS
+BUGCR59671 LINUX : svg/custom/repaint-on-constant-size-change.svg = IMAGE PASS
+BUGCR59671 LINUX : svg/carto.net/slider.svg = IMAGE PASS
 
 // Needs investigation
 BUGJAMESR LINUX WIN : fast/text/international/vertical-text-glyph-test.html = IMAGE+TEXT
@@ -2984,18 +2982,18 @@ BUGWK61246 : fast/js/interpreter-no-activation.html = TEXT
 BUGWK61260 : media/media-can-play-wav-audio.html = TEXT
 
 // Failures after WebKit roll 70949:71000
-BUG61406 : svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html = IMAGE+TEXT
-BUG61406 : svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html = IMAGE
-BUG61406 WIN LINUX : svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html = IMAGE
+BUGCR61406 : svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop.html = IMAGE+TEXT
+BUGCR61406 : svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop.html = IMAGE
+BUGCR61406 WIN LINUX : svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop.html = IMAGE
 // from http://trac.webkit.org/changeset/53086 (expectation changed in above WK roll, was IMAGE+TEXT)
-BUG32153and61406 WIN LINUX : svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html = IMAGE
+BUGCR32153and61406 WIN LINUX : svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop.html = IMAGE
 
 // Flaky: fails about 5% of the time.
-BUG31342 WIN RELEASE : security/block-test-no-port.html = TEXT PASS
+BUGCR31342 WIN RELEASE : security/block-test-no-port.html = TEXT PASS
 
 // See also https://webkit.org/b/49045
-BUG61978 : svg/animations/animate-path-nested-transforms.html = CRASH PASS TEXT
-BUG61978 : svg/animations/animate-text-nested-transforms.html = PASS TEXT
+BUGCR61978 : svg/animations/animate-path-nested-transforms.html = CRASH PASS TEXT
+BUGCR61978 : svg/animations/animate-text-nested-transforms.html = PASS TEXT
 
 // Added in WK r71416, doesn't look like it's applicable to Chromium
 WONTFIX SKIP WIN : platform/win/plugins/window-region-is-set-to-clip-rect.html = TEXT
@@ -3004,14 +3002,14 @@ WONTFIX SKIP WIN : platform/win/plugins/window-region-is-set-to-clip-rect.html =
 WONTFIX SKIP : platform/win/plugins/draws-gradient.html = IMAGE+TEXT
 
 // Added in WK r71424
-BUG62138 : animations/stop-animation-on-suspend.html = TEXT PASS
+BUGCR62138 : animations/stop-animation-on-suspend.html = TEXT PASS
 
 // test_shell and DRT do not have LayoutTestController.pageSizeAndMarginsInPixels
-BUG62515 : printing/page-format-data-display-none.html = TEXT
+BUGCR62515 : printing/page-format-data-display-none.html = TEXT
 
-BUG60393 MAC : fast/selectors/001.html = PASS TIMEOUT
+BUGCR60393 MAC : fast/selectors/001.html = PASS TIMEOUT
 
-BUG61739 MAC WIN DEBUG SLOW : animations/suspend-resume-animation-events.html = CRASH PASS
+BUGCR61739 MAC WIN DEBUG SLOW : animations/suspend-resume-animation-events.html = CRASH PASS
 
 BUGWK49477 WIN LINUX : fast/canvas/canvas-arc-360-winding.html = TEXT
 
@@ -3041,17 +3039,17 @@ BUGCR64733 : editing/text-iterator/findString.html = TEXT
 // FIXME: Need to add tooling support for V8 bugs.
 // BUGV8_953 : fast/regex/pcre-test-1.html = TIMEOUT
 
-BUG50347 : plugins/get-user-agent-with-null-npp-from-npp-new.html = TEXT
+BUGCR50347 : plugins/get-user-agent-with-null-npp-from-npp-new.html = TEXT
 
-BUG50282 MAC : fast/images/imagemap-case.html = IMAGE
-BUG50282 MAC : fast/images/imagemap-focus-ring-zoom.html = IMAGE
-BUG50282 MAC : fast/images/imagemap-focus-ring.html = IMAGE
-BUG50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html = IMAGE+TEXT
-BUG50282 MAC : fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html = IMAGE
-BUG50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html = IMAGE+TEXT
-BUG50282 MAC : fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html = IMAGE
-BUG50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color.html = IMAGE+TEXT
-BUG50282 MAC : fast/images/imagemap-focus-ring-outline-color.html = IMAGE
+BUGCR50282 MAC : fast/images/imagemap-case.html = IMAGE
+BUGCR50282 MAC : fast/images/imagemap-focus-ring-zoom.html = IMAGE
+BUGCR50282 MAC : fast/images/imagemap-focus-ring.html = IMAGE
+BUGCR50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html = IMAGE+TEXT
+BUGCR50282 MAC : fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html = IMAGE
+BUGCR50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html = IMAGE+TEXT
+BUGCR50282 MAC : fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html = IMAGE
+BUGCR50282 WIN LINUX : fast/images/imagemap-focus-ring-outline-color.html = IMAGE+TEXT
+BUGCR50282 MAC : fast/images/imagemap-focus-ring-outline-color.html = IMAGE
 
 // Started to flake since http://src.chromium.org/viewvc/chrome?view=rev&revision=66937
 // (72440; 72514] range
@@ -3086,8 +3084,8 @@ BUGCR65279 LINUX DEBUG : fast/css/visited-link-hang.html = TEXT PASS
 ///////////////////////////////////////////////////////////////////////////
 
 // DRT needs to schedule paints on invalidations like Chrome does.
-BUG62433 MAC LINUX : fast/backgrounds/animated-gif-as-background.html = IMAGE
-BUG62433 MAC LINUX : fast/images/gif-loop-count.html = IMAGE
+BUGCR62433 MAC LINUX : fast/backgrounds/animated-gif-as-background.html = IMAGE
+BUGCR62433 MAC LINUX : fast/images/gif-loop-count.html = IMAGE
 
 // input-speech related failures
 BUG_DRT WIN MAC : fast/speech/input-appearance-numberandspeech.html = IMAGE
@@ -3113,34 +3111,34 @@ BUG_DRT LINUX : fast/text/international/003.html = IMAGE
 // CJK characters are not rotated.
 BUG_DRT LINUX : svg/batik/text/verticalText.svg = IMAGE+TEXT CRASH PASS
 // Flaky since 2010-09-17?
-BUG57950 WIN : svg/batik/text/verticalText.svg = CRASH PASS
+BUGCR57950 WIN : svg/batik/text/verticalText.svg = CRASH PASS
 
 // This is an error which test_shell can't find.
 BUGWK43960 WIN MAC LINUX : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
 
 // media/video-* flakyness
-BUG59665 MAC : media/video-aspect-ratio.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-play-empty-events.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-src-change.html = CRASH TEXT PASS
-BUG59665 MAC : media/video-src.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-controls-rendering.html = CRASH FAIL TIMEOUT PASS
-BUG59665 MAC : media/video-delay-load-event.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-layer-crash.html = CRASH TIMEOUT PASS IMAGE
-// BUG59415 : setting SLOW in test_expectations.txt may fix the problem
-BUG59665 : media/video-loop.html = CRASH TIMEOUT PASS FAIL
-BUG59665 MAC : media/video-load-readyState.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-pause-immediately.html = CRASH PASS
+BUGCR59665 MAC : media/video-aspect-ratio.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-play-empty-events.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-src-change.html = CRASH TEXT PASS
+BUGCR59665 MAC : media/video-src.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-controls-rendering.html = CRASH FAIL TIMEOUT PASS
+BUGCR59665 MAC : media/video-delay-load-event.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-layer-crash.html = CRASH TIMEOUT PASS IMAGE
+// BUGCR59415 : setting SLOW in test_expectations.txt may fix the problem
+BUGCR59665 : media/video-loop.html = CRASH TIMEOUT PASS FAIL
+BUGCR59665 MAC : media/video-load-readyState.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-pause-immediately.html = CRASH PASS
 // This test needs enhanced eventSender.contextMenu() return value.
 // See https://bugs.webkit.org/show_bug.cgi?id=45021 for more info.
 // UNIMPLEMENTED for chrome
-BUG59665 BUGWK45021 : media/context-menu-actions.html = CRASH TIMEOUT PASS
-BUG59665 MAC : media/video-timeupdate-during-playback.html = CRASH TIMEOUT PASS
+BUGCR59665 BUGWK45021 : media/context-menu-actions.html = CRASH TIMEOUT PASS
+BUGCR59665 MAC : media/video-timeupdate-during-playback.html = CRASH TIMEOUT PASS
 
 // Also fails on the mac port; see http://webkit.org/b/34331
 BUG_DRT : http/tests/media/video-referer.html = TEXT PASS
 
 // Occasionally times out with, only under the DRT for Linux
-BUG58212 LINUX : http/tests/appcache/main-resource-redirect.html = PASS TIMEOUT
+BUGCR58212 LINUX : http/tests/appcache/main-resource-redirect.html = PASS TIMEOUT
 
 // Flaky on Linux with test_shell, fails consistently on Mac and Linux DRT
 BUGWK49265 MAC LINUX : svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop.html = IMAGE PASS
@@ -3158,9 +3156,9 @@ BUG_DRT MAC : fast/dom/beforeload/script-before-load-dynamic.html = TIMEOUT PASS
 BUG_DRT : fast/dynamic/window-resize-scrollbars-test.html = IMAGE+TEXT
 BUG_DRT LINUX : fast/events/select-onchange-crash.html = CRASH
 BUG_DRT LINUX : fast/frames/calculate-round.html = TIMEOUT PASS
-BUG_DRT BUG43890 LINUX : fast/forms/implicit-submission.html = CRASH PASS TEXT
-BUG_DRT BUG21141 LINUX : fast/forms/select-double-onchange.html = CRASH FAIL
-BUG_DRT BUG21141 LINUX : fast/forms/select-script-onchange.html = CRASH FAIL
+BUG_DRT BUGCR43890 LINUX : fast/forms/implicit-submission.html = CRASH PASS TEXT
+BUG_DRT BUGCR21141 LINUX : fast/forms/select-double-onchange.html = CRASH FAIL
+BUG_DRT BUGCR21141 LINUX : fast/forms/select-script-onchange.html = CRASH FAIL
 BUG_DRT MAC : fast/images/extra-image-in-image-document.html = TIMEOUT PASS
 BUG_DRT MAC : fast/loader/font-face-empty.html = TIMEOUT PASS
 BUG_DRT MAC : fast/loader/for-window-event-onload-scripts.html = TIMEOUT PASS
@@ -3178,7 +3176,7 @@ BUG_DRT LINUX : fast/text/international/wrap-CJK-001.html = IMAGE
 BUG_DRT LINUX : fast/text/justification-padding-mid-word.html = PASS CRASH
 BUG_DRT MAC LINUX : http/tests/misc/slow-loading-image-in-pattern.html = IMAGE PASS
 BUG_DRT MAC LINUX : http/tests/plugins/post-url-file.html = TIMEOUT
-BUG_DRT BUG8729 MAC LINUX : http/tests/multipart/invalid-image-data.html = IMAGE PASS
+BUG_DRT BUGCR8729 MAC LINUX : http/tests/multipart/invalid-image-data.html = IMAGE PASS
 BUG_DRT MAC : media/video-poster.html = TEXT PASS
 BUG_DRT LINUX : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyle.html = IMAGE+TEXT
 // Crashes with DRT and is a text failure with TestShell
@@ -3198,58 +3196,58 @@ BUG_MIHAIP : platform/chromium/accessibility = FAIL
 // The test says you should see numbers, but we display letters.
 // It looks like we are missing the WebKit "WeightWatcher" fonts,
 // checked in as part of http://trac.webkit.org/changeset/34771.
-BUG10370 LINUX WIN : fast/css/font-weight-1.html = IMAGE+TEXT
+BUGCR10370 LINUX WIN : fast/css/font-weight-1.html = IMAGE+TEXT
 
 // End DRT failures
 /////////////////////////////////////////////////////////////////////////////
 
-BUG65012 LINUX : fast/dom/HTMLHeadElement/head-check.html = CRASH PASS
+BUGCR65012 LINUX : fast/dom/HTMLHeadElement/head-check.html = CRASH PASS
 
 BUG_VITALYR : fast/images/gray-scale-jpeg-with-color-profile.html = MISSING
 BUG_VITALYR MAC : tables/mozilla/bugs/bug82946-2.html = IMAGE
 
 // WebKit roll 73514:73595
-BUG66019 : fast/regex/pcre-test-1.html = TEXT
+BUGCR66019 : fast/regex/pcre-test-1.html = TEXT
 
 // Mostly-flaky timeouts
-BUG66085 WIN LINUX : dom/html/level1/core/documentgetdoctypenodtd.html = PASS TIMEOUT
-BUG66085 LINUX : editing/selection/3690703-2.html = PASS TIMEOUT
-BUG66085 LINUX : fast/dom/Geolocation/disconnected-frame-permission-denied.html = PASS TIMEOUT
-BUG66085 WIN LINUX : fast/events/5056619.html = PASS TIMEOUT
-BUG66085 LINUX : fast/js/cyclic-proto.html = PASS TIMEOUT
-BUG66085 WIN LINUX : fast/replaced/css-content-and-webkit-mask-box-image-crash.html = PASS TIMEOUT
-BUG66085 WIN LINUX : http/tests/media/reload-after-dialog.html = PASS TIMEOUT
-BUG66085 LINUX : http/tests/media/video-cancel-load.html = PASS TIMEOUT
-BUG66085 LINUX : http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html = PASS TIMEOUT
-BUG66085 LINUX : media/constructors.html = PASS TIMEOUT
-BUG66085 : media/remove-from-document.html = PASS TIMEOUT
-BUG66085 WIN : media/video-currentTime.html = TIMEOUT
-BUG66085 LINUX : media/video-currentTime.html = PASS TIMEOUT
-BUG66085 : media/video-display-toggle.html = PASS TIMEOUT
-BUG66085 : media/video-play-pause-exception.html = PASS TIMEOUT
-BUG66085 : media/video-source.html = PASS TIMEOUT
-BUG66085 : media/video-source-moved.html = PASS TIMEOUT
-BUG66085 : media/video-source-type.html = PASS TIMEOUT
-BUG66085 LINUX : media/video-src-source.html = PASS TIMEOUT
+BUGCR66085 WIN LINUX : dom/html/level1/core/documentgetdoctypenodtd.html = PASS TIMEOUT
+BUGCR66085 LINUX : editing/selection/3690703-2.html = PASS TIMEOUT
+BUGCR66085 LINUX : fast/dom/Geolocation/disconnected-frame-permission-denied.html = PASS TIMEOUT
+BUGCR66085 WIN LINUX : fast/events/5056619.html = PASS TIMEOUT
+BUGCR66085 LINUX : fast/js/cyclic-proto.html = PASS TIMEOUT
+BUGCR66085 WIN LINUX : fast/replaced/css-content-and-webkit-mask-box-image-crash.html = PASS TIMEOUT
+BUGCR66085 WIN LINUX : http/tests/media/reload-after-dialog.html = PASS TIMEOUT
+BUGCR66085 LINUX : http/tests/media/video-cancel-load.html = PASS TIMEOUT
+BUGCR66085 LINUX : http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html = PASS TIMEOUT
+BUGCR66085 LINUX : media/constructors.html = PASS TIMEOUT
+BUGCR66085 : media/remove-from-document.html = PASS TIMEOUT
+BUGCR66085 WIN : media/video-currentTime.html = TIMEOUT
+BUGCR66085 LINUX : media/video-currentTime.html = PASS TIMEOUT
+BUGCR66085 : media/video-display-toggle.html = PASS TIMEOUT
+BUGCR66085 : media/video-play-pause-exception.html = PASS TIMEOUT
+BUGCR66085 : media/video-source.html = PASS TIMEOUT
+BUGCR66085 : media/video-source-moved.html = PASS TIMEOUT
+BUGCR66085 : media/video-source-type.html = PASS TIMEOUT
+BUGCR66085 LINUX : media/video-src-source.html = PASS TIMEOUT
 
 // Flaky failures
-BUG66087 WIN : fast/dom/Geolocation/timestamp.html = PASS TEXT
-BUG66087 LINUX : http/tests/misc/iframe404.html = PASS TEXT
-BUG66087 WIN : http/tests/misc/no-last-modified.html = PASS TEXT
-BUG66087 WIN : http/tests/xmlhttprequest/open-async-overload.html = PASS TEXT
+BUGCR66087 WIN : fast/dom/Geolocation/timestamp.html = PASS TEXT
+BUGCR66087 LINUX : http/tests/misc/iframe404.html = PASS TEXT
+BUGCR66087 WIN : http/tests/misc/no-last-modified.html = PASS TEXT
+BUGCR66087 WIN : http/tests/xmlhttprequest/open-async-overload.html = PASS TEXT
 
 // Needs V8 investigation.  Skipped due to concern that this may be corrupting
 // memory and thus leading to unpredictable results.
-BUG66099 SKIP : fast/js/array-sort-modifying-tostring.html = TEXT CRASH TIMEOUT
+BUGCR66099 SKIP : fast/js/array-sort-modifying-tostring.html = TEXT CRASH TIMEOUT
 
-BUG66466 MAC WIN DEBUG SLOW : perf/array-nested-loop.html = PASS TEXT
-BUG66554 WIN DEBUG : fast/js/kde/encode_decode_uri.html = CRASH PASS
+BUGCR66466 MAC WIN DEBUG SLOW : perf/array-nested-loop.html = PASS TEXT
+BUGCR66554 WIN DEBUG : fast/js/kde/encode_decode_uri.html = CRASH PASS
 
-BUG66683 WIN LINUX : fast/canvas/canvas-draw-canvas-on-canvas-shadow.html = TEXT
-BUG66682 WIN LINUX MAC : editing/spelling/spellcheck-paste.html = TEXT TIMEOUT
-BUG66686 : fast/loader/user-stylesheet-fast-path.html = TEXT
+BUGCR66683 WIN LINUX : fast/canvas/canvas-draw-canvas-on-canvas-shadow.html = TEXT
+BUGCR66682 WIN LINUX MAC : editing/spelling/spellcheck-paste.html = TEXT TIMEOUT
+BUGCR66686 : fast/loader/user-stylesheet-fast-path.html = TEXT
 
-BUG66751 : http/tests/local/link-stylesheet-load-order-preload.html = TEXT TIMEOUT PASS
-BUG66751 : http/tests/local/link-stylesheet-load-order.html = TEXT TIMEOUT PASS
+BUGCR66751 : http/tests/local/link-stylesheet-load-order-preload.html = TEXT TIMEOUT PASS
+BUGCR66751 : http/tests/local/link-stylesheet-load-order.html = TEXT TIMEOUT PASS
 
-BUG66818 : fast/forms/ValidityState-typeMismatch-url.html = TEXT
+BUGCR66818 : fast/forms/ValidityState-typeMismatch-url.html = TEXT
diff --git a/LayoutTests/platform/mac/test_expectations.txt b/LayoutTests/platform/mac/test_expectations.txt
index dffc699..4134a06 100644
--- a/LayoutTests/platform/mac/test_expectations.txt
+++ b/LayoutTests/platform/mac/test_expectations.txt
@@ -48,7 +48,7 @@
 // DEBUG : fast/js/no-good.js = TIMEOUT PASS
 // DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
 // LINUX DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
-// BUG1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
+// BUGCR1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
 //
 // Notes:
 // -A test cannot be both SLOW and TIMEOUT
@@ -60,4 +60,3 @@
 SLOW BUGXXX : http/tests/cache/subresource-expiration.html = PASS
 SLOW BUGXXX : tables/mozilla/other/slashlogo.html = PASS
 SLOW BUGXXX : http/tests/websocket/tests/frame-lengths.html = PASS
-
diff --git a/LayoutTests/platform/qt/test_expectations.txt b/LayoutTests/platform/qt/test_expectations.txt
index 8664085..cf495be 100644
--- a/LayoutTests/platform/qt/test_expectations.txt
+++ b/LayoutTests/platform/qt/test_expectations.txt
@@ -48,7 +48,7 @@
 // DEBUG : fast/js/no-good.js = TIMEOUT PASS
 // DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
 // LINUX DEBUG SKIP : fast/js/no-good.js = TIMEOUT PASS
-// BUG1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
+// BUGCR1234 DEBUG MAC : fast/js/no-good.js = TIMEOUT PASS
 //
 // Notes:
 // -A test cannot be both SLOW and TIMEOUT
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 61bed23..0031d35 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-14  Benjamin Kalman  <kalman at chromium.org>
+
+        Reviewed by Ojan Vafai.
+
+        Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
+        https://bugs.webkit.org/show_bug.cgi?id=48926
+
+        * Scripts/webkitpy/layout_tests/layout_package/test_expectations.py:
+        Add presubmit check that BUG isn't used, either BUGCR/BUGWK/BUGV8_.
+
 2010-12-14  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
 
         Reviewed by Eric Seidel.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py b/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py
index a237863..8645fc1 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py
@@ -608,6 +608,9 @@ class TestExpectationsFile:
                 modifiers.add(option)
             elif option in self._port.test_platform_names():
                 has_any_platform = True
+            elif re.match(r'bug\d', option) != None:
+                self._add_error(lineno, 'Bug must be either BUGCR, BUGWK, or BUGV8_ for test: %s' %
+                                option, test_and_expectations)
             elif option.startswith('bug'):
                 has_bug_id = True
             elif option not in self.BUILD_TYPES:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list