diff options
author | msramek <msramek@chromium.org> | 2016-02-25 08:16:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-25 16:18:30 +0000 |
commit | 7dc852fd17cd4ee23e392d99e392a5c4eee7eea3 (patch) | |
tree | 652c31354df14eccda15ba73b2280bd6eda1e49e | |
parent | 6fde8a08f94d9b7ecbc368bc9b61eda2958a4c2c (diff) | |
download | chromium_src-7dc852fd17cd4ee23e392d99e392a5c4eee7eea3.zip chromium_src-7dc852fd17cd4ee23e392d99e392a5c4eee7eea3.tar.gz chromium_src-7dc852fd17cd4ee23e392d99e392a5c4eee7eea3.tar.bz2 |
Revert of Rebase fast/dom/Window/property-access-on-cached-properties-after-frame* tests. (patchset #1 id:1 of https://codereview.chromium.org/1736713002/ )
Reason for revert:
Speculatively reverting, as this might be the cause of a > 50% flakiness of the test fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html . Reverting should bring the flakiness to < 50%.
See crbug.com/589001 for more details.
Original issue's description:
> Rebase fast/dom/Window/property-access-on-cached-properties-after-frame* tests.
>
> https://codereview.chromium.org/1711083002/ changed default screen orientation in tests from artificial one to the supplied by embedder one.
>
> BUG=589001
> TBR=engedy
>
> Committed: https://crrev.com/928d45668af849e2cf92c89167afb2e444103e4b
> Cr-Commit-Position: refs/heads/master@{#377424}
TBR=dgozman@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=589001
Review URL: https://codereview.chromium.org/1737723002
Cr-Commit-Position: refs/heads/master@{#377584}
3 files changed, 3 insertions, 3 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt index ef3f742..af312af 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt @@ -94,7 +94,7 @@ PASS window.cached_screen.pixelDepth is 0 PASS window.cached_screen.width is 0 PASS window.cached_screen_orientation.angle is 0 PASS window.cached_screen_orientation.onchange is null -FAIL window.cached_screen_orientation.type should be . Was landscape-primary. +FAIL window.cached_screen_orientation.type should be . Was portrait-primary. PASS window.cached_scrollbars.visible is false PASS window.cached_speechSynthesis.onvoiceschanged is null PASS window.cached_speechSynthesis.paused is false diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt index ecddff7..bec90ae 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt @@ -94,7 +94,7 @@ PASS window.cached_screen.pixelDepth is 0 PASS window.cached_screen.width is 0 PASS window.cached_screen_orientation.angle is 0 PASS window.cached_screen_orientation.onchange is null -FAIL window.cached_screen_orientation.type should be . Was landscape-primary. +FAIL window.cached_screen_orientation.type should be . Was portrait-primary. PASS window.cached_scrollbars.visible is false PASS window.cached_speechSynthesis.onvoiceschanged is null PASS window.cached_speechSynthesis.paused is false diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt index c4ad6b4..5962ffc 100644 --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt @@ -94,7 +94,7 @@ PASS window.cached_screen.pixelDepth is 0 PASS window.cached_screen.width is 0 PASS window.cached_screen_orientation.angle is 0 PASS window.cached_screen_orientation.onchange is null -FAIL window.cached_screen_orientation.type should be . Was landscape-primary. +FAIL window.cached_screen_orientation.type should be . Was portrait-primary. PASS window.cached_scrollbars.visible is false PASS window.cached_speechSynthesis.onvoiceschanged is null PASS window.cached_speechSynthesis.paused is false |