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

Unified Diff: Source/web/tests/data/button.html

Issue 945853005: Revert of Carry out a resize even if no layout has been performed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/button.html
diff --git a/Source/web/tests/data/button.html b/Source/web/tests/data/button.html
deleted file mode 100644
index 20aee889447718f0b26ceedb86575dce0c2c8118..0000000000000000000000000000000000000000
--- a/Source/web/tests/data/button.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function changeText(id, newText) {
- var node = document.getElementById(id);
- node.childNodes[0].nodeValue = newText;
-}
-</script>
-
- <meta name='viewport' content='width=device-width'/>
- <style>
- body {
- margin: 0px;
- }
- </style>
-</head>
-
-<body>
- <button type="button" id="tap_button" onclick="changeText('tap_button', 'updatedValue')" style="width:100px;height:100px">oldValue</button>
-</body>
-
-</html>
-
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698