Bug 208869 - [WPE] Two inline-image-box tests have been failing since added in r256773
Summary: [WPE] Two inline-image-box tests have been failing since added in r256773
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-10 10:04 PDT by Diego Pino
Modified: 2020-03-10 10:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-03-10 10:04:55 PDT
The following tests have been failing since added in r256773:

   fast/images/inline-image-box-with-no-alt-should-collapse-no-quirks.html [ Failure ]
   fast/images/inline-image-box-with-no-alt-should-collapse-quirks.html [ Failure ]

Diff:

--- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/images/inline-image-box-with-no-alt-should-collapse-quirks-expected.txt
+++ /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/images/inline-image-box-with-no-alt-should-collapse-quirks-actual.txt
@@ -1,10 +1,10 @@
 QUIRKS mode.

 1. 'alt' attribute is not set (image box should not collapse):
- 20px 20px 
+ 4px 4px 

 2. 'alt' attribute is set to a non-empty value (image box should not collapse):
- 20px 20px  20px 20px 
+ 4px 4px  4px 4px 

 3. 'alt' attribute is set to empty value (image box should collapse):
 0px 0px

--- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/images/inline-image-box-with-no-alt-should-collapse-no-quirks-expected.txt
+++ /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/images/inline-image-box-with-no-alt-should-collapse-no-quirks-actual.txt
@@ -1,10 +1,10 @@
 STANDARDS mode.

 1. 'alt' attribute is not set (image box should not collapse):
- 20px 20px 
+ 4px 4px 

 2. 'alt' attribute is set to a non-empty value (image box should not collapse):
- 20px 20px  20px 20px 
+ 4px 4px  4px 4px 

 3. 'alt' attribute is set to empty value (image box should collapse):
  0px 0px