Bug 171215

Summary: Import W3C tests for the CSSOM View module
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: DOMAssignee: Frédéric Wang (:fredw) <fred.wang>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, cdumez, rego, youennf
Priority: P2    
Version: Safari 10   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 5991, 153137, 171226, 171228    
Attachments:
Description Flags
Patch
youennf: review+, buildbot: commit-queue-
Archive of layout-test-results from ews126 for ios-simulator-wk2
none
Patch
buildbot: commit-queue-
Archive of layout-test-results from ews126 for ios-simulator-wk2
none
Patch none

Description Frédéric Wang (:fredw) 2017-04-24 03:29:57 PDT
It seems we do not have anything in imported/w3c/web-platform-tests/cssom-view for now.

I think they will be useful to fix the behavior of the scrolling DOM interface (bug 5991).
Comment 1 Frédéric Wang (:fredw) 2017-04-24 07:21:45 PDT
Created attachment 307973 [details]
Patch
Comment 2 youenn fablet 2017-04-24 08:09:27 PDT
Comment on attachment 307973 [details]
Patch

r=me
Can you rerun the importer with -l option so that testharness links are not rewritten?
There are discussions rewriting them' de links to relative, but for the moment I prefer keeping the style consistent.
Comment 3 Manuel Rego Casasnovas 2017-04-24 08:33:20 PDT
Comment on attachment 307973 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=307973&action=review

I guess that for tests that have a few PASS and a few FAIL it's fine to have the "-expected" file with a mix of them.
But for the tests with all FAIL, wouldn't be better to mark them as failure in TestExpectations linking to the related bugs to track them?

> LayoutTests/imported/w3c/web-platform-tests/cssom-view/cssom-getBoundingClientRect-002-expected.txt:2
> +FAIL getBoundingClientRect on a newly-created Element not yet inserted into the DOM should return an all-zeroes DOMRect assert_equals: DOMRect's x should be zero expected (number) 0 but got (undefined) undefined

Shouldn't we mark as Failure this kind of results in TestExpectations linking the the proper bug.
Comment 4 Build Bot 2017-04-24 08:57:53 PDT
Comment on attachment 307973 [details]
Patch

Attachment 307973 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/3594798

New failing tests:
imported/w3c/web-platform-tests/cssom-view/Screen-pixelDepth-Screen-colorDepth001.html
imported/w3c/web-platform-tests/cssom-view/scrolling-quirks-vs-nonquirks.html
Comment 5 Build Bot 2017-04-24 08:57:55 PDT
Created attachment 307981 [details]
Archive of layout-test-results from ews126 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews126  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 6 Frédéric Wang (:fredw) 2017-04-24 10:09:21 PDT
Created attachment 307987 [details]
Patch
Comment 7 Frédéric Wang (:fredw) 2017-04-24 10:10:24 PDT
(In reply to Manuel Rego Casasnovas from comment #3)
> > LayoutTests/imported/w3c/web-platform-tests/cssom-view/cssom-getBoundingClientRect-002-expected.txt:2
> > +FAIL getBoundingClientRect on a newly-created Element not yet inserted into the DOM should return an all-zeroes DOMRect assert_equals: DOMRect's x should be zero expected (number) 0 but got (undefined) undefined
> 
> Shouldn't we mark as Failure this kind of results in TestExpectations
> linking the the proper bug.

Done.

(In reply to youenn fablet from comment #2)
> Comment on attachment 307973 [details]
> Patch
> 
> r=me
> Can you rerun the importer with -l option so that testharness links are not
> rewritten?
> There are discussions rewriting them' de links to relative, but for the
> moment I prefer keeping the style consistent.

Done.
Comment 8 Build Bot 2017-04-24 14:44:44 PDT
Comment on attachment 307987 [details]
Patch

Attachment 307987 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/3596627

New failing tests:
imported/w3c/web-platform-tests/cssom-view/Screen-pixelDepth-Screen-colorDepth001.html
Comment 9 Build Bot 2017-04-24 14:44:47 PDT
Created attachment 308012 [details]
Archive of layout-test-results from ews126 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews126  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 10 Frédéric Wang (:fredw) 2017-04-24 23:16:22 PDT
Created attachment 308072 [details]
Patch
Comment 11 Frédéric Wang (:fredw) 2017-04-25 01:46:15 PDT
Committed r215726: <http://trac.webkit.org/changeset/215726>