Martin Robinson
Martin Robinson
Every `ImageCache` should be assigned a `Pipeline` and a `WebView`, so that it knows what WebRender instance to create image keys in. This change accomplishes that by splitting the `ImageCache`...
``` TIMEOUT [expected OK] /cookies/value/value-ctl.html ``` ``` TIMEOUT [expected OK] /cookies/name/name-ctl.html ```
``` TIMEOUT [expected CRASH] /html/semantics/embedded-content/media-elements/preserves-pitch.html FAIL [expected PASS] subtest: Test that preservesPitch is present and unprefixed. assert_true: expected true got false FAIL [expected PASS] subtest: Test that preservesPitch is on...
``` OK [expected ERROR] /html/user-activation/no-activation-thru-escape-key.html ```
``` TIMEOUT [expected CRASH] /fetch/metadata/window-open.https.sub.html PASS [expected TIMEOUT] subtest: Same-origin window, user-activated ```
``` TIMEOUT [expected PASS] subtest: HTMLMediaElement.srcObject blob Test timed out ```
``` CRASH [expected OK] /fetch/metadata/generated/element-iframe.https.sub.html ```
Some tests such as `/html/select/options-length-too-large.html` run their test cases as part of document loading when run with WebDriver. The default page load timeout is [300 seconds]( https://w3c.github.io/webdriver/#dfn-timeouts-configuration). This test uses...
Instead of passing a `damage` variable around during a single layout, have the damage update flags immediately on the `LayoutImpl`. This ensure that damage from a restyle are not lost...