From 2cde36ff557b20cec5985cdeefa90c806f5b72ac Mon Sep 17 00:00:00 2001 From: "apavlov@chromium.org" Date: Thu, 18 Apr 2013 14:02:23 +0000 Subject: Revert 148647 "Remove frame flattening support as Chromium has n..." Lots of tests have started failing on all bots. > Remove frame flattening support as Chromium has no intention of using it > > Chromium does not use the frame flattening code on any platform, though it used > to use it for frameset flattening on Android, but that is no longer the case. > > As there is no intention of ever using it, it should be removed. > > Committed on behalf of Kenneth Rohde Christiansen . > > BUG=231898 > > Review URL: https://codereview.chromium.org/13963006 TBR=mkwst@chromium.org Review URL: https://codereview.chromium.org/14057012 git-svn-id: svn://svn.chromium.org/blink/trunk@148649 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../snav-iframe-flattening-simple-expected.txt | 10 +++ .../snav-iframe-flattening-simple.html | 74 ++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple-expected.txt create mode 100644 third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple.html (limited to 'third_party/WebKit/LayoutTests/fast/spatial-navigation') diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple-expected.txt b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple-expected.txt new file mode 100644 index 0000000..edce0e9b --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple-expected.txt @@ -0,0 +1,10 @@ +a + +e +PASS gFocusedDocument.activeElement.getAttribute("id") is "1" +PASS gFocusedDocument.activeElement.getAttribute("id") is "2" +PASS gFocusedDocument.activeElement.getAttribute("id") is "end" +PASS gFocusedDocument.activeElement.getAttribute("id") is "2" +PASS gFocusedDocument.activeElement.getAttribute("id") is "1" +PASS gFocusedDocument.activeElement.getAttribute("id") is "start" + diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple.html new file mode 100644 index 0000000..9d11b2c --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-iframe-flattening-simple.html @@ -0,0 +1,74 @@ + + + + + + + + + +
a
+ +
+ +
e
+
+ + -- cgit v1.1