Bug 208869

Summary: [WPE] Two inline-image-box tests have been failing since added in r256773
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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