Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Issue 1542563002: Rewrite LayoutTest svg/wicd/rightsizing-grid as a reftest (Closed)

Created:
5 years ago by davve
Modified:
5 years ago
Reviewers:
pdr., fs
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite LayoutTest svg/wicd/rightsizing-grid as a reftest A number of changes were made to reduce flakyness and make the test more useful: * Rewrite as html reftest. * Apply a static body width. The test is no longer depending on the viewport width. * Use a slim body width. The way the test was written a lot of the test actually ended up outside the viewport. Layout tests use default size 800x600 and this test expected up to double the height compared to the width. * Avoid gradients and rounded rectangles since they add nothing to what's actually meant to be tested. The test svg/wicd/sizing-flakiness.html is a subset of the rightsizing-grid test and should provide little value of its own. It is thus removed. BUG=571301 Committed: https://crrev.com/c91b189837297762cdc0ffda3ef97e177f7a1d5f Cr-Commit-Position: refs/heads/master@{#366388}

Patch Set 1 #

Patch Set 2 : Remove flakiness test; should be covered by other tests #

Patch Set 3 : Add note about test inspiration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -1610 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 chunks +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/android/svg/wicd/sizing-flakiness-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/wicd/rightsizing-grid-expected.txt View 1 chunk +0 lines, -318 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/wicd/sizing-flakiness-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/linux/svg/wicd/sizing-flakiness-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-lion/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-mavericks/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/svg/wicd/rightsizing-grid-expected.txt View 1 chunk +0 lines, -318 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/mac/svg/wicd/sizing-flakiness-expected.png View 1 Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win-xp/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win-xp/svg/wicd/rightsizing-grid-expected.txt View 1 chunk +0 lines, -321 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win-xp/svg/wicd/sizing-flakiness-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/svg/wicd/rightsizing-grid-expected.png View Binary file 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/svg/wicd/rightsizing-grid-expected.txt View 1 chunk +0 lines, -318 lines 0 comments Download
D third_party/WebKit/LayoutTests/platform/win/svg/wicd/sizing-flakiness-expected.png View 1 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/a.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/bcde.svg View 1 chunk +2 lines, -30 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/empty1.svg View 1 chunk +2 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/empty2.svg View 1 chunk +2 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/f.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/g.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/h.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/i.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/j.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/k.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/l.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/mnop.svg View 1 chunk +2 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/q.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/r.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/s.svg View 1 chunk +2 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/wicd/resources/t.svg View 1 chunk +2 lines, -10 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/wicd/rightsizing-grid.html View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/wicd/rightsizing-grid.xhtml View 1 chunk +0 lines, -57 lines 0 comments Download
A third_party/WebKit/LayoutTests/svg/wicd/rightsizing-grid-expected.html View 1 chunk +30 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness.html View 1 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/WebKit/LayoutTests/svg/wicd/sizing-flakiness-expected.txt View 1 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542563002/1
5 years ago (2015-12-21 10:21:59 UTC) #2
davve
After the rewrite, this still tests the sizing and layout parts but throws out a ...
5 years ago (2015-12-21 10:27:51 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/158079)
5 years ago (2015-12-21 11:27:00 UTC) #6
fs
On 2015/12/21 at 10:27:51, davve wrote: > After the rewrite, this still tests the sizing ...
5 years ago (2015-12-21 12:07:01 UTC) #7
davve
On 2015/12/21 12:07:01, fs wrote: > > I think it might be > http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/rightsizing-grid/index.xhtml > ...
5 years ago (2015-12-21 12:26:56 UTC) #8
fs
On 2015/12/21 at 12:26:56, davve wrote: > On 2015/12/21 12:07:01, fs wrote: > > > ...
5 years ago (2015-12-21 12:40:29 UTC) #9
davve
On 2015/12/21 12:40:29, fs wrote: > On 2015/12/21 at 12:26:56, davve wrote: > > Also, ...
5 years ago (2015-12-21 14:47:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542563002/40001
5 years ago (2015-12-21 14:47:49 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-21 15:37:48 UTC) #16
commit-bot: I haz the power
5 years ago (2015-12-21 15:38:43 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c91b189837297762cdc0ffda3ef97e177f7a1d5f
Cr-Commit-Position: refs/heads/master@{#366388}

Powered by Google App Engine
This is Rietveld 408576698