Bug 1550205 [wpt PR 16390] - Add more offsetLeft/offsetTop for tests empty/space...
commit464967d0dd9ab1ebddc54f05ba2d53a22b0c52aa
authorXianzhu Wang <wangxianzhu@chromium.org>
Fri, 17 May 2019 14:41:01 +0000 (17 14:41 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Wed, 5 Jun 2019 09:26:46 +0000 (5 10:26 +0100)
tree8ea97004f2d450e2a39e829c85853174e9a17fc2
parentc405cf8f17c489518ca2fcae898de93a0c8a0f3f
Bug 1550205 [wpt PR 16390] - Add more offsetLeft/offsetTop for tests empty/space inline elements, a=testonly

Automatic update from web-platform-tests
Add more offsetLeft/offsetTop for tests empty/space inline elements

Besides the test for empty inline elements, this CL also adds tests
for inline elements containing spaces that are leading/trailing of the
lines, to test that offsetLeft/offsetTop still works regardless of
space collapsing.

Also rename the tests to follow the common naming convention.

Bug: 953479
Change-Id: I1c447e205b48b7cc54b358e6e9c66dced05f4684
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572538
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652167}

--

wpt-commits: ebf30da797aaac8bc429dbc6c01297399223f8fe
wpt-pr: 16390

--HG--
rename : testing/web-platform/tests/css/cssom-view/offsetTopLeftEmptyInline.html => testing/web-platform/tests/css/cssom-view/offsetTopLeft-empty-inline-offset.html
rename : testing/web-platform/tests/css/cssom-view/offsetTopLeftInline.html => testing/web-platform/tests/css/cssom-view/offsetTopLeft-inline.html
testing/web-platform/tests/css/cssom-view/offsetTopLeft-empty-inline-offset.html [copied from testing/web-platform/tests/css/cssom-view/offsetTopLeftEmptyInline.html with 100% similarity]
testing/web-platform/tests/css/cssom-view/offsetTopLeft-empty-inline.html [copied from testing/web-platform/tests/css/cssom-view/offsetTopLeftEmptyInline.html with 58% similarity]
testing/web-platform/tests/css/cssom-view/offsetTopLeft-inline.html [moved from testing/web-platform/tests/css/cssom-view/offsetTopLeftInline.html with 100% similarity]
testing/web-platform/tests/css/cssom-view/offsetTopLeft-leading-space-inline.html [moved from testing/web-platform/tests/css/cssom-view/offsetTopLeftEmptyInline.html with 58% similarity]
testing/web-platform/tests/css/cssom-view/offsetTopLeft-trailing-space-inline.html [new file with mode: 0644]