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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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
OLDNEW
1 CONSOLE WARNING: line 1: indexedDB.webkitGetDatabaseNames() is deprecated and wi ll be removed in M60, around August 2017. See https://www.chromestatus.com/featu res/5725741740195840 for more details. 1 CONSOLE WARNING: line 1: indexedDB.webkitGetDatabaseNames() is deprecated and wi ll be removed in M60, around August 2017. See https://www.chromestatus.com/featu res/5725741740195840 for more details.
2 This test verifies that a sandboxed iframe does not have access to any session s torage, local storage or database. 2 This test verifies that a sandboxed iframe does not have access to any session s torage, local storage or database.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 Most of the PASS messages appear in frames, presented by DumpRenderTree after th e main window. 7 Most of the PASS messages appear in frames, presented by DumpRenderTree after th e main window.
8 8
9 9
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
17 17
18 -------- 18 --------
19 Frame: '<!--framePath //<!--frame0-->-->' 19 Frame: '<!--framePath //<!--frame0-->-->'
(...skipping 11 matching lines...) Expand all
31 Frame: '<!--framePath //<!--frame1-->-->' 31 Frame: '<!--framePath //<!--frame1-->-->'
32 -------- 32 --------
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null is true 36 PASS window.openDatabase('SandboxedIframeStorageAllowed', '1.0', '', 1) != null is true
37 PASS window.localStorage != null is true 37 PASS window.localStorage != null is true
38 PASS window.sessionStorage != null is true 38 PASS window.sessionStorage != null is true
39 PASS document.cookie != null is true 39 PASS document.cookie != null is true
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698