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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document-expected.txt

Issue 1839803007: Guard Element and getComputedStyle methods that force a layout with inActiveDocument. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/set_data_typeof_return-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document-expected.txt
similarity index 57%
copy from third_party/WebKit/LayoutTests/editing/pasteboard/set_data_typeof_return-expected.txt
copy to third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document-expected.txt
index cb49682ba1816585c9156e6e186496e17ddc50b6..b5b6235b002afa9ccd7b24b12ebf17ffc8d708af 100644
--- a/third_party/WebKit/LayoutTests/editing/pasteboard/set_data_typeof_return-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/forced-layout-only-in-document-expected.txt
@@ -1,9 +1,9 @@
-Simple test to validate the return type of setData(). To run the test manually, simply select any text and initiate a copy operation.
+Element APIs should not force layout for nodes not in the active document.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS event.clipboardData.setData('text/plain', 'copy test') is undefined.
+PASS No style or layout updates.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698