Commit 4b81adef authored by mlippautz's avatar mlippautz Committed by Commit bot

[wrapper-tracing] Reland: Turn on flag

BUG=chromium:468240
NOTRY=true

Review-Url: https://codereview.chromium.org/2579043002
Cr-Commit-Position: refs/heads/master@{#439124}
parent ca6b7f5f
...@@ -2232,6 +2232,7 @@ crbug.com/674720 [ Debug Trusty ] http/tests/loading/preload-img-test.html [ Pas ...@@ -2232,6 +2232,7 @@ crbug.com/674720 [ Debug Trusty ] http/tests/loading/preload-img-test.html [ Pas
# Added 2016-12-16 # Added 2016-12-16
crbug.com/674858 [ Linux ] virtual/threaded/printing/offscreencanvas-2d-printing.html [ Pass Failure ] crbug.com/674858 [ Linux ] virtual/threaded/printing/offscreencanvas-2d-printing.html [ Pass Failure ]
crbug.com/674858 [ Linux ] virtual/threaded/printing/offscreencanvas-webgl-printing.html [ Pass Failure ] crbug.com/674858 [ Linux ] virtual/threaded/printing/offscreencanvas-webgl-printing.html [ Pass Failure ]
crbug.com/674917 http/tests/inspector/search/sources-search-scope-many-projects.html [ Pass Failure ]
# for Skia DEPS roll # for Skia DEPS roll
crbug.com/674509 compositing/overlap-blending/reflection-opacity-huge.html [ NeedsRebaseline ] crbug.com/674509 compositing/overlap-blending/reflection-opacity-huge.html [ NeedsRebaseline ]
......
...@@ -2,7 +2,7 @@ PASS document.body.childNodes.customProperty is 1 ...@@ -2,7 +2,7 @@ PASS document.body.childNodes.customProperty is 1
PASS document.getElementsByClassName("class").customProperty is 2 PASS document.getElementsByClassName("class").customProperty is 2
PASS document.getElementsByName("name").customProperty is 3 PASS document.getElementsByName("name").customProperty is 3
PASS document.getElementsByTagName("body").customProperty is 4 PASS document.getElementsByTagName("body").customProperty is 4
FAIL document.querySelector("form").elements["radios"].customProperty should be 5 (of type number). Was undefined (of type undefined). PASS document.querySelector("form").elements["radios"].customProperty is 5
PASS document.querySelector("input").labels.customProperty is 6 PASS document.querySelector("input").labels.customProperty is 6
PASS successfullyParsed is true PASS successfullyParsed is true
......
...@@ -23,7 +23,7 @@ bytes at offset 670166 : 8 be 3 c 6 91 2 8 ...@@ -23,7 +23,7 @@ bytes at offset 670166 : 8 be 3 c 6 91 2 8
checksum : 84637740 checksum : 84637740
PASS exception correctly thrown when xhr.responseText is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer').. PASS exception correctly thrown when xhr.responseText is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'arraybuffer')..
PASS exception correctly thrown when xhr.responseXML is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseXML' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'document' (was 'arraybuffer').. PASS exception correctly thrown when xhr.responseXML is accessed but responseType is 'arraybuffer' : InvalidStateError: Failed to read the 'responseXML' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'document' (was 'arraybuffer')..
FAIL xhr.response.foo should be bar (of type string). Was undefined (of type undefined). PASS xhr.response.foo is 'bar'
PASS successfullyParsed is true PASS successfullyParsed is true
TEST COMPLETE TEST COMPLETE
......
Tests that ScriptSearchScope performs search across all sources correctly. Tests that ScriptSearchScope performs search across all sources correctly.
See bug 41350. See bug 41350.
Total uiSourceCodes: 13 Total uiSourceCodes: 14
Running: testIgnoreCase Running: testIgnoreCase
Search result #1: uiSourceCode.url = file:///var/www/search.css Search result #1: uiSourceCode.url = file:///var/www/search.css
......
...@@ -246,7 +246,7 @@ TimerThrottlingForHiddenFrames status=stable ...@@ -246,7 +246,7 @@ TimerThrottlingForHiddenFrames status=stable
// touchscreen) in ApplyWebPreferences. "Touch events" themselves are always // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always
// enabled since they're a feature always supported by Chrome. // enabled since they're a feature always supported by Chrome.
TouchEventFeatureDetection status=stable TouchEventFeatureDetection status=stable
TraceWrappables TraceWrappables status=stable
TrueColorRendering status=experimental TrueColorRendering status=experimental
TrustedEventsDefaultAction status=stable TrustedEventsDefaultAction status=stable
UserSelectAll status=stable UserSelectAll status=stable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment