Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: LayoutTests/fast/forms/select/popup-menu-appearance-long.html

Issue 1075073004: New SELECT Popup: Fix window width to include scrollbar width (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added TestExpectation entry Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select/popup-menu-appearance-long-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/select/popup-menu-appearance-long.html
diff --git a/LayoutTests/platform/win-xp/editing/deleting/delete-line-014-expected.txt b/LayoutTests/fast/forms/select/popup-menu-appearance-long.html
similarity index 52%
copy from LayoutTests/platform/win-xp/editing/deleting/delete-line-014-expected.txt
copy to LayoutTests/fast/forms/select/popup-menu-appearance-long.html
index 6f2d86377f6d1e4ce5632276c3e9084210507254..aeba362d42992f211e412ffad4f683127621c40d 100644
--- a/LayoutTests/platform/win-xp/editing/deleting/delete-line-014-expected.txt
+++ b/LayoutTests/fast/forms/select/popup-menu-appearance-long.html
@@ -1,33 +1,47 @@
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
-EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
-layer at (0,0) size 800x600
- LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x600
- LayoutBlockFlow {HTML} at (0,0) size 800x600
- LayoutBlockFlow {BODY} at (8,8) size 784x584
- LayoutBlockFlow {DIV} at (0,0) size 784x28
- LayoutText {#text} at (0,0) size 14x27
- text run at (0,0) width 14: "T"
- LayoutBlockFlow (anonymous) at (0,28) size 784x28
- LayoutText {#text} at (0,0) size 194x27
- text run at (0,0) width 194: "in the affairs of men"
- LayoutText {#text} at (0,0) size 0x0
- LayoutText {#text} at (0,0) size 0x0
-caret: position 1 of child 0 {#text} of child 1 {DIV} of body
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+window.enablePixelTesting = true;
+</script>
+<script src="../../../resources/js-test.js"></script>
+<script src="../resources/picker-common.js"></script>
+</head>
+<body>
+<select id="menu" style="width: 10px">
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+ <option>very very very long option</option>
+</select>
+<p id="description" style="opacity: 0"></p>
+<div id="console" style="opacity: 0"></div>
+<script>
+var menu = document.getElementById('menu');
+openPicker(menu, finishJSTest, function () {
+ testFailed('picker didn\'t open')
+ finishJSTest();
+});
+</script>
+</body>
+</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/select/popup-menu-appearance-long-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698