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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/inert-node-is-unfocusable-expected.txt

Issue 2605173002: Call checkCompleted() synchronously in HTMLStyleElement::dispatchPendingEvent() (Closed)
Patch Set: Rebase Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/preload-img-test-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: Blink Test Plugin: initializing
2 Test that inert nodes are not focusable. The test passses if only the topmost di alog and its button are focusable. 1 Test that inert nodes are not focusable. The test passses if only the topmost di alog and its button are focusable.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS "body"; focusedElement === theElement is false 6 PASS "body"; focusedElement === theElement is false
8 PASS "top-dialog"; focusedElement === theElement is true 7 PASS "top-dialog"; focusedElement === theElement is true
9 PASS "top-dialog-button"; focusedElement === theElement is true 8 PASS "top-dialog-button"; focusedElement === theElement is true
10 PASS "bottom-dialog"; focusedElement === theElement is false 9 PASS "bottom-dialog"; focusedElement === theElement is false
11 PASS "bottom-dialog-button"; focusedElement === theElement is false 10 PASS "bottom-dialog-button"; focusedElement === theElement is false
12 PASS "container"; focusedElement === theElement is false 11 PASS "container"; focusedElement === theElement is false
13 PASS "text"; focusedElement === theElement is false 12 PASS "text"; focusedElement === theElement is false
14 PASS "datetime"; focusedElement === theElement is false 13 PASS "datetime"; focusedElement === theElement is false
15 PASS "color"; focusedElement === theElement is false 14 PASS "color"; focusedElement === theElement is false
16 PASS "select"; focusedElement === theElement is false 15 PASS "select"; focusedElement === theElement is false
17 PASS "optgroup"; focusedElement === theElement is false 16 PASS "optgroup"; focusedElement === theElement is false
18 PASS "option"; focusedElement === theElement is false 17 PASS "option"; focusedElement === theElement is false
19 PASS "contenteditable-div"; focusedElement === theElement is false 18 PASS "contenteditable-div"; focusedElement === theElement is false
20 PASS "tabindex-span"; focusedElement === theElement is false 19 PASS "tabindex-span"; focusedElement === theElement is false
21 PASS successfullyParsed is true 20 PASS successfullyParsed is true
22 21
23 TEST COMPLETE 22 TEST COMPLETE
24 I get focusI don't get focus. 23 I get focusI don't get focus.
25 24
26 I'm editable 25 I'm editable
27 I'm tabindexed. 26 I'm tabindexed.
28 Link 27 Link
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/loading/preload-img-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698