 Chromium Code Reviews
 Chromium Code Reviews Issue 246203004:
  Fixed unnecessary Paste Popup showing issue when long press on ReadOnly/Disabled elements.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 246203004:
  Fixed unnecessary Paste Popup showing issue when long press on ReadOnly/Disabled elements.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: LayoutTests/editing/selection/readonly-disabled-hittest-expected.txt | 
| diff --git a/LayoutTests/editing/selection/readonly-disabled-hittest-expected.txt b/LayoutTests/editing/selection/readonly-disabled-hittest-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..5f768aea9801fbb3b9638fb09b4f75235112fced | 
| --- /dev/null | 
| +++ b/LayoutTests/editing/selection/readonly-disabled-hittest-expected.txt | 
| @@ -0,0 +1,9 @@ | 
| +Normal input SUCCESS | 
| +Readonly input SUCCESS | 
| +Disabled input SUCCESS | 
| +Readonly and Disabled input SUCCESS | 
| +Normal textarea SUCCESS | 
| +Readonly textarea SUCCESS | 
| +Disabled textarea SUCCESS | 
| +Content Editable DIV SUCCESS | 
| + |